@charset "UTF-8";
/*! 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: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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
    -webkit-box-shadow: none !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; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #1C1D33;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #E85252;
  text-decoration: none; }
  a:hover, a:focus {
    color: #d21c1c;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #F0F0F0; }

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #E85252; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #F0F0F0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #F0F0F0; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F0F0F0;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1380px) {
    .container {
      width: 1340px; } }

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

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .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: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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: 1380px) {
  .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%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #1C1D33;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #F0F0F0;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 52.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #494c85; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 10px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 10px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  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: 9px 20px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #FFF;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #FFF;
  background-color: #3A3B4E;
  border-color: #3A3B4E; }
  .btn-default:focus, .btn-default.focus {
    color: #FFF;
    background-color: #242531;
    border-color: #040405; }
  .btn-default:hover {
    color: #FFF;
    background-color: #242531;
    border-color: #20202b; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #FFF;
    background-color: #242531;
    border-color: #20202b; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .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: #FFF;
      background-color: #15151c;
      border-color: #040405; }
  .btn-default:active, .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: #3A3B4E;
    border-color: #3A3B4E; }
  .btn-default .badge {
    color: #3A3B4E;
    background-color: #FFF; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .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: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .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: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .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: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .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: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #E85252;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #d21c1c;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #1C1D33;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #131423;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 9px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #F0F0F0;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs, .edito table.large-only, .main-info__detail br {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm, .edito table.small-only {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1379px) {
  .hidden-md, .edito table.small-only {
    display: none !important; } }

@media (min-width: 1380px) {
  .hidden-lg, .edito table.small-only {
    display: none !important; } }

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

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

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

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

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

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

@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/LatoLatin-Light.woff2) format("woff2");
 }

@font-face {
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/LatoLatin-LightItalic.woff2) format("woff2"); }

@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/lato-v14-latin-regular.woff2) format("woff2"); }

@font-face {
  font-family: "Lato";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/lato-v14-latin-italic.woff2) format("woff2"); }

@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/lato-v14-latin-700.woff2) format("woff2"); }

@font-face {
  font-family: "Lato";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/lato-v14-latin-700italic.woff2) format("woff2"); }

@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/lato-v14-latin-900.woff2) format("woff2"); }

@font-face {
  font-family: "Lato";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/lato-v14-latin-900italic.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-100.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-100.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-300.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-300.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-500.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-500.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-700.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-700.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-900.woff2) format("woff2"); }

@font-face {
  font-family: "MuseoSans";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url(/themes/custom/farc/fonts/MuseoSans-900.woff2) format("woff2"); }

  @font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-Light.woff) format("woff"); 
  }

  @font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-LightItalic.woff) format("woff"); 
  }
  @font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-Regular.woff) format("woff"); 
  }
  @font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-Italic.woff) format("woff"); 
  }    
  @font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-SemiBold.woff) format("woff"); 
  }  
  @font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-SemiBoldItalic.woff) format("woff"); 
  }  
  @font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-Bold.woff) format("woff"); 
  }  
  @font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-BoldItalic.woff) format("woff"); 
  }
  @font-face {
    font-family: "Poppins";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-Black.woff) format("woff"); 
  }  
  @font-face {
    font-family: "Poppins";
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    src: url(/themes/custom/farc/fonts/Poppins-BlackItalic.woff) format("woff"); 
  }    
  /*


  @include embed-font('Poppins', '/themes/custom/farc/fonts/Poppins-',           , normal, false);
  @include embed-font('Poppins', '/themes/custom/farc/fonts/Poppins-',     900, italic, false);
  */


body, .intro-don, .wrapper-don--action, .wrapper-hero:after, .wrapper-espoir, .wrapper-fondation {
  background-image: url(../images/razzle-dazzle.png); }

.global-overlay, .nl-overlay {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMjgwMTE3NDA3MjA2ODExOENCQ0ExMDhFQTZDQjBBRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBRTJDMEE4N0M1QkExMUU2OTA4QkE0QTcyQkVGNEFCNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBRTJDMEE4NkM1QkExMUU2OTA4QkE0QTcyQkVGNEFCNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTY5RUU2RUZBRjE3MTFFNkJBNDhCNDRENUU5NEIwODIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTY5RUU2RjBBRjE3MTFFNkJBNDhCNDRENUU5NEIwODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5+ff5IAAACjUlEQVR42uyd0UoCURBA12m18AuiLxNL+zNJil6EoM8SnwLBp7K7oCGxuXO3uevs7gnmqcM+TOw9HFLuYL/fX2VZ9pmV/4zCvIfZhpnApefkDDQIM1M8rOAee8bNknHhDSmbUZiXMLdh5A/mlLtzzL0aczF7iebkzOtzHWYT5qviNSu4tWNuaMzF7CWaE85uX5ywFF+cJBQVoq/DdUzgrRe9dEzgrRe9cHb74gaUOqWOwCl1Sh2BU+qUOlziUp+G+VAISMs99Iyz2d9BLAulgBZK8Xnnnoy5mP2d5fLwN1mF2SkEdOTWcKXcxoKTA3Rfceat4JrhNKXO8hrkRCGgqocdxdcnbpqMMxIVAjficiNRIXAjTji7fXHCUnxxklBUiL4OR6lT6oieUqfU4Sh1Sh2BU+qUOmc8pU6pU+qUOqKn1Cl1OEqdUkfglDqljsApdUr9B3pTPgwuEXda6sUvtwoBabl5zzib/R3EslQKaKkUn3fu2ZiL2V/l99SL10fz9asjt+4ANzTmYvan+p665syDa4DTlDrLa5ATBH5BgZdxRqJC4EacGIkKgRtxwtntixOW4ouj1Cl1RE+pU+pwlDqljsApdUqdUqfUKXWWQqkjekqdUkf0lDqlDkepU+oInFLvc6kXDimDig8CTzLdB4bhDDlhKb6436Ve9bAYbt4zzmZ/lLov0ecnr49GQDul+PrIbSw44ez2xWlLneU1xAkCv6DAyzhK3Vep50aiQuBGnHB2U+pwlDqljuj/8T/14pLDcaa7JnSc6a4n9c7dGHMx++M+9TZx3KfujOM+9Xoc96lznzr3qVvshfvU285xn7rj+9StRYXo63AdE3jrRS8dE3jrRU+pO+O+BRgA/CQvGDenHAEAAAAASUVORK5CYII="); }

.main-content__rsa--twitter:before, .sn__link--twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.8 32.8'%3E%3Ccircle fill='%2300ACED' cx='16.4' cy='16.4' r='16.4'/%3E%3Cpath fill='%23FFFFFF' d='M23.9 9.8c-.6.4-1.3.7-2.1.8-.6-.6-1.5-1.1-2.4-1.1-1.8 0-3.3 1.5-3.3 3.4 0 .3 0 .5.1.8-2.8-.1-5.2-1.5-6.8-3.5-.4.6-.5 1.1-.5 1.8 0 1.2.6 2.2 1.5 2.9-.6 0-1-.2-1.5-.4 0 1.6 1.1 3 2.7 3.3-.3.1-.6.1-.9.1h-.6c.4 1.3 1.6 2.3 3.1 2.4-1.1.9-2.5 1.5-4.1 1.5h-.8c1.5 1 3.2 1.5 5.1 1.5 6.1 0 9.5-5.2 9.5-9.7v-.4c.6-.5 1.2-1.1 1.6-1.8-.6.3-1.3.5-1.9.5.5-.6 1-1.3 1.3-2.1z'/%3E%3C/svg%3E"); }

.main-content__rsa--facebook:before, .sn__link--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 123.3 595.3 595.3'%3E%3Cpath fill='%23FFFFFF' d='M430.1 270.3H174.2c-7.3 0-12.7 10.9-12.7 20v255.9c0 9.1 3.6 14.5 12.7 14.5h136.1V451.8h-39.9v-47.2h39.9v-29c0-38.1 25.4-58.1 58.1-58.1 16.3 0 29 1.8 36.3 1.8v38.1h-25.4c-18.1 0-21.8 10.9-21.8 23.6v23.6h43.6l-5.4 47.2h-38.1v108.9h72.6c9.1 0 12.7-5.4 12.7-14.5V290.3c-.1-9.1-3.7-20-12.8-20z'/%3E%3Cpath fill='%233B5998' d='M297.6 123.3C132.5 123.3 0 255.8 0 420.9s132.5 297.6 297.6 297.6S595.2 586 595.2 420.9 462.8 123.3 297.6 123.3zm145.2 422.9c0 9.1-3.6 14.5-12.7 14.5h-72.6V451.8h38.1l5.4-47.2h-43.6V381c0-12.7 3.6-23.6 21.8-23.6h25.4v-38.1c-7.3 0-20-1.8-36.3-1.8-32.7 0-58.1 20-58.1 58.1v29h-39.9v47.2h39.9v108.9h-136c-9.1 0-12.7-5.4-12.7-14.5V290.3c0-9.1 5.4-20 12.7-20h255.9c9.1 0 12.7 10.9 12.7 20v255.9z'/%3E%3C/svg%3E"); }

.main-content__rsa--linkedin:before, .sn__link--linkedin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Ccircle fill='%23007BB5' cx='12' cy='12' r='12'/%3E%3Crect x='7.993' y='9.97' fill='%23FFFFFF' width='2' height='5.999'/%3E%3Cellipse fill='%23FFFFFF' cx='8.993' cy='7.97' rx='1.1' ry='1.109'/%3E%3Cpath fill='%23FFFFFF' d='M16.993,15.97h-1.998c0,0,0-1.902,0-2.861c0-1.881-2.002-1.722-2.002,0c0,1.026,0,2.861,0,2.861h-2v-6h2v1.093	c0.872-1.616,4-1.736,4,1.548C16.993,14.396,16.993,15.97,16.993,15.97z'/%3E%3C/svg%3E"); }

.main-content__rsa--instagram:before, .sn__link--instagram {
  background-image: url(/themes/custom/farc/components/icons/icon-instagram.svg);
}

.sn__link--youtube {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52'%3E%3Cpath fill='%23CD201F' d='M26 0C11.6 0 0 11.6 0 26s11.6 26 26 26 26-11.6 26-26S40.3 0 26 0z'/%3E%3Cpath fill='%23FFFFFF' stroke='%23FFF' stroke-width='.127' d='M23 41.8c-1 0-2.1-.1-2.6-.1-2.9-.1-5-.2-5.4-.3-.6-.1-1.2-.5-1.6-1-.6-.7-.9-1.6-1.1-3-.3-3.2-.3-6.9 0-10 .2-1.4.6-2.4 1.2-3 .4-.4.7-.6 1.3-.7 1.1-.2 9.6-.5 14.7-.4 3 .1 6.2.2 7.1.3 1.1.2 1.9.7 2.4 1.8.4.8.6 1.5.7 3.4.2 1.5.2 2.5.2 4.3 0 2.1-.2 4.1-.4 5.1-.2 1.1-.7 2.1-1.4 2.6-.5.4-1.1.6-1.9.6-.2 0-.6 0-.7.1-.5 0-3.2.2-4.6.2-2.1.1-5.9.1-7.9.1zm-.6-3.7c.3-.1.7-.3 1-.6.2-.2.2-.2.3-.2 0 0 .1.1.1.5v.5h1.4v-8.8h-1.4v6.8l-.3.3c-.2.2-.4.3-.5.4-.2.1-.4 0-.6-.2-.1-.2-.1-.2-.1-3.7v-3.6h-1.4v3.8c0 4.1 0 4.2.2 4.6 0 .3.6.4 1.3.2zm8 .1c.2-.1.6-.3.7-.6.2-.6.2-.6.2-3.8 0-2.6 0-2.9-.1-3.3-.2-.9-.7-1.3-1.5-1.2-.4 0-.8.2-1.2.6l-.3.3v-3.8h-1.4v11.8h1.4v-.4c0-.2 0-.4.1-.4 0 0 .2.2.4.3.6.5 1.1.6 1.7.5zm-1-1.6c.1-.1.2-.2.2-.3.1-.2.1-.4.1-2.7 0-2.4 0-2.5-.1-2.6-.2-.4-.7-.4-1.1-.1l-.1.1v5.4l.2.1c.2.3.6.3.8.1zm6.4 1.6c.8-.2 1.4-.8 1.5-1.5 0-.2.1-.5.1-.8v-.6h-1.6v.6c0 .6-.1.8-.3 1-.2.2-.7.2-1 0s-.4-.6-.4-1.9v-1h3.2v-1.3c0-1.5-.1-1.7-.3-2.2-.5-1-1.8-1.5-2.8-1.1-.8.3-1.3.8-1.5 1.6-.1.3-.1.6-.1 2.7 0 2.6 0 2.8.2 3.2.7 1 1.9 1.5 3 1.3zm-1.6-5.5c0-.1 0-1.3.1-1.5.1-.4.4-.6.8-.6.3 0 .6.2.7.4.1.2.1.2.1 1v.7H34.2zm-15.9.3v-5.1h2v-1.6h-5.6v1.6h2V38c0 .1.2.1.8.1h.8V33z'/%3E%3Cpath fill='%23FFFFFF' d='M25.9 22.3c-.7-.1-1.5-.6-1.8-1.1-.3-.6-.4-1-.3-3.7 0-2.1 0-2.3.1-2.6.2-.7.6-1.2 1.2-1.5.8-.4 1.7-.3 2.5.2.5.3.8.8 1 1.5.1.3.1.6.1 2.7 0 2.6 0 2.8-.2 3.3-.2.6-.8 1.1-1.5 1.2h-1.1zm.6-1.7c.3-.2.3-.2.3-2.8 0-1.9 0-2.3-.1-2.5-.1-.3-.2-.6-.5-.6-.3-.1-.7.1-.8.5-.1.3-.1 4.7 0 5 .1.2.2.5.4.5.3 0 .5-.1.7-.1zm4.3 1.7c-.4-.1-.7-.2-.8-.6-.2-.4-.2-.4-.2-4.6v-3.9h1.6v3.6c0 3.9 0 3.8.2 3.9.2.1.5-.1.7-.3l.2-.3v-6.8h1.6v9h-1.6c-.1 0-.1-.1-.1-.4v-.4l-.2.2c-.2.4-.8.6-1.4.6zm-11-.2v-4c.1-.6-.1-1.1-.5-2.4-.2-.4-.4-1.2-.6-1.8-1.3-4.1-1.2-3.8-1.1-3.8h1.9s.2 1 .6 2.2.6 2.2.6 2.2.2-.6.4-1.5c.5-1.9.7-2.8.7-2.8h2v.2c0 .1-.6 2-1.2 4.1-.1.2-.2.8-.4 1.3s-.3 1.1-.4 1.2l-.2.4v2.4c0 2.3 0 2.4-.1 2.4s-1.7 0-1.7-.1z'/%3E%3C/svg%3E"); }

.shortcut::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='27.3px' height='27.3px' viewBox='-5.1 -6.6 27.3 27.3' style='enable-background:new -5.1 -6.6 27.3 27.3;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M8.5-5.6C1.5-5.6-4.1,0-4.1,7c0,7,5.7,12.6,12.6,12.6c7,0,12.6-5.7,12.6-12.6C21.1,0,15.5-5.6,8.5-5.6z M8.5,19.1 C1.8,19.1-3.6,13.7-3.6,7c0-6.7,5.4-12.1,12.1-12.1c6.7,0,12.1,5.4,12.1,12.1C20.6,13.7,15.2,19.1,8.5,19.1z'/%3E%3Cpath d='M9.9,1.6c-0.2-0.2-0.5-0.2-0.7,0C9,1.8,9,2.2,9.1,2.4l4.1,4.1H2.5C2.2,6.5,2,6.7,2,7c0,0.3,0.2,0.5,0.5,0.5h10.8	l-4.1,4.1C9.1,11.7,9,11.9,9,12c0,0.1,0.1,0.3,0.1,0.4c0.2,0.2,0.5,0.2,0.7,0l5-5C14.9,7.3,15,7.1,15,7c0-0.1-0.1-0.3-0.1-0.4	L9.9,1.6z'/%3E%3Cpath fill='%23FFFFFF' d='M10.2,12.7l5-5c0.4-0.4,0.4-1,0-1.4l-5-5c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4L12.1,6H2.5c-0.6,0-1,0.4-1,1 c0,0.6,0.4,1,1,1h9.6l-3.3,3.3c-0.2,0.2-0.3,0.5-0.3,0.7c0,0.3,0.1,0.5,0.3,0.7C9.2,13.1,9.8,13.1,10.2,12.7z'/%3E%3C/svg%3E"); }

.main-nav-search:hover::after, .main-nav-search:focus::after, .main-search__submit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-24.1 65.1 610.6 638.7' enable-background='new -24.1 65.1 610.6 638.7' xml:space='preserve'%3E%3Ccircle fill='none' stroke='%23FFFFFF' stroke-width='60' stroke-miterlimit='10' cx='249.4' cy='338.7' r='236.1'/%3E%3Cline fill='none' stroke='%23FFFFFF' stroke-width='75' stroke-linecap='round' stroke-miterlimit='10' x1='401.5' y1='518.9' x2='549' y2='666.3'/%3E%3C/svg%3E"); }

/* Sweep To Right */
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: scrollbar; }

textarea:focus, input:focus {
  outline: none; }

::-moz-selection {
  background: #006882;
  /* WebKit/Blink Browsers */
  color: #FFF; }

::selection {
  background: #006882;
  /* WebKit/Blink Browsers */
  color: #FFF; }

::-moz-selection {
  background: #00AEC7;
  /* Gecko Browsers */
  color: #FFF; }

.noscroll {
  overflow: hidden; }

main {
  display: block; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent; }

body {
  background-repeat: repeat;
  background-position: 50% 0;
  background-attachment: fixed; }

.embed-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.edito .embed-container {
  margin: 1em 0 2em 0; }

iframe {
  border: none; }

figure img {
  display: block;
  max-width: 100%;
  height: auto; }

.btn {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  white-space: normal;
  padding-left: 3rem;
  border: none !important; }
  /* .btn::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    margin-top: -7.5px;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; } */

.btn-white,
.btn-gray {
  color: #1C1D33; }
  .btn-white::before,
  .btn-gray::before {
    background: url(../images/icon-arrow-right-dark.svg) transparent no-repeat 0 50%; }
  .btn-white:hover, .btn-white:focus,
  .btn-gray:hover,
  .btn-gray:focus {
    color: #1C1D33; }

.btn-white {
  background-color: #FFF; }

.btn-gray {
  background-color: #F0F0F0; }

.btn-danger {
  background-color: #E85252;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-danger::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C42626;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
      background-color: #E85252;
      border-color: #C42626;
      color: #FFF; }
      .btn-danger:hover::after, .btn-danger:focus::after, .btn-danger:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-default {
  background-color: #3A3B4E;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-default::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #242531;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-default:hover, .btn-default:focus, .btn-default:active {
      background-color: #3A3B4E;
      border-color: #242531;
      color: #FFF; }
      .btn-default:hover::after, .btn-default:focus::after, .btn-default:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-don {
  background-color: #C32762;
  color: #FFF;
  background-color: #C32762;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-don::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9C1F4E;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-don:hover, .btn-don:focus, .btn-don:active {
      background-color: #C32762;
      border-color: #9C1F4E;
      color: #FFF; }
      .btn-don:hover::after, .btn-don:focus::after, .btn-don:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc1 {
  background-color: #253455;
  color: #FFF;
  background-color: #253455;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-arc1::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1C1D33;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-arc1:hover, .btn-arc1:focus, .btn-arc1:active {
      background-color: #253455;
      border-color: #1C1D33;
      color: #FFF; }
      .btn-arc1:hover::after, .btn-arc1:focus::after, .btn-arc1:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc2 {
  background-color: #E85252;
  color: #FFF;
  background-color: #E85252;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-arc2::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C42626;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-arc2:hover, .btn-arc2:focus, .btn-arc2:active {
      background-color: #E85252;
      border-color: #C42626;
      color: #FFF; }
      .btn-arc2:hover::after, .btn-arc2:focus::after, .btn-arc2:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc3 {
  background-color: #C32762;
  color: #FFF;
  background-color: #C32762;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-arc3::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9C1F4E;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-arc3:hover, .btn-arc3:focus, .btn-arc3:active {
      background-color: #C32762;
      border-color: #9C1F4E;
      color: #FFF; }
      .btn-arc3:hover::after, .btn-arc3:focus::after, .btn-arc3:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc4 {
  background-color: #00AEC7;
  color: #FFF;
  background-color: #00AEC7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-arc4::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006882;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-arc4:hover, .btn-arc4:focus, .btn-arc4:active {
      background-color: #00AEC7;
      border-color: #006882;
      color: #FFF; }
      .btn-arc4:hover::after, .btn-arc4:focus::after, .btn-arc4:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.text-center .btn {
  margin-top: 1.5rem; }

.call-to-action {
  min-width: 257px;
  border-radius: 20px;
  padding-top: .9rem;
  padding-bottom: 1.1rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  text-transform: none; }
  .call-to-action::after {
    display: none; }
  .call-to-action::before {
    opacity: 0; }

.no-touch .call-to-action::before {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.no-touch .call-to-action:hover::before, .no-touch .call-to-action:focus::before {
  opacity: 1; }

/* .back-link {
  margin-top: 1rem;
  display: block;
  width: 45px;
  height: 45px; }
  .back-link img,
  .back-link svg {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); } */

.btn-huge {
  background-color: #E85252;
  color: #FFF;
  margin: 20px 0 10px;
  display: block;
  text-align: left;
  font-size: 2rem;
  line-height: 1.1;
  background-color: #E85252;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-huge::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C42626;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-huge:hover, .btn-huge:focus, .btn-huge:active {
      background-color: #E85252;
      border-color: #C42626;
      color: #FFF; }
      .btn-huge:hover::after, .btn-huge:focus::after, .btn-huge:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

@media only screen and (min-width: 768px) {
  .label-qty {
    width: 145px; } }

@media only screen and (min-width: 992px) {
  /* .btn:hover:before, .btn:focus:before {
    left: 5px; } */
  .btn-white:hover, .btn-white:focus {
    color: #1C1D33; }
  .btn-huge {
    font-size: 2.2rem; } }

@media only screen and (min-width: 1380px) {
  .btn-huge {
    font-size: 2.5rem;
    padding: 4rem 1.8rem 4rem 2.8rem;
    margin: 0 20px 0 10px;
    width: calc(100% - 30px); }
    .btn-huge:before {
      left: auto;
      top: auto;
      bottom: 1rem;
      right: 1rem; }
    .btn-huge:hover:before, .btn-huge:focus:before {
      left: auto;
      right: .5rem; } }

@media only screen and (max-width: 767px) {
  .matchHeight {
    min-height: 1em !important; } }

body {
  padding-top: 60px; }

.wrapper-header {
  margin-bottom: 2.6rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  -webkit-transition: all .3s ease-in-out, z-index 1ms;
  transition: all .3s ease-in-out, z-index 1ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  height: 60px; }
  .wrapper-header.menu--fixed .generic-header__logo img, .wrapper-header.menu--fixed .generic-header__logo svg, .wrapper-header.menu--fixed .generic-header__logo .svg {
    max-width: 163px; }

.active-dropdown .wrapper-header {
  z-index: 2500; }

.generic-header:before, .generic-header:after {
  content: " ";
  display: table; }

.generic-header:after {
  clear: both; }

.generic-header__logo {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  right: 33.33333%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 15px 0 0; }
  @media (min-width: 992px) {
    .generic-header__logo {
      float: left;
      width: 25%; } }
  @media (min-width: 992px) {
    .generic-header__logo {
      right: 75%; } }
  .generic-header__logo img, .generic-header__logo svg, .generic-header__logo .svg {
    display: block;
    width: 100%;
    max-width: 245px;
    height: auto;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.generic-header__nav {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  left: 66.66667%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 0; }
  .generic-header__nav:before, .generic-header__nav:after {
    content: " ";
    display: table; }
  .generic-header__nav:after {
    clear: both; }
  @media (min-width: 992px) {
    .generic-header__nav {
      float: left;
      width: 75%; } }
  @media (min-width: 992px) {
    .generic-header__nav {
      left: 25%; } }

@media only screen and (min-width: 992px) {
  body {
    padding-top: 121px; }
  .generic-header__logo {
    padding-top: 32px;
    padding-left: 0px; }
    .generic-header__logo img, .generic-header__logo svg, .generic-header__logo .svg {
      max-width: 220px; }
  .wrapper-header {
    height: 121px; }
    .wrapper-header.menu--fixed {
      height: 75px; }
      .wrapper-header.menu--fixed .generic-header__logo {
        padding-top: 15px; } }

@media only screen and (min-width: 1380px) {
  .generic-header__logo {
    padding-left: 40px; }
    .generic-header__logo img, .generic-header__logo svg, .generic-header__logo .svg {
      max-width: 245px; } }

/* ###########################################################################
        _       _           _                       _
       | |     | |         | |                     | |
   __ _| | ___ | |__   __ _| |   _____   _____ _ __| | __ _ _   _
  / _` | |/ _ \| '_ \ / _` | |  / _ \ \ / / _ \ '__| |/ _` | | | |
 | (_| | | (_) | |_) | (_| | | | (_) \ V /  __/ |  | | (_| | |_| |
  \__, |_|\___/|_.__/ \__,_|_|  \___/ \_/ \___|_|  |_|\__,_|\__, |
   __/ |                                                     __/ |
  |___/                                                     |___/
  global overlay for upper blocks

########################################################################### */
.global-overlay {
  display: block;
  position: fixed;
  z-index: 1490;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background-color: rgba(221, 224, 232, 0.9);
  background-repeat: repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.active-dropdown .global-overlay {
  width: 100vw;
  height: 100vh;
  opacity: 1; }

/* ###########################################################################
  _   _     __      __  __     _     _      ________      ________ _
 | \ | |   /\ \    / / /_ |   | |   | |    |  ____\ \    / /  ____| |
 |  \| |  /  \ \  / /   | |___| |_  | |    | |__   \ \  / /| |__  | |
 | . ` | / /\ \ \/ /    | / __| __| | |    |  __|   \ \/ / |  __| | |
 | |\  |/ ____ \  /     | \__ \ |_  | |____| |____   \  /  | |____| |____
 |_| \_/_/    \_\/      |_|___/\__| |______|______|   \/   |______|______|

  see 25_navigation.scss for sub levels
########################################################################### */
.main-nav {
  position: relative;
  margin: 0;
  padding: 0; }

.main-nav__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .main-nav__ul:before, .main-nav__ul:after {
    content: " ";
    display: table; }
  .main-nav__ul:after {
    clear: both; }

.main-nav__item {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  width: auto; }

.hidden-block {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.5, 0.5, 1);
  transition: all 0.5s cubic-bezier(0, 0.5, 0.5, 1);
  max-height: 0;
  overflow-y: hidden; }
  .hidden-block.active {
    visibility: visible;
    opacity: 1;
    max-height: 860px; }

@media only screen and (min-width: 992px) {
  .wrapper-header.menu--fixed .main-nav {
    padding-top: 7px; }
  .active-dropdown.active-dropdown--main-menu-dropdown .global-overlay {
    height: 0;
    width: 0;
    opacity: 0; }
  .main-nav {
    max-width: inherit;
    margin: 0;
    padding: 13px 0 0; }
  .main-nav__item {
    display: table;
    width: auto;
    height: 60px;
    margin: 0;
    padding: 0;
    text-align: left; }
    .main-nav__item:nth-child(2), .main-nav__item:nth-child(3), .main-nav__item:nth-child(4) {
      padding-left: 0; }
    .main-nav__item:nth-child(1):after, .main-nav__item:nth-child(2):after, .main-nav__item:nth-child(3):after {
      content: '';
      height: 35px;
      width: 1px;
      background-color: #1C1D33;
      position: absolute;
      top: 50%;
      margin-top: -17.5px; }
    .main-nav__item:nth-child(1) {
      width: 19%; }
    .main-nav__item:nth-child(2) {
      width: 21%; }
    .main-nav__item:nth-child(3) {
      width: 9.5%; }
    .main-nav__item:nth-child(4) {
      width: 23%; }
  .main-nav-button {
    display: table-cell;
    position: relative;
    padding: 0;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: -.04em;
    line-height: 115%;
    text-transform: uppercase;
    color: #1C1D33;
    vertical-align: middle;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .main-nav-button::after {
      content: '';
      display: block;
      width: 13px;
      height: 0;
      background-color: #1C1D33;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out; }
    .main-nav-button:hover, .main-nav-button:focus {
      font-weight: 600;
      color: #1C1D33; }
      /*
  .no-touch .main-nav-button:hover::after, .no-touch .main-nav-button:focus::after {
    height: 2px; }
    */
  .main-nav-button--active {
    font-weight: 700; }
    .main-nav-button--active::after {
      height: 5px; } }

@media only screen and (min-width: 1380px) {
  .main-nav__item:nth-child(2), .main-nav__item:nth-child(3), .main-nav__item:nth-child(4) {
    padding-left: 0; }
  .main-nav__item:nth-child(1) {
    width: 17.2%; }
  .main-nav__item:nth-child(2) {
    width: 20.2%; }
  .main-nav__item:nth-child(3) {
    width: 11.2%; }
  .main-nav__item:nth-child(4) {
    width: 24%; }
  .main-nav-button {
    font-size: 1.8rem;
    letter-spacing: 0; } }

/* ###########################################################################
  _                     _
 | |                   | |
 | |__   __ _ _ __ ___ | |__  _   _ _ __ __ _  ___ _ __
 | '_ \ / _` | '_ ` _ \| '_ \| | | | '__/ _` |/ _ \ '__|
 | | | | (_| | | | | | | |_) | |_| | | | (_| |  __/ |
 |_| |_|\__,_|_| |_| |_|_.__/ \__,_|_|  \__, |\___|_|
                                         __/ |
                                        |___/

########################################################################### */
.main-nav-burger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400; }

.hamburger {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
  background: #1C1D31;
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  overflow: hidden; }
  .hamburger span {
    position: absolute; }
  .hamburger span {
    display: block;
    height: 2px;
    width: 22px;
    background: #FFF;
    opacity: 1;
    left: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 1px 0 rgba(254, 254, 254, 0.2);
            box-shadow: 0 1px 0 rgba(254, 254, 254, 0.2);
    border-radius: 3px; }
    .hamburger span:nth-child(1) {
      top: 20px;
      width: 17px; }
    .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
      top: 29px; }
    .hamburger span:nth-child(4) {
      top: 38px; }
  .hamburger:hover, .hamburger:focus {
    color: #FFF; }
  .hamburger.active {
    z-index: 1600; }
    .hamburger.active span:nth-child(1) {
      left: -20px;
      opacity: 0; }
    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
      width: 27px;
      left: 17px; }
    .hamburger.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .hamburger.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .hamburger.active span:nth-child(4) {
      left: 84px;
      opacity: 0; }

/* ###########################################################################
                              _       _           _   _
                             | |     | |         | | | |
      ___  ___  __ _ _ __ ___| |__   | |__  _   _| |_| |_ ___  _ __
     / __|/ _ \/ _` | '__/ __| '_ \  | '_ \| | | | __| __/ _ \| '_ \
     \__ \  __/ (_| | | | (__| | | | | |_) | |_| | |_| || (_) | | | |
     |___/\___|\__,_|_|  \___|_| |_| |_.__/ \__,_|\__|\__\___/|_| |_|

########################################################################### */
.main-nav__item--search {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 5; }

.main-nav-search {
  position: relative;
  display: block;
  width: 43px;
  height: 55px;
  background-color: #FFF;
  text-indent: -100px;
  font-size: 1px;
  color: #DDE0E8;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .main-nav-search::after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-24.1 65.1 610.6 638.7' enable-background='new -24.1 65.1 610.6 638.7' xml:space='preserve'%3E%3Ccircle fill='none' stroke='%23000000' stroke-width='60' stroke-miterlimit='10' cx='249.4' cy='338.7' r='236.1'/%3E%3Cline fill='none' stroke='%23000000' stroke-width='75' stroke-linecap='round' stroke-miterlimit='10' x1='401.5' y1='518.9' x2='549' y2='666.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin: -13px 0 0 -13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    /*
  .main-nav-search:hover, .main-nav-search:focus {
    background-color: #253455; }
   
  .main-nav-search.active {
    background-color: #253455; }
     */
    .main-nav-search.active::before {
      content: '×';
      display: block;
      width: 26px;
      height: 26px;
      font-family: 'Courier New', Courier, monospace;
      font-weight: 100;
      font-size: 55px;
      line-height: 55%;
      text-align: left;
      color: #FFF;
      text-indent: -3px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 10;
      margin: -13px 0 0 -13px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .main-nav-search.active::after {
      opacity: 0; }

@media only screen and (min-width: 768px) {
  .main-nav-search {
    width: 60px; } }

@media only screen and (min-width: 992px) {
  .main-nav__item--search {
    top: 0; }
  .main-nav-search {
    width: 60px;
    height: 80px;
   /* background-color: #DDE0E8; */
  }
  .wrapper-header.menu--fixed .main-nav-search {
    height: 75px; } }

@media only screen and (min-width: 1380px) {
  .main-nav-search {
    display: block;
    width: 75px; } }

/* ###########################################################################
                _               _        _
              | |             | |      | |
              | |__   __ _ ___| | _____| |_
              | '_ \ / _` / __| |/ / _ \ __|
              | |_) | (_| \__ \   <  __/ |_
              |_.__/ \__,_|___/_|\_\___|\__|

########################################################################### */
.main-nav__item--basket {
  position: absolute;
  top: 5px;
  right: 60px; }

.main-basket {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: 55px;
  width: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Fondation_ARC__x28_picto_x29_' x='0px' y='0px' viewBox='0 0 48.84 50.5' style='enable-background:new 0 0 48.84 50.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bstroke:%23000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st1%7Bstroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;stroke:%23000000;stroke-width:0.5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg id='Feuille'%3E%3Cpath class='st0' d='M10.32,8.24c0-0.31,0.25-0.55,0.55-0.56L16.2,7.7l0.09-1.12l-5.42-0.02c-0.92,0-1.49-0.13-1.49,0.79 l-0.08,8.68h0.98L10.32,8.24z'/%3E%3Cpath class='st0' d='M47.48,12.89L33.45,7.23c-0.85-0.34-1.77-0.03-2.05,0.69l-3.21,8.12h1.18l3.05-7.71 c0.09-0.24,0.4-0.34,0.68-0.23l14.03,5.67c0.28,0.12,0.43,0.4,0.34,0.64l-9.97,25.23c-0.09,0.24-0.4,0.34-0.68,0.23l-3.83-1.55 v1.01l3.49,1.41c0.85,0.34,1.77,0.03,2.05-0.69l9.97-25.23C48.79,14.1,48.33,13.24,47.48,12.89z'/%3E%3Cpath class='st0' d='M21.14,1.83c0.05-0.3,0.34-0.5,0.64-0.45l14.89,2.69c0.3,0.06,0.5,0.35,0.44,0.65l1.08,0.2 c0.17-0.9-0.42-1.77-1.33-1.94L21.98,0.27c-0.91-0.16-1.77,0.45-1.92,1.36l-1.64,9.04h1.12L21.14,1.83z'/%3E%3Cline class='st1' x1='34.02' y1='14.85' x2='40.42' y2='17.7'/%3E%3Cline class='st1' x1='32.74' y1='19.32' x2='39.14' y2='22.17'/%3E%3C/g%3E%3Cpath class='st2' d='M28.15,24.34h-4.09c-0.18-3.25-2.87-5.84-6.16-5.84c-1.26,0-2.43,0.38-3.41,1.03 c-0.98-0.65-2.15-1.03-3.41-1.03c-3.29,0-5.98,2.59-6.16,5.84H0.87c-0.34,0-0.62,0.28-0.62,0.62v24.67c0,0.34,0.28,0.62,0.62,0.62 h2.24h18.8h6.24c0.34,0,0.61-0.27,0.62-0.61l0,0c0,0,0-0.01,0-0.01l0,0v0V27.96v-3C28.77,24.62,28.49,24.34,28.15,24.34z M24.32,25.58v20.98l-1.79,1.65V25.58H24.32z M17.9,19.75c2.6,0,4.73,2.03,4.91,4.59h-0.9h-4.67c-0.08-1.54-0.73-2.93-1.74-3.97 C16.21,19.97,17.03,19.75,17.9,19.75z M15.99,24.34h-3.01c0.09-1.26,0.65-2.39,1.5-3.22C15.35,21.95,15.91,23.08,15.99,24.34z M11.08,19.75c0.87,0,1.69,0.23,2.4,0.63c-1.01,1.04-1.66,2.43-1.74,3.97H6.17C6.35,21.78,8.48,19.75,11.08,19.75z M3.73,49H1.49 V25.58h3.42v1.34c-0.35,0.22-0.59,0.61-0.59,1.06c0,0.69,0.56,1.26,1.25,1.26c0.69,0,1.25-0.56,1.25-1.26c0-0.48-0.28-0.9-0.68-1.11 v-1.29h9.85v1.31c-0.38,0.22-0.63,0.62-0.63,1.09c0,0.69,0.56,1.26,1.25,1.26c0.69,0,1.25-0.56,1.25-1.26 c0-0.47-0.25-0.87-0.63-1.09v-1.31h4.04V49H3.73z M23.5,49l1.45-1.33L26.48,49H23.5z M27.52,48.26l-1.96-1.71V25.58h1.96v3V48.26z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px 35px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .main-basket:hover, .main-basket:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Fondation_ARC__x28_picto_x29_' x='0px' y='0px' viewBox='0 0 48.84 50.5' style='fill:%23fff;enable-background:new 0 0 48.84 50.5;' xml:space='preserve'%3E%3Cstyle type='text/css' style='&%2310; fill: %23fff;&%2310;'%3E .st0%7Bstroke:%23fff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st1%7Bstroke:%23fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;stroke:%23fff;stroke-width:0.5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg id='Feuille' style='&%2310; fill: %23fff;&%2310;'%3E%3Cpath class='st0' d='M10.32,8.24c0-0.31,0.25-0.55,0.55-0.56L16.2,7.7l0.09-1.12l-5.42-0.02c-0.92,0-1.49-0.13-1.49,0.79 l-0.08,8.68h0.98L10.32,8.24z'/%3E%3Cpath class='st0' d='M47.48,12.89L33.45,7.23c-0.85-0.34-1.77-0.03-2.05,0.69l-3.21,8.12h1.18l3.05-7.71 c0.09-0.24,0.4-0.34,0.68-0.23l14.03,5.67c0.28,0.12,0.43,0.4,0.34,0.64l-9.97,25.23c-0.09,0.24-0.4,0.34-0.68,0.23l-3.83-1.55 v1.01l3.49,1.41c0.85,0.34,1.77,0.03,2.05-0.69l9.97-25.23C48.79,14.1,48.33,13.24,47.48,12.89z'/%3E%3Cpath class='st0' d='M21.14,1.83c0.05-0.3,0.34-0.5,0.64-0.45l14.89,2.69c0.3,0.06,0.5,0.35,0.44,0.65l1.08,0.2 c0.17-0.9-0.42-1.77-1.33-1.94L21.98,0.27c-0.91-0.16-1.77,0.45-1.92,1.36l-1.64,9.04h1.12L21.14,1.83z'/%3E%3Cline class='st1' x1='34.02' y1='14.85' x2='40.42' y2='17.7'/%3E%3Cline class='st1' x1='32.74' y1='19.32' x2='39.14' y2='22.17'/%3E%3C/g%3E%3Cpath class='st2' d='M28.15,24.34h-4.09c-0.18-3.25-2.87-5.84-6.16-5.84c-1.26,0-2.43,0.38-3.41,1.03 c-0.98-0.65-2.15-1.03-3.41-1.03c-3.29,0-5.98,2.59-6.16,5.84H0.87c-0.34,0-0.62,0.28-0.62,0.62v24.67c0,0.34,0.28,0.62,0.62,0.62 h2.24h18.8h6.24c0.34,0,0.61-0.27,0.62-0.61l0,0c0,0,0-0.01,0-0.01l0,0v0V27.96v-3C28.77,24.62,28.49,24.34,28.15,24.34z M24.32,25.58v20.98l-1.79,1.65V25.58H24.32z M17.9,19.75c2.6,0,4.73,2.03,4.91,4.59h-0.9h-4.67c-0.08-1.54-0.73-2.93-1.74-3.97 C16.21,19.97,17.03,19.75,17.9,19.75z M15.99,24.34h-3.01c0.09-1.26,0.65-2.39,1.5-3.22C15.35,21.95,15.91,23.08,15.99,24.34z M11.08,19.75c0.87,0,1.69,0.23,2.4,0.63c-1.01,1.04-1.66,2.43-1.74,3.97H6.17C6.35,21.78,8.48,19.75,11.08,19.75z M3.73,49H1.49 V25.58h3.42v1.34c-0.35,0.22-0.59,0.61-0.59,1.06c0,0.69,0.56,1.26,1.25,1.26c0.69,0,1.25-0.56,1.25-1.26c0-0.48-0.28-0.9-0.68-1.11 v-1.29h9.85v1.31c-0.38,0.22-0.63,0.62-0.63,1.09c0,0.69,0.56,1.26,1.25,1.26c0.69,0,1.25-0.56,1.25-1.26 c0-0.47-0.25-0.87-0.63-1.09v-1.31h4.04V49H3.73z M23.5,49l1.45-1.33L26.48,49H23.5z M27.52,48.26l-1.96-1.71V25.58h1.96v3V48.26z'/%3E%3C/svg%3E");
    background-color: #253455; }

.main-basket__count {
  display: block;
  padding: 0 2px 0 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  color: #FFF;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 160%;
  text-align: center;
  letter-spacing: -.1em;
  background-color: #00AEC7;
  position: absolute;
  top: 6px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.main-basket--mobile {
  width: 100%;
  margin: 3.2rem auto .4rem;
  max-width: 350px;
  border: 1px solid #00AEC7;
  background-position: 14% 50%; }
  .main-basket--mobile .main-basket__count {
    left: calc(14% + 15px);
    line-height: 1.8; }
  .main-basket--mobile .main-basket__text {
    display: block;
    padding: 1.9rem 0 0 calc(14% + 6rem);
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #253455;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .main-basket--mobile:hover .main-basket__text, .main-basket--mobile:focus .main-basket__text {
    color: #FFF; }

@media only screen and (max-width: 768px) {
.main-basket--header .main-basket__count {
    left: 35px;
    top: 28px;
}
}


@media only screen and (min-width: 768px) {
  .main-basket--header {
    background-position: 50% 50%; }
    .main-basket--header .main-basket__count {
      left: 34px;
      top: 29px;
    }
  .main-basket--mobile {
    margin-top: 0; } }

@media only screen and (min-width: 992px) {
  .main-nav__item--basket {
    top: 0; }
  .main-basket--header {
    height: 80px; }
  .main-basket__count {
    top: 16px; }
  .wrapper-header.menu--fixed .main-basket--header {
    height: 75px; } }

@media only screen and (min-width: 1380px) {
  .main-nav__item--basket {
    right: 75px; }
  .main-basket--header {
    width: 75px;
        background-position: 50% 50%;}
    .main-basket--header .main-basket__count {
      top: 12px; 
      left: 18px;
    } }

/* ###########################################################################
              _               _           _   _
             | |             | |         | | | |
           __| | ___  _ __   | |__  _   _| |_| |_ ___  _ __
          / _` |/ _ \| '_ \  | '_ \| | | | __| __/ _ \| '_ \
         | (_| | (_) | | | | | |_) | |_| | |_| || (_) | | | |
          \__,_|\___/|_| |_| |_.__/ \__,_|\__|\__\___/|_| |_|

########################################################################### */
.main-nav__item--don {
  position: absolute;
  top: 5px;
  right: 43px;
  z-index: 2500;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.main-nav-don {
  display: block;
  width: 53px;
  height: 64px;
  background-color: #C32762;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 140%;
  color: #FFF;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .main-nav-don:hover, .main-nav-don:focus {
    color: #FFF; }
  .main-nav-don::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 0;
    border-color: transparent #8D124A transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 0 -9px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .main-nav-don.active {
    background-color: #9C1F4E; }

.main-nav-don__line1 {
  display: none; }

.main-nav-don__line2 {
  display: block;
  padding: 5px 0 0;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: .03em;
  text-transform: uppercase; }

.main-nav-don__icon {
  display: block;
  margin: -3px auto 0 auto;
  width: 37px;
  height: 37px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .main-nav-don__icon img, .main-nav-don__icon svg, .main-nav-don__icon .svg {
    width: 100%;
    height: auto; }

.no-touch .main-nav-don:hover, .no-touch .main-nav-don:focus {
  background-color: #9C1F4E; }
  .no-touch .main-nav-don:hover .main-nav-don__icon, .no-touch .main-nav-don:focus .main-nav-don__icon {
    -webkit-transform: scale3d(-1, 1, -1);
            transform: scale3d(-1, 1, -1); }

@media only screen and (min-width: 768px) {
  .main-nav__item--don {
    right: 120px; }
  .main-nav-don {
    width: 60px; }
  .main-nav-don__line2 {
    font-weight: 700;
    font-size: 1.7rem; } }

@media only screen and (min-width: 992px) {
  .main-nav__item--don {
    top: 0;
    right: 120px; }
  .main-nav-don {
    width: 60px;
    height: 90px;
    padding-top: 1.6rem; }
    .main-nav-don::after {
      border-width: 0 10px 10px 0;
      margin-left: -10px; }
  .main-nav-don__line2 {
    padding-top: 0; }
  .main-nav-don__icon {
    margin-top: 2px; }
  .wrapper-header.menu--fixed .main-nav__item--don {
    top: 0; }
  .wrapper-header.menu--fixed .main-nav-don {
    height: 85px; } }

@media only screen and (min-width: 1380px) {
  .main-nav__item--don {
    top: -36px;
    right: 150px; }
  .main-nav-don {
    width: 110px;
    height: 131px; }
    .main-nav-don::after {
      border-width: 0 15px 15px 0;
      margin-left: -14px; }
  .main-nav-don__icon {
    width: 52px;
    height: 52px;
    margin-top: 10px; }
  .wrapper-header.menu--fixed .main-nav__item--don {
    top: 0; }
  .wrapper-header.menu--fixed .main-nav-don {
    height: 90px; }
  .wrapper-header.menu--fixed .main-nav-don__icon {
    width: 30px;
    height: 30px;
    opacity: 1; }
  .main-nav-don__line1 {
    display: block; }
  .main-nav-don__line2 {
    font-size: 3.2rem;
    letter-spacing: .03em; } }

/* ###########################################################################

             _   _ _ __  _ __   ___ _ __   _ __   __ ___   __
            | | | | '_ \| '_ \ / _ \ '__| | '_ \ / _` \ \ / /
            | |_| | |_) | |_) |  __/ |    | | | | (_| |\ V /
             \__,_| .__/| .__/ \___|_|    |_| |_|\__,_| \_/
                  | |   | |
                  |_|   |_|

########################################################################### */
@media only screen and (min-width: 992px) {
  .wrapper-header.menu--fixed .uppernav {
    height: 0;
    margin-top: -1px; }
  .uppernav {
    height: 41px;
    border-bottom: 1px solid #E8E8EA;
    overflow: hidden;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .uppernav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  .uppernav__item {
    position: relative;
    display: inline-block;
    padding: .8rem 0; }
    /* 
    .uppernav__item:nth-child(1) {
      min-width: 144px; 
    } 
    
    .uppernav__item:nth-child(2) {
      min-width: 137px; }
    .uppernav__item:nth-child(3) {
      min-width: 182px; }
    .uppernav__item:nth-child(4) {
      min-width: 115px; }
      */
    .uppernav__item::after {
      content: '';
      display: block;
      width: 1px;
      height: 14px;
      background-color: #E8E8EA;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 5;
      margin-top: -8px; }

   .uppernav__link {
    position: relative;
    display: block;
    padding: 0 0 .5rem;
    color: #606177;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .uppernav__link::after {
      content: '';
      width: 13px;
      height: 0;
      background-color: #1C1D33;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .uppernav__link:hover, .uppernav__link:focus {
      font-weight: 700;
      color: #606177; }
      /* .uppernav__link:hover::after, .uppernav__link:focus::after {
        height: 1px; } */
  .uppernav__link--active {
    font-weight: 700;
    color: #606177; }
    .uppernav__link--active::after {
      height: 3px; }
  /* .uppernav__item--chercheur .uppernav__link {
    color: #00AEC7; }
    .uppernav__item--chercheur .uppernav__link::after {
      background-color: #00AEC7; } */
    /* .uppernav__item--chercheur .uppernav__link:hover, .uppernav__item--chercheur .uppernav__link:focus {
      color: #00AEC7; } */
      /* .uppernav__item--chercheur .uppernav__link:hover::after, .uppernav__item--chercheur .uppernav__link:focus::after {
        height: 2px; } } */

@media only screen and (max-width: 991px) {
  .generic-header__logo {
    position: absolute;
    top: 0;
    left: 77px;
    z-index: 5;
    width: 130px; } }

.wrapper-subheader-home {
  margin-bottom: 2rem;
  -webkit-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out; }
  .wrapper-subheader-home .container-fluid {
    max-width: 1470px; }

.main-banner {
  background: #FFF; }

.main-banner__content {
  margin: 0 auto;
  color: #FFF;
  padding-top: 3.5rem; }

.motto {
  display: none; }

.shortcut {
  position: relative;
  display: block; }
  .shortcut::after {
    content: '';
    display: none;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.shortcut__pic {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -163px; }

.shortcut__text {
  color: #1C1D33;
  position: relative;
  padding: 1.3rem 0 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% - 20px); }

.shortcut__title {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  color: #1C1D33;
  font-size: 1.5rem;
  margin: 0; }

.shortcut__detail {
  display: none; }

.shortcut--color-1 {
  background-color: rgba(37, 52, 85, 0.9); }

.shortcut--color-2 {
  background-color: rgba(232, 82, 82, 0.9); }

.shortcut--color-3 {
  background-color: rgba(195, 39, 98, 0.9); }

.shortcut--color-4 {
  background-color: rgba(0, 104, 130, 0.9); }

@media only screen and (min-width: 768px) {
  .main-banner {
    min-height: 364px;
    background: url(../images/header-bg.jpg) transparent no-repeat 0 0;
    background-size: cover;
    border-right: 2px solid #FFF;
    -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0 5px rgba(0, 0, 0, 0.2); }
  .main-banner__content {
    max-width: 320px;
    padding-bottom: 4.4rem; }
  .motto {
    display: block;
  }
  .motto {
    line-height: 1.1; }
  .motto__title {
    font-size: 3rem;
    font-weight: 100;
    line-height: 88%;
    margin: 0 0 2.1rem 0;
    color: #FFF; }
  .motto__subtitle {
    font-weight: 900;
    font-size: 1.9rem;
    text-transform: uppercase; }
  .motto__title {
    font-size: 4rem; }
  .home-header .main-nav__ul {
    padding: .8rem 0; }
  .shortcut {
    min-height: 364px;
    overflow: hidden;
    height: auto;
    background-color: transparent; }
    .shortcut::after {
      display: block; }
    .shortcut:hover::after,
    .shortcut:hover .shortcut__detail, .shortcut:focus::after,
    .shortcut:focus .shortcut__detail {
      opacity: 1; }
  .shortcut__detail {
    display: block;
    position: absolute;
    padding: 2rem;
    font-size: 1.4rem;
    color: #FFF;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .shortcut__text {
    position: absolute;
    z-index: 20;
    color: #FFF;
    font-size: 1.6rem;
    height: 58px;
    line-height: 48px;
    bottom: 60px;
    padding: 0; }
    .shortcut__text:before, .shortcut__text:after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 72px;
      height: 1px;
      left: 50%;
      margin-left: -36px;
      background-color: #FFF; }
    .shortcut__text:before {
      top: 0; }
    .shortcut__text:after {
      bottom: 0; }
  .shortcut__title {
    color: #FFF; }
  .shortcut__pic {
    display: block; }
  .shortcut--color-1 .shortcut__detail {
    background-color: rgba(37, 52, 85, 0.9); }
  .shortcut--color-2 .shortcut__detail {
    background-color: rgba(232, 82, 82, 0.9); }
  .shortcut--color-3 .shortcut__detail {
    background-color: rgba(195, 39, 98, 0.9); }
  .shortcut--color-4 .shortcut__detail {
    background-color: rgba(0, 104, 130, 0.9); } }

@media only screen and (min-width: 992px) {
  .wrapper-subheader-home {
    margin-bottom: 7.5rem; }
  .motto__title {
    font-size: 5rem; }
  .home-header .main-nav__ul {
    padding: 1rem 0; }
  .main-banner__content {
    padding-top: 7rem; }
  .shortcut__detail {
    padding: 2rem;
    font-size: 1.5rem; }
  .shortcut__text {
    font-size: 2rem;
    height: 81px;
    line-height: 74px;
    bottom: 35px; }
  .shortcut__title {
    font-size: 2rem;
    letter-spacing: .05em; } }

@media only screen and (min-width: 1380px) {
  .motto__title {
    font-size: 7rem; }
  .shortcut__detail {
    padding: 3rem;
    font-size: 1.7rem; }
  .shortcut__text {
    font-size: 2.2rem; }
  .shortcut__title {
    font-size: 2.2rem; } }

@media only screen and (max-width: 767px) {
  .main-banner__content {
    padding-top: 3rem; }
  .shortcut-wrapper {
    padding: 0 !important; }
    .shortcut-wrapper .row {
      display: table;
      width: 100%;
      margin: 0 !important; }
  .shortcut {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 0 5px !important;
    border-right: 1px solid #FFF; }
    .shortcut:last-child {
      border: none; }
  .shortcut__text {
    width: auto;
    padding: 12px 10px; }
  .shortcut__title {
    color: #FFF;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1.2; }
  .shortcut__action {
    text-transform: uppercase;
    display: block;
    text-align: center; } }

.main-search {
  padding: 3rem 0;
  background-color: #253455;
  color: #FFF; }

.main-search__header {
  margin: 0 0 3rem; }

.main-search__form {
  position: relative;
  margin: 0 0 .5rem;
  padding: .5rem 0 0; }

.main-search__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #FFF;
  padding: .9rem 0;
  background-color: transparent;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
  float: none !important;
  color: #FFF; }
  .main-search__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 300;
    font-style: italic;
    color: #FFF;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  .main-search__input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    font-style: italic;
    color: #FFF; }
  .main-search__input:-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
    font-style: italic;
    color: #FFF; }
  .main-search__input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #49546F;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  .main-search__input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #49546F; }
  .main-search__input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #49546F; }

.main-search__submit {
  display: block;
  width: 46px;
  height: 46px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 100% 30%;
  background-size: 30px 30px;
  position: absolute;
  top: .5rem;
  right: 0;
  font-size: 1px;
  color: #253455;
  text-indent: -100px;
  overflow: hidden; }

.main-search__content {
  margin: 0 0 2rem; }

.main-search__footer {
  margin: 0 0 2rem;
  text-align: center; }
  .main-search__footer .btn {
    margin-bottom: 0;
    margin-right: 0; }

.suggested-content {
  padding: 10px;
  background-color: #FFF;
  color: #1C1D33; }

.suggested-content__title {
  padding: 0 0 1rem 0; }

.suggested-content__title--nomargin {
  padding-bottom: 0 !important; }

.suggested-content__footer {
  margin: 0;
  padding: .8rem 0;
  text-align: center; }
  .suggested-content__footer .btn {
    margin-bottom: 0;
    margin-right: 0; }

.suggested-content__cards {
  padding-bottom: 1rem; }
  .suggested-content__cards .col-sm-12 .teaser {
    border-bottom: 1px solid #DDE0E8; }
  .suggested-content__cards .col-sm-12:last-child .teaser {
    border: none; }

.suggested-content__cards--error {
  padding: 2.5rem 1rem 2.4rem;
  color: #F00;
  text-align: center; }
  .suggested-content__cards--error p {
    margin: 0; }

@media only screen and (min-width: 768px) {
  .main-search {
    padding-top: 4rem; }
  .main-search__header {
    margin-bottom: 5rem; }
  .suggested-content__cards .col-sm-12 .teaser--suggest .teaser__content {
    padding: 1rem 2rem !important; } }

@media only screen and (min-width: 992px) {
  .main-search {
    padding-top: 5rem; }
  .suggested-content {
    padding: 0 32px; }
  .suggested-content__title {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem; }
  .suggested-content__footer {
    margin-right: -2rem;
    text-align: right; }
  .suggested-content__cards {
    padding-bottom: 2rem; }
    .suggested-content__cards .col-sm-12 .teaser--suggest .teaser__content {
      margin-top: 1rem;
      margin-bottom: 1rem; } }

@media only screen and (min-width: 1380px) {
  .suggested-content {
    padding: 0 110px; } }

@media only screen and (max-width: 767px) {
  .suggested-content,
  .main-search__footer {
    display: none; } }

/*                 _   _           _                                       _
                  | | (_)         | |                                     (_)
   __   _____ _ __| |_ _  ___ __ _| |  _ __ ___  ___ _ __   ___  _ __  ___ ___   _____
   \ \ / / _ \ '__| __| |/ __/ _` | | | '__/ _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \
    \ V /  __/ |  | |_| | (_| (_| | | | | |  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/
     \_/ \___|_|   \__|_|\___\__,_|_| |_|  \___||___/ .__/ \___/|_| |_|___/_| \_/ \___|
                                                    | |
                                                    |_|
*/
@media only screen and (min-width: 768px) and (max-height: 900px) {
  .main-search,
  .main-search__header,
  .main-search__content,
  .suggested-content__title,
  .suggested-content__cards .teaser .teaser__content,
  .suggested-content__cards--error {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .main-search {
    padding-top: .5rem; }
  .main-search__header {
    margin-bottom: .5rem; }
  .suggested-content__title {
    padding-bottom: .4rem; }
  .suggested-content__cards .teaser .teaser__picture-wrapper {
    display: none; } }

@media only screen and (min-width: 768px) and (max-height: 770px) {
  .main-search__header {
    margin-bottom: 0; }
  .main-search__content {
    margin-bottom: 1rem; }
  .suggested-content__title {
    padding-bottom: .6rem; }
  .suggested-content__cards .teaser .teaser__content {
    padding: 2px 5px !important; }
/*
  .suggested-content__cards .teaser .teaser__date {
    display: none; }
    */
  .suggested-content__cards .teaser .teaser__tag {
    font-size: 1.2rem; }
  .suggested-content__cards .teaser .teaser__title {
    font-size: 1.4rem; }
  .suggested-content__cards--error {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media only screen and (min-width: 768px) and (max-height: 570px) {
  .main-search {
    padding-top: 0; }
  .suggested-content__title {
    padding-bottom: 0; }
  .suggested-content__cards .teaser .teaser__tags,
  .suggested-content__cards .teaser .teaser__tag {
    display: none; }
  .suggested-content__cards--error {
    padding-top: .4rem;
    padding-bottom: .4rem; } }

@media only screen and (min-width: 768px) and (max-height: 490px) {
  .teaser--suggest {
    display: none; } }

.main-nav:before, .main-nav:after {
  content: " ";
  display: table; }

.main-nav:after {
  clear: both; }

.upper-block {
  background-color: #FFF;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 2000;
  width: 100%;
  -webkit-box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.2); }

#main-menu-dropdown {
  padding: 1.6rem 0 .5rem; }
  #main-menu-dropdown .row {
    padding-bottom: .5rem; }

#main-don-dropdown {
  padding: 7rem 0; }

@media only screen and (min-width: 992px) {
  #main-menu-dropdown {
    display: none; }
  .upper-block {
    top: 121px; }
  .menu--fixed .upper-block {
    top: 75px; } }

@media only screen and (max-width: 991px) {
  .minishortcut {
    display: block;
    position: relative;
    margin: 0 0 20px;
    padding: 1.4rem 0;
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
    color: #FFF;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .minishortcut:hover, .minishortcut:focus {
      color: #FFF; }
  .minishortcut--color-1 {
    background-color: #253455; }
  .minishortcut--color-3 {
    background-color: #C32762; }
  .minishortcut--color-4 {
    background-color: #006882; }
  .minishortcut--color-4-light {
    background-color: #00AEC7; }
  .espaces {
    clear: both;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2; }
    .espaces:before, .espaces:after {
      content: " ";
      display: table; }
    .espaces:after {
      clear: both; }
  .espaces__item {
    margin: 0;
    padding: 0;
    float: left;
    width: 33.33%;
    display: block; }
    .espaces__item:last-child .espaces__a {
      border: none; }
  .espaces__item--color-1 .espaces__a {
    color: #00AEC7; }
    .espaces__item--color-1 .espaces__a::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11' width='13' height='11'%3E%3Cpath fill='%2300AEC7' d='M9.9 1.6c-.2-.2-.5-.2-.7 0-.2.2-.2.6-.1.8l4.1 4.1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5h10.8l-4.1 4.1c-.1.1-.2.3-.2.4 0 .1.1.3.1.4.2.2.5.2.7 0l5-5c.1-.1.2-.3.2-.4 0-.1-.1-.3-.1-.4l-5-5z'/%3E%3C/svg%3E"); }
  .espaces__a {
    position: relative;
    display: block;
    background-color: #FFF;
    color: #253455;
    padding: 1.2rem 1rem 1.2rem 4rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .espaces__a::before {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11' width='13' height='11'%3E%3Cpath fill='%23253455' d='M9.9 1.6c-.2-.2-.5-.2-.7 0-.2.2-.2.6-.1.8l4.1 4.1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5h10.8l-4.1 4.1c-.1.1-.2.3-.2.4 0 .1.1.3.1.4.2.2.5.2.7 0l5-5c.1-.1.2-.3.2-.4 0-.1-.1-.3-.1-.4l-5-5z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: 50% 50%;
      width: 17px;
      height: 17px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -8.5px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .espaces__a:hover, .espaces__a:focus {
      background-color: #253455;
      color: #FFF; }
      .espaces__a:hover::before, .espaces__a:focus::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11' width='13' height='11'%3E%3Cpath fill='%23FFFFFF' d='M9.9 1.6c-.2-.2-.5-.2-.7 0-.2.2-.2.6-.1.8l4.1 4.1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5h10.8l-4.1 4.1c-.1.1-.2.3-.2.4 0 .1.1.3.1.4.2.2.5.2.7 0l5-5c.1-.1.2-.3.2-.4 0-.1-.1-.3-.1-.4l-5-5z'/%3E%3C/svg%3E"); }
  .menu--fixed .upper-block {
    top: 60px; }
  #main-menu-dropdown {
    padding: 1.9rem 0 .5rem; }
    #main-menu-dropdown .row {
      padding-bottom: 1.5rem; } }

@media only screen and (max-width: 767px) {
  .main-menu__header .col-sm-6 {
    padding-left: 0;
    padding-right: 0; }
  .minishortcut {
    margin-bottom: 0;
    width: 100%;
    padding-left: 14%;
    text-align: left; }
  .espaces__item {
    float: none;
    width: auto; }
  .espaces__a {
    border-bottom: 1px solid #DDE0E8;
    padding-left: calc(14% + 1.6rem); }
    .espaces__a::before {
      left: calc(14% - 1rem); } }

.wrapper-breadcrumb {
  overflow-x: hidden;
  margin: 2.6rem 0 1.5rem; }

.wrapper-natural-language-form + .wrapper-breadcrumb {
  margin-top: 2rem; }

.breadcrumb {
  text-align: left;
  font-size: 1.4rem; }

/* .breadcrumb__inner {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  padding: .4rem 1.5rem .5rem; } */
  /* .breadcrumb__inner::before {
    content: '';
    display: block;
    background-color: #FFF;
    width: 50vw;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: -50vw; } */

.breadcrumb__list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumb__item {
  display: inline-block; }
  .breadcrumb__item::after {
    content: '\0020\003E\0020';
    color: #717286; }
  .breadcrumb__item:last-child::after {
    content: '';
    display: none; }

.breadcrumb__link {
  color: #717286;
  display: inline-block;
  padding: .1rem .2rem; }

.breadcrumb--landing {
  text-align: left; }
  .breadcrumb--landing .breadcrumb__inner {
    background-color: transparent;
    padding: 0; }
    .breadcrumb--landing .breadcrumb__inner::before {
      display: none; }

.wrapper-primary {
  overflow-x: hidden;
  padding-top: 32px;
  margin-bottom: 2rem; }

.main-content {
  position: relative;
  padding-top: 2rem;
  background-color: #FFF; }

@media only screen and (min-width: 768px) {
  .wrapper-primary {
    margin-bottom: 4rem; }
  .wrapper-breadcrumb + .wrapper-primary {
    margin-top: -8px; }
  .main-content {
    padding-top: 3rem; }
    .main-content:before, .main-content:after {
      content: '';
      background-color: #FFF;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: -1; }
    .main-content:before {
      width: 25%;
      left: -25%; }
    .main-content:after {
      width: 100%;
      right: -100%; } }

@media only screen and (min-width: 992px) {
  .wrapper-primary {
    margin-bottom: 6rem; }
  .main-content {
    padding-top: 8.3rem; }
  .main-content--hub {
    padding-top: 3.8rem; } }

@media only screen and (min-width: 1380px) {
  .wrapper-primary {
    margin-bottom: 9rem; } }

.title-column {
  position: static !important; }

.title-column__inner {
  -webkit-transition: margin .2s ease-in-out;
  transition: margin .2s ease-in-out; }

.title-column__intro {
  position: relative;
  margin: 0 0 30px;
  padding: 37px 0 20px;
  background-color: #FFF; }
  .title-column__intro::before {
    content: '';
    display: block;
    background-color: #FFF;
    width: 50vw;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: -50vw; }

.campain .title-column__intro::before {
  display: none; }

.page-title-date,
.page-title-parent {
  margin: 0 0 .8rem;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #717286; }

.page-title {
  color: #1C1D33;
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  line-height: 102%; }
  .page-title:after {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #3A3B4E;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5; }

.page-tools {
  text-align: center; }
  .page-tools .call-to-action {
    margin-left: auto;
    margin-right: auto; }

.back-link--aside {
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-width: 284px;
  margin: 0 auto; }
  .back-link--aside .back-link__pic {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 1rem 0 0; }
    .back-link--aside .back-link__pic img,
    .back-link--aside .back-link__pic svg {
      width: 100%;
      height: auto;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      vertical-align: middle; }
  .back-link--aside .back-link__title {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 110%;
    color: #1C1D33; }
  .back-link__title_white {
    color: #fff !important;
    /* margin: -30px !important; */
  }
  .back-link--aside .svg-white svg path {
    fill: #fff !important;
  }
  .back-link--aside .svg-white svg {
    /* margin: -30px !important; */
  }

  .back-link--aside:hover .back-link__pic svg path, .back-link--aside:hover .back-link__pic .svg path, .back-link--aside:focus .back-link__pic svg path, .back-link--aside:focus .back-link__pic .svg path {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    fill: #E85252; }
  .back-link--aside:hover .back-link__title, .back-link--aside:focus .back-link__title {
    color: #E85252; }

.main-content__rs {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none; }

.main-content__rsitem {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0; }
  .main-content__rsitem:before {
    content: '' !important;
    display: none; }

.main-content__rsa {
  display: block;
  position: relative;
  border-width: 1px 1px 1px 27px;
  border-style: solid;
  border-radius: 5px;
  padding: .15rem 0;
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  width: 80px;
  color: #1C1D33; }
  .main-content__rsa:before {
    content: '' !important;
    display: block;
    width: 25px;
    height: 23px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: -25px;
    z-index: 5;
    overflow: hidden;
    border-radius: 5px; }
  .main-content__rsa:hover, .main-content__rsa:focus {
    color: #1C1D33; }

.main-content__rsa--facebook {
  border-color: #3B5998; }
  .main-content__rsa--facebook:before {
    background-size: 30px auto; }

.main-content__rsa--twitter {
  border-color: #00ACED; }
  .main-content__rsa--twitter:before {
    background-size: 30px auto; }

.main-content__rsa--linkedin {
  border-color: #007BB5; }
  .main-content__rsa--linkedin:before {
    background-size: 35px auto; }

.main-content__rs--aside {
  padding: 3rem 0;
  text-align: left; }

.campagne .page-tools .back-link {
  display: none; }

@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 3.5rem;
    padding-bottom: 2rem; }
  .main-content__header .row > div:after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #E85252;
    position: absolute;
    top: 2%;
    left: 0;
    z-index: 5;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg); }
  .main-content__header .row > div:first-child:after {
    display: none; } }

@media only screen and (min-width: 992px) {
  .title-column__inner {
    max-width: 300px; }
  .title-column__intro {
    margin-bottom: 5rem; }
  .page-title {
    font-size: 3.8rem;
    padding-right: 9%;
    padding-bottom: 2.8rem; }
  .page-tools {
    text-align: left; }
  .back-link--aside {
    margin: 0; } }

@media only screen and (min-width: 1380px) {
  .title-column__inner {
    max-width: 426px; }
  .page-title {
    font-size: 4.5rem;
    padding: 0 18% 2.8rem 0; } }

@media only screen and (max-width: 991px) {
  .title-column__inner {
    margin-bottom: 2rem; }
    .title-column__inner.scroll-to-fixed-fixed {
      position: static !important;
      margin-top: 0;
      width: auto !important;
      left: inherit !important; }
      .title-column__inner.scroll-to-fixed-fixed + div {
        display: none !important;
        position: absolute;
        z-index: -1; } }

.wrapper-grid .teaser {
  margin-bottom: 20px; }

.wrapper-grid__more {
  padding: 4rem 0 7rem;
  text-align: center; }
  .wrapper-grid__more .btn {
    padding-left: 4rem;
    padding-right: 4rem; }
    .wrapper-grid__more .btn:before {
      left: inherit !important;
      right: 1rem;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1);
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: margin .2s ease-in-out;
      transition: margin .2s ease-in-out; }
    .wrapper-grid__more .btn:hover, .wrapper-grid__more .btn:focus {
      left: auto; }
      .wrapper-grid__more .btn:hover:before, .wrapper-grid__more .btn:focus:before {
        margin-top: -5px; }

@media only screen and (min-width: 992px) {
  .wrapper-grid__side > *:last-child {
    margin-bottom: 0; }
  .wrapper-grid__huge-1-line {
    padding-bottom: 20px; }
    .wrapper-grid__huge-1-line > div .teaser:last-child {
      margin-bottom: 0; } }

.wrapper-landing-header {
  background-color: #F0F0F0; }
  .wrapper-landing-header .row {
    position: relative; }

.landing-header .teaser--special-whitebg .teaser__content {
  padding: 1rem; }

.landing-header__intro {
  padding-top: 2rem;
  position: static; }

.landing-header__col-a {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 992px) {
    .landing-header__col-a {
      float: left;
      width: 50%; } }
  @media (min-width: 1380px) {
    .landing-header__col-a {
      float: left;
      width: 37.5%; } }

.landing-header__col-b {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 992px) {
    .landing-header__col-b {
      float: left;
      width: 50%; } }
  @media (min-width: 1380px) {
    .landing-header__col-b {
      float: left;
      width: 37.5%; } }

.landing-header__col-c {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 992px) {
    .landing-header__col-c {
      float: left;
      width: 100%; } }
  @media (min-width: 1380px) {
    .landing-header__col-c {
      float: left;
      width: 25%; } }

.intro-projects {
  background-color: #FFF;
  padding: 0; }
  .intro-projects .teaser__picture-wrapper {
    margin-bottom: 3rem; }

.intro-projects + .text-center {
  background-color: #FFF; }

.wrapper-contact .contact-file,
.wrapper-contact .contact-block {
  background-color: #FFF; }

.wrapper-contact .contact-block__title {
  font-weight: 100 !important;
  padding-left: 0;
  border-bottom: none;
  padding-bottom: 2rem;
  position: relative;
  margin-bottom: 2rem; }
  .wrapper-contact .contact-block__title:after {
    content: '';
    width: 90px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }

.wrapper-contact--color-1 .contact-block__title:after,
.wrapper-contact--color-1 .contact-block a:not(.btn):before {
  background-color: #253455; }

.wrapper-contact--color-1 a:not(.btn) {
  color: #253455; }

.wrapper-contact--color-2 .contact-block__title:after,
.wrapper-contact--color-2 .contact-block a:not(.btn):before {
  background-color: #E85252; }

.wrapper-contact--color-2 a:not(.btn) {
  color: #E85252; }

.wrapper-contact--color-3 .contact-block__title:after,
.wrapper-contact--color-3 .contact-block a:not(.btn):before {
  background-color: #C32762; }

.wrapper-contact--color-3 a:not(.btn) {
  color: #C32762; }

.wrapper-contact--color-4 .contact-block__title:after,
.wrapper-contact--color-4 .contact-block a:not(.btn):before {
  background-color: #00AEC7; }

.wrapper-contact--color-4 a:not(.btn) {
  color: #00AEC7; }

.wrapper-grid--action {
  background-color: #FFF; }
  .wrapper-grid--action .embed-container {
    margin-bottom: 20px; }

.landing-header__bg {
  padding: 1rem 0; }
  .landing-header__bg img {
    display: block;
    max-width: 100%;
    height: auto; }

.quote__id {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0; }

.quote__fx {
  font-size: 2.5rem;
  margin-bottom: 2rem; }

.quote__text {
  font-size: 1.6rem;
  font-style: italic;
  padding-left: 3rem;
  position: relative; }
  .quote__text:before {
    content: '\00AB';
    font-size: 2.5rem;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    margin-top: -1rem; }

@media only screen and (min-width: 768px) {
  .landing-header .teaser--special-whitebg .teaser__content {
    padding: 2rem; }
  .landing-header__intro {
    padding-top: 2.5rem; }
  .wrapper-contact .fiche-id__content {
    padding-left: 2rem; } }

@media only screen and (min-width: 992px) {
  .landing-header .teaser--special-whitebg .teaser__content {
    padding: 3rem; }
  .landing-header__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    padding: 0; }
  .landing-header__col-a,
  .landing-header__col-b {
    min-height: 454px; }
    .landing-header__col-a .teaser,
    .landing-header__col-b .teaser {
      position: absolute;
      left: 10px;
      bottom: 0;
      z-index: 50;
      width: calc(100% - 20px); }
  .landing-header__intro {
    padding-top: 3rem; }
  .landing-header__banner {
    min-height: 529px; }
  .wrapper-contact {
    padding-top: 3rem; } }

@media only screen and (min-width: 992px) and (max-width: 1379px) {
  .landing-header__col-c {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }
    .landing-header__col-c .btn {
      margin-bottom: 1.5rem; }
  .landing-header__banner,
  .landing-header__banner .row {
    position: static; }
  .intro-projects .teaser__picture-wrapper {
    display: none; } }

@media only screen and (min-width: 1380px) {
  .landing-header__intro {
    padding-top: 3.5rem; }
  .landing-header__bg {
    padding: 0 0 0 10px; }
  .landing-header__banner {
    min-height: 516px; }
  .landing-header__col-a,
  .landing-header__col-b,
  .landing-header__col-c {
    min-height: 516px; }
  .landing-header__col-c .btn-huge {
    position: absolute;
    left: 0;
    bottom: 0; }
  .intro-projects {
    padding: 0 0 6rem; }
    .intro-projects .teaser--color-reverse .teaser__content:before, .intro-projects .teaser--color-reverse .teaser__content:after {
      content: " ";
      display: table; }
    .intro-projects .teaser--color-reverse .teaser__content:after {
      clear: both; }
    .intro-projects .teaser--color-reverse .teaser__picture-wrapper {
      float: left;
      margin: -3rem 2rem -1rem -3rem; }
  .wrapper-grid--action .embed-container {
    margin-top: 3.8rem; }
  .wrapper-grid--action .don-block-medium-button--smaller {
    min-height: 255px; } }

@media only screen and (max-width: 991px) {
  .landing-header__col-b {
    display: none; }
  .landing-header__col-c {
    text-align: center; }
    .landing-header__col-c .btn {
      margin: 1rem 0 3rem; } }

.wrapper-natural-language-form {
  position: relative;
  background-color: #FFF;
  padding: 4rem 0;
  text-align: center;
  margin-bottom: 3rem; }

/* general style for the form */
.nl-form,
.block-farc-landing-cancer-selector {
  position: relative;
  display: inline-block;
  padding: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 230%;
  color: #31354C;
  text-align: center;
  /* normalize the input elements, make them look like everything else */ }
  .nl-form label,
  .nl-form input,
  .nl-form select,
  .nl-form button,
  .block-farc-landing-cancer-selector label,
  .block-farc-landing-cancer-selector input,
  .block-farc-landing-cancer-selector select,
  .block-farc-landing-cancer-selector button {
    font-size: 2.1rem;
    font-weight: 300; }
  .nl-form ul,
  .block-farc-landing-cancer-selector ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nl-form input,
  .nl-form select,
  .nl-form button,
  .block-farc-landing-cancer-selector input,
  .block-farc-landing-cancer-selector select,
  .block-farc-landing-cancer-selector button {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .nl-form input:focus,
  .block-farc-landing-cancer-selector input:focus {
    outline: none; }
  .nl-form .nl-field-go,
  .block-farc-landing-cancer-selector .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    width: 1.8em;
    text-align: center;
    color: transparent; }

/* submit button */
.nl-submit-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 78px;
  width: 100%; }

.nl-form .nl-submit,
.block-farc-landing-cancer-selector .nl-submit {
  display: block;
  height: 76px;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  color: #1C1D33;
  padding: 0 0 6px 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  border-top: 1px solid #C2C3C7;
  text-align: center; }
  .nl-form .nl-submit:hover, .nl-form .nl-submit:focus,
  .block-farc-landing-cancer-selector .nl-submit:hover,
  .block-farc-landing-cancer-selector .nl-submit:focus {
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in; }

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active,
.no-touch .block-farc-landing-cancer-selector .nl-submit:hover,
.no-touch .block-farc-landing-cancer-selector .nl-submit:active {
  background: #1C1D33;
  color: #FFF; }

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative; }
  .nl-field.nl-field-open {
    z-index: 10000; }
    .nl-field.nl-field-open .nl-field-toggle {
      z-index: -1; }

.nl-field.active .nl-field-toggle {
  color: #FFF; }
  .nl-field.active .nl-field-toggle::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' points='2.5,7 12.5,17 22.5,7'/%3E%3C/svg%3E") !important; }

.nl-field:first-of-type .nl-field-toggle:hover, .nl-field:first-of-type .nl-field-toggle:focus {
  border-color: #253455; }
  .nl-field:first-of-type .nl-field-toggle:hover::after, .nl-field:first-of-type .nl-field-toggle:focus::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23253455' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' points='2.5,7 12.5,17 22.5,7'/%3E%3C/svg%3E"); }

.nl-field:first-of-type.active .nl-field-toggle {
  border-color: #253455;
  background-color: #253455; }

.nl-field:nth-last-of-type(2) .nl-field-toggle:hover, .nl-field:nth-last-of-type(2) .nl-field-toggle:focus {
  border-color: #E85252; }
  .nl-field:nth-last-of-type(2) .nl-field-toggle:hover::after, .nl-field:nth-last-of-type(2) .nl-field-toggle:focus::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23E85252' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' points='2.5,7 12.5,17 22.5,7'/%3E%3C/svg%3E"); }

.nl-field:nth-last-of-type(2).active .nl-field-toggle {
  border-color: #E85252;
  background-color: #E85252; }

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select,
.block-farc-landing-cancer-selector input,
.block-farc-landing-cancer-selector select,
.block-farc-landing-cancer-selector > a {
  line-height: inherit;
  display: inline-block;
  color: #1C1D33;
  cursor: pointer; }

.nl-field-toggle,
.block-farc-landing-cancer-selector > a {
  position: relative;
  margin-right: 1rem;
  border: 1px solid #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 5px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 5px -1px rgba(0, 0, 0, 0.1);
  padding: .7rem 5rem 1rem 2rem;
  background-color: #FFF;
  font-weight: 500;
  line-height: 1;
  color: #606177;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .nl-field-toggle::after,
  .block-farc-landing-cancer-selector > a::after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23606177' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' points='2.5,7 12.5,17 22.5,7'/%3E%3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 85% 85%;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 0;
    margin-top: -10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .nl-field-toggle:hover, .nl-field-toggle:focus,
  .block-farc-landing-cancer-selector > a:hover,
  .block-farc-landing-cancer-selector > a:focus {
    color: #606177;
    -webkit-box-shadow: 3px 4px 5px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 4px 5px -1px rgba(0, 0, 0, 0.2); }
  .nl-field-toggle.active,
  .block-farc-landing-cancer-selector > a.active {
    color: #FFF; }
    .nl-field-toggle.active::after,
    .block-farc-landing-cancer-selector > a.active::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' points='2.5,7 12.5,17 22.5,7'/%3E%3C/svg%3E") !important; }
  .nl-field-toggle.farc-color-parent.active,
  .block-farc-landing-cancer-selector > a.farc-color-parent.active {
    border-color: #253455;
    background-color: #253455; }
  .nl-field-toggle.farc-color-parent:hover, .nl-field-toggle.farc-color-parent:focus,
  .block-farc-landing-cancer-selector > a.farc-color-parent:hover,
  .block-farc-landing-cancer-selector > a.farc-color-parent:focus {
    border-color: #253455; }
    .nl-field-toggle.farc-color-parent:hover::after, .nl-field-toggle.farc-color-parent:focus::after,
    .block-farc-landing-cancer-selector > a.farc-color-parent:hover::after,
    .block-farc-landing-cancer-selector > a.farc-color-parent:focus::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23253455' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' points='2.5,7 12.5,17 22.5,7'/%3E%3C/svg%3E"); }
  .nl-field-toggle.farc-color-child.active,
  .block-farc-landing-cancer-selector > a.farc-color-child.active {
    border-color: #E85252;
    background-color: #E85252; }
  .nl-field-toggle.farc-color-child:hover, .nl-field-toggle.farc-color-child:focus,
  .block-farc-landing-cancer-selector > a.farc-color-child:hover,
  .block-farc-landing-cancer-selector > a.farc-color-child:focus {
    border-color: #E85252; }
    .nl-field-toggle.farc-color-child:hover::after, .nl-field-toggle.farc-color-child:focus::after,
    .block-farc-landing-cancer-selector > a.farc-color-child:hover::after,
    .block-farc-landing-cancer-selector > a.farc-color-child:focus::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 25 25' style='enable-background:new 0 0 25 25;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23E85252' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10' points='2.5,7 12.5,17 22.5,7'/%3E%3C/svg%3E"); }

/* drop-down list / text element */
.nl-field .lbox {
  position: fixed;
  visibility: hidden;
  background: #FFF;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
          transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  text-align: left;
  max-width: 500px;
  max-height: 600px;
  width: 0; }
  .nl-field .lbox ul {
    max-height: 586px;
    overflow-y: auto; }

.nl-field li {
  font-size: 1.8rem;
  color: #000;
  position: relative;
  width: 100%;
  line-height: 1.1;
  padding: 12px 28px;
  background-color: #F0F0F0;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  .nl-field li:last-child {
    margin-bottom: 0; }
  .nl-field li.nl-dd-checked {
    color: #FFF;
    background-color: #006882; }
  .nl-field li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    height: 15px;
    width: 15px;
    background: url(../images/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
    background-size: 15px 15px;
    margin-top: -8px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in, left .5s ease;
    transition: opacity .2s ease-in, left .5s ease; }

.nl-field.nl-field-open .lbox {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 80vw;
  padding: 7px; }
  .nl-field.nl-field-open .lbox .lclose {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 5;
    top: -40px;
    right: 0;
    background-color: #FFF;
    text-align: center;
    cursor: pointer; }
    .nl-field.nl-field-open .lbox .lclose:before {
      content: '\0058';
      width: 40px;
      height: 40px;
      text-align: center;
      color: #1C1D33;
      font-size: 3rem;
      font-weight: 500; }
    .nl-field.nl-field-open .lbox .lclose:hover:before, .nl-field.nl-field-open .lbox .lclose:focus:before {
      color: #006882; }

@media only screen and (min-width: 992px) {
  .nl-field li {
    padding-left: 110px; }
    .nl-field li:before {
      left: 55px; }
    .nl-field li:hover, .nl-field li:focus {
      background-color: #00AEC7;
      color: #FFF; }
      .nl-field li:hover:before, .nl-field li:focus:before {
        left: 75px;
        opacity: 1; }
  .nl-field.nl-field-open .lbox {
    margin-left: -430px;
    max-width: 860px;
    max-height: 715px;
    padding: 50px 110px; }
  .nl-field .lclose {
    top: 10px;
    right: 10px; } }

/* custom placeholder color */
/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
  font-size: 40%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.7); }

.nl-ti-text ul li.nl-ti-example em {
  color: #FFF; }

/* overlay becomes visible when a field is opened */
.nl-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background-color: rgba(221, 224, 232, 0.9);
  background-repeat: repeat;
  background-position: 50% 50%;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s; }

.nl-field.nl-field-open ~ .nl-overlay {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

@media only screen and (min-width: 768px) {
  .nl-form,
  .block-farc-landing-cancer-selector {
    font-size: 2.3rem; }
    .nl-form .nl-submit-wrap,
    .nl-form .nl-submit,
    .block-farc-landing-cancer-selector .nl-submit-wrap,
    .block-farc-landing-cancer-selector .nl-submit {
      height: 100%; }
    .nl-form .nl-submit,
    .block-farc-landing-cancer-selector .nl-submit {
      width: 135px;
      border-top: none;
      border-left: 1px solid #C2C3C7;
      text-align: left;
      padding-left: 23px; }
  .nl-submit-wrap {
    left: inherit;
    right: 0;
    bottom: inherit;
    top: 0;
    width: 135px; } }

@media only screen and (min-width: 992px) {
  .wrapper-natural-language-form {
    padding: 4.2rem 0;
    margin-bottom: 2rem; }
  .nl-form,
  .block-farc-landing-cancer-selector {
    font-size: 2.6rem; }
  .nl-field-toggle,
  .block-farc-landing-cancer-selector > a {
    margin-left: 1rem;
    margin-right: 5rem;
    padding-right: 6rem; }
    .nl-field-toggle:after,
    .block-farc-landing-cancer-selector > a:after {
      right: 20px; } }

@media only screen and (min-width: 1380px) {
  .wrapper-natural-language-form {
    padding: 4.2rem 0 4.8rem; }
  .nl-form,
  .block-farc-landing-cancer-selector {
    font-size: 2.8rem; }
  .nl-field-toggle,
  .block-farc-landing-cancer-selector > a {
    padding-right: 7.6rem; } }

@media only screen and (max-width: 767px) {
  .nl-field .lbox {
    width: 80vw;
    position: fixed;
    margin-left: -40vw !important; } }

.wrapper-sitemap {
  position: relative;
  padding: 2rem 0 0;
  background-color: #253455;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #FFF; }
  .wrapper-sitemap a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.sitemap-col--d,
.sitemap-col--e {
  background-color: #FFF; }

.totopofpage {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  margin-top: -5rem;
  width: 50px;
  height: 50px; }

.totopofpage__link {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #DDE0E8;
  text-align: center;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

.totopofpage__img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 23px;
  height: 23px;
  margin-top: 1.5rem; }
  .totopofpage__img path {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #000; }

.simple-list {
  margin: 0;
  padding: .4rem 1.6rem 0;
  list-style: none; }

.simple-list__item {
  background: url(../images/icon-arrow-right.svg) transparent no-repeat 0 50%;
  background-size: 17px auto; }

.simple-list__link {
  display: block;
  padding: 6px 0 6px 31px;
  color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .simple-list__link:hover, .simple-list__link:focus {
    color: #4BCDFD; }

.sn {
  padding: 0 0 1.6rem; }

.sn__intro {
  margin: 0 0 2rem;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #FFF;
  text-align: center; }

.sn__ul {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sn__ul li, .sn__ul a {
    display: inline-block;
    width: 43px;
    height: 43px; }
  .sn__ul li {
    margin-right: 7px; }

.sn__link {
  display: block;
  text-indent: -100px;
  font-size: 1px;
  color: #FFF;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 100% 100%; }

.sn__link:hover, .sn__link:focus {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1.25);
          transform: scale(1.25); }

.footer-buttons {
  padding: 2.6rem 0 2.2rem; }

.footer-button {
  position: relative;
  display: table;
  height: 70px;
  width: 100%;
  max-width: 270px;
  margin: 3px auto 1rem;
  padding: 1rem 3.6rem 1rem 3rem;
  background-color: #FFF;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  font-weight: 500;
  color: #253455; }
  .footer-button strong {
    font-weight: 900; }
  .footer-button:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='2 168.3 595.3 508.3' enable-background='new 2 168.3 595.3 508.3' xml:space='preserve' width='596px' height='509px'%3E%3Cpath fill='%234BCDFD' d='M363.7,175.2c-9.2-9.2-22.9-9.2-32.1,0c-9.2,9.2-9.2,27.5-4.6,36.6l187.7,187.7h-490 c-13.7,0-22.9,9.2-22.9,22.9s9.2,22.9,22.9,22.9h494.5L331.7,633.1c-4.6,4.6-9.2,13.7-9.2,18.3s4.6,13.7,4.6,18.3 c9.2,9.2,22.9,9.2,32.1,0l229-229c4.6-4.6,9.2-13.7,9.2-18.3s-4.6-13.7-4.6-18.3L363.7,175.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 50%;
    background-size: 17px auto;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    z-index: 5;
    margin-top: -8.5px; }
  .footer-button:hover, .footer-button:focus {
    color: #4BCDFD; }

.footer-button__inner {
  display: table-cell;
  vertical-align: middle; }

.no-touch .footer-button:hover, .no-touch .footer-button:focus {
  background-color: #00AEC7;
  color: #FFF !important; }
  .no-touch .footer-button:hover:before, .no-touch .footer-button:focus:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='2 1.5 13 11' enable-background='new 2 1.5 13 11' xml:space='preserve' width='13px' height='11px'%3E%3Cpath fill='%23FFFFFF' d='M9.9,1.6c-0.2-0.2-0.5-0.2-0.7,0C9,1.8,9,2.2,9.1,2.4l4.1,4.1H2.5C2.2,6.5,2,6.7,2,7c0,0.3,0.2,0.5,0.5,0.5 h10.8l-4.1,4.1C9.1,11.7,9,11.9,9,12c0,0.1,0.1,0.3,0.1,0.4c0.2,0.2,0.5,0.2,0.7,0l5-5C14.9,7.3,15,7.1,15,7c0-0.1-0.1-0.3-0.1-0.4 L9.9,1.6z'/%3E%3C/svg%3E"); }

.pins {
  position: relative;
  max-width: 303px;
  margin: 3px auto 0;
  padding: 2.6rem 0 2rem; }

.pins__certification {
  max-width: 200px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center; }
  .pins__certification:before, .pins__certification:after {
    content: " ";
    display: table; }
  .pins__certification:after {
    clear: both; }
  .pins__certification li, .pins__certification a {
    display: inline-block;
    width: 85px;
    height: 90px; }
  .pins__certification li {
    margin: 0; }
    .pins__certification li:first-child {
      float: left; }
    .pins__certification li:last-child {
      float: right; }

.pins__header,
.pins__footer {
  margin: 0;
  font-size: 1.35rem;
  color: #253455;
  text-align: center; }

.pins__header {
  margin: 0 0 1.8rem; }

.don-en-confiance,
.hon-code {
  height: auto; }

.don-en-confiance {
  width: 85px;
  height: 85px; }

.hon-code {
  width: 58px; }

.footer-mentions {
  margin: 0;
  border-top: 1px solid #DBDBDB;
  padding: 2rem 0 2.4rem 1rem;
  text-align: left;
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 125%;
  color: #1C1D33; }
  .footer-mentions p {
    margin: 0 !important; }

@media only screen and (min-width: 768px) {
  .wrapper-sitemap {
    padding: 2.8rem 0 2rem; }
  .totopofpage {
    right: 2rem; }
  .sitemap-col {
    position: relative; }
    .sitemap-col::after {
      content: '';
      display: block;
      height: 155px;
      width: 1px;
      background-color: #FFF;
      opacity: .2;
      position: absolute;
      top: 3px;
      right: 0;
      z-index: 5; }
    .sitemap-col:nth-child(4)::after, .sitemap-col:nth-child(5)::after, .sitemap-col:last-child::after {
      display: none; }
  .simple-list {
    padding: 0; }
  .simple-list__link {
    padding-top: 3px;
    padding-bottom: 3px; }
  .footer-buttons {
    padding: 0; }
  .footer-button {
    padding-left: 1.6rem;
    max-width: 210px; }
  .sn {
    padding: 0; }
  .sn__intro {
    font-size: 2.2rem;
    margin-bottom: 2.5rem; }
  .sitemap-col--d,
  .sitemap-col--e {
    background-color: transparent; }
  .pins {
    padding-top: 2rem;
    padding-bottom: 0; }
  .pins__certification {
    margin-bottom: 1.2rem !important; }
  .pins__header,
  .pins__footer {
    color: #FFF; }
  .don-en-confiance path {
    fill: #FFF; }
  .footer-mentions {
    margin-top: 3rem;
    border-top: 1px solid #515D77;
    padding: 2rem 0 0;
    text-align: center;
    font-size: 1.4rem;
    color: #FFF; } }

@media only screen and (min-width: 992px) {
  .wrapper-sitemap {
    padding: 3.3rem 0 2.8rem; }
  .totopofpage__link:hover, .totopofpage__link:focus {
    background-color: #FFF; }
    .totopofpage__link:hover .totopofpage__img path, .totopofpage__link:focus .totopofpage__img path {
      fill: #00AEC7; }
  .sitemap-col:nth-child(4)::after {
    display: block; }
  .pins {
    padding-top: 0; } }

@media only screen and (min-width: 1380px) {
  .footer-button {
    padding-left: 4rem;
    max-width: 270px; } }

.wrapper-footer {
  height: 50px;
  background-color: #253455;
  font-size: 1.6rem;
  color: #FFF; }

.footer-links {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 1.2rem 0 0; }
  .footer-links li {
    display: inline-block; }
    .footer-links li:after {
      content: '\0020\007C\0020'; }
    .footer-links li:last-child:after {
      content: ''; }
  .footer-links a {
    display: inline-block;
    padding: .5rem 1.5rem;
    color: #FFF;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }

@media only screen and (min-width: 768px) {
  .wrapper-footer {
    height: auto;
    background-color: #FFF;
    color: #1C1D33; }
  .footer-links {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: center; }
    .footer-links a {
      color: #1C1D33; }
      .footer-links a:hover, .footer-links a:focus {
        color: #4BCDFD; } }

.blockquote-set__footer a,
.contact-block a:not(.btn),
.faq__answer a:not(.btn),
.edito > p > a:not(.btn) {
  display: inline-block;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  z-index: 10; }
  .blockquote-set__footer a:before,
  .contact-block a:not(.btn):before,
  .faq__answer a:not(.btn):before,
  .edito > p > a:not(.btn):before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E85252;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out; }
  .blockquote-set__footer a.glossaire,
  .contact-block a:not(.btn).glossaire,
  .faq__answer a:not(.btn).glossaire,
  .edito > p > a:not(.btn).glossaire {
    border-bottom: 1px dashed #E85252;
    cursor: help; }
    .blockquote-set__footer a.glossaire:before,
    .contact-block a:not(.btn).glossaire:before,
    .faq__answer a:not(.btn).glossaire:before,
    .edito > p > a:not(.btn).glossaire:before {
      display: none; }

.edito .imagelegende_container--content-text,
.edito figcaption {
  font-size: 1.4rem;
  color: #606177; }

.edito .pull-right,
.edito .pull-left {
  margin-top: 8px;
  margin-bottom: 5px; }
  .edito .pull-right img,
  .edito .pull-left img {
    margin-bottom: 5px; }
  .edito .pull-right .imagelegende_container--content-text,
  .edito .pull-right figcaption,
  .edito .pull-left .imagelegende_container--content-text,
  .edito .pull-left figcaption {
    margin-bottom: 0; }

.edito .pull-right {
  margin-left: 20px; }

.edito .pull-left {
  margin-right: 20px; }

.edito .more {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.1; }
  .edito .more a:not(.btn) {
    color: #1C1D33;
    font-weight: 700;
    padding: .2rem .5rem; }
    .edito .more a:not(.btn) .arrow {
      display: inline-block;
      width: 14px;
      margin: 0 1rem 0 0; }
      .edito .more a:not(.btn) .arrow img, .edito .more a:not(.btn) .arrow .svg, .edito .more a:not(.btn) .arrow svg {
        width: 14px;
        height: 11px; }
      .edito .more a:not(.btn) .arrow path {
        fill: #1C1D33; }

.blockquote-set.pull-right, .blockquote-set.pull-left {
  margin-bottom: 3rem; }

.blockquote-set__author {
  color: #E85252;
  text-transform: uppercase;
  font-weight: 700; }

.blockquote-set__fonction {
  font-size: 2rem;
  font-weight: 700; }

.blockquote-set__content {
  padding-left: 3rem; }

.blockquote-set__footer {
  padding-left: 3rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700; }
  .blockquote-set__footer a {
    display: inline-block;
    color: #1C1D33; }
    .blockquote-set__footer a:before {
      background-color: #1C1D33; }

blockquote {
  font-size: 2.2rem;
  font-weight: 400;
  font-style: italic;
  border: none;
  text-align: left;
  position: relative;
  padding: 1.2rem 0 0 0; }
  blockquote:before {
    content: '\00AB\0020';
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -3rem;
    z-index: 5; }

.block-title-regular {
  padding: 2rem 0 1rem; }
  .block-title-regular .pull-right .btn {
    margin: 0; }

.wrapper-landing-header + .block-title-regular {
  padding-top: 4rem; }

.block-title-regular--color-1 .block-title-regular__title:after {
  background-color: #253455; }

.block-title-regular--whitebg {
  background-color: #FFF; }
  .block-title-regular--whitebg .block-title-regular__title {
    padding-bottom: 1.8rem; }

/* .block-title-regular--color-2 .block-title-regular__title:after {
  background-color: #E85252; } */

.block-title-regular--color-3 .block-title-regular__title:after {
  background-color: #C32762; }

.block-title-regular--color-4 .block-title-regular__title:after {
  background-color: #00AEC7; }

.block-title-regular__title {
  position: relative;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #1C1D33;
  padding: 0 0 3rem 0;
  margin: 0; }
  .block-title-regular__title:after {
    content: '';
    width: 90px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }

.edito ul, .edito ol {
  margin-bottom: 3rem; }
  .edito ul li, .edito ol li {
    margin-bottom: 1.8rem; }

.edito ul {
  list-style: none;
  margin-top: 1.2em;
  margin-bottom: 3rem;
  margin-left: 0;
  padding-left: 4rem; }
  .edito ul li:before {
    content: '\002D\0020'; }
  .edito ul ul {
    margin-top: 0;
    margin-bottom: .8rem;
    font-size: .85em;
    font-weight: 700;
    padding-top: 3px;
    padding-left: 3rem; }
    .edito ul ul li {
      margin: 0 0 .2em 0; }

.edito ol {
  list-style-type: none;
  padding-left: 0; }
  .edito ol li {
    counter-increment: step-counter;
    margin-bottom: .5rem; }
    .edito ol li:before {
      content: counter(step-counter) " /";
      font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2.5rem;
      font-weight: 500;
      color: #E85252;
      display: inline-block;
      padding-right: 1rem; }

.edito h3 + ul, .edito h3 + ol, .edito h4 + ul, .edito h4 + ol, .edito h5 + ul, .edito h5 + ol {
  margin-top: -1.8rem; }

.edito .row > div h2:first-child, .edito .row > div h3:first-child, .edito .row > div h4:first-child, .edito .row > div h5:first-child, .edito .row > div h6:first-child {
  margin-top: 0; }

.edito h2 + .row {
  padding-top: 1.5rem; }

/* .edito h2 {
  font-weight: 500; } */

/* .edito h3 {
  font-weight: 700; } */
  .edito h3.larger {
    font-size: 3rem;
    font-weight: 300; }

.edito img {
  display: block;
  max-width: 100%;
  height: auto; }

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

.main-content__date + h2 {
  margin-top: 20px; }

h2 {
  font-weight: 400;
  position: relative;
  margin-top: 50px;
  margin-bottom: 1.5rem;
  color: #E85252; }

h2 + .row {
  margin-top: -3rem; }

h3 {
  margin-top: 20px;
  margin-bottom: 18px; }

.edito table {
  width: 100%;
  margin: 2rem 0 3rem; }
  .edito table th {
    font-size: 1.2rem; }
  .edito table thead tr th:last-child, .edito table thead tr td:last-child,
  .edito table tbody tr th:last-child,
  .edito table tbody tr td:last-child {
    border-right: none; }
  .edito table thead tr th, .edito table thead tr td {
    background-color: #E85252;
    color: #FFF;
    padding: 1.4rem 2rem;
    border-right: 1px solid #DDE0E8; }
  .edito table thead tr th {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 700;
    text-align: center; }
  .edito table tbody tr th, .edito table tbody tr td {
    border-bottom: 1px solid #DDE0E8;
    border-right: 1px solid #DDE0E8;
    padding: 1.3rem 2rem;
    vertical-align: top;
    font-weight: 400;
    font-size: 1.6rem; }
  .edito table tbody tr th {
    background-color: #F0F0F0;
    font-weight: 700;
    text-align: left; }

.chapo {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 3rem;
  padding-left: 2.4rem; }
  .chapo:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 5;
    height: calc(100% - 5px);
    width: 5px;
    background-color: #E85252; }

.main-info {
  padding: 0 2rem;
  margin-bottom: 0; }

.main-info__title {
  position: relative;
  text-align: center;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #E85252;
  padding: 0 0 1rem 0; }
  .main-info__title:after {
    content: '';
    height: 1px;
    width: 40px;
    background-color: #E85252;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px; }

.main-info__detail {
  text-align: center;
  font-weight: 700;
  padding: 1.3rem 0 1rem 0; }

.didactique {
  background-color: #F0F0F0;
  padding: 2rem 0 .8rem 0;
  margin-top: 4rem;
  margin-bottom: 3rem; }

.didactique__title {
  display: inline-block;
  background-color: #E85252;
  color: #FFF;
  font-weight: 700;
  padding: 1rem;
  margin: 0 0 1.8rem 0; }

.didactique__detail {
  padding: 0 1rem 2.3rem; }
  .didactique__detail p {
    margin: 0; }

.multiple-columns {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .multiple-columns {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .multiple-columns {
      float: left;
      width: 75%; } }
  @media (min-width: 1380px) {
    .multiple-columns {
      float: left;
      width: 50%; } }
  .multiple-columns.pull-right {
    margin-left: 10px; }
  .multiple-columns.pull-left {
    margin-right: 10px; }

.keynumber {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px; }

.keynumber__content {
  background-color: #F0F0F0; }

.keynumber__number {
  color: #E85252;
  font-size: 4rem; }

.keynumber__unit {
  font-size: 2.2rem;
  font-weight: 500; }

.keynumber__text {
  font-size: 1.5rem;
  font-weight: 500; }

.fiche-id {
  margin-bottom: 2rem; }

.fiche-id__pic {
  margin-bottom: 1.2rem; }
  .fiche-id__pic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.fiche-id__content {
  max-width: 201px;
  margin: 0 auto; }

.fiche-id__name {
  font-weight: 700; }

.fiche-id__text {
  font-size: 1.4rem;
  line-height: 1.3; }

.col-picture,
.col-text {
  margin-bottom: 2rem; }

.col-picture {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .col-picture {
      float: left;
      width: 36.94167%; } }
  .col-picture img {
    margin: 0 auto; }

.col-text {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .col-text {
      float: left;
      width: 50%; } }

.brochure-title {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  color: #E85252;
  margin-bottom: 1.8rem; }

.faq__question {
  font-size: 1.8rem;
  font-weight: 700;
  border-left: 5px solid #E85252;
  padding: .5rem 0 .8rem 2.4rem;
  margin: 0 0 1rem; }

.faq__question-intro {
  color: #E85252;
  font-weight: 900; }

.faq__answer {
  background-color: #F0F0F0;
  padding: 10px;
  margin-bottom: 2rem; }
  .faq__answer .btn {
    margin-bottom: .5rem; }

.faq__answer-intro {
  font-weight: 700;
  margin-bottom: 1.6rem; }

.contact-file {
  margin-bottom: 3rem; }

.contact-block {
  background-color: #F0F0F0;
  padding: 10px; }

.contact-block__title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.3;
  border-bottom: 1px solid #E85252;
  margin: 0 0 2rem 0;
  color: #1C1D33 !important; }

.phone-intro {
  display: inline-block;
  width: 112px; }

.phone-second-line {
  display: inline-block;
  padding-left: 116px; }

.edito-footer {
  padding-top: 2.6rem;
  border-top: 5px solid #F0F0F0;
  margin-bottom: 3rem; }

.edito-footer__title {
  color: #E85252;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 2rem; }
  .edito-footer__title a {
    display: inline-block;
    border-bottom: 1px solid #E85252; }

.edito-footer__source {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1.5rem;
  padding: 0; }
  @media (min-width: 768px) {
    .edito-footer__source {
      float: left;
      width: 66.66667%; } }
  .edito-footer__source p {
    margin: 0 0 1.5rem; }

.edito-footer__tools {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .edito-footer__tools {
      float: left;
      width: 33.33333%; } }

.en-savoir-plus__title {
  display: inline-block;
  text-transform: uppercase;
  /* border-top: 5px solid #F0F0F0; */
  padding: 1rem 0 0 0;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.en-savoir-plus__content {
  margin-bottom: 2rem; }

@media only screen and (min-width: 768px) {
  .main-info {
    padding: 2rem 3.5rem; }
  .didactique__title {
    padding: 1rem 2rem 1.1rem 3rem; }
  .didactique__detail {
    padding: 0 3rem 2.3rem; }
  .blockquote-set.pull-right, .blockquote-set.pull-left {
    margin-bottom: 3rem;
    max-width: 45%; }
  .blockquote-set.pull-right {
    margin-left: 5rem;
    margin-right: 1rem; }
  .blockquote-set.pull-left {
    margin-right: 5rem;
    margin-left: 1rem; }
  .blockquote-set__fonction {
    font-size: 2.8rem; }
  .faq__answer {
    padding: 2rem 3rem 1.5rem; }
  .faq__answer-intro {
    margin-bottom: 2rem; }
  .contact-block {
    padding: 1rem 2rem; }
  .contact-block__title {
    display: inline-block;
    border-bottom: 1rem solid #E85252;
    padding: 0 0 0 2rem;
    min-width: 304px;
    margin: 0 0 2rem -2rem;
    font-weight: 500 !important; }
  .edito-footer {
    padding-top: 2.6rem;
    border-top: 5px solid #F0F0F0;
    margin-bottom: 3rem; }
    .edito-footer:before, .edito-footer:after {
      content: " ";
      display: table; }
    .edito-footer:after {
      clear: both; }
  .edito-footer__tools {
    padding-top: 3.5rem; }
  .en-savoir-plus.pull-right, .en-savoir-plus.pull-left {
    max-width: 45%; } }

@media only screen and (min-width: 992px) {
  .blockquote-set__footer a:hover, .blockquote-set__footer a:focus,
  .contact-block a:not(.btn):hover,
  .contact-block a:not(.btn):focus,
  .faq__answer a:not(.btn):hover,
  .faq__answer a:not(.btn):focus,
  .edito > p > a:not(.btn):hover,
  .edito > p > a:not(.btn):focus {
    color: #FFF; }
    .blockquote-set__footer a:hover:before, .blockquote-set__footer a:focus:before,
    .contact-block a:not(.btn):hover:before,
    .contact-block a:not(.btn):focus:before,
    .faq__answer a:not(.btn):hover:before,
    .faq__answer a:not(.btn):focus:before,
    .edito > p > a:not(.btn):hover:before,
    .edito > p > a:not(.btn):focus:before {
      height: 100%; }
  .blockquote-set__footer a.glossaire:hover, .blockquote-set__footer a.glossaire:focus,
  .contact-block a:not(.btn).glossaire:hover,
  .contact-block a:not(.btn).glossaire:focus,
  .faq__answer a:not(.btn).glossaire:hover,
  .faq__answer a:not(.btn).glossaire:focus,
  .edito > p > a:not(.btn).glossaire:hover,
  .edito > p > a:not(.btn).glossaire:focus {
    border-bottom: 1px dotted #E85252;
    color: #E85252; }
  .edito .more a:not(.btn) {
    background-color: #FFF;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .edito .more a:not(.btn):hover .arrow path, .edito .more a:not(.btn):focus .arrow path {
      fill: #FFF; }
    .edito .more a:not(.btn)::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #E85252;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .edito .more a:not(.btn):hover, .edito .more a:not(.btn):focus, .edito .more a:not(.btn):active {
      background-color: #FFF;
      border-color: #E85252;
      color: #FFF; }
      .edito .more a:not(.btn):hover::after, .edito .more a:not(.btn):focus::after, .edito .more a:not(.btn):active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

@media only screen and (min-width: 992px) {
  .blockquote-set__footer a:hover:before, .blockquote-set__footer a:focus:before {
    background-color: #E85252; }
  .edito table {
    margin: 4.5rem 0 3.5rem; }
  .faq__question {
    margin-left: 3rem;
    padding-right: 4rem; }
  .faq__answer {
    margin-bottom: 4rem; }
  .faq__answer-intro {
    margin-bottom: 2.4rem; }
  .contact-block {
    padding: 2rem 2rem 1.4rem; }
  .block-title-regular {
    padding: 5rem 0 3rem; }
  .wrapper-landing-header + .block-title-regular {
    padding-top: 9rem; } }

@media only screen and (min-width: 1380px) {
  .didactique__detail {
    padding-right: 6rem; }
  .blockquote-set__content {
    padding-right: 4rem; }
  .faq__answer {
    padding: 2rem 6rem 1.5rem;
    margin-bottom: 6rem; }
  .contact-file {
    margin-bottom: 6rem; }
  .contact-block__title {
    margin-bottom: 2.5rem; }
  .contact-block__content {
    padding-left: 9.3rem;
    padding-right: 11rem; }
    .contact-block__content p {
      margin-bottom: 1.5rem; } }

@media only screen and (max-width: 767px) {
  .edito .wrapper-title__main-title {
    font-size: 2.8rem; }
  .edito h2 {
    font-size: 2.7rem; }
  .edito h3 {
    font-size: 2.3rem; }
  .edito h4 {
    font-size: 2.1rem; }
  .edito h5 {
    font-size: 1.8rem; }
  html {
    font-size: 58%; }
  .en-savoir-plus.pull-right, .en-savoir-plus.pull-left,
  .blockquote-set.pull-right,
  .blockquote-set.pull-left {
    float: none;
    margin-left: 0;
    margin-right: 0; } }

.wrapper-connexe {
  margin-bottom: 3rem; }
  .wrapper-connexe .block-title__title {
    font-size: 3.5rem;
    font-weight: 100;
    color: #1C1D33; }
    .wrapper-connexe .block-title__title:after {
      background-color: #00AEC7; }
  .wrapper-connexe .pull-right {
    margin-top: 1.5rem; }
  .wrapper-connexe .btn {
    position: relative;
    z-index: 50;
    margin: 0; }

.siblings-nav {
  margin: 0 0 3rem;
  background-color: #253455;
  color: #FFF; }

.siblings-nav__inner {
  display: table;
  width: 100%; }
  .siblings-nav__inner:before, .siblings-nav__inner:after {
    content: " ";
    display: table; }
  .siblings-nav__inner:after {
    clear: both; }

.siblings-nav__col {
  position: relative;
  width: 50%;
  display: table-cell;
  vertical-align: middle; }

.siblings-nav__link {
  display: block;
  background-color: #253455;
  padding: 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #FFF; }
  .siblings-nav__link:hover, .siblings-nav__link:focus {
    color: #FFF; }

.siblings-nav__link-inner {
  display: table;
  width: 100%; }

.siblings-nav__link-pic {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .siblings-nav__link-pic img, .siblings-nav__link-pic svg, .siblings-nav__link-pic .svg {
    width: 100%;
    height: auto;
    vertical-align: middle; }
    .siblings-nav__link-pic img path, .siblings-nav__link-pic svg path, .siblings-nav__link-pic .svg path {
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      /* fill: #FFF;  */
    }

.siblings-nav__link-title {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle; }

.siblings-nav__col--left {
  text-align: left; }
  .siblings-nav__col--left .siblings-nav__link-pic {
    margin-right: 1rem; }
    .siblings-nav__col--left .siblings-nav__link-pic img,
    .siblings-nav__col--left .siblings-nav__link-pic svg {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.siblings-nav__col--right {
  text-align: right; }
  .siblings-nav__col--right .siblings-nav__link-pic {
    margin-left: 1rem; }

.siblings-nav__col--left + .siblings-nav__col--right::before {
  content: '';
  display: block;
  width: 1px;
  height: 47.07%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.no-touch .siblings-nav__col--left:hover .siblings-nav__link-pic, .no-touch .siblings-nav__col--left:focus .siblings-nav__link-pic {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem); }

.no-touch .siblings-nav__col--right:hover .siblings-nav__link-pic, .no-touch .siblings-nav__col--right:focus .siblings-nav__link-pic {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem); }

@media only screen and (min-width: 768px) {
  .wrapper-connexe {
    margin-bottom: 5rem; }
    .wrapper-connexe .block-title__title {
      margin-bottom: 3rem; }
  .siblings-nav {
    margin-bottom: 4rem; }
  .siblings-nav__link {
    display: block;
    padding: 2rem;
    background-color: #253455;
    font-weight: 700;
    font-size: 1.8rem; }
  .siblings-nav__link-pic {
    width: 45px;
    height: 45px; } }

@media only screen and (min-width: 992px) {
  .wrapper-connexe {
    margin-bottom: 7rem; }
    .wrapper-connexe .block-title__title {
      margin-bottom: 4rem; }
  .siblings-nav {
    margin-bottom: 5rem; } }

@media only screen and (min-width: 1380px) {
  .wrapper-connexe {
    margin-bottom: 11rem; }
  .siblings-nav {
    margin-bottom: 6rem; } }

@media only screen and (max-width: 767px) {
  .pull-right {
    float: none !important; } }

.don-block-wrapper {
  margin-top: 30px; }

.don-block {
  display: block;
  border: 1rem solid #F0F0F0;
  background-color: #FFF;
  padding: 2rem 4rem 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 2rem; }

/* .don-block-medium-button__title, */
.don-block__title {
  position: relative;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 0 2.8rem 6rem;
  text-transform: uppercase;
  color: #1C1D33 !important;
  line-height: .95;
  margin-top: 2.7rem;
  margin-bottom: 2.7rem;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
  /* .don-block-medium-button__title strong, */
  .don-block__title strong {
    color: #C32762;
    font-size: 6rem;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  /* .don-block-medium-button__title:after, */
  .don-block__title:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 10px;
    background-color: #C32762;
    left: 0;
    bottom: 0;
    z-index: 5;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; }

.exergue__content,
.don-block__content {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #1C1D33;
  font-size: 2.2rem;
  line-height: 1.3; }

.don-block__btn {
  display: block;
  position: relative;
  background-color: #C32762;
  color: #FFF;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  padding: 1.6rem 2rem 1.6rem 3rem;
  margin: 4rem -2rem 1rem; }

/* .don-block-medium-button__arrow, */
.don-block__arrow {
  display: none;
  width: 54px;
  height: 54px;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -27px; }
  /* .don-block-medium-button__arrow img, .don-block-medium-button__arrow .svg, .don-block-medium-button__arrow svg, */
  .don-block__arrow img,
  .don-block__arrow .svg,
  .don-block__arrow svg {
    width: 54px;
    height: 54px; }
    /* .don-block-medium-button__arrow img path, .don-block-medium-button__arrow .svg path, .don-block-medium-button__arrow svg path, */
    .don-block__arrow img path,
    .don-block__arrow .svg path,
    .don-block__arrow svg path {
      fill: #1C1D33; }

.don-block__arrow img path, .don-block__arrow .svg path, .don-block__arrow svg path {
  fill: #FFF; }

.exergue {
  background-color: #F0F0F0;
  padding: 2rem 4rem 1rem;
  margin-bottom: 2rem; }

.exergue__title {
  color: #1C1D33;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 2.2rem; }

.exergue__footer:before, .exergue__footer:after {
  content: " ";
  display: table; }

.exergue__footer:after {
  clear: both; }

.teaser-don {
  background-color: #F0F0F0;
  margin-bottom: 20px; }

.teaser-don__picture-wrapper img {
  margin: 0 auto; }

.teaser-don__content {
  padding: 2.5rem 3rem 1rem; }

.teaser-don__title {
  color: #1C1D33;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 1rem; }

.teaser-don__text {
  line-height: 1.2;
  margin-bottom: 2rem; }

.teaser-don__footer:before, .teaser-don__footer:after {
  content: " ";
  display: table; }

.teaser-don__footer:after {
  clear: both; }

.don-block-medium-button {
  display: block;
  background-color: #FFF;
  padding: 2.7rem 1.2rem 3.5rem 5rem;
  margin-bottom: 20px; }

.don-block-medium-button__title {
  margin: 0 3rem 2.8rem 0; }

/* .don-block-medium-button__content {
  position: relative;
  color: #1C1D33;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2;
  padding-right: 6rem; }
  .don-block-medium-button__content p {
    margin: 0; } */

/* .don-block-medium-button__arrow img, .don-block-medium-button__arrow svg {
  width: 100%;
  height: auto; }
  .don-block-medium-button__arrow img path, .don-block-medium-button__arrow svg path {
    fill: #1C1D33; } */

.don-block-medium-button--smaller {
  padding: 0; }
  .don-block-medium-button--smaller .don-block-medium-button__title {
    padding: 0 0 2.8rem 0; }
    .don-block-medium-button--smaller .don-block-medium-button__title strong {
      font-size: 3rem;
      color: #1C1D33; }
    .don-block-medium-button--smaller .don-block-medium-button__title:after {
      width: 138px;
      margin-left: 3px; }
  /* .don-block-medium-button--smaller .don-block-medium-button__tabbed {
    font-weight: 100;
    margin: 0; } */
  /* .don-block-medium-button--smaller .don-block-medium-button__content {
    padding-right: 0; }
  .don-block-medium-button--smaller .don-block-medium-button__arrow {
    display: none; } */

@media only screen and (min-width: 768px) {
  .exergue,
  .don-block {
    padding-top: 3rem; }
  .teaser-don__content {
    padding-bottom: 6rem; }
  .exergue__footer,
  .teaser-don__footer {
    position: absolute;
    bottom: 3rem;
    left: 3rem; } }

@media only screen and (min-width: 992px) {
  .exergue,
  .don-block {
    padding-top: 3.5rem; }
  .don-block:hover, .don-block:focus {
    background-color: #C32762;
    border-color: #C32762; }
    .don-block:hover .don-block__title, .don-block:focus .don-block__title {
      color: #FFF !important; }
      .don-block:hover .don-block__title strong, .don-block:focus .don-block__title strong {
        color: #FFF; }
      .don-block:hover .don-block__title:after, .don-block:focus .don-block__title:after {
        background-color: #FFF; }
    .don-block:hover .don-block__content, .don-block:focus .don-block__content {
      color: #FFF; }
  .don-block__title {
    font-size: 3rem; }
    .don-block__title strong {
      font-size: 3rem; }
  .don-block-medium-button {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    /* .don-block-medium-button:hover, .don-block-medium-button:focus {
      background-color: #C32762;
      -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
      color: #FFF; } */
      /* .don-block-medium-button:hover .don-block-medium-button__title, .don-block-medium-button:focus .don-block-medium-button__title {
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
        color: #FFF !important; }
        .don-block-medium-button:hover .don-block-medium-button__title strong, .don-block-medium-button:focus .don-block-medium-button__title strong {
          -webkit-transition: color .2s ease-in-out;
          transition: color .2s ease-in-out;
          color: #FFF; }
        .don-block-medium-button:hover .don-block-medium-button__title:after, .don-block-medium-button:focus .don-block-medium-button__title:after {
          background-color: #FFF; } */
      /* .don-block-medium-button:hover .don-block-medium-button__content, .don-block-medium-button:focus .don-block-medium-button__content {
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
        color: #FFF; } */
      /* .don-block-medium-button:hover .don-block-medium-button__arrow img path, .don-block-medium-button:hover .don-block-medium-button__arrow .svg path, .don-block-medium-button:hover .don-block-medium-button__arrow svg path, .don-block-medium-button:focus .don-block-medium-button__arrow img path, .don-block-medium-button:focus .don-block-medium-button__arrow .svg path, .don-block-medium-button:focus .don-block-medium-button__arrow svg path {
        -webkit-transition: fill .2s ease-in-out;
        transition: fill .2s ease-in-out;
        fill: #FFF; } */
  .don-block-medium-button__title {
    font-size: 3.5rem; }
    .don-block-medium-button__title strong {
      font-size: 3.5rem; }
  .exergue__content,
  .don-block__content {
    font-size: 1.8rem; }
  /* .don-block-medium-button__tabbed, */
  /* .don-block__tabbed {
    margin-left: -6rem; } */
  .don-block__btn {
    font-size: 2.8rem; }
  .exergue__title {
    font-size: 2.8rem; }
  .don-block-medium-button--smaller .don-block-medium-button__title {
    font-size: 3rem; }
    .don-block-medium-button--smaller .don-block-medium-button__title strong {
      font-size: 3rem; }
  .don-block-medium-button--smaller:hover, .don-block-medium-button--smaller:focus {
    background-color: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .don-block-medium-button--smaller:hover .don-block-medium-button__title,
    .don-block-medium-button--smaller:hover .don-block-medium-button__title strong,
    .don-block-medium-button--smaller:hover .don-block-medium-button__tabbed,
     .don-block-medium-button--smaller:focus .don-block-medium-button__title,
    .don-block-medium-button--smaller:focus .don-block-medium-button__title strong,
    .don-block-medium-button--smaller:focus .don-block-medium-button__tabbed {
      /* color: #1C1D33 !important;  */
    }
    /* .don-block-medium-button--smaller:hover .don-block-medium-button__content, .don-block-medium-button--smaller:focus .don-block-medium-button__content {
      color: #1C1D33; }
    .don-block-medium-button--smaller:hover .don-block-medium-button__title:after, .don-block-medium-button--smaller:focus .don-block-medium-button__title:after {
      background-color: #C32762 !important; } } */

@media only screen and (min-width: 1380px) {
  .exergue,
  .don-block,
  .teaser-don {
    min-height: 513px; }
  .don-block {
    padding-top: 4.5rem; }
  .don-block-medium-button__title,
  .don-block__title {
    font-size: 4.5rem; }
    /* .don-block-medium-button__title strong, */
    .don-block__title strong {
      position: absolute;
      top: 2.2rem;
      right: 0;
      z-index: 5;
      font-size: 8rem; }
  .don-block-medium-button__title {
    font-size: 5rem; }
  .exergue__content,
  .don-block__content {
    font-size: 2.2rem; }
  .don-block-medium-button__arrow,
  .don-block__arrow {
    display: block; }
  .don-block__btn {
    font-size: 3.5rem; }
  .exergue {
    position: relative;
    padding-top: 6rem; }
  .exergue__title {
    font-size: 3.5rem; }
  .teaser-don__content {
    padding-bottom: 1rem; }
  .teaser-don__footer {
    left: 4rem; }
  .don-block-medium-button--smaller .don-block-medium-button__title {
    font-size: 3.5rem; }
    .don-block-medium-button--smaller .don-block-medium-button__title strong {
      font-size: 3.5rem;
      position: static; }
  .don-block-medium-button--smaller .don-block-medium-button__content {
    font-size: 2.4rem; } }

.wrapper-don form {
  padding-top: 5px; }
  .wrapper-don form > p {
    text-transform: none;
    font-size: 1.5em;
    margin: 0 0 .6em 0; }
  .wrapper-don form .form-group {
    margin-bottom: 7px; }
  .wrapper-don form .buttons-container {
    padding-top: .4rem;
    margin-bottom: 2.4rem;
    text-align: center; }
  .wrapper-don form .form-group-radio {
    margin-bottom: 22px;
    display: none; }
    .wrapper-don form .form-group-radio:before, .wrapper-don form .form-group-radio:after {
      content: " ";
      display: table; }
    .wrapper-don form .form-group-radio:after {
      clear: both; }
    .wrapper-don form .form-group-radio.active {
      display: inherit; }

.wrapper-don .radio {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  background-color: #FFF;
  border: 1px solid #C32762;
  color: #1C1D33;
  text-align: center;
  padding: 0;
  float: left;
  margin: 0 1rem 1rem 0;
  width: 67px;
  height: 37px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer; }
  .wrapper-don .radio .value {
    display: block;
    padding: 5px 0 0 0;
    height: 37px; }
  .wrapper-don .radio input[type="radio"] {
    position: absolute;
    left: -777em; }
    .wrapper-don .radio input[type="radio"]:checked + .value {
      background-color: #C32762;
      color: #FFF; }

.wrapper-don button, .wrapper-don input {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.wrapper-don .pricetoset {
  width: 98px;
  padding-left: 5px;
  padding-right: 25px;
  height: 37px; }

.wrapper-don span.montantlibre {
  position: relative;
  display: inline-block; }
  .wrapper-don span.montantlibre:after {
    content: '\20AC';
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.9rem;
    color: #1C1D33;
    position: absolute;
    right: 8px;
    top: .3em; }
  .wrapper-don span.montantlibre input {
    border: 1px solid #C32762;
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.9rem;
    text-align: right; }
    .wrapper-don span.montantlibre input::-webkit-input-placeholder {
      color: #1C1D33; }
    .wrapper-don span.montantlibre input:focus::-webkit-input-placeholder {
      opacity: 0; }

.wrapper-don button[type="submit"] {
  width: 150px;
  color: #1C1D33;
  margin: 0;
  font-weight: 700;
  font-size: .95em;
  border: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

.wrapper-don h3 {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 1rem 0; }

.wrapper-don .radio--don {
  position: relative;
  width: 100%;
  height: 45px;
  float: none;
  border: none;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0;
  overflow: visible; }
  .wrapper-don .radio--don:before {
    content: '';
    position: absolute;
    z-index: 5;
    height: 5px;
    width: 100%;
    background-color: #C32762;
    left: 0;
    bottom: 0; }
  .wrapper-don .radio--don .value {
    position: relative;
    width: 100%;
    padding: 8px 0 0 0;
    height: 45px; }
    .wrapper-don .radio--don .value:after {
      content: '';
      position: absolute;
      z-index: 5;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: #C32762 transparent transparent transparent;
      left: 50%;
      bottom: 0;
      margin-left: -5px;
      margin-bottom: 0;
      -webkit-transition: margin .2s ease-in-out;
      transition: margin .2s ease-in-out; }
  .wrapper-don .radio--don input[type="radio"]:checked + .value {
    background-color: #C32762;
    color: #FFF; }
    .wrapper-don .radio--don input[type="radio"]:checked + .value:after {
      margin-bottom: -5px; }

.wrapper-don .row--margin-bottom {
  margin-bottom: 4rem; }

.wrapper-don--module .pricetoset {
  width: 112px; }

.wrapper-don__main-title {
  color: #1C1D33; }

.btn-don-1 {
  display: inline-block;
  color: #1C1D33;
  border-bottom: 1px solid #1C1D33;
  padding-top: .7rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 1.5rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

button.btn-don {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #C32762;
  color: #FFF !important;
  text-transform: none !important;
  font-size: 1.8rem !important;
  width: auto !important;
  margin: 1rem auto; }

.don-exergue {
  background-color: #FFF;
  position: relative; }
  .don-exergue .block-title--big .block-title__title {
    margin-top: 0;
    color: #C32762;
    padding-bottom: 3rem;
    margin-bottom: 4rem; }
    .don-exergue .block-title--big .block-title__title:first-line {
      color: #1C1D33; }

.don-exergue__content {
  font-size: 2.2rem;
  line-height: 1.3; }
  .don-exergue__content p {
    margin-bottom: 3rem; }

.btn-don-gray {
  display: block;
  position: relative;
  background-color: rgba(221, 224, 232, 0.9);
  border: 2px solid #FFF;
  color: #1C1D33;
  text-align: left;
  text-transform: none;
  line-height: 1.1;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2rem 1rem 2rem;
  margin-bottom: 1.6rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .btn-don-gray:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/icon-arrow-right-dark.svg) transparent no-repeat 50% 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5;
    -webkit-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out; }

.btn-don-gray__inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1; }

.btn-don-gray--bigger {
  font-size: 2rem; }

.intro-don {
  background-color: #FFF;
  background-repeat: repeat;
  background-position: 50% 50%;
  margin-right: 20px;
  margin-bottom: 3rem; }
  .intro-don:before, .intro-don:after {
    content: " ";
    display: table; }
  .intro-don:after {
    clear: both; }

.intro-don__image {
  display: none;
  margin: 0 auto 20px; }

.intro-don__text {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  text-align: center; }

.wrapper-don--action {
  background-color: transparent;
  background-repeat: repeat;
  background-position: 50% 50%;
  padding: 20px; }
  .wrapper-don--action form {
    padding: 0; }
    .wrapper-don--action form:before, .wrapper-don--action form:after {
      content: " ";
      display: table; }
    .wrapper-don--action form:after {
      clear: both; }
    .wrapper-don--action form > div {
      padding: 20px 0 0 0 !important;
      background-color: #FFF; }
  .wrapper-don--action .buttons-container {
    padding-top: 1.7rem !important;
    margin-bottom: 0 !important; }
  .wrapper-don--action .btn-don-1 {
    margin-left: 10px; }
  .wrapper-don--action .row--margin-bottom {
    margin-bottom: 3rem; }

@media only screen and (min-width: 768px) {
  .wrapper-grid--action .wrapper-don--action {
    margin-bottom: 3rem; }
  .wrapper-don form .buttons-container {
    padding-top: 1.2rem;
    margin-bottom: 4.4rem;
    text-align: left; }
  .wrapper-don form .form-group-radio {
    margin-bottom: .2rem; }
  .wrapper-don--module {
    padding: 3rem 0 5rem; }
  button.btn-don {
    float: right;
    margin: 0; }
  .btn-don-1 {
    margin: 0; }
  .btn-don-gray {
    padding: 5px 2rem 5px 2rem;
    height: 50px;
    line-height: 85px;
    height: 99px; }
  .btn-don-gray--bigger {
    font-size: 3rem;
    text-align: center;
    height: 213px;
    line-height: 204px; }
    .btn-don-gray--bigger .btn-don-gray__inner {
      display: block;
      padding-top: 35%; }
  .radio--don {
    font-size: 2.2rem; } }

@media only screen and (min-width: 992px) {
  .wrapper-grid--action .wrapper-don .radio--don {
    font-size: 2.2rem; }
    .wrapper-grid--action .wrapper-don .radio--don input[type="radio"]:checked + .value {
      background-color: #C32762;
      color: #FFF; }
      .wrapper-grid--action .wrapper-don .radio--don input[type="radio"]:checked + .value:after {
        border-width: 10px 10px 0;
        margin-left: -10px;
        margin-bottom: -10px; }
  .wrapper-don--module {
    padding: 5rem 0;
    background: url(../images/wrapper-don.jpg) #FFF no-repeat 200px 100%;
    background-size: 1200px auto; }
  .don-exergue:after {
    content: '';
    background-color: #FFF;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 5;
    margin-right: -20px; }
  .intro-don {
    margin-bottom: 0; }
  .intro-don__image {
    display: block;
    margin-right: 10px;
    margin-bottom: 0;
    float: left;
    width: 63%;
    height: auto; }
  .intro-don__text {
    font-size: 2.7rem;
    line-height: 1.2;
    padding: 1rem 1rem 0 0; }
  .wrapper-don .radio:hover, .wrapper-don .radio:focus {
    background-color: #FFF;
    color: #C32762; }
  .wrapper-don button[type="submit"]:hover, .wrapper-don button[type="submit"]:focus {
    background-color: #337ab7;
    color: #FFF; }
  .btn-don-1:hover, .btn-don-1:focus {
    color: #C32762;
    border-bottom: 1px solid #C32762 !important; }
  /* button.btn-don:hover, button.btn-don:focus {
    background-color: #C32762 !important;
    color: #FFF !important; } */
  .btn-don-gray {
    background-color: rgba(221, 224, 232, 0.9);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    display: block; }
    .btn-don-gray::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #9C1F4E;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) {
    .btn-don-gray:hover, .btn-don-gray:focus, .btn-don-gray:active {
      background-color: rgba(221, 224, 232, 0.9);
      border-color: #9C1F4E;
      color: #FFF; }
      .btn-don-gray:hover::after, .btn-don-gray:focus::after, .btn-don-gray:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

@media only screen and (min-width: 992px) {
    .btn-don-gray:hover, .btn-don-gray:focus {
      color: #FFF; }
      .btn-don-gray:hover:before, .btn-don-gray:focus:before {
        right: 5px;
        background: url(../images/icon-arrow-right-white.svg) transparent no-repeat 50% 50%; } }

 
@media only screen and (min-width: 1380px) {
  .wrapper-grid--action .wrapper-don--action {
    margin-left: -20px;
    margin-right: -20px; }
    .wrapper-grid--action .wrapper-don--action .pricetoset {
      width: 78px;
      padding-left: 2px; }
  .wrapper-don--module {
    padding: 10rem 0 5rem;
    background-position: 50% 100px;
    background-size: 1341px auto; }
  .wrapper-don__main-title {
    margin-top: 108px !important; }
  .don-exergue {
    min-height: 590px;
    padding: 4rem 1rem 4rem 4rem; }
  .intro-don__image {
    width: 420px;
    margin-right: 20px;
    margin-bottom: 0; }
  .intro-don__text {
    font-size: 3rem;
    line-height: 1.42;
    padding-top: 3rem;
    padding-right: 20px;
    text-align: left; }
    .intro-don__text strong {
      display: block;
      background-color: #FFF;
      padding: .2rem .2rem .2rem .5rem;
      margin-left: 20px;
      overflow: hidden; } }

.filtersRevamped__title,
.block-region-filtersrevamped {
  max-width: 1410px; }

.filtersRevamped {
  background-color: #253455;
  padding: 1.6rem 0 2rem; }

.block-region-filtersrevamped {
  margin: 0 auto; }
  .block-region-filtersrevamped .block {
    margin: 0;
    padding: 0 2rem; }
    .block-region-filtersrevamped .block:last-child {
      border-right: 0; }
  .block-region-filtersrevamped select {
    font-weight: 700;
    font-size: 1.6rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='351.1px' height='538.8px' viewBox='144.5 -70 351.1 538.8' style='enable-background:new 144.5 -70 351.1 538.8;' xml:space='preserve'%3E%3Cpath fill='%2300AEC7' d='M488.3,279.3c-5.2-5.3-11.2-8.1-17.4-8.1c-6.3,0-12.9,2.9-19.1,8.5L320,406.1L188.1,279.6 c-6.2-5.5-12.8-8.5-19.1-8.5c-6.2,0-12.2,2.8-17.4,8.1c-9.6,9.9-9.6,27.9,0,37.7c12.8,13.1,148.6,142.5,150,143.8l0.3,0.3 c4.8,4.9,11.2,7.7,18,7.7c6.8,0,13.2-2.7,18.1-7.7l0.3-0.3c1.4-1.3,137.2-130.7,150-143.8C498,307.2,498,289.2,488.3,279.3z'/%3E%3Cpath fill='%2300AEC7' d='M169.1,127.6c6.3,0,12.9-2.9,19.1-8.5L320-7.3l131.9,126.5c6.2,5.5,12.8,8.5,19.1,8.5c6.2,0,12.2-2.8,17.4-8.1 c9.6-9.9,9.6-27.9,0-37.7c-12.8-13.1-148.6-142.5-150-143.8l-0.3-0.3c-4.8-4.9-11.2-7.7-18-7.7c-6.8,0-13.2,2.7-18.1,7.7l-0.3,0.3 c-1.4,1.3-137.2,130.7-150,143.8c-9.7,9.9-9.7,27.8,0,37.7C156.9,124.8,162.9,127.6,169.1,127.6z'/%3E%3C/svg%3E"); }

.filtersRevamped__title {
  margin: 0 auto 1rem;
  padding: 0 20px;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #FFF; }

.block-facet--disabled {
  opacity: .5; }

@media only screen and (min-width: 768px) {
  .filtersRevamped {
    padding-top: 2rem;
    padding-bottom: 2.6rem; } }

@media only screen and (min-width: 992px) {
  .block-region-filtersrevamped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .block-region-filtersrevamped .block {
      margin-top: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 50%;
      border-right: 2px solid #9398AB; }
      .block-region-filtersrevamped .block h2 {
        margin-top: 0; }
      .block-region-filtersrevamped .block.block-facet-blockstructure-tags, .block-region-filtersrevamped .block.block-facet-blockthematic-tags {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .block-region-filtersrevamped .block.block-facet--datedropdown {
        max-width: 460px; }
      .block-region-filtersrevamped .block .item-list + h2 {
        margin-top: 2.2rem; }
  .block-facet-blockthematic-condition--notselected {
    border-right: 0 !important; } }

@media only screen and (min-width: 1380px) {
  .block-region-filtersrevamped .block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 376px; }
    .block-region-filtersrevamped .block.block-facet-blockstructure-tags, .block-region-filtersrevamped .block.block-facet-blockthematic-tags {
      -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
              flex: 1.5; }
    .block-region-filtersrevamped .block.block-facet--datedropdown {
      max-width: 230px; }
  .block-facet-blockthematic-condition {
    border-right: 0 !important;
    position: relative; }
    .block-facet-blockthematic-condition .item-list {
      position: relative; }
      .block-facet-blockthematic-condition .item-list:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #FFF;
        position: absolute;
        bottom: 1.2rem;
        right: -2.9rem;
        z-index: 5; } }

/*@media only screen and (max-width: 991px) {
  .block-facet--multi-dropdown select {
    display: block !important; } }
*/
.hubtext__item h2 {
  position: relative;
  display: block;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 3.5rem;
  color: #1C1D33; }
  .hubtext__item h2::after {
    content: '';
    display: block;
    width: 90px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }

.hubtext__item p {
  margin: 0 0 1.6rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2rem; }

.hubtext__item .btn {
  color: #FFF; }

.hubtext__item:nth-child(3n+1) h2::after,
.hubtext__item:nth-child(3n+1) .btn {
  background-color: #E85252; }

.hubtext__item:nth-child(3n+1) .btn {
  background-color: #E85252;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .hubtext__item:nth-child(3n+1) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C42626;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(3n+1) .btn:hover, .hubtext__item:nth-child(3n+1) .btn:focus, .hubtext__item:nth-child(3n+1) .btn:active {
      background-color: #E85252;
      border-color: #C42626;
      color: #FFF; }
      .hubtext__item:nth-child(3n+1) .btn:hover::after, .hubtext__item:nth-child(3n+1) .btn:focus::after, .hubtext__item:nth-child(3n+1) .btn:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.hubtext__item:nth-child(3n+2) h2::after,
.hubtext__item:nth-child(3n+2) .btn {
  background-color: #006882; }

.hubtext__item:nth-child(3n+2) .btn {
  background-color: #006882;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .hubtext__item:nth-child(3n+2) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004657;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(3n+2) .btn:hover, .hubtext__item:nth-child(3n+2) .btn:focus, .hubtext__item:nth-child(3n+2) .btn:active {
      background-color: #006882;
      border-color: #004657;
      color: #FFF; }
      .hubtext__item:nth-child(3n+2) .btn:hover::after, .hubtext__item:nth-child(3n+2) .btn:focus::after, .hubtext__item:nth-child(3n+2) .btn:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.hubtext__item:nth-child(3n+3) h2::after,
.hubtext__item:nth-child(3n+3) .btn {
  background-color: #572565; }

.hubtext__item:nth-child(3n+3) .btn {
  background-color: #572565;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .hubtext__item:nth-child(3n+3) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #32153a;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(3n+3) .btn:hover, .hubtext__item:nth-child(3n+3) .btn:focus, .hubtext__item:nth-child(3n+3) .btn:active {
      background-color: #572565;
      border-color: #32153a;
      color: #FFF; }
      .hubtext__item:nth-child(3n+3) .btn:hover::after, .hubtext__item:nth-child(3n+3) .btn:focus::after, .hubtext__item:nth-child(3n+3) .btn:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

/* .hub-anchors {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none; }

.hub-anchors__item {
  margin: 0 0 .8rem;
  padding: 0; }
  .hub-anchors__item:nth-child(3n+1) .hub-anchors__link:hover {
    background-color: #E85252; }
  .hub-anchors__item:nth-child(3n+2) .hub-anchors__link:hover {
    background-color: #006882; }
  .hub-anchors__item:nth-child(3n+3) .hub-anchors__link:hover {
    background-color: #572565; }
  .hub-anchors__item.active .hub-anchors__link {
    color: #FFF; }
    .hub-anchors__item.active .hub-anchors__link::before {
      left: 0;
      opacity: 1; }
  .hub-anchors__item.active:nth-child(3n+1) .hub-anchors__link {
    background-color: #E85252; }
  .hub-anchors__item.active:nth-child(3n+2) .hub-anchors__link {
    background-color: #006882; }
  .hub-anchors__item.active:nth-child(3n+3) .hub-anchors__link {
    background-color: #572565; }

.hub-anchors__link {
  position: relative;
  display: block;
  padding: .5rem .4rem .9rem 3rem;
  background-color: #DDE0E8;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -.03em;
  color: #1C1D33;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .hub-anchors__link::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
    position: absolute;
    top: 50%;
    left: -16px;
    z-index: 5;
    margin-top: -7.5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0; }
  .hub-anchors__link:focus {
    color: #1C1D33; }
  .hub-anchors__link:hover {
    color: #FFF; }
    .hub-anchors__link:hover::before {
      left: 0;
      opacity: 1; }

.hub-anchors__link--active {
  color: #FFF; }
  .hub-anchors__link--active::before {
    left: 0;
    opacity: 1; }

@media only screen and (min-width: 992px) {
  .hub-anchors {
    position: relative;
    margin-left: -10px;
    z-index: 5; }
  .hubtext__item {
    margin-bottom: 3.6rem; }
    .hubtext__item h2 {
      margin-bottom: 2.3rem;
      padding-bottom: 2.9rem; }
    .hubtext__item p {
      margin-bottom: 2.4rem; } } */

a.teaser,
.teaser a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }

a.teaser {
  display: block;
  color: #1C1D33; }

.teaser {
  margin-bottom: 2.5rem; }

.teaser__wrapper {
  position: relative; }

.teaser__picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.teaser__label {
  display: inline-block;
  background-color: #30487B;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 1em;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }

.teaser__content {
  line-height: 1.3; }

.teaser__category {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  padding: .25rem 2rem .15rem; }

.main-content__date,
.teaser__date {
  color: #606177;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: .3rem; }

.teaser__title {
  font-size: 2.5rem;
  color: #1C1D33;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2; }

.teaser__title,
.teaser__text {
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

.teaser__tags {
  margin-bottom: 1rem; }

.teaser__tag {
  display: inline-block;
  padding: .2rem 1rem;
  margin: 0 .2rem 0 0;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFF;
  /* border-radius: 3px; */
  background-color: #555555; }

.teaser__tag--corner {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
  display: inline-block !important;
  border-radius: 0 !important;
  padding: .4rem 1rem .2rem !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2rem !important;
  color: #FFF !important; }

.teaser__tag--color-1 {
  background-color: #E85252 !important; }

.teaser__tag--color-2 {
  background-color: #00AEC7 !important; }

.teaser__tag--color-3 {
  background-color: #572565 !important; }

.teaser--type-1 .teaser__title {
  font-size: 2.2rem;
  font-weight: 700; }

.teaser--type-1 .teaser__text {
  font-size: 1.6rem;
  font-weight: 400; }

.teaser--type-2 {
  background-color: #FFF;
  padding: 20px; }

.teaser__hover {
  display: none; }

.teaser--special-graybg .teaser__content {
  background-color: #DDE0E8; }

.teaser--special-lightgraybg .teaser__content {
  background-color: #F0F0F0; }

.teaser--special-whitebg .teaser__content {
  background-color: #FFF; }

.teaser--special-graybg .teaser__content,
.teaser--special-lightgraybg .teaser__content,
.teaser--special-whitebg .teaser__content {
  padding: 1rem 1rem; }

.teaser--action .teaser__title,
.teaser--action-nopic .teaser__title {
  font-weight: 700;
  line-height: 1.1; }

.teaser--action .teaser__footer p,
.teaser--action-nopic .teaser__footer p {
  margin: 0; }

.teaser--action .btn,
.teaser--action-nopic .btn {
  margin: 0 !important; }

.teaser--action .teaser__picture-wrapper {
  margin-top: -1rem;
  margin-left: -1rem;
  margin-bottom: 1rem;
  width: calc(100% + 2rem); }
  .teaser--action .teaser__picture-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.teaser--action-quote .teaser__title {
  font-size: 2.5rem;
  font-weight: 700; }

.teaser--action-quote .teaser__picture-wrapper {
  margin-bottom: 2rem; }
  .teaser--action-quote .teaser__picture-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.teaser--exergue {
  display: table;
  text-align: center !important; }
  .teaser--exergue .teaser__wrapper {
    display: table; }
  .teaser--exergue .teaser__content {
    display: table-cell;
    vertical-align: middle;
    border: 3px solid #253455;
    padding-top: 3rem !important; }
  .teaser--exergue .teaser__title {
    position: relative !important;
    font-size: 3.5rem;
    margin-top: 0 !important;
    margin-bottom: 3rem;
    padding-bottom: 3rem; }
    .teaser--exergue .teaser__title:after {
      content: '';
      display: block;
      width: 50px;
      height: 3px;
      background-color: #253455;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -25px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }

.teaser--suggest .teaser__content {
  padding: 1rem !important;
  min-height: 12rem; }
  .teaser--suggest .teaser__content:before, .teaser--suggest .teaser__content:after {
    content: " ";
    display: table; }
  .teaser--suggest .teaser__content:after {
    clear: both; }

.teaser--suggest .teaser__picture-wrapper {
  display: none; }

.teaser--suggest .teaser__title {
  margin: 0;
  font-size: 1.5rem; }

.teaser--suggest .information-material__content .teaser__picture-wrapper {
  float: left;
  max-width: 70px;
  margin: 0 1rem 0 0; }
  .teaser--suggest .information-material__content .teaser__picture-wrapper img {
    width: 100%;
    height: auto; }

.teaser--suggestexergue .teaser__wrapper {
  display: table;
  width: 100%;
  height: 12rem; }

.teaser--suggestexergue .teaser__content {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem 2rem !important;
  border: 3px solid #1C1D33;
  text-align: center; }

.teaser--suggestexergue .teaser__tags {
  margin-bottom: 1rem; }

.teaser--suggestexergue .teaser__title {
  margin: 0;
  font-size: 2.2rem; }

.teaser--color-reverse .teaser__content,
.teaser--graybg .teaser__content {
  padding: 1rem 1.5rem; }

.teaser--color-1 .teaser__title strong,
.teaser--color-1 .quote__id {
  color: #1C1D33; }

.teaser--color-1 .teaser__tag {
  background-color: #253455; }

.teaser--color-1.teaser--color-reverse .teaser__content {
  background-color: #253455; }

.teaser--color-2 .teaser__title strong,
.teaser--color-2 .quote__id {
  color: #E85252; }

.teaser--color-2 .teaser__tag {
  background-color: #E85252; }

.teaser--color-2.teaser--color-reverse {
  background-color: #E85252; }

.teaser--color-3 .teaser__title strong,
.teaser--color-3 .quote__id {
  color: #C32762; }

.teaser--color-3 .teaser__tag {
  background-color: #C32762; }

.teaser--color-3.teaser--color-reverse {
  background-color: #C32762; }

.teaser--color-4 .teaser__title strong,
.teaser--color-4 .quote__id {
  color: #00AEC7; }

.teaser--color-4 .teaser__tag {
  background-color: #00AEC7; }

.teaser--color-4.teaser--color-reverse {
  background-color: #00AEC7; }

.teaser--color-reverse .teaser__tag {
  background-color: #FFF;
  color: #1C1D33; }

.teaser--color-reverse .teaser__date,
.teaser--color-reverse .teaser__title,
.teaser--color-reverse .teaser__chapo,
.teaser--color-reverse .teaser__text {
  color: #FFF; }

.teaser--huge .teaser__picture-wrapper {
  text-align: right; }

.teaser--huge .teaser__picture {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.teaser--huge .teaser__btn {
  border: none !important;
  margin: 0;
  padding: 0;
  width: auto;
  letter-spacing: 0;
  display: inline-block; }
  .teaser--huge .teaser__btn .btn {
    margin: 0;
    text-align: left; }

.teaser--huge .teaser__text p {
  margin-bottom: 3rem; }

.teaser--huge .teaser__text .btn {
  margin: 0; }

.teaser__chapo {
  padding-left: 22px;
  font-weight: 600; }

.teaser--color-1 .teaser__chapo {
  border-left: 5px solid #253455; }

.teaser--color-2 .teaser__chapo {
  border-left: 5px solid #E85252; }

.teaser--color-3 .teaser__chapo {
  border-left: 5px solid #C32762; }

.teaser--color-4 .teaser__chapo {
  border-left: 5px solid #00AEC7; }

.teaser--color-reverse .teaser__chapo {
  border-left: 5px solid #FFF; }

@media only screen and (min-width: 768px) {
  .teaser {
    margin-bottom: 0; }
  .teaser__tags {
    margin-bottom: 2.3rem; }
  .teaser--color-reverse .teaser__content,
  .teaser--graybg .teaser__content {
    padding: 3rem; }
  .teaser--graybg .teaser__content {
    background-color: #F0F0F0; }
  .teaser--special-graybg .teaser__content,
  .teaser--special-lightgraybg .teaser__content,
  .teaser--special-whitebg .teaser__content {
    padding: 2rem 3rem 2rem; }
  .teaser--color-1 .teaser__hover,
  .teaser--color-1 .teaser__btn {
    background-color: #253455; }
  .teaser--color-2 .teaser__hover,
  .teaser--color-2 .teaser__btn {
    background-color: #E85252; }
  .teaser--color-3 .teaser__hover,
  .teaser--color-3 .teaser__btn {
    background-color: #C32762; }
  .teaser--color-4 .teaser__hover,
  .teaser--color-4 .teaser__btn {
    background-color: #00AEC7; }
  .teaser--exergue:hover .teaser__title:after, .teaser--exergue:focus .teaser__title:after {
    background-color: #FFF; }
  .teaser--suggest .teaser__tags {
    margin-bottom: 1rem; } }

@media only screen and (min-width: 992px) {
  .teaser--color .teaser__content,
  .teaser--color .teaser__tag,
  .teaser--color .teaser__date,
  .teaser--color .teaser__title,
  .teaser--color .teaser__title strong,
  .teaser--color .teaser__text,
  .teaser--color .quote__id,
  .teaser--color .teaser__footer {
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out; }
  .teaser--color .teaser__chapo {
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; }
  .teaser--color:hover .teaser__tag, .teaser--color:focus .teaser__tag {
    background-color: #FFF;
    color: #1C1D33; }
  .teaser--color:hover .teaser__date,
  .teaser--color:hover .main-content__date,
  .teaser--color:hover .teaser__title,
  .teaser--color:hover .teaser__title strong,
  .teaser--color:hover .teaser__chapo,
  .teaser--color:hover .teaser__text,
  .teaser--color:hover .quote__id,
  .teaser--color:hover .teaser__footer, .teaser--color:focus .teaser__date,
  .teaser--color:focus .main-content__date,
  .teaser--color:focus .teaser__title,
  .teaser--color:focus .teaser__title strong,
  .teaser--color:focus .teaser__chapo,
  .teaser--color:focus .teaser__text,
  .teaser--color:focus .quote__id,
  .teaser--color:focus .teaser__footer {
    color: #FFF; }
  .teaser--color:hover .teaser__footer p, .teaser--color:focus .teaser__footer p {
    border-color: #FFF; }
  .teaser--color:hover .teaser__wrapper, .teaser--color:focus .teaser__wrapper {
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); }
  .teaser--color-1:hover .teaser__content, .teaser--color-1:focus .teaser__content {
    background-color: #253455; }
  /* .teaser--color-2:hover .teaser__content, .teaser--color-2:focus .teaser__content {
    background-color: #E85252; } */
  .teaser--color-3:hover .teaser__content, .teaser--color-3:focus .teaser__content {
    background-color: #C32762; }
  .teaser--color-4:hover .teaser__content, .teaser--color-4:focus .teaser__content {
    background-color: #00AEC7; }
  .teaser__hover {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
  .teaser__btn {
    display: block;
    margin: 49px auto 0;
    border: 2px solid #FFF;
    width: 204px;
    text-transform: uppercase;
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    padding: 2.8rem 0;
    letter-spacing: .1em;
    color: #FFF; }
  .teaser__arrow {
    width: 44px;
    width: 44px;
    position: absolute;
    right: 50%;
    margin-right: -22px;
    bottom: 28px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 100; }
    .teaser__arrow img, .teaser__arrow .svg, .teaser__arrow svg {
      width: 44px;
      height: 44px; }
    .teaser__arrow path {
      fill: #FFFFFF; }
  .teaser--huge .teaser__chapo {
    margin-bottom: 2.5rem; }
  .teaser--huge .teaser__content {
    padding-left: 4.5rem; }
  .teaser--huge:hover, .teaser--huge:focus {
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); }
    .teaser--huge:hover .teaser__wrapper, .teaser--huge:focus .teaser__wrapper {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .teaser--huge:hover .teaser__chapo, .teaser--huge:focus .teaser__chapo {
      border-left: 5px solid #FFF; }
  .teaser--action .teaser__content,
  .teaser--action-nopic .teaser__content {
    position: relative;
    padding-bottom: 9rem; }
  .teaser--action .teaser__picture-wrapper,
  .teaser--action-nopic .teaser__picture-wrapper {
    height: 168px;
    overflow: hidden; }
  .teaser--action .teaser__footer,
  .teaser--action-nopic .teaser__footer {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    width: calc(100% - 6rem); }
  .teaser--action.teaser--color-1 .btn,
  .teaser--action-nopic.teaser--color-1 .btn {
    background-color: #253455;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .teaser--action.teaser--color-1 .btn::after,
    .teaser--action-nopic.teaser--color-1 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #1C1D33;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
  .teaser--action.teaser--color-1:hover .btn, .teaser--action.teaser--color-1:focus .btn, .teaser--action.teaser--color-1:active .btn,
  .teaser--action-nopic.teaser--color-1:hover .btn,
  .teaser--action-nopic.teaser--color-1:focus .btn,
  .teaser--action-nopic.teaser--color-1:active .btn {
    background-color: #253455;
    color: #FFF; }
    .teaser--action.teaser--color-1:hover .btn::after, .teaser--action.teaser--color-1:focus .btn::after, .teaser--action.teaser--color-1:active .btn::after,
    .teaser--action-nopic.teaser--color-1:hover .btn::after,
    .teaser--action-nopic.teaser--color-1:focus .btn::after,
    .teaser--action-nopic.teaser--color-1:active .btn::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .teaser--action.teaser--color-2 .btn,
  .teaser--action-nopic.teaser--color-2 .btn {
    background-color: #E85252;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .teaser--action.teaser--color-2 .btn::after,
    .teaser--action-nopic.teaser--color-2 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #C42626;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
  .teaser--action.teaser--color-2:hover .btn, .teaser--action.teaser--color-2:focus .btn, .teaser--action.teaser--color-2:active .btn,
  .teaser--action-nopic.teaser--color-2:hover .btn,
  .teaser--action-nopic.teaser--color-2:focus .btn,
  .teaser--action-nopic.teaser--color-2:active .btn {
    background-color: #E85252;
    color: #FFF; }
    .teaser--action.teaser--color-2:hover .btn::after, .teaser--action.teaser--color-2:focus .btn::after, .teaser--action.teaser--color-2:active .btn::after,
    .teaser--action-nopic.teaser--color-2:hover .btn::after,
    .teaser--action-nopic.teaser--color-2:focus .btn::after,
    .teaser--action-nopic.teaser--color-2:active .btn::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .teaser--action.teaser--color-3 .btn,
  .teaser--action-nopic.teaser--color-3 .btn {
    background-color: #C32762;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .teaser--action.teaser--color-3 .btn::after,
    .teaser--action-nopic.teaser--color-3 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #9C1F4E;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
  .teaser--action.teaser--color-3:hover .btn, .teaser--action.teaser--color-3:focus .btn, .teaser--action.teaser--color-3:active .btn,
  .teaser--action-nopic.teaser--color-3:hover .btn,
  .teaser--action-nopic.teaser--color-3:focus .btn,
  .teaser--action-nopic.teaser--color-3:active .btn {
    background-color: #C32762;
    color: #FFF; }
    .teaser--action.teaser--color-3:hover .btn::after, .teaser--action.teaser--color-3:focus .btn::after, .teaser--action.teaser--color-3:active .btn::after,
    .teaser--action-nopic.teaser--color-3:hover .btn::after,
    .teaser--action-nopic.teaser--color-3:focus .btn::after,
    .teaser--action-nopic.teaser--color-3:active .btn::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .teaser--action.teaser--color-4 .btn,
  .teaser--action-nopic.teaser--color-4 .btn {
    background-color: #00AEC7;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .teaser--action.teaser--color-4 .btn::after,
    .teaser--action-nopic.teaser--color-4 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #006882;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
  .teaser--action.teaser--color-4:hover .btn, .teaser--action.teaser--color-4:focus .btn, .teaser--action.teaser--color-4:active .btn,
  .teaser--action-nopic.teaser--color-4:hover .btn,
  .teaser--action-nopic.teaser--color-4:focus .btn,
  .teaser--action-nopic.teaser--color-4:active .btn {
    background-color: #00AEC7;
    color: #FFF; }
    .teaser--action.teaser--color-4:hover .btn::after, .teaser--action.teaser--color-4:focus .btn::after, .teaser--action.teaser--color-4:active .btn::after,
    .teaser--action-nopic.teaser--color-4:hover .btn::after,
    .teaser--action-nopic.teaser--color-4:focus .btn::after,
    .teaser--action-nopic.teaser--color-4:active .btn::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .teaser--action .teaser__picture-wrapper {
    margin-top: -2rem;
    margin-left: -3rem;
    margin-bottom: 2.5rem;
    width: calc(100% + 6rem); }
  .teaser--action-nopic .teaser__content {
    padding-top: 4rem; }
  .teaser--action-nopic .teaser__title {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 2rem; }
  .teaser--action-nopic .teaser__text {
    font-size: 1.8rem;
    line-height: 1.3; }
  .teaser--special-whitebg .btn {
    background-color: #F0F0F0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .teaser--special-whitebg .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
  .teaser--special-whitebg:hover .btn, .teaser--special-whitebg:focus .btn, .teaser--special-whitebg:active .btn {
    background-color: #F0F0F0;
    color: #1C1D33; }
    .teaser--special-whitebg:hover .btn::after, .teaser--special-whitebg:focus .btn::after, .teaser--special-whitebg:active .btn::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .teaser--exergue .teaser__content {
    height: 420px; }
  .teaser--suggest .teaser__picture-wrapper {
    display: block; }
  .teaser--suggest:hover .teaser__wrapper, .teaser--suggest:focus .teaser__wrapper {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; } }

@media only screen and (min-width: 1380px) {
  .teaser--huge .teaser__content {
    padding-top: 4.5rem;
    padding-left: 11rem; }
  .teaser--huge .teaser__title {
    font-size: 3.5rem;
    margin-bottom: 1.8rem; }
  .teaser--huge .teaser__chapo {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    padding-right: 10rem; }
  .teaser--huge .teaser__text {
    padding-right: 10rem; }
  .teaser--huge .teaser__picture {
    margin: 0; }
  .teaser--huge .teaser__btn {
    float: right;
    margin-top: -5.9rem; }
  .teaser--action .teaser__picture-wrapper,
  .teaser--action-nopic .teaser__picture-wrapper {
    height: 240px; }
  .teaser--action-nopic .teaser__content {
    padding-top: 6rem; }
  .teaser--action-nopic .teaser__title {
    font-size: 3.5rem;
    margin-bottom: 2.3rem; }
  .teaser--action-nopic .teaser__text {
    font-size: 2.2rem; }
  .teaser--action-nopic .teaser__footer {
    text-align: left; }
  .teaser--action-quote .teaser__title {
    padding-top: 4rem;
    padding-bottom: 1rem; }
  .teaser--action-quote .teaser__picture-wrapper {
    float: left;
    margin-right: 2rem;
    margin-bottom: 0; }
  .teaser--action-quote .teaser__text {
    overflow: hidden; }
  .teaser--action-quote-huge .teaser__title {
    font-size: 3.5rem;
    padding-top: 4rem;
    padding-bottom: 2.5rem; }
  .teaser--action-quote-huge .teaser__footer {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 8rem; }
    .teaser--action-quote-huge .teaser__footer p {
      display: inline-block;
      border-bottom: 1px solid #000; }
  .teaser--action-quote-huge .quote__id {
    font-size: 1.6rem; }
  .teaser--action-quote-huge .quote__fx {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem; }
  .teaser--action-quote-huge .quote__text {
    font-size: 2.2rem;
    padding-left: 3rem; }
    .teaser--action-quote-huge .quote__text:before {
      font-size: 3.5rem;
      margin-top: -1.3rem; }
  .teaser--button-left .teaser__picture-wrapper {
    position: relative; }
  .teaser--button-left .teaser__btn {
    float: none;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50; } }

@media only screen and (max-width: 767px) {
  .teaser--color-reverse {
    padding: 1rem; }
  .shortcut {
    width: 33% !important; } }

@media only screen and (max-width: 383.5px) {
  .shortcut__text {
    padding: 12px 0; }
  .shortcut__title {
    letter-spacing: 0; } }

.wrapper-related {
  padding: 3rem 0; }

.related {
  text-align: center; }

.related__title {
  position: relative;
  margin: 1.5rem 0 3rem;
  padding-bottom: 2rem;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 2.6rem;
  line-height: 1;
  color: #1C1D33;
  text-transform: uppercase;
  text-align: center; }
  .related__title:after {
    content: '';
    display: block;
    width: 9rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
    margin-left: -4.5rem;
    background-color: #00AEC7; }

.related-teaser {
  background-color: rgba(0, 174, 199, 0.9);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: block;
  margin: 0 10px 20px;
  background-color: #00AEC7;
  font-size: 1.8rem;
  color: #FFF;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .related-teaser::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006882;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .related-teaser:hover, .related-teaser:focus, .related-teaser:active {
      background-color: rgba(0, 174, 199, 0.9);
      border-color: #006882;
      color: #FFF; }
      .related-teaser:hover::after, .related-teaser:focus::after, .related-teaser:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .related-teaser:hover, .related-teaser:focus {
    color: #FFF; }
  .related-teaser:active {
    color: #FFF !important;
    background-color: #006882 !important; }

.related-teaser__inner {
  height: 100%;
  display: block;
  padding: 20px 5rem 20px 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-4.1 -5.6 25.3 25.3' enable-background='new -4.1 -5.6 25.3 25.3' xml:space='preserve' width='26px' height='26px'%3E%3Cpath fill='%23FFFFFF' d='M8.5-5.6C1.5-5.6-4.1,0-4.1,7c0,7,5.7,12.6,12.6,12.6c7,0,12.6-5.7,12.6-12.6C21.1,0,15.5-5.6,8.5-5.6z M8.5,19.1 C1.8,19.1-3.6,13.7-3.6,7c0-6.7,5.4-12.1,12.1-12.1c6.7,0,12.1,5.4,12.1,12.1C20.6,13.7,15.2,19.1,8.5,19.1z'/%3E%3Cpath fill='%23FFFFFF' d='M9.9,1.6c-0.2-0.2-0.5-0.2-0.7,0C9,1.8,9,2.2,9.1,2.4l4.1,4.1H2.5C2.2,6.5,2,6.7,2,7c0,0.3,0.2,0.5,0.5,0.5h10.8l-4.1,4.1 C9.1,11.7,9,11.9,9,12c0,0.1,0.1,0.3,0.1,0.4c0.2,0.2,0.5,0.2,0.7,0l5-5C14.9,7.3,15,7.1,15,7c0-0.1-0.1-0.3-0.1-0.4L9.9,1.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: calc(100% - (20px / 2)) 50%;
  background-size: 35px 35px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.related-teaser__title {
  display: block;
  margin: auto; }

@media only screen and (min-width: 768px) {
  .wrapper-related {
    padding-top: 4rem;
    padding-bottom: 7rem; }
  .related__title {
    font-size: 2.9rem; }
  .related__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 215px; }
  .related-teaser {
    display: inline-block;
    height: 215px;
    width: calc(33% - 20px);
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center; }
  .related-teaser__inner {
    display: table;
    width: 100%;
    padding: 0 1rem 5rem;
    background-position: 50% calc(100% - (20px) / 2);
    background-size: 38px 38px; }
  .related-teaser__title {
    display: table-cell;
    vertical-align: middle; } }

@media only screen and (min-width: 992px) {
  .wrapper-related {
    padding-top: 5rem;
    padding-bottom: 9rem; }
  .related__title {
    margin-bottom: 4rem;
    font-size: 3.2rem; }
  .related-teaser {
    font-size: 2.2rem; }
  .related-teaser__inner {
    padding-right: 4rem;
    padding-left: 4rem;
    background-size: 43px 43px; } }

@media only screen and (min-width: 1380px) {
  .wrapper-related {
    padding-top: 6rem;
    padding-bottom: 11rem; }
  .related__title {
    font-size: 3.5rem; }
  .related-teaser {
    font-size: 2.5rem; }
  .related-teaser__inner {
    padding-right: 5rem;
    padding-left: 5rem;
    background-position: 50% calc(100% - 20px);
    background-size: 43px 43px; } }

@media only screen and (max-width: 767px) {
  .related-teaser__title br {
    display: none; } }

.is-path-frontpage {
  background-image: none;
  position: relative; }
  .is-path-frontpage .teaser:not(.teaser--insidemenu):after {
    content: '';
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11' width='13' height='11'%3E%3Cpath fill='%23FFFFFF' d='M9.9 1.6c-.2-.2-.5-.2-.7 0-.2.2-.2.6-.1.8l4.1 4.1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5h10.8l-4.1 4.1c-.1.1-.2.3-.2.4 0 .1.1.3.1.4.2.2.5.2.7 0l5-5c.1-.1.2-.3.2-.4 0-.1-.1-.3-.1-.4l-5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    bottom: 13px;
    right: 15px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .is-path-frontpage .teaser__wrapper,
  .is-path-frontpage .teaser__category,
  .is-path-frontpage .teaser__content,
  .is-path-frontpage .teaser__title {
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out; }
  .is-path-frontpage .teaser__content {
    position: relative; }
  .is-path-frontpage .teaser__wrapper {
    position: relative; }

.col-white {
  background-color: #FFF; }

.keynumber--fondation {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 992px) {
    .keynumber--fondation {
      float: left;
      width: 40%; } }
  @media (min-width: 992px) {
    .keynumber--fondation:nth-child(3) {
      margin-left: 20%; } }
  .keynumber--fondation .keynumber__content {
    background-color: #FFF; }
  .keynumber--fondation .keynumber__number {
    color: #00AEC7; }

.wrapper-fondation .teaser--type-2 .teaser__picture-wrapper {
  margin-bottom: .5rem; }

@media only screen and (max-width: 1379px) {
  .keynumber__number {
    font-size: 2.8rem; }
  .keynumber__unit {
    font-size: 1.6rem; } }

@media only screen and (max-width: 767px) {
  .keynumber--fondation {
    min-height: 100px; } }

.wrapper-hero:after {
  height: 535px;
  top: 120px;
  left: 50%;
  width: 550px;
  margin-left: 130px;
  background-color: transparent;
  background-repeat: repeat;
  background-position: 50% 50%; }

.teaser--special-1 .teaser__title,
.teaser--special-1 .teaser__text {
  padding: 0; }

.teaser--special-1 .teaser__title {
  font-size: 2.5rem; }

.teaser--special-1 .teaser__content {
  padding: 2rem 0; }

.teaser--special-1 .teaser__content {
  position: static; }

.teaser--special-1 .teaser__category {
  position: absolute;
  top: 0; }

.teaser--special-3 .teaser__wrapper:before, .teaser--special-3 .teaser__wrapper:after,
.teaser--special-5 .teaser__wrapper:before,
.teaser--special-5 .teaser__wrapper:after,
.teaser--special-7 .teaser__wrapper:before,
.teaser--special-7 .teaser__wrapper:after {
  content: " ";
  display: table; }

.teaser--special-3 .teaser__wrapper:after,
.teaser--special-5 .teaser__wrapper:after,
.teaser--special-7 .teaser__wrapper:after {
  clear: both; }

.teaser--special-2 .teaser__title,
.teaser--special-3 .teaser__title,
.teaser--special-7 .teaser__title {
  font-size: 2.1rem; }

.teaser--special-1 .teaser__category,
.teaser--special-2 .teaser__category,
.teaser--special-3 .teaser__category,
.teaser--special-7 .teaser__category {
  background-color: #E85252;
  color: #FFF;
  margin-bottom: 1rem; }

.wrapper-espoir {
  padding: 0 0 70px 0;
  background-color: transparent;
  background-repeat: repeat;
  background-position: 50% 50%; }
  .wrapper-espoir .teaser__tag {
    background-color: #253455; }

.intro {
  background-color: #FFF; }

.intro__title {
  color: #253455;
  font-size: 3rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1; }

.intro__chapo,
.intro__text {
  font-weight: 400; }
  .intro__chapo p,
  .intro__text p {
    margin-bottom: 2.8rem; }

.intro__chapo {
  font-size: 2.2rem; }

.intro__text {
  font-size: 2.2rem; }
  .intro__text p {
    text-align: center; }

.intro__button {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  position: relative; }
  .intro__button::before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11' width='13' height='11'%3E%3Cpath fill='%23FFFFFF' d='M9.9 1.6c-.2-.2-.5-.2-.7 0-.2.2-.2.6-.1.8l4.1 4.1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5h10.8l-4.1 4.1c-.1.1-.2.3-.2.4 0 .1.1.3.1.4.2.2.5.2.7 0l5-5c.1-.1.2-.3.2-.4 0-.1-.1-.3-.1-.4l-5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8.5px;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; }
  .intro__button:hover, .intro__button:focus {
    color: #FFF; }
    .intro__button:hover::before, .intro__button:focus::before {
      left: 7px; }
  .intro__button.color-1 {
    background-color: #253455;
    background-color: #253455;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .intro__button.color-1::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #1C1D33;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
    @media only screen and (min-width: 992px) {
      .intro__button.color-1:hover, .intro__button.color-1:focus, .intro__button.color-1:active {
        background-color: #253455;
        border-color: #1C1D33;
        color: #FFF; }
        .intro__button.color-1:hover::after, .intro__button.color-1:focus::after, .intro__button.color-1:active::after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); } }
  .intro__button.color-2 {
    background-color: #E85252;
    background-color: #E85252;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .intro__button.color-2::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #C42626;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
    @media only screen and (min-width: 992px) {
      .intro__button.color-2:hover, .intro__button.color-2:focus, .intro__button.color-2:active {
        background-color: #E85252;
        border-color: #C42626;
        color: #FFF; }
        .intro__button.color-2:hover::after, .intro__button.color-2:focus::after, .intro__button.color-2:active::after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); } }
  .intro__button.color-3 {
    background-color: #C32762;
    background-color: #C32762;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .intro__button.color-3::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #9C1F4E;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
    @media only screen and (min-width: 992px) {
      .intro__button.color-3:hover, .intro__button.color-3:focus, .intro__button.color-3:active {
        background-color: #C32762;
        border-color: #9C1F4E;
        color: #FFF; }
        .intro__button.color-3:hover::after, .intro__button.color-3:focus::after, .intro__button.color-3:active::after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); } }
  .intro__button.color-4 {
    background-color: #00AEC7;
    background-color: #00AEC7;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .intro__button.color-4::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #006882;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
    @media only screen and (min-width: 992px) {
      .intro__button.color-4:hover, .intro__button.color-4:focus, .intro__button.color-4:active {
        background-color: #00AEC7;
        border-color: #006882;
        color: #FFF; }
        .intro__button.color-4:hover::after, .intro__button.color-4:focus::after, .intro__button.color-4:active::after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); } }
  .intro__button.color-white {
    background-color: #FFF;
    color: #1C1D33;
    background-color: #FFF;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .intro__button.color-white::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #1C1D33;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
    @media only screen and (min-width: 992px) {
      .intro__button.color-white:hover, .intro__button.color-white:focus, .intro__button.color-white:active {
        background-color: #FFF;
        border-color: #1C1D33;
        color: #FFF; }
        .intro__button.color-white:hover::after, .intro__button.color-white:focus::after, .intro__button.color-white:active::after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1); } }
    .intro__button.color-white::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11' width='13' height='11'%3E%3Cpath fill='%231C1D33' d='M9.9 1.6c-.2-.2-.5-.2-.7 0-.2.2-.2.6-.1.8l4.1 4.1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5h10.8l-4.1 4.1c-.1.1-.2.3-.2.4 0 .1.1.3.1.4.2.2.5.2.7 0l5-5c.1-.1.2-.3.2-.4 0-.1-.1-.3-.1-.4l-5-5z'/%3E%3C/svg%3E"); }
    .intro__button.color-white:hover::before, .intro__button.color-white:focus::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11' width='13' height='11'%3E%3Cpath fill='%23FFFFFF' d='M9.9 1.6c-.2-.2-.5-.2-.7 0-.2.2-.2.6-.1.8l4.1 4.1H2.5c-.3 0-.5.2-.5.5s.2.5.5.5h10.8l-4.1 4.1c-.1.1-.2.3-.2.4 0 .1.1.3.1.4.2.2.5.2.7 0l5-5c.1-.1.2-.3.2-.4 0-.1-.1-.3-.1-.4l-5-5z'/%3E%3C/svg%3E"); }

.intro--landing {
  background-color: transparent; }

.teaser__picture-wrapper {
  margin-bottom: 1rem; }

.teaser--special-5 .teaser__picture-wrapper {
  display: none; }

.wrapper-fondation {
  margin-bottom: 6px;
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: transparent;
  background-repeat: repeat;
  background-position: 50% 50%; }
  .wrapper-fondation .col-white {
    margin-top: -4rem; }

.block-title__title {
  position: relative;

  margin: 1.5rem 0 3rem;
  line-height: 1;
  padding-bottom: 1.5rem;
  color: #1C1D33; }
  .block-title__title:after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5; }
/* 
.block-title--color-1 .block-title__title:after {
  background-color: #253455; } */

/* .block-title--color-2 .block-title__title:after {
  background-color: #E85252; } */

.block-title--color-3 .block-title__title:after {
  background-color: #C32762; }

.block-title--color-4 .block-title__title:after {
  background-color: #00AEC7; }

.block-title--big .block-title__title {
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
  .block-title__title {
    padding-bottom: 2rem; }
    .block-title__title:after {
      width: 90px;
      height: 10px; }
  .block-title--big .block-title__title {
    font-size: 4rem;
    margin-bottom: 0; }
    .block-title--big .block-title__title:first-line {
      font-weight: 100; }
  .keynumber__content {
    padding: 3.3rem 0; }
  .col-white {
    position: relative; }
    .col-white:before, .col-white:after {
      content: '';
      background-color: #FFF;
      height: 100%;
      position: absolute;
      top: 0; }
    .col-white:before {
      width: 50vw;
      left: -50vw; }
    .col-white:after {
      right: 0; }
  .teaser--special-1 .teaser__content {
    padding: 2rem 3rem; }
  .wrapper-hero {
    padding-bottom: 2rem; }
    .wrapper-hero .teaser--special-1 {
      position: relative; }
    .wrapper-hero .block-title--big .block-title__title {
      margin-bottom: 3rem; }
  .teaser--special-2 {
    display: block; }
  .wrapper-espoir .col-white {
    padding-bottom: 2.5rem; }
    .wrapper-espoir .col-white:after {
      width: 100%;
      margin-right: -100%; }
  .wrapper-fondation .col-white {
    padding-bottom: 1.5rem; }
    .wrapper-fondation .col-white:after {
      width: 30%;
      margin-right: -30%; }
  /* .intro {
    padding-top: 2.5rem; } */
  .intro__title {
    font-size: 3.2rem; }
  .intro__chapo {
    font-size: 2rem; }
  .intro__text {
    font-size: 1.8rem; }
    .intro__text p {
      text-align: left; }
  .wrapper-hero,
  .wrapper-espoir,
  .wrapper-fondation {
    position: relative;
    overflow: hidden; }
    .wrapper-hero:after,
    .wrapper-espoir:after,
    .wrapper-fondation:after {
      content: '';
      position: absolute;
      z-index: -1; }
    .wrapper-hero .container,
    .wrapper-espoir .container,
    .wrapper-fondation .container {
      position: relative;
      z-index: 10; }
  .wrapper-espoir:after,
  .wrapper-fondation:after {
    top: 0;
    height: 100%;
    width: 1350px;
    left: 50%;
    margin-left: -675px; }
  .wrapper-espoir:after {
    top: 51px; }
  .teaser--special-4 .teaser__content {
    background-color: #FFF; }
  .teaser--special-5 {
    margin-top: 2rem; }
  .teaser--special-6 {
    margin-top: 2rem; }
  .teaser--special-4 .teaser__content {
    padding: 2rem 3rem; }
  .teaser__picture-wrapper {
    margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .block-title--big .block-title__title {
    font-size: 4rem; }
  /* .intro {
    padding-top: 4rem; } */
  .intro__title {
    font-size: 4rem; }
  .intro__chapo {
    font-size: 2.4rem;
    padding-left: 2rem;
    line-height: 1.3;
    border-left: 5px solid #253455; }
  .intro--landing {
    padding-top: 2.5rem; }
    .intro--landing .intro__text p {
      margin-bottom: 1.5rem; }
    .intro--landing .intro__title {
      font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .wrapper-hero {
    min-height: 745px;
    padding-top: 55px; }
    .wrapper-hero p {
      margin: 0; }
    .wrapper-hero .col-xs-12 .row {
      padding-top: 434px; }
    .wrapper-hero .block-title__title {
      position: absolute;
      top: -55px;
      right: 0;
      width: 25%;
      margin-top: 0; }
    .wrapper-hero .block-title--big .block-title__title {
      margin-bottom: 0; }
  .teaser:hover:after, .teaser:focus:after {
    opacity: 1;
    right: 25px; }
  .teaser--special-1 .teaser__category,
  .teaser--special-2 .teaser__category,
  .teaser--special-3 .teaser__category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .teaser--special-7 .teaser__category {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5; }
  .teaser--special-1 .teaser__picture-wrapper,
  .teaser--special-4 .teaser__picture-wrapper {
    position: absolute;
    top: 0;
    left: 0; }
  .teaser--special-1 .teaser__content,
  .teaser--special-4 .teaser__content {
    position: absolute;
    right: 0;
    z-index: 50;
    padding: 0;
    background-color: #FFF; }
  .teaser--special-1 .teaser__picture-wrapper {
    width: 72%; }
  .teaser--special-1 .teaser__content {
    top: 65px;
    width: 45%;
    max-width: 420px;
    font-size: 2.8rem; }
  .teaser--special-1 .teaser__title {
    font-size: 3.2rem;
    padding: 60px 45px 45px 60px; }
  .teaser--special-2 .teaser__title,
  .teaser--special-3 .teaser__title,
  .teaser--special-7 .teaser__title {
    font-size: 2.2rem; }
  .teaser--special-2 .teaser__content,
  .teaser--special-3 .teaser__content,
  .teaser--special-7 .teaser__content {
    padding: 4rem 3rem 2rem; }
  .teaser--special-3 {
    margin-top: 5rem; }
    .teaser--special-3 .teaser__wrapper {
      background-color: #DDE0E8; }
    .teaser--special-3 .teaser__picture-wrapper {
      width: 55%;
      float: left; }
    .teaser--special-3 .teaser__content {
      width: 45%;
      float: right;
      padding-bottom: 0; }
  .teaser--special-7 {
    margin-bottom: 1rem; }
    .teaser--special-7 .teaser__wrapper {
      background-color: #FFF; }
    .teaser--special-7 .teaser__picture-wrapper {
      width: 50%;
      float: left; }
    .teaser--special-7 .teaser__content {
      width: 50%;
      float: right;
      padding-bottom: 0; }
  .teaser--special-4 .teaser__title {
    font-size: 2.8rem; }
  .teaser--special-4 .teaser__picture-wrapper {
    width: 100%; }
  .teaser--special-4 .teaser__content {
    top: 51px;
    width: 66.66%;
    max-width: 420px; }
  .teaser--special-4 .teaser__content {
    margin-right: -33.33%; }
  .teaser--special-4 .teaser__title,
  .teaser--special-5 .teaser__title,
  .teaser--special-6 .teaser__title {
    font-size: 2.8rem; }
  .teaser--special-4 .teaser__content,
  .teaser--special-5 .teaser__content,
  .teaser--special-6 .teaser__content {
    padding: 3rem 2rem 2.5rem 4rem; }
  .teaser--special-5 {
    margin-top: 6rem; }
    .teaser--special-5 .teaser__wrapper {
      background-color: #DDE0E8; }
  .teaser--special-6 {
    margin-top: 3rem; }
  .teaser--special-1:hover .teaser__wrapper, .teaser--special-1:focus .teaser__wrapper,
  .teaser--special-2:hover .teaser__wrapper,
  .teaser--special-2:focus .teaser__wrapper,
  .teaser--special-3:hover .teaser__wrapper,
  .teaser--special-3:focus .teaser__wrapper,
  .teaser--special-7:hover .teaser__wrapper,
  .teaser--special-7:focus .teaser__wrapper {
    background-color: #E85252; }
  .teaser--special-1:hover .teaser__category, .teaser--special-1:focus .teaser__category,
  .teaser--special-2:hover .teaser__category,
  .teaser--special-2:focus .teaser__category,
  .teaser--special-3:hover .teaser__category,
  .teaser--special-3:focus .teaser__category,
  .teaser--special-7:hover .teaser__category,
  .teaser--special-7:focus .teaser__category {
    background-color: #C42626; }
  .teaser--special-1:hover .teaser__content, .teaser--special-1:focus .teaser__content,
  .teaser--special-2:hover .teaser__content,
  .teaser--special-2:focus .teaser__content,
  .teaser--special-3:hover .teaser__content,
  .teaser--special-3:focus .teaser__content,
  .teaser--special-7:hover .teaser__content,
  .teaser--special-7:focus .teaser__content {
    background-color: #E85252; }
  .teaser--special-1:hover .teaser__date,
  .teaser--special-1:hover .teaser__title, .teaser--special-1:focus .teaser__date,
  .teaser--special-1:focus .teaser__title,
  .teaser--special-2:hover .teaser__date,
  .teaser--special-2:hover .teaser__title,
  .teaser--special-2:focus .teaser__date,
  .teaser--special-2:focus .teaser__title,
  .teaser--special-3:hover .teaser__date,
  .teaser--special-3:hover .teaser__title,
  .teaser--special-3:focus .teaser__date,
  .teaser--special-3:focus .teaser__title,
  .teaser--special-7:hover .teaser__date,
  .teaser--special-7:hover .teaser__title,
  .teaser--special-7:focus .teaser__date,
  .teaser--special-7:focus .teaser__title {
    color: #FFF; }
  .teaser--special-4:hover .teaser__wrapper, .teaser--special-4:focus .teaser__wrapper,
  .teaser--special-5:hover .teaser__wrapper,
  .teaser--special-5:focus .teaser__wrapper,
  .teaser--special-6:hover .teaser__wrapper,
  .teaser--special-6:focus .teaser__wrapper {
    background-color: #253455; }
  .teaser--special-4:hover .teaser__tag, .teaser--special-4:focus .teaser__tag,
  .teaser--special-5:hover .teaser__tag,
  .teaser--special-5:focus .teaser__tag,
  .teaser--special-6:hover .teaser__tag,
  .teaser--special-6:focus .teaser__tag {
    background-color: #1C1D33; }
  .teaser--special-4:hover .teaser__content, .teaser--special-4:focus .teaser__content,
  .teaser--special-5:hover .teaser__content,
  .teaser--special-5:focus .teaser__content,
  .teaser--special-6:hover .teaser__content,
  .teaser--special-6:focus .teaser__content {
    background-color: #253455; }
  .teaser--special-4:hover .teaser__content,
  .teaser--special-4:hover .teaser__date,
  .teaser--special-4:hover .teaser__title, .teaser--special-4:focus .teaser__content,
  .teaser--special-4:focus .teaser__date,
  .teaser--special-4:focus .teaser__title,
  .teaser--special-5:hover .teaser__content,
  .teaser--special-5:hover .teaser__date,
  .teaser--special-5:hover .teaser__title,
  .teaser--special-5:focus .teaser__content,
  .teaser--special-5:focus .teaser__date,
  .teaser--special-5:focus .teaser__title,
  .teaser--special-6:hover .teaser__content,
  .teaser--special-6:hover .teaser__date,
  .teaser--special-6:hover .teaser__title,
  .teaser--special-6:focus .teaser__content,
  .teaser--special-6:focus .teaser__date,
  .teaser--special-6:focus .teaser__title {
    color: #FFF; }
  .teaser--special-2:hover .teaser__wrapper, .teaser--special-2:focus .teaser__wrapper,
  .teaser--special-3:hover .teaser__wrapper,
  .teaser--special-3:focus .teaser__wrapper,
  .teaser--special-5:hover .teaser__wrapper,
  .teaser--special-5:focus .teaser__wrapper,
  .teaser--special-6:hover .teaser__wrapper,
  .teaser--special-6:focus .teaser__wrapper,
  .teaser--special-7:hover .teaser__wrapper,
  .teaser--special-7:focus .teaser__wrapper {
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); }
  .teaser--special-1:hover .teaser__content, .teaser--special-1:focus .teaser__content,
  .teaser--special-4:hover .teaser__content,
  .teaser--special-4:focus .teaser__content {
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); }
  .teaser--type-2:hover, .teaser--type-2:focus {
    background-color: #00AEC7;
    -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); }
    .teaser--type-2:hover .teaser__title,
    .teaser--type-2:hover .teaser__text, .teaser--type-2:focus .teaser__title,
    .teaser--type-2:focus .teaser__text {
      color: #FFF; }
    .teaser--type-2:hover:after, .teaser--type-2:focus:after {
      background: #00AEC7 !important;
      -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); } }

@media only screen and (min-width: 1380px) {
  .block-title--big .block-title__title {
    font-size: 5rem; }
  .wrapper-hero {
    padding-top: 55px; }
    .wrapper-hero .col-xs-12 .row {
      padding-top: 597px; }
  .intro__title {
    font-size: 5rem; }
  .intro__text {
    font-size: 2.2rem; }
  .teaser--special-1 .teaser__picture-wrapper {
    width: 74%; }
  .teaser--special-1 .teaser__content {
    font-size: 3rem;
    top: 145px;
    width: 40%; }
  .teaser--special-2 .teaser__content,
  .teaser--special-3 .teaser__content {
    font-size: 2.5rem;
    padding: 5rem 6rem 2.5rem 3rem; }
  .teaser--special-3 .teaser__picture-wrapper {
    width: 60.7%; }
  .teaser--special-3 .teaser__content {
    width: 39.3%; }
  .teaser--special-7 .teaser__category {
    left: 48.4%; }
  .teaser--special-7 .teaser__picture-wrapper {
    width: 48.4%; }
  .teaser--special-7 .teaser__content {
    width: 51.6%;
    padding-top: 7.5rem;
    padding-right: 6rem; }
  .teaser--special-1 .teaser__category,
  .teaser--special-2 .teaser__category,
  .teaser--special-3 .teaser__category,
  .teaser--special-7 .teaser__category {
    background-color: #E85252;
    color: #FFF;
    margin-bottom: 1rem; }
  .teaser--special-4 .teaser__title,
  .teaser--special-5 .teaser__title,
  .teaser--special-6 .teaser__title {
    font-size: 3rem; }
  .teaser--special-4 .teaser__content,
  .teaser--special-5 .teaser__content,
  .teaser--special-6 .teaser__content {
    padding-left: 4rem; }
  .teaser--special-5 {
    margin-top: 7rem; }
    .teaser--special-5 .teaser__picture-wrapper {
      display: block;
      float: left;
      width: 50%; }
    .teaser--special-5 .teaser__content {
      float: right;
      width: 50%; }
  .teaser--special-6 {
    margin-top: 0; }
  .teaser--special-7 .teaser__title {
    margin-bottom: 2rem;
    font-size: 2.5rem; }
  .wrapper-fondation .teaser--type-2 {
    position: relative; }
    .wrapper-fondation .teaser--type-2:after {
      content: '';
      display: block;
      background: #FFF;
      height: 100%;
      width: 30px;
      position: absolute;
      top: 0;
      right: -30px;
      z-index: 5;
      opacity: 1;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .wrapper-fondation .teaser--type-2:hover:after, .wrapper-fondation .teaser--type-2:focus:after {
      right: -30px; } }

@media only screen and (max-width: 767px) {
  .wrapper-hero .teaser--special-1 {
    margin-bottom: 0; }
  .wrapper-hero .teaser--special-2,
  .wrapper-hero .teaser--special-3 {
    display: none !important; } }

/*                 _   _           _                                       _
                  | | (_)         | |                                     (_)
   __   _____ _ __| |_ _  ___ __ _| |  _ __ ___  ___ _ __   ___  _ __  ___ ___   _____
   \ \ / / _ \ '__| __| |/ __/ _` | | | '__/ _ \/ __| '_ \ / _ \| '_ \/ __| \ \ / / _ \
    \ V /  __/ |  | |_| | (_| (_| | | | | |  __/\__ \ |_) | (_) | | | \__ \ |\ V /  __/
     \_/ \___|_|   \__|_|\___\__,_|_| |_|  \___||___/ .__/ \___/|_| |_|___/_| \_/ \___|
                                                    | |
                                                    |_|
*/
@media only screen and (min-width: 768px) and (max-height: 770px) {
  .teaser--special-1 .teaser__content,
  .block-title--big .block-title__title,
  .wrapper-hero,
  .wrapper-hero .block-title__title {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .teaser--special-1 .teaser__content {
    top: 81px; }
  .block-title--big .block-title__title {
    font-size: 4rem; }
  .wrapper-hero {
    padding-top: 2rem; }
    .wrapper-hero .block-title__title {
      top: 0; }
      .wrapper-hero .block-title__title br {
        display: none; } }

.order-leave {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px; }
  .order-leave:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #1C1D33;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 5;
    opacity: .7;
    border-left: 1px solid rgba(28, 29, 51, 0.5); }

.order-footer {
  display: block;
  width: 100%;
  text-align: center; }
  .order-footer .btn {
    margin-bottom: 0 !important; }

.info-material-stay-on-page {
  padding-left: 1rem !important; }
  .info-material-stay-on-page:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.block-region-results .view-search-global .view-header {
  padding-top: 2.4rem !important;
  padding-bottom: .4rem !important; }

.download-document,
.shop-it {
  position: relative;
  display: inline-block;
  padding: 6px 0 0 40px;
  text-align: left;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: 110% !important;
  min-height: 30px; }
  .download-document:before,
  .shop-it:before {
    content: '';
    display: block;
    width: 28px !important;
    height: 28px !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 5px; }

.shop-it {
  padding-left: 50px; }
  .shop-it:before {
    left: 15px; }

.download-document:before {
  margin-top: 0 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='141px' height='141px' viewBox='0 0 141 141' style='enable-background:new 0 0 141 141;' xml:space='preserve'%3E%3Cpath d='M66.9,91.4c1,1.1,2.3,1.8,3.8,1.8c1.5,0,2.9-0.6,3.9-1.7L100,62.9c1.9-2.1,1.7-5.3-0.4-7.2c-2.1-1.9-5.3-1.7-7.2,0.4 L76,74.6V21.3c0-3.3-2.3-6-5.1-6s-5.1,2.7-5.1,6v53.1L50.5,56.2c-1-1.2-2.4-1.8-3.9-1.8c-1.2,0-2.4,0.4-3.3,1.2 c-1,0.9-1.7,2.1-1.8,3.5c-0.1,1.4,0.3,2.7,1.2,3.7L66.9,91.4z'/%3E%3Cpath d='M134.6,83.5c0-2.4-1.9-4.3-4.3-4.3c-2.4,0-4.3,1.9-4.3,4.3h0V84c0,0,0,0,0,0v13.8v3.7v11.5c0,2.2-2,4.1-4.5,4.1h-102 c-2.5,0-4.5-1.8-4.5-4.1v-11.5v-3.7V85.6l0,0v-2.1v0c0-2.4-1.9-4.3-4.3-4.3s-4.3,1.9-4.3,4.3c0,0.1,0,0.1,0,0.2 c0,0.1,0,0.2,0,0.3v13.8v3.7v11.5c0,6.8,5.9,12.3,13.1,12.3h102c7.2,0,13.1-5.5,13.1-12.3v-11.5v-3.7V84c0-0.1,0-0.2,0-0.3 C134.6,83.6,134.6,83.5,134.6,83.5'/%3E%3C/svg%3E") !important;
  background-size: 28px 28px !important; }

.shop-it:before {
  margin-top: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Fondation_ARC__x28_picto_x29_' x='0px' y='0px' viewBox='0 0 48.84 50.5' style='enable-background:new 0 0 48.84 50.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bstroke:%23000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st1%7Bstroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st2%7Bfill-rule:evenodd;clip-rule:evenodd;stroke:%23000000;stroke-width:0.5;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg id='Feuille'%3E%3Cpath class='st0' d='M10.32,8.24c0-0.31,0.25-0.55,0.55-0.56L16.2,7.7l0.09-1.12l-5.42-0.02c-0.92,0-1.49-0.13-1.49,0.79 l-0.08,8.68h0.98L10.32,8.24z'/%3E%3Cpath class='st0' d='M47.48,12.89L33.45,7.23c-0.85-0.34-1.77-0.03-2.05,0.69l-3.21,8.12h1.18l3.05-7.71 c0.09-0.24,0.4-0.34,0.68-0.23l14.03,5.67c0.28,0.12,0.43,0.4,0.34,0.64l-9.97,25.23c-0.09,0.24-0.4,0.34-0.68,0.23l-3.83-1.55 v1.01l3.49,1.41c0.85,0.34,1.77,0.03,2.05-0.69l9.97-25.23C48.79,14.1,48.33,13.24,47.48,12.89z'/%3E%3Cpath class='st0' d='M21.14,1.83c0.05-0.3,0.34-0.5,0.64-0.45l14.89,2.69c0.3,0.06,0.5,0.35,0.44,0.65l1.08,0.2 c0.17-0.9-0.42-1.77-1.33-1.94L21.98,0.27c-0.91-0.16-1.77,0.45-1.92,1.36l-1.64,9.04h1.12L21.14,1.83z'/%3E%3Cline class='st1' x1='34.02' y1='14.85' x2='40.42' y2='17.7'/%3E%3Cline class='st1' x1='32.74' y1='19.32' x2='39.14' y2='22.17'/%3E%3C/g%3E%3Cpath class='st2' d='M28.15,24.34h-4.09c-0.18-3.25-2.87-5.84-6.16-5.84c-1.26,0-2.43,0.38-3.41,1.03 c-0.98-0.65-2.15-1.03-3.41-1.03c-3.29,0-5.98,2.59-6.16,5.84H0.87c-0.34,0-0.62,0.28-0.62,0.62v24.67c0,0.34,0.28,0.62,0.62,0.62 h2.24h18.8h6.24c0.34,0,0.61-0.27,0.62-0.61l0,0c0,0,0-0.01,0-0.01l0,0v0V27.96v-3C28.77,24.62,28.49,24.34,28.15,24.34z M24.32,25.58v20.98l-1.79,1.65V25.58H24.32z M17.9,19.75c2.6,0,4.73,2.03,4.91,4.59h-0.9h-4.67c-0.08-1.54-0.73-2.93-1.74-3.97 C16.21,19.97,17.03,19.75,17.9,19.75z M15.99,24.34h-3.01c0.09-1.26,0.65-2.39,1.5-3.22C15.35,21.95,15.91,23.08,15.99,24.34z M11.08,19.75c0.87,0,1.69,0.23,2.4,0.63c-1.01,1.04-1.66,2.43-1.74,3.97H6.17C6.35,21.78,8.48,19.75,11.08,19.75z M3.73,49H1.49 V25.58h3.42v1.34c-0.35,0.22-0.59,0.61-0.59,1.06c0,0.69,0.56,1.26,1.25,1.26c0.69,0,1.25-0.56,1.25-1.26c0-0.48-0.28-0.9-0.68-1.11 v-1.29h9.85v1.31c-0.38,0.22-0.63,0.62-0.63,1.09c0,0.69,0.56,1.26,1.25,1.26c0.69,0,1.25-0.56,1.25-1.26 c0-0.47-0.25-0.87-0.63-1.09v-1.31h4.04V49H3.73z M23.5,49l1.45-1.33L26.48,49H23.5z M27.52,48.26l-1.96-1.71V25.58h1.96v3V48.26z'/%3E%3C/svg%3E");
  background-size: 28px 28px !important; }

.btn-continue-shopping,
.btn-proceed2checkout {
  margin-left: .9rem !important;
  margin-right: .9rem !important;
  cursor: pointer !important;
  padding: 2rem !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important; }
  .btn-continue-shopping:before,
  .btn-proceed2checkout:before {
    position: static !important;
    display: inline-block !important;
    vertical-align: sub !important;
    left: inherit !important;
    margin-right: 10px; }

.btn-continue-shopping {
  background-color: #3A3B4E;
  color: #FFF;
  background-color: #3A3B4E;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-continue-shopping::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1C1D33;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-continue-shopping:hover, .btn-continue-shopping:focus, .btn-continue-shopping:active {
      background-color: #3A3B4E;
      border-color: #1C1D33;
      color: #FFF; }
      .btn-continue-shopping:hover::after, .btn-continue-shopping:focus::after, .btn-continue-shopping:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .btn-continue-shopping:before {
    width: 17px !important;
    height: 17px !important;
    background-size: 17px 17px !important;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-top: -8px !important; }

.btn-proceed2checkout {
  background-color: #00AEC7;
  color: #FFF;
  background-color: #00AEC7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-proceed2checkout::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006882;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-proceed2checkout:hover, .btn-proceed2checkout:focus, .btn-proceed2checkout:active {
      background-color: #00AEC7;
      border-color: #006882;
      color: #FFF; }
      .btn-proceed2checkout:hover::after, .btn-proceed2checkout:focus::after, .btn-proceed2checkout:active::after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .btn-proceed2checkout:before {
    margin-top: -12px !important;
    width: 21px !important;
    height: 21px !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1899/xlink' x='0px' y='0px' width='128px' height='128px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'  points='10,69.9 49.3,105.7 114,22.4 '/%3E%3C/svg%3E") !important;
    background-size: 21px 21px !important;
    background-position: 50% 50%; }

.no-border {
  border: none !important; }

.label-qty {
  display: inline-block;
  width: 135px;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center; }

.block-title--solo .farc-block__title-wrapper {
  position: static !important; }

.info-material-stay-on-page,
.info-material-continue-order {
  padding-left: 1.7rem !important; }

.sorting {
  float: right; }

.sorting__button {
  position: relative;
  padding: 0 2.4rem 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  color: #1C1D33;
  text-decoration: underline;
  text-transform: none;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
  .sorting__button:hover, .sorting__button:focus {
    color: #00AEC7;
    text-decoration: underline; }
  .sorting__button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    height: 14px;
    width: 14px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100px' height='100px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M97.1,24.8c-2.5-2.5-6.5-2.5-8.9,0l-38,38l-38-38c-2.5-2.5-6.5-2.5-8.9,0c-1.2,1.2-1.9,2.8-1.9,4.5s0.7,3.3,1.9,4.5 l42.5,42.5c1.2,1.2,2.8,1.9,4.5,1.9s3.3-0.7,4.5-1.9l42.5-42.5c1.2-1.2,1.9-2.8,1.9-4.5C99,27.5,98.3,26,97.1,24.8z'/%3E%3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    margin-top: -5px; }
  .sorting__button:hover:before, .sorting__button:focus:before {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }

.sorting__link {
  color: #1C1D33; }

.sorting__item--active {
  font-weight: 700; }
  .sorting__item--active .sorting__link {
    font-weight: 700; }

.reset-link {
  padding: 0 2rem 2rem !important;
  background-color: #253455;
  width: 100% !important; }
  .reset-link:after {
    display: none !important; }

.block-region-reset-link {
  max-width: calc(1340px - 4rem);
  margin: 0 auto;
  padding: 0; }

.block-reset-link-block {
  text-align: left; }
  .block-reset-link-block a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 3.6rem;
    color: #FFF !important; }
    .block-reset-link-block a:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 5;
      height: 31px;
      width: 31px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 97.8 97.8' enable-background='new 0 0 97.8 97.8' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='m 88.151586,59.540223 c 0.04094,-0.15278 0.03421,-0.339971 -0.0296,-0.493218 L 79.400601,38.1075 c -0.08717,-0.210135 -0.249959,-0.358147 -0.470541,-0.417255 -0.221445,-0.05933 -0.464868,-0.02014 -0.646312,0.117989 l -17.99251,13.781548 c -0.262495,0.200125 -0.388926,0.561703 -0.264743,0.86728 0.123328,0.305343 0.452853,0.50619 0.78048,0.467948 l 9.782478,-1.131669 -1.10807,4.135369 C 66.168575,65.902738 55.597655,71.717063 45.315931,68.962082 39.599568,67.430387 34.885845,63.480845 32.369277,58.116695 l -7.953759,3.724577 c 3.618596,7.712733 10.40589,13.39983 18.627666,15.602849 13.557047,3.632597 27.478963,-3.094758 33.375573,-15.288977 0.295264,-0.5492 0.58629,-1.269044 0.843754,-1.941525 0.398739,-1.010882 0.780925,-2.069262 1.068631,-3.143014 l -0.06036,-0.01623 0.80072,-2.988332 7.90604,5.871291 c 0.264838,0.19608 0.650408,0.18776 0.909886,-0.01502 0.129307,-0.10151 0.223683,-0.23109 0.26416,-0.382153 z M 74.808005,32.185822 C 70.995892,25.188461 64.653126,20.21205 56.957497,18.150011 43.401309,14.517641 29.479223,21.242193 23.581924,33.438986 c -0.295501,0.550057 -0.616703,1.261816 -0.873938,1.933439 -0.39874,1.010882 -0.750468,2.076509 -1.03845,3.1511 l 0.06036,0.01623 L 20.898988,41.52 12.99295,35.648707 c -0.265468,-0.197167 -0.62108,-0.179913 -0.879705,0.0231 -0.129306,0.101509 -0.223682,0.23109 -0.264159,0.382152 -0.04094,0.152781 -0.03397,0.339114 0.02961,0.493219 l 8.721381,20.939459 c 0.08717,0.210133 0.249957,0.358145 0.470539,0.417251 0.220587,0.05911 0.46573,0.02036 0.646313,-0.117988 L 39.709438,44.004346 c 0.262451,-0.200138 0.359565,-0.569571 0.234559,-0.875369 C 39.820666,42.82363 39.521096,42.631732 39.1937,42.669118 l -9.782477,1.131669 1.10807,-4.13537 c 3.313171,-9.972092 13.884582,-15.788124 24.165448,-13.033373 5.349863,1.43349 9.746206,4.894258 12.396393,9.759725 l 7.726869,-4.205952 z'%3E%3C/path%3E%3C/svg%3E");
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: 50% 50%;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      margin-top: -15.5px; }
    .block-reset-link-block a:hover:before, .block-reset-link-block a:focus:before {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg); }

.en-savoir-plus--brochure {
  max-width: auto; }
  .en-savoir-plus--brochure .en-savoir-plus__content {
    margin-bottom: 0; }
  .en-savoir-plus--brochure .item-wrapper {
    padding: 0 !important; }
  .en-savoir-plus--brochure .views-row {
    width: 100% !important; }
  .en-savoir-plus--brochure .information-material__links {
    margin-top: 0 !important; }
  .en-savoir-plus--brochure.pull-left, .en-savoir-plus--brochure.pull-right {
    float: none !important;
    max-width: inherit; }
  .en-savoir-plus--brochure.pull-left {
    margin-right: auto; }
  .en-savoir-plus--brochure.pull-right {
    margin-left: auto; }

.en-savoir-plus--brochureNoText .teaser__picture-wrapper {
  margin: auto; }

@media only screen and (min-width: 768px) {
  .order-footer {
    margin: 0;
    padding: 0 70px; }
  .btn--wide {
    min-width: 346px; }
  .en-savoir-plus--brochure {
    width: 50%; }
    .en-savoir-plus--brochure.pull-left {
      float: left !important;
      margin-right: 2rem; }
    .en-savoir-plus--brochure.pull-right {
      float: right !important;
      margin-left: 2rem; } }

@media only screen and (min-width: 992px) {
  .order-footer {
    margin: 0 70px;
    padding: 0; }
    .order-footer .btn {
      width: calc(50% - 21px); }
  .shop-it {
    padding-top: 0 !important; }
  .en-savoir-plus--brochure {
    width: 67.15%;
    margin-bottom: 2rem !important; }
    .en-savoir-plus--brochure .teaser__content {
      min-height: 375px !important; }
    .en-savoir-plus--brochure.pull-left, .en-savoir-plus--brochure.pull-right {
      float: none !important;
      margin-left: auto;
      margin-right: auto; } }

@media only screen and (min-width: 1380px) {
  .order-footer {
    margin: 0 274px; }
  .download-document:before {
    left: 0; }
  .shop-it:before {
    margin-top: 0 !important;
    left: 10px; }
  .en-savoir-plus--brochure {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important; }
    .en-savoir-plus--brochure .teaser__content {
      min-height: 375px !important; }
    .en-savoir-plus--brochure.pull-left {
      float: left !important;
      margin-right: 6.5rem; }
    .en-savoir-plus--brochure.pull-right {
      float: right !important;
      margin-left: 2rem; } }

@media only screen and (max-width: 991px) {
  .layout-search .middle-content {
    margin-top: 2rem; }
  .order-footer .btn {
    display: block;
    margin-left: 3rem !important;
    margin-right: 3rem !important;
    margin-bottom: 20px !important; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  img {
    max-width: 100% !important; }
  /*@page {margin:0.5cm;}*/
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h1, h2, h3 {
    page-break-after: avoid; }
  .wrapper-header {
    position: static !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 10px 0 !important; }
    .wrapper-header.menu--fixed {
      position: static !important; }
      .wrapper-header.menu--fixed .main-nav__ul {
        padding-bottom: 0; }
      .wrapper-header.menu--fixed .generic-header__logo path, .wrapper-header.menu--fixed .generic-header__logo rect, .wrapper-header.menu--fixed .generic-header__logo polygon {
        fill: #009EB9 !important; }
      .wrapper-header.menu--fixed .generic-header__logo img, .wrapper-header.menu--fixed .generic-header__logo svg, .wrapper-header.menu--fixed .generic-header__logo .svg {
        max-width: inherit !important;
        max-height: inherit !important; }
        .wrapper-header.menu--fixed .generic-header__logo img circle, .wrapper-header.menu--fixed .generic-header__logo img line, .wrapper-header.menu--fixed .generic-header__logo svg circle, .wrapper-header.menu--fixed .generic-header__logo svg line, .wrapper-header.menu--fixed .generic-header__logo .svg circle, .wrapper-header.menu--fixed .generic-header__logo .svg line {
          stroke: #009EB9 !important; }
  .generic-header__logo {
    margin: 0 auto !important;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto !important;
    padding-bottom: 0;
    vertical-align: middle;
    overflow: hidden;
    float: none !important;
    right: inherit !important; }
    .generic-header__logo a {
      display: block !important; }
    .generic-header__logo img, .generic-header__logo .svg, .generic-header__logo svg {
      display: block;
      position: static;
      height: 65px; }
  .block-title-regular__title {
    border-bottom: 2px solid #333;
    padding: 20pt 0 8pt !important;
    margin-bottom: 10pt; }
  .matchHeight {
    min-height: 10pt !important; }
  .page-category,
  .teaser__category,
  .teaser__tag {
    border: 1px solid #000;
    /* border-radius: 3px;  */
  }
  .teaser__date:after {
    content: '\00A0\005F\005F\005F'; }
  .landing-header__bg img {
    margin: 0 auto 15pt; }
  .breadcrumb {
    text-align: left !important; }
  .breadcrumb {
    margin-bottom: 15pt !important; }
  .scroll-to-fixed-fixed {
    position: static !important; }
  body,
  body.menu--fixed,
  .teaser__content,
  .breadcrumb__inner,
  .wrapper-primary,
  .chapo,
  .didactique__title,
  .didactique__detail {
    padding: 0 !important; }
  .wrapper-primary,
  .pull-right,
  .pull-left {
    margin: 0 !important; }
  .upper-block,
  .embed-container,
  .generic-header__nav,
  .intro__text a,
  .intro__button,
  .main-content__rs,
  .text-center.hidden-sm.hidden-md.hidden-lg,
  .edito table.text-center.small-only,
  .btn,
  .don-block,
  .don-block-medium-button,
  .more,
  .page-tools,
  .title-column > div:last-child,
  .wrapper-don,
  .wrapper-sitemap,
  .wrapper-footer {
    display: none !important; }
  .container,
  .scroll-to-fixed-fixed,
  .title-column,
  .main-content {
    width: auto !important; }
  .title-column,
  .main-content,
  .pull-right,
  .pull-left {
    float: none !important; } }

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

/* page legs */
.page-tools .btn.appeler::before{
  background: url(/themes/custom/farc/components/icons/phone.svg) transparent no-repeat 0 50%;
  margin-left: 13px;
}

.page-tools .btn.appeler{
  color: black;
  background-color: #f0ce59;
  width: 270px;
}

.btn.question::before{
  background: url(../images/icon-arrow-right-dark.svg) transparent no-repeat 0 50%;
}

.paragraph.paragraph--type--formulaire-leg.paragraph--view-mode--default {
  margin-bottom: 30px;
}


@media only screen and (max-width: 650px) {
  .is-page-node-type-type-page .question-wrapper img{
    width: 100%;
  }
}

@media only screen and (min-width: 650px) {

  .is-page-node-type-type-page .question-wrapper img{
    height: 308px;
    width: auto;
  }

  .is-page-node-type-type-page .question-wrapper {
    display: flex;
  }
  
  .is-page-node-type-type-page #question-text-wrapper {
    padding-left:20px;
    border-top: 10px solid #F0F0F0;
    border-bottom: 10px solid #F0F0F0;
    border-right: 10px solid #F0F0F0;
    width: 65%;
  }

  
}

@media only screen and (max-width: 650px) {

  .is-page-node-type-type-page #question-text-wrapper {
      padding-left:20px;
      border-left: 10px solid #F0F0F0;
      border-bottom: 10px solid #F0F0F0;
      border-right: 10px solid #F0F0F0;
      width: 100%;
  }

  .is-page-node-type-type-page #question-text-wrapper h3{
    margin-top: 0;
    padding-top: 15px;
  }

}

.args-agir-cancersinformer-sur-les-legs .en-savoir-plus__content article {
  display: flex;
}

.args-agir-cancersinformer-sur-les-legs div#block-temoignageimagelegs {
  display: none;
}

.args-agir-cancersinformer-sur-les-legs iframe {
  width: 100%;
}

.args-agir-cancersinformer-sur-les-legs .blockquote-set {
  padding-left: 35px;
}
@media only screen and (max-width: 650px) {
  .args-agir-cancersinformer-sur-les-legs img#img-temoignage-legs {
    width: 100%;
  }

  .args-agir-cancersinformer-sur-les-legs header.blockquote-set__header {
    margin-top: 15px;
  }

}

@media only screen and (min-width: 650px) {
  .args-agir-cancersinformer-sur-les-legs img#img-temoignage-legs {
    width: 300px;
  }

  .args-agir-cancersinformer-sur-les-legs article.embedded-entity.en-savoir-plus {
    display: flex;
  }
}


.is-page-node-type-type-page div#contacts-privilegies {
  display: flex;
}

.is-page-node-type-type-page  div#contacts-privilegies-icone {
  width: 20px;
  height: 24px;
}

.args-agir-cancersinformer-sur-les-legs #js-webform-block-leg .form-actions-2 div.formulaire.label {
  padding-left: 0px;
  height: 60px;
  padding-top: 10px;
  background-position-x: 0;
  background-position-y: 9px;
  background-image: url(/themes/custom/farc/components/icons/icon-arrow-right-white.svg);
  background-size: 22px 40px;
  font-size : 17px;
}

.args-agir-cancersinformer-sur-les-legs #js-webform-block-leg .form-actions-2.formulaire-wrapper {
  background: none;
  width: 315px;
  padding-right: 0;
}


@media only screen and (max-width: 460px) {
  .args-agir-cancersinformer-sur-les-legs .formulaire-content{ 
    float: right;
  }
}

