.research-layout .block-region-header-right span.teaser__tag.teaser__tag--manual {
    background-color: #0049E5 !important;
    color: white;
}
.research-layout .block-region-header-right span.teaser__tag.teaser__tag--structure {
    background-color: #0049E5 !important;
}
.block-region-header-right span.teaser__tag.teaser__tag--structure {
    background-color: #E4007D !important;
}

.wrapper-landing-header__bg{
  overflow: hidden;
}

a.back-link.back-link-svg {
  display: flex;
  align-items: center;
}
a.back-link.back-link-svg svg {
  margin-right: 10px;
  width: 36px;
}
a.back-link.back-link-svg:hover svg {
fill: #0049E5 !important;
}

body {
  margin: 0; 
}
@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: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-color: #fff; }

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

a {
  color: #0049E5;
  text-decoration: none; }
  a:hover, a:focus {
    color: #003199;
    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.6;
  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: 25px;
  margin-bottom: 25px;
  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: 200;
  line-height: 1.1;
  color: #0049E5; }
  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: 25px;
  margin-bottom: 12.5px; }
  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: 12.5px;
  margin-bottom: 12.5px; }
  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: 32px; }

h3, .h3 {
  font-size: 24px; }

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

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

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

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  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: #521c67; }

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

.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: #521c67; }

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

.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #F0F0F0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  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: 25px; }

dt,
dd {
  line-height: 1.6; }

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: 12.5px 25px;
  margin: 0 0 25px;
  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.6;
    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: 25px;
  font-style: normal;
  line-height: 1.6; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1420px) {
    .container {
      width: 1410px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 1420px) {
  .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: 25px;
  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: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 53px;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.6;
  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: 53px; }
  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: 25px;
    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: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  min-height: 41px; }
  .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: 39px;
  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: 45px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 53px;
  height: 53px;
  line-height: 53px;
  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: 30px; }

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

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

@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: 14px; }

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 14px; } }

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

@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: 13px 20px;
  font-size: 16px;
  line-height: 1.6;
  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: #521c67;
  border-color: #421653; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #32113f;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #32113f;
    border-color: #1c0923; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #32113f;
    border-color: #1c0923; }
    .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: #1c0923;
      border-color: black; }
  .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: #521c67;
    border-color: #421653; }
  .btn-primary .badge {
    color: #521c67;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #37872D;
  border-color: #2f7427; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #276120;
    border-color: #081407; }
  .btn-success:hover {
    color: #fff;
    background-color: #276120;
    border-color: #1d4617; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #276120;
    border-color: #1d4617; }
    .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: #1d4617;
      border-color: #081407; }
  .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: #37872D;
    border-color: #2f7427; }
  .btn-success .badge {
    color: #37872D;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #0049E5;
  border-color: #0041cc; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0039b2;
    border-color: #00184c; }
  .btn-info:hover {
    color: #fff;
    background-color: #0039b2;
    border-color: #002d8e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0039b2;
    border-color: #002d8e; }
    .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: #002d8e;
      border-color: #00184c; }
  .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: #0049E5;
    border-color: #0041cc; }
  .btn-info .badge {
    color: #0049E5;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #FFCD00;
  border-color: #e6b900; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cca400;
    border-color: #665200; }
  .btn-warning:hover {
    color: #fff;
    background-color: #cca400;
    border-color: #a88700; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cca400;
    border-color: #a88700; }
    .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: #a88700;
      border-color: #665200; }
  .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: #FFCD00;
    border-color: #e6b900; }
  .btn-warning .badge {
    color: #FFCD00;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #E4007D;
  border-color: #cb006f; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b10061;
    border-color: #4b0029; }
  .btn-danger:hover {
    color: #fff;
    background-color: #b10061;
    border-color: #8d004d; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b10061;
    border-color: #8d004d; }
    .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: #8d004d;
      border-color: #4b0029; }
  .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: #E4007D;
    border-color: #cb006f; }
  .btn-danger .badge {
    color: #E4007D;
    background-color: #fff; }

.btn-link {
  color: #0049E5;
  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: #003199;
    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: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.6;
    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: #521c67; }

.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.6;
  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: 13px 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: 1419px) {
  .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: 1419px) {
  .visible-md-block {
    display: block !important; } }

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

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

@media (min-width: 1420px) {
  .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: 1420px) {
  .visible-lg-block {
    display: block !important; } }

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

@media (min-width: 1420px) {
  .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: 1419px) {
  .hidden-md, .edito table.small-only {
    display: none !important; } }

@media (min-width: 1420px) {
  .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: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Light.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-LightItalic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Regular.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-Italic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Medium.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-SemiBold.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-SemiBoldItalic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Bold.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-BoldItalic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Black.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-BlackItalic.woff) format("woff"); }

body, .intro-don, .wrapper-don--action {
  background: #F4F4F4; }

.main-content__rsa--twitter:before, .sn__link--twitter {
  background-image: url(../images/icon-twitter-simple.svg);
  background-size: 15px auto !important; }

.main-content__rsa--facebook:before, .sn__link--facebook {
  background-image: url(../images/icon-facebook-simple.svg);
  background-size: 15px auto !important; }

.main-content__rsa--linkedin:before, .sn__link--linkedin {
  background-image: url(../images/icon-linkedin-simple.svg);
  background-size: 15px auto !important; }

.sn__link--youtube {
  background-image: url(../images/icon-youtube-simple.svg);
  background-size: 15px auto !important; }

.sn__link--instagram {
  background-image: url(../images/icon-instagram-simple.svg);
  background-size: 15px auto !important; }

.main-search__submit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.3 22.3'%3E%3Cpath fill='%23FFF' d='M21.9,20.2l-5.5-5.5c3-4,2.2-9.8-1.8-12.8S4.9-0.3,1.8,3.7s-2.2,9.8,1.8,12.8c1.6,1.2,3.5,1.8,5.5,1.8 c2,0,3.9-0.6,5.5-1.9l5.5,5.4c0.2,0.2,0.6,0.4,0.9,0.4c0.3,0,0.6-0.1,0.9-0.4C22.4,21.4,22.4,20.7,21.9,20.2z M9.1,15.9 c-3.7,0-6.7-3-6.7-6.7s3-6.7,6.7-6.7c1.8,0,3.5,0.7,4.7,2c1.3,1.2,2,3,2,4.7c0,1.8-0.7,3.5-2,4.7C12.6,15.2,10.9,15.9,9.1,15.9z'/%3E%3C/svg%3E"); }

/* Sweep To Right */
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth; }

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

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

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

::-moz-selection {
  background: #E4007D;
  /* 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; }

.bg-gray {
  background-color: #F4F4F4 !important; }

.bg-white,
.block-title--whitebg {
  background-color: #fff !important; }

.call-to-action {
  border-radius: 5rem;
  padding-top: .865em;
  padding-bottom: .865em;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 135%;
  text-align: center;
  text-transform: none;
  overflow: hidden; }
  .call-to-action .icon {
    right: 2rem !important; }

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

@media only screen and (min-width: 992px) {
  .no-touch .call-to-action.btn-don:hover, .no-touch .call-to-action.btn-don:focus {
    background-color: #FFF; }
  .no-touch .call-to-action:hover::before, .no-touch .call-to-action:focus::before {
    opacity: 1; } }

.back-link {
  margin-top: 1rem;
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000 !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .back-link .icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin: 0 1rem 0 0;
    fill: currentColor; }
  .back-link:hover, .back-link:focus {
    color: #0049E5 !important; }

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.btn {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 1.5rem;
  white-space: normal;
  padding-right: 5rem;
  border: none !important;
  text-transform: uppercase; }
  .btn .icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor; }

.btn-danger,
.btn-don {
  background-color: #E4007D;
  color: #FFF;
  background-color: #E4007D;
  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,
  .btn-don::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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,
    .btn-don:hover,
    .btn-don:focus,
    .btn-don:active {
      background-color: #E4007D;
      border-color: #FFF;
      color: #E4007D; }
      .btn-danger:hover::after, .btn-danger:focus::after, .btn-danger:active::after,
      .btn-don:hover::after,
      .btn-don:focus::after,
      .btn-don:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-don-outline {
  border: 5px solid #E4007D !important;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #FFF;
  color: #000;
  text-align: left;
  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; }
  .btn-don-outline::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #E4007D;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-don-outline:hover, .btn-don-outline:focus, .btn-don-outline:active {
      background-color: #FFF;
      border-color: #E4007D;
      color: #FFF; }
      .btn-don-outline:hover::after, .btn-don-outline:focus::after, .btn-don-outline:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-don.btn-don--calculator {
  background-color: #0049E5;
  background-color: #0049E5;
  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--calculator::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0039b2;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-don.btn-don--calculator:hover, .btn-don.btn-don--calculator:focus, .btn-don.btn-don--calculator:active {
      background-color: #0049E5;
      border-color: #0039b2;
      color: #FFF; }
            .btn-don.btn-don--calculator:hover::after, .btn-don.btn-don--calculator:focus::after, .btn-don.btn-don--calculator:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-white {
  background-color: #FFF;
  color: #000;
  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; }
  .btn-white::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0049E5;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-white:hover, .btn-white:focus, .btn-white:active {
      background-color: #FFF;
      border-color: #0049E5;
      color: #FFF; }
      .btn-white:hover::after, .btn-white:focus::after, .btn-white:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-blue {
  background-color: #0049E5;
  color: #FFF;
  background-color: #0049E5;
  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-blue::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0039b2;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
      background-color: #0049E5;
      border-color: #0039b2;
      color: #FFF; }
      .btn-blue:hover::after, .btn-blue:focus::after, .btn-blue:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-gray {
  background-color: #F4F4F4;
  color: #000; }
  .btn-gray:hover, .btn-gray:focus {
    color: #000; }

.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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc1 {
  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-arc1::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1C1D33;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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:  #00AEC7;
      border-color: #1C1D33;
      color: #FFF; }
      .btn-arc1:hover::after, .btn-arc1:focus::after, .btn-arc1:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc2 {
  background-color: #E4007D;
  color: #FFF;
  background-color: #E4007D;
  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: #7e0045;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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: #E4007D;
      border-color: #7e0045;
      color: #FFF; }
      .btn-arc2:hover::after, .btn-arc2:focus::after, .btn-arc2:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc3 {
  background-color: #E4007D;
  color: #FFF;
  background-color: #E4007D;
  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: #7e0045;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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: #E4007D;
      border-color: #7e0045;
      color: #FFF; }
      .btn-arc3:hover::after, .btn-arc3:focus::after, .btn-arc3:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-arc4.btn {
  background-color: #0049E5;
  color: #FFF;
  background-color: #0049E5;
  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: #00287f;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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: #0049E5;
      border-color: #00287f;
      color: #FFF; }
      .btn-arc4:hover::after, .btn-arc4:focus::after, .btn-arc4:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.btn-bigger {
  text-transform: none;
  font-weight: 700;
  font-size: 1.9rem; }

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

.btn-huge {
  display: block;
  margin: 30px 0 15px;
  padding: 13px 6rem 13px 20px;
  background-color: #E4007D;
  font-size: 1.8rem;
  line-height: 130%;
  color: #FFF;
  text-align: left;
  background-color: #E4007D;
  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: #7e0045;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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: #E4007D;
    border-color: #7e0045;
    color: #FFF; }
      .btn-huge:hover::after, .btn-huge:focus::after, .btn-huge:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  @media only screen and (min-width: 1420px) {
    .btn-huge {
      padding: 3.2rem 1.8rem 6rem 2.8rem;
      margin: 0 30px 0 15px;
      width: calc(100% - 45px); }
      .btn-huge .icon {
        top: inherit;
        right: 2rem;
        bottom: 2rem;
        -webkit-transform: none;
                transform: none; }
      .btn-huge:before {
        left: auto;
        top: auto;
        bottom: 1rem;
        right: 1rem; }
      .btn-huge:hover:before, .btn-huge:focus:before {
        left: auto;
        right: .5rem; } }

.intro__button {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: .5rem 3.8rem .1rem 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .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='%23000' 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%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; }
  .intro__button:hover, .intro__button:focus {
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 0; }
  .intro__button.color-white {
    background-color: #FFF;
    color: #000;
    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;
      opacity: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform opacity;
      transition-property: -webkit-transform opacity;
      transition-property: transform opacity;
      transition-property: transform opacity, -webkit-transform opacity;
      -webkit-transition-duration: .2s;
              transition-duration: .2s;
      -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 {
          opacity: 1;
          -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"); }
    @media only screen and (min-width: 992px) {
      .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"); } }

/**
 * flex grid
 */
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  clear: both; }
  .container > .flex-grid,
  [class*="col-"] > .flex-grid {
    margin-right: -15px;
    margin-left: -15px; }
  .flex-grid [class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: none; }
  .flex-grid.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-grid.justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .flex-grid.justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex-grid .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .flex-grid .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .flex-grid .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .flex-grid .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .flex-grid .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .flex-grid .col-sm-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .flex-grid .col-sm-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-grid .col-sm-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .flex-grid .col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-grid .col-sm-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 992px) {
    .flex-grid .col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .flex-grid .col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-grid .col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .flex-grid .col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66666%;
              flex: 0 0 41.66666%;
      max-width: 41.66666%; }
    .flex-grid .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-grid .col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .flex-grid .col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66666%;
              flex: 0 0 66.66666%;
      max-width: 66.66666%; }
    .flex-grid .col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .flex-grid .col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 1420px) {
    .flex-grid .col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .flex-grid .col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .flex-grid .col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-grid .col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .flex-grid .col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66666%;
              flex: 0 0 41.66666%;
      max-width: 41.66666%; }
    .flex-grid .col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-grid .col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .flex-grid .col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66666%;
              flex: 0 0 66.66666%;
      max-width: 66.66666%; }
    .flex-grid .col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

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

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

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: 183px; }

.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: 15px;
  padding-right: 15px;
  right: 33.33333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px 0 0; }
  @media (min-width: 992px) {
    .generic-header__logo {
      float: left;
      width: 23.75%; } }
  @media (min-width: 992px) {
    .generic-header__logo {
      right: 76.25%; } }
  @media (min-width: 1420px) {
    .generic-header__logo {
      float: left;
      width: 28.75%; } }
  @media (min-width: 1420px) {
    .generic-header__logo {
      right: 71.25%; } }
  .generic-header__logo img, .generic-header__logo svg, .generic-header__logo .svg {
    display: block;
    width: 100%;
    max-width: 306px;
    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: 15px;
  padding-right: 15px;
  left: 66.66667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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: 76.25%; } }
  @media (min-width: 992px) {
    .generic-header__nav {
      left: 23.75%; } }
  @media (min-width: 1420px) {
    .generic-header__nav {
      float: left;
      width: 71.25%; } }
  @media (min-width: 1420px) {
    .generic-header__nav {
      left: 28.75%; } }

@media only screen and (min-width: 992px) {
  body {
    padding-top: 133px; }
  .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: 133px; }
    .wrapper-header.menu--fixed {
      height: 87px; }
      .wrapper-header.menu--fixed .generic-header__logo {
        padding-top: 19px; } }

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

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

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

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

########################################################################### */
@media only screen and (min-width: 992px) {
  .wrapper-header.menu--fixed .uppernav {
    height: 0;
    margin-top: -1px; }
  .uppernav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 47px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 1.2rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .uppernav__list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%;
      text-align: left; }
    .uppernav__item {
      position: relative;
      display: inline-block;
      padding: 1rem 2.4rem 0 2.3rem; }
      .uppernav__item::after {
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background-color: #DDD;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 5;
        margin-top: -6px; }
      .uppernav__item:first-child {
        padding-left: 0; }
    .uppernav__link {
      position: relative;
      display: block;
      padding: 0 0 .9rem;
      color: #000;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .uppernav__link::after {
        content: '';
        width: 0;
        height: 3px;
        border-radius: .5rem;
        background-color: currentColor;
        position: absolute;
        bottom: -.1rem;
        left: 0;
        z-index: 5;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
      .uppernav__link:hover, .uppernav__link:focus {
        color: #000; }
        .uppernav__link:hover::after, .uppernav__link:focus::after {
          width: 100%;
          opacity: .5; }
      .uppernav__item--chercheur .uppernav__link {
        color: #0049E5; }
    .uppernav__link--active {
      font-weight: 700;
      color: #606177; }
      .uppernav__link--active::after {
        height: 3px; } }

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

  see _subnav.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: 16px; }
  .active-dropdown.active-dropdown--main-menu-dropdown .global-overlay {
    height: 0;
    width: 0;
    opacity: 0; }
  .main-nav {
    max-width: inherit;
    margin: 0;
    padding: 15px 0 0; }
    .main-nav__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      height: 71px; }
    .main-nav__item {
      width: auto;
      margin: 0;
      padding: 0 2.2rem 0 0;
      text-align: left; }
      .main-nav__item:nth-child(1) .main-nav-button::before, .main-nav__item:nth-child(1) .main-nav-button::after {
        background-color: #37872D; }
      .main-nav__item:nth-child(2) .main-nav-button::before, .main-nav__item:nth-child(2) .main-nav-button::after {
        background-color: #0049E5; }
      .main-nav__item:nth-child(3) .main-nav-button::before, .main-nav__item:nth-child(3) .main-nav-button::after {
        background-color: #E4007D; }
      .main-nav__item:nth-child(4) .main-nav-button::before, .main-nav__item:nth-child(4) .main-nav-button::after {
        background-color: #FFCD00; }
      .main-nav__item--basket, .main-nav__item--search {
        padding-right: 0; }
    .main-nav-button {
      display: block;
      position: relative;
      padding: 0 0 2.6rem;
      font-weight: 600;
      font-size: 1.7rem;
      letter-spacing: -.04em;
      line-height: 120%;
      text-transform: uppercase;
      color: #000;
      vertical-align: middle;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .main-nav-button::before, .main-nav-button::after {
        content: '';
        display: block;
        background-color: #1C1D33;
        position: absolute;
        left: 0;
        z-index: 5;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .main-nav-button::before {
        width: 22px;
        height: 7px;
        border-radius: 5px;
        bottom: 1rem; }
      .main-nav-button::after {
        width: 0;
        height: 11px;
        bottom: 0; }
      .main-nav-button:hover, .main-nav-button:focus {
        color: #000; }
      .no-touch .main-nav-button:hover::before, .no-touch .main-nav-button:focus::before {
        opacity: 0;
        bottom: 0; }
      .no-touch .main-nav-button:hover::after, .no-touch .main-nav-button:focus::after {
        width: 100%;
        opacity: 1; }
      .main-nav-button--active::before {
        opacity: 1; } }

@media only screen and (min-width: 1420px) {
  .main-nav-button {
    padding-right: 3.4rem;
    font-size: 1.7rem;
    letter-spacing: 0; } }

.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: 133px; }
  .menu--fixed .upper-block {
    top: 87px; } }

@media only screen and (max-width: 991px) {
  .minishortcut {
    display: block;
    position: relative;
    margin: 0 0 30px;
    padding: 1.4rem 0;
    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: #37872D; }
  .minishortcut--color-3 {
    background-color: #0049E5; }
  .minishortcut--color-4 {
    background-color: #E4007D; }
  .minishortcut--color-4-light {
    background-color: #FFCD00;
    color: #000; }
    .minishortcut--color-4-light:hover, .minishortcut--color-4-light:focus {
      color: #000; }
  .espaces {
    clear: both;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
    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: #E4007D; }
    .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='%23E4007D' 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__item--color-1 .espaces__a:hover, .espaces__item--color-1 .espaces__a:focus {
      color: #E4007D; }
  .espaces__a {
    position: relative;
    display: block;
    background-color: #FFF;
    color: #000;
    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='%23000000' 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 {
      color: #000; }
  .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); } }

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

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

.main-nav-don {
  display: block;
  width: 53px;
  height: 69px;
  background-color: #E4007D;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 180%;
  text-transform: uppercase;
  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: #7e0045; }
  .main-nav-don__line1 {
    display: none; }
  .main-nav-don__line2 {
    display: block;
    padding: 5px 0 0;
    font-weight: 600;
    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: #7e0045; }
    .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: 100px; }
  .main-nav-don {
    width: 60px; }
    .main-nav-don__line2 {
      font-size: 1.7rem; } }

@media only screen and (min-width: 992px) {
  .main-nav__item--don {
    right: 103px; }
  .main-nav-don {
    width: 60px;
    height: 96px;
    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: 97px; } }

@media only screen and (min-width: 1420px) {
  .main-nav__item--don {
    top: -47px;
    right: 137px; }
  .main-nav-don {
    width: 127px;
    height: 149px; }
    .main-nav-don::after {
      border-width: 0 8px 15px 0;
      margin-left: -8px; }
  .main-nav-don__icon {
    width: 74px;
    height: 74px; }
  .wrapper-header.menu--fixed .main-nav__item--don {
    top: 0; }
  .wrapper-header.menu--fixed .main-nav-don {
    height: 102px; }
  .wrapper-header.menu--fixed .main-nav-don__icon {
    width: 10px;
    height: 10px;
    opacity: 0; }
  .main-nav-don__line1 {
    display: block;
    letter-spacing: .05em; }
  .main-nav-don__line2 {
    font-size: 3.8rem;
    letter-spacing: 0; } }

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

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

.main-basket {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 50px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #000; }
  .main-basket .icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin: -15px 0 0 -15px;
    stroke: currentColor; }
  .main-basket::before, .main-basket::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .main-basket::before {
    background: #F4F4F4;
    width: 100%;
    height: 0;
    z-index: 0;
    bottom: 0;
    left: 0; }
  .main-basket::after {
    width: 10%;
    height: 2px;
    border-radius: 50%;
    background-color: currentColor;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20; }
  .main-basket:hover, .main-basket:focus {
    color: #000; }
    .main-basket:hover::before, .main-basket:focus::before {
      height: 100%;
      opacity: 1; }
    .main-basket:hover::after, .main-basket:focus::after {
      opacity: 1;
      width: 30%; }

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

.main-basket--mobile {
  position: relative;
  width: 100%;
  margin: 3.2rem auto .4rem;
  max-width: 350px;
  border: 1px solid #FFCD00;
  background-color: #FFF; }
  .main-basket--mobile::before {
    display: none; }
  .main-basket--mobile .icon {
    position: absolute;
    top: 50%;
    left: 5rem;
    z-index: 5; }
  .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-weight: 600;
    font-size: 1.6rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .main-basket--mobile:hover, .main-basket--mobile:focus {
    background-color: #FFCD00; }
    .main-basket--mobile:hover::after, .main-basket--mobile:focus::after {
      display: none; }
    .main-basket--mobile:hover .main-basket__count, .main-basket--mobile:focus .main-basket__count {
      background-color: #FFF; }

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

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

@media only screen and (min-width: 1420px) {
  .main-basket--header {
    background-position: 50% 50%; } }

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

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

.main-nav-search {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  text-indent: -100px;
  font-size: 1px;
  color: #000;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .main-nav-search .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin: -11px 0 0 -12px;
    fill: currentColor; }
  .main-nav-search::before, .main-nav-search::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0; }
  .main-nav-search::before {
    background: #F4F4F4;
    width: 100%;
    height: 0;
    z-index: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s ease-in-out, height .2s ease-in-out;
    transition: opacity .2s ease-in-out, height .2s ease-in-out; }
  .main-nav-search::after {
    width: 10%;
    height: 2px;
    border-radius: 50%;
    background-color: currentColor;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .main-nav-search:hover, .main-nav-search:focus {
    color: #000; }
    .main-nav-search:hover::before, .main-nav-search:focus::before {
      height: 100%;
      opacity: 1; }
    .main-nav-search:hover::after, .main-nav-search:focus::after {
      opacity: 1;
      width: 30%; }
  .main-nav-search.active {
    background-color:  #00AEC7;
    color: #FFF; }
    .main-nav-search.active::before {
      content: '×';
      display: block;
      width: 24px;
      height: 24px;
      font-family: 'Courier New', Courier, monospace;
      font-weight: 100;
      font-size: 55px;
      line-height: 55%;
      text-align: left;
      background-color: transparent;
      color: currentColor;
      text-indent: -3px;
      top: 50%;
      left: 50%;
      z-index: 10;
      margin: -11px 0 0 -14px;
      opacity: 1; }
    .main-nav-search.active .icon {
      opacity: 0; }

@media only screen and (min-width: 992px) {
  .main-nav__item--search {
    right: 25px; }
  .main-nav-search {
    height: 86px; }
  .wrapper-header.menu--fixed .main-nav-search {
    height: 87px; } }

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

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

########################################################################### */
.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: #000;
  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; }

/* ###########################################################################
        _       _           _                       _
       | |     | |         | |                     | |
   __ _| | ___ | |__   __ _| |   _____   _____ _ __| | __ _ _   _
  / _` | |/ _ \| '_ \ / _` | |  / _ \ \ / / _ \ '__| |/ _` | | | |
 | (_| | | (_) | |_) | (_| | | | (_) \ 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; }

.main-search {
  padding: 3rem 0;
  background-color:  #00AEC7;
  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: "Poppins", 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:  #00AEC7;
  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: 15px;
  background-color: #FFF;
  color: #000; }

.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: 1420px) {
  .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; } }

.wrapper-breadcrumb {
  position: relative;
  padding: 1.4em 0; }

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

.breadcrumb {
  text-align: left;
  font-weight: 400;
  font-size: 1.2rem; }
  .hub-header__intro .breadcrumb,
  .wrapper-landing-header .breadcrumb,
  .wrapper-intro .breadcrumb {
    color: #FFF; }
  .wrapper-landing-header .breadcrumb,
  .wrapper-intro .breadcrumb {
    min-height: 7.6em;
    padding-top: 1.8em; }

.breadcrumb__inner {
  position: relative;
  display: block;
  min-height: 4.4em;
  padding: 1rem 1.5rem 0 0; }
  .hub-header__intro .breadcrumb__inner,
  .wrapper-landing-header .breadcrumb__inner,
  .wrapper-intro .breadcrumb__inner {
    padding-left: 0;
    background-color: transparent; }
    .hub-header__intro .breadcrumb__inner::before,
    .wrapper-landing-header .breadcrumb__inner::before,
    .wrapper-intro .breadcrumb__inner::before {
      display: none; }
  .hub-header__intro .breadcrumb__inner {
    padding-top: 0; }

.breadcrumb__list {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumb__item {
  display: inline-block; }
  .breadcrumb__item::after {
    content: '\0020\003E\0020';
    color: #000; }
  .breadcrumb__item:last-child::after {
    content: '';
    display: none; }
  .hub-header__intro .breadcrumb__item::after,
  .wrapper-landing-header .breadcrumb__item::after,
  .wrapper-intro .breadcrumb__item::after {
    color: #FFF; }

.breadcrumb__link {
  color: #000;
  display: inline-block;
  padding: .1rem .2rem; }
  .breadcrumb__link:hover, .breadcrumb__link:focus {
    color: #0049E5; }
  .hub-header__intro .breadcrumb__link,
  .wrapper-landing-header .breadcrumb__link,
  .wrapper-intro .breadcrumb__link {
    color: #FFF; }

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

.wrapper-primary,
.wrapper-free {
  overflow-x: hidden; }

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

@media only screen and (min-width: 768px) {
  .wrapper-primary {
    margin-bottom: 4rem; }
  .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: 4.4em; }
  .main-content--hub {
    padding-top: 2em; } }

@media only screen and (min-width: 1420px) {
  .wrapper-primary {
    margin-bottom: 9rem; }
  .main-content--hub {
    padding-top: 3.6em; } }

.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: 3.7rem 0 1.2rem;
  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-weight: 500;
  font-size: 1.6rem;
  color: #000; }

.page-title {
  color: #000;
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 .4em;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 130%; }
  .page-title:after {
    content: '';
    width: 30px;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5; }

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

.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: 400;
  text-align: center;
  width: 80px;
  color: #000; }
  .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: #000; }

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

.main-content__rsa--twitter {
  border-color: #1d9bf0; }
  .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; }

@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 3.2rem;
    padding-bottom: 2rem; } }

@media only screen and (min-width: 992px) {
  .title-column__inner {
    max-width: 300px; }
  .title-column__intro {
    margin-bottom: 2.5em; }
  .page-title {
    padding-right: 9%; }
  .page-tools {
    text-align: left; } }

@media only screen and (min-width: 1420px) {
  .title-column__inner {
    max-width: 426px; }
  .page-title {
    padding-right: 18%; } }

@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: 30px; }

.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; }
    @media only screen and (min-width: 992px) {
      .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: 30px; }
    .wrapper-grid__huge-1-line > div .teaser:last-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 1420px) {
  .wrapper-grid__intro-line .teaser__text {
    min-height: 16rem; } }

@media only screen and (min-width: 1420px) {
  .wrapper-grid__huge-1-line {
    margin-bottom: 4em; }
    .wrapper-grid__huge-1-line .teaser__text {
      min-height: 13.5rem; } }

.wrapper-landing-header {
  position: relative;
  background-color: #F0F0F0; }
  .wrapper-landing-header__bg {
    height: 200px; }
    .wrapper-landing-header__bg img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 0 10%;
         object-position: 0 10%; }
  .wrapper-landing-header .row {
    position: relative; }
  .wrapper-landing-header--color-1 {
    background-color: #E4007D; }
  .wrapper-landing-header--color-2 {
    background-color: #0049E5; }
  .wrapper-landing-header--color-3 {
    background-color: #FFCD00; }
  .wrapper-landing-header--color-4 {
    background-color: #672381; }
  .wrapper-landing-header--color-5 {
    background-color: #37872D; }
  @media only screen and (min-width: 992px) {
    .wrapper-landing-header {
      border-width: 0 0 2em;
      border-style: solid;
      border-color: #FFF; }
      .wrapper-landing-header__bg {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        width: calc((970px / 12 * 8 - 30px) + (100vw - 970px) / 2 + 7px);
        height: 100%; }
        .wrapper-landing-header__bg img {
          -o-object-position: 50% 50%;
             object-position: 50% 50%; } }
  @media only screen and (min-width: 1420px) {
    .wrapper-landing-header {
      border-width: 0 0 3.75em; }
      .wrapper-landing-header__bg {
        width: calc((1410px / 12 * 8 - 30px) + (100vw - 1410px) / 2 + 7px); } }

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

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

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

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

@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: 15px;
      bottom: 0;
      z-index: 50;
      width: calc(100% - 30px); }
  .landing-header__banner {
    min-height: 529px; }
  .landing-header .teaser__content {
    border: none !important;
    min-height: 23.6rem; } }

@media only screen and (min-width: 1420px) {
  .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; } }

[class*="wrapper-landing-header--color-"] .intro {
  color: #FFF; }

.intro__title {
  margin: 0 0 .8em;
  font-weight: 500;
  font-size: 3rem;
  line-height: 125%;
  color: #FFF; }

.intro__chapo {
  margin: 0 0 1.5em;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 145%; 
  border-left: 0;
  padding-left: 0;}

.intro__text .btn {
  margin-bottom: 1.6rem; }

@media only screen and (min-width: 992px) {
  .intro__title {
    font-size: 4rem; }
  .intro__chapo {
    max-width: 37.5rem;
    margin-bottom: 2em; } }

@media only screen and (min-width: 1420px) {
  .intro__chapo {
    margin-bottom: 2.4em; } }

.hub-header__intro .intro__chapo {
  max-width: inherit; }

@media only screen and (min-width: 992px) {
  .wrapper-contact {
    padding-top: 2.4em;
    padding-bottom: 3em; } }

@media only screen and (min-width: 1420px) {
  .wrapper-contact {
    padding-top: 4em;
    padding-bottom: 4.6em; } }

.wrapper-grid--action {
  padding: 2em 0; }
  .wrapper-grid--action .embed-container {
    margin-bottom: 30px; }
  @media only screen and (min-width: 1420px) {
    .wrapper-grid--action {
      padding-top: 4em; }
      .wrapper-grid--action .embed-container {
        margin-top: 3.8rem; }
      .wrapper-grid--action .don-block-medium-button--smaller {
        min-height: 255px; } }

.quote__id {
  margin: 0 0 12%;
  font-weight: 600;
  font-size: 2rem;
  color: #E4007D; }

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

.quote__text {
  font-style: italic;
  font-size: 1.8rem;
  line-height: 160%;
  padding-left: 2rem;
  position: relative; }
  .quote__text:before {
    content: '\00AB';
    font-size: 2.5rem;
    font-style: normal;
    position: absolute;
    top: .4em;
    left: 0;
    z-index: 5;
    margin-top: -1rem;
    color: #E4007D; }

.defi-intro .teaser {
  margin: 0 !important; }
  .defi-intro .teaser__content {
    border: none !important;
    padding: 2em !important; }
  .defi-intro .teaser__title {
    text-align: center; }
  .defi-intro .teaser__btn {
    float: none !important;
    margin: 0 !important; }
  @media only screen and (min-width: 1420px) {
    .defi-intro .teaser__title {
      font-size: 3rem !important; } }

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

.sitemap-col--e,
.sitemap-col--f {
  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;
    color: #000; }
  .totopofpage .icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 23px;
    height: 23px;
    margin-top: 1.5rem;
    fill: currentColor; }

.simple-list {
  margin: 0;
  padding: .4rem 1.6rem 0;
  list-style: none; }
  .simple-list__item {
    position: relative;
    margin: 0 0 .4rem; }
  .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 .icon {
      display: block;
      width: 17px;
      height: 17px;
      fill: currentColor;
      position: absolute;
      top: .2em;
      left: 0;
      z-index: 5; }
    .simple-list__link:hover, .simple-list__link:focus {
      color: #FFF;
      text-decoration: underline; }

.landings {
  padding: 2.5rem 0 1rem 1.6rem; }
  .landings__title {
    margin: 0 0 .6rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.4rem; }
  .landings__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .landings__list--main {
      margin: 0 0 1.3rem; }
      .landings__list--main .landings__item {
        position: relative; }
      .landings__list--main .landings__link {
        display: block;
        padding: 6px 0 6px 31px; }
        .landings__list--main .landings__link .icon {
          display: block;
          width: 17px;
          height: 17px;
          fill: currentColor;
          position: absolute;
          top: .2em;
          left: 0;
          z-index: 5; }
    .landings__list--footer {
      text-align: left;
      font-weight: 400;
      font-size: 1.4rem; }
      .landings__list--footer .landings__item {
        position: relative;
        display: inline-block;
        margin: 0; }
        .landings__list--footer .landings__item:last-child::after {
          display: none; }
      .landings__list--footer .landings__link {
        display: inline-block;
        margin: 0;
        padding: 0 2rem 0 0;
        font-size: 1.2rem;
        text-decoration: underline; }
        .landings__list--footer .landings__link:hover, .landings__list--footer .landings__link:focus {
          text-decoration: none; }
  .landings__item {
    margin: 0 0 .4rem; }
  .landings__link {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .landings__link:hover, .landings__link:focus {
      color: #b5faf1; }

.footer-buttons {
  padding: 2.6rem 0 2.2rem;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .footer-buttons {
      padding-top: 0;
      padding-bottom: 0; } }

.footer-button {
  position: relative;
  display: table;
  width: 100%;
  max-width: 270px;
  margin: 3px auto 1rem;
  padding: 1rem 3.2rem 1rem .6rem;
  background-color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 155%;
  color: #000;
  text-align: left;
  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; }
  .footer-button strong {
    font-weight: 900; }
  .footer-button .icon {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
    position: absolute;
    bottom: 1.2rem;
    right: 1.1rem;
    z-index: 5; }
  .footer-button::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFCD00;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .footer-button:hover, .footer-button:focus, .footer-button:active {
      background-color: #FFF;
      border-color: #FFCD00;
      color: #000; }
      .footer-button:hover::after, .footer-button:focus::after, .footer-button:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .footer-button__inner {
    display: table-cell;
    vertical-align: middle; }
  @media only screen and (min-width: 992px) {
    .footer-button {
      margin-right: 7px;
      margin-left: 7px; }
      .footer-button:first-child {
        margin-left: 0; }
      .footer-button:last-child {
        margin-right: 0; }
      .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: 65px;
      height: 90px;
      text-align: center; }
    .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.2rem;
    line-height: 140%;
    letter-spacing: -.01em;
    color:  #00AEC7;
    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;
  padding: 2rem 0 2.4rem;
  text-align: left;
  font-size: 1.2rem;
  line-height: 150%;
  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--a::after, .sitemap-col--b::after {
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      background-color: #FFF;
      opacity: .5;
      position: absolute;
      top: 3px;
      right: 0;
      z-index: 5; }
    .sitemap-col--a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .sitemap-col--b {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .sitemap-col--b::after {
        opacity: 0; }
    .sitemap-col--a, .sitemap-col--b, .sitemap-col--d {
      padding-top: 1.6rem; }
    .sitemap-col--e,
    .sitemap-col--f {
      margin-top: 3rem;
      padding-top: 1.4rem;
      background-color: transparent; }
  .sitemap-line {
    position: relative; }
    .sitemap-line::before {
      content: '';
      display: block;
      width: calc(100% - 30px);
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 2.5em;
      left: 15px;
      z-index: 1; }
  .simple-list {
    padding: 0; }
  .simple-list__link,
  .landings__link {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .landings {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-bottom: 0; }
  .footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-button {
    margin-bottom: 0;
    padding-left: 1.6rem; }
  .pins {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0; }
    .pins__certification {
      float: left;
      margin: 0 0 1.2rem !important;
      text-align: left; }
      .pins__certification li, .pins__certification a {
        width: 62px;
        height: 60px;
        text-align: left; }
      .pins__certification li {
        margin: 0; }
        .pins__certification li:last-child {
          float: left; }
    .pins__header, .pins__footer {
      color: #FFF; }
    .pins__footer {
      text-align: left; }
  .don-en-confiance,
  .hon-code {
    height: auto; }
  .don-en-confiance {
    width: 55px;
    height: 55px; }
    .don-en-confiance path {
      fill: #FFF; }
  .hon-code {
    width: 37px;
    height: 54.22px; }
  .footer-mentions {
    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;
    color: #E4007D; }
  .sitemap-col--c::after {
    content: '';
    display: block;
    height: 155px;
    width: 1px;
    background-color: #FFF;
    opacity: .5;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 5; }
  .sitemap-col--a, .sitemap-col--b, .sitemap-col--c, .sitemap-col--d, .sitemap-col--e, .sitemap-col--f {
    position: relative;
    width: 100%;
    float: none; }
  .sitemap-col--a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.4%;
            flex: 0 0 21.4%;
    max-width: 21.4%; }
  .sitemap-col--b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6%;
            flex: 0 0 41.6%;
    max-width: 41.6%; }
    .sitemap-col--b::after {
      opacity: 1; }
  .sitemap-col--d {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
    padding-left: 2rem !important; }
  .sitemap-col--e {
    clear: both;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.5%;
            flex: 0 0 43.5%;
    max-width: 43.5%; }
  .sitemap-col--f {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.5%;
            flex: 0 0 56.5%;
    max-width: 56.5%; }
  .landings__link:hover, .landings__link:focus {
    color: #FFF;
    text-decoration: underline; } }

@media only screen and (min-width: 1420px) {
  .landings {
    padding-left: 5.6rem; }
    .landings__list--footer .landings__item {
      margin-right: 1.4rem; }
      .landings__list--footer .landings__item::after {
        content: '\007C';
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 5;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .sitemap-col--d {
    padding-left: 7.1rem !important; }
  .sitemap-col--e,
  .sitemap-col--f {
    margin-top: 3.5rem; } }

.sn {
  padding: 2rem 0 1rem; }
  .sn__intro {
    margin: 0 0 1.2rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #FFF;
    text-align: center; }
  .sn__ul {
    margin: 0;
    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: 3px; }
  .sn__link {
    display: block;
    border-radius: 50%;
    text-indent: -100px;
    font-size: 1px;
    color: #FFF;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 20px 20px !important; }
    .sn__link--twitter {
      background-color: #1d9bf0; }
    .sn__link--facebook {
      background-color: #3B5998; }
    .sn__link--linkedin {
      background-color: #007BB5; }
    .sn__link--youtube {
      background-color: #FF0000; }
    .sn__link--instagram {
      background-color: #EF72AD; }
    .sn__link:hover, .sn__link:focus {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
  .sn--upper {
    padding: 2px 0 0 3rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .sn--upper .sn__ul {
      margin: 0; }
      .sn--upper .sn__ul li, .sn--upper .sn__ul a {
        width: 25px;
        height: 25px; }
      .sn--upper .sn__ul li {
        margin-right: 1px; }
    .sn--upper .sn__link {
      background-size: 12px 12px !important;
      background-color: #000;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .sn--upper .sn__link:hover, .sn--upper .sn__link:focus {
        -webkit-transform: none;
                transform: none; }
    .sn--upper .sn__link--twitter:hover, .sn--upper .sn__link--twitter:focus {
      background-color: #1d9bf0; }
    .sn--upper .sn__link--facebook:hover, .sn--upper .sn__link--facebook:focus {
      background-color: #3B5998; }
    .sn--upper .sn__link--linkedin:hover, .sn--upper .sn__link--linkedin:focus {
      background-color: #007BB5; }
    .sn--upper .sn__link--youtube:hover, .sn--upper .sn__link--youtube:focus {
      background-color: #FF0000; }
    .sn--upper .sn__link--instagram:hover, .sn--upper .sn__link--instagram:focus {
      background-color: #EF72AD; }
  @media only screen and (min-width: 768px) {
    .sn {
      padding-top: 2.5rem;
      padding-bottom: 0; }
      .sn--upper {
        padding-top: 2px; } }
  @media only screen and (min-width: 992px) {
    .sn {
      padding-top: 0; }
      .sn__intro {
        text-align: left; }
      .sn__ul {
        margin-bottom: 2rem;
        text-align: left; }
        .sn__ul li, .sn__ul a {
          width: 51px;
          height: 51px; }
      .sn__link {
        background-size: 25px 25px !important; }
      .sn--upper {
        padding-top: 2px; } }

@media only screen and (min-width: 992px) {
  .menu--fixed .sn--upper {
    margin-top: -20px !important; } }

.wrapper-footer {
  background-color: #343434;
  font-size: 1.4rem;
  color: #FFF; }

.footer-links {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 2rem 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.2rem;
    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: #FAFAFA;
    color: #1C1D33; }
  .footer-links a {
    color: #000; } }

@media only screen and (min-width: 992px) {
  .footer-links a:hover, .footer-links a:focus {
    color: #000;
    text-decoration: underline; } }

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

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

.edito .pull-right,
.edito .pull-left {
  margin-top: 8px;
  margin-bottom: .8rem; }
  .edito .pull-right img,
  .edito .pull-left img {
    margin-bottom: .8rem; }
  .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: 30px; }

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

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

.blockquote-set__header {
  margin: 0 0 .6em; }

.blockquote-set__author {
  font-weight: 600;
  font-size: 1.8rem;
  color: #0049E5; }

.blockquote-set__fonction {
  font-weight: 200;
  font-size: 3.2rem; }

.blockquote-set__footer .intro__button {
  min-width: 290px; }

blockquote {
  position: relative;
  border: none;
  padding: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: left; }
  blockquote:before {
    content: '\00AB\0020';
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    color: #0049E5;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -3rem;
    z-index: 5; }

.block-title-regular {
  padding: 2rem 0; }
  .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: #E4007D; }

.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: #0049E5; }

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

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

.block-title-regular--color-5 .block-title-regular__title:after {
  background-color: #37872D; }

.block-title-regular__title {
  position: relative;
  font-weight: 600 !important;
  font-size: 3rem;
  color: #000;
  padding: 0 0 1.6rem 0;
  margin: 0; }
  .block-title-regular__title:after {
    content: '';
    width: 100px;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #0049E5; }

.block-edito-free figure {
  margin: .4rem 0 .5em; }
  .block-edito-free figure img {
    display: block;
    margin: 0 auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-edito-free figure {
    margin-left: 0;
    margin-right: 15px; } }

.edito ul, .edito ol {
  margin: 1.2em 0 3rem;
  margin-bottom: 2em;
  padding-left: 4rem;
  list-style-type: none; }
  .edito ul li, .edito ol li {
    position: relative;
    padding-left: 1rem; }
    .edito ul li::before, .edito ol li::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
  @media only screen and (min-width: 992px) {
    .edito ul, .edito ol {
      padding-left: 5em; } }

.edito ul li::before {
  content: '\2022';
  line-height: 120%; }

.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 li {
  margin-bottom: 1.6em;
  counter-increment: step-counter; }
  .edito ol li::before {
    content: counter(step-counter) " /";
    display: inline-block;
    padding-right: 2rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #0049E5;
    left: -2rem; }

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

h2 {
  position: relative;
  margin-top: 75px;
  margin-bottom: .8em; }

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

h3 {
  margin-top: 30px;
  margin-bottom: 27px; }

.edito table {
  width: 100%;
  margin: 2rem 0 2em; }
  .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 a, .edito table thead tr td a,
  .edito table tbody tr th a,
  .edito table tbody tr td a {
    color: #37872D;
    text-decoration: underline; }
    .edito table thead tr th a:hover, .edito table thead tr th a:focus, .edito table thead tr td a:hover, .edito table thead tr td a:focus,
    .edito table tbody tr th a:hover,
    .edito table tbody tr th a:focus,
    .edito table tbody tr td a:hover,
    .edito table tbody tr td a:focus {
      text-decoration: none; }
  .edito table thead tr th, .edito table thead tr td {
    background-color: #0049E5;
    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 {
    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: #0049E5; }

.main-info {
  padding: 0 2rem;
  margin-bottom: 0; }
  .main-info__title {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000;
    padding: 0 0 1.8rem 0; }
    .main-info__title:after {
      content: '';
      height: 7px;
      width: 30px;
      background-color: #0049E5;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -15px; }
  .main-info__detail {
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 1.3rem 0 1rem 0; }

.main-content__header > .row > [class*="col"]:nth-child(5n+1) .main-info__title::after {
  background-color: #E4007D; }

.main-content__header > .row > [class*="col"]:nth-child(5n+2) .main-info__title::after {
  background-color: #37872D; }

.main-content__header > .row > [class*="col"]:nth-child(5n+3) .main-info__title::after {
  background-color: #0049E5; }

.main-content__header > .row > [class*="col"]:nth-child(5n+4) .main-info__title::after {
  background-color: #FFCD00; }

.main-content__header > .row > [class*="col"]:nth-child(5n+5) .main-info__title::after {
  background-color: #672381; }

.padded-left-content {
  padding-top: .4em;
  padding-left: 1em; }
  @media only screen and (min-width: 992px) {
    .padded-left-content {
      padding-top: 1em;
      padding-left: 3em; } }

.multiple-columns {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .multiple-columns {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .multiple-columns {
      float: left;
      width: 75%; } }
  @media (min-width: 1420px) {
    .multiple-columns {
      float: left;
      width: 65%; } }
  .multiple-columns.pull-right {
    margin-right: -15px;
    margin-left: 15px; }
  .multiple-columns.pull-left {
    margin-right: 15px;
    margin-left: -15px; }
  .multiple-columns > .row > [class*="col"]:nth-child(5n+1) .keynumber {
    border-color: #FFCD00; }
  .multiple-columns > .row > [class*="col"]:nth-child(5n+2) .keynumber {
    border-color: #E4007D; }
  .multiple-columns > .row > [class*="col"]:nth-child(5n+3) .keynumber {
    border-color: #0049E5; }
  .multiple-columns > .row > [class*="col"]:nth-child(5n+4) .keynumber {
    border-color: #37872D; }
  .multiple-columns > .row > [class*="col"]:nth-child(5n+5) .keynumber {
    border-color: #672381; }

.keynumber {
  margin-bottom: 1em;
  border: 8px solid #0049E5;
  font-weight: 700;
  line-height: 1.2;
  text-align: center; }
  .keynumber__content {
    background-color: #FFF; }
  .keynumber__number {
    font-weight: 600;
    font-size: 4rem;
    color: #000; }
  .keynumber__unit {
    font-weight: 600;
    font-size: 1.4rem; }
  .keynumber__text {
    font-weight: 500;
    font-size: 1.2rem; }

.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 {
    position: relative;
    margin: 0 0 1em;
    padding: 0 0 1.2em;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 140%; }
    .fiche-id__name::after {
      content: '';
      display: block;
      width: 30px;
      height: 7px;
      background-color: #0049E5;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 5; }
  .fiche-id__text {
    font-size: 1.2rem;
    line-height: 1.3; }

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

.col-picture {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @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: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-text {
      float: left;
      width: 50%; } }

.brochure-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  color: #0049E5;
  margin-bottom: 1.8rem; }

.faq {
  margin: 1.8em 0 2em; }
  .faq__question {
    position: relative;
    margin: .6em 0 2em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 140%;
    padding: 0 0 0 2.4rem; }
    .faq__question::before {
      content: '';
      display: block;
      width: 7px;
      height: 100%;
      background-color: #0049E5;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5; }
  .faq__question-intro {
    color: #0049E5; }
  .faq__answer {
    background-color: #F0F0F0;
    padding: 15px;
    margin-bottom: 2rem; }
    .faq__answer .btn {
      margin-bottom: .5rem; }
    .faq__answer > :last-child {
      margin-bottom: .1rem !important; }
  .faq__answer-intro {
    font-weight: 700;
    margin-bottom: 1.6rem; }
  @media only screen and (min-width: 992px) {
    .faq__answer {
      margin-bottom: 3em;
      padding: 3rem; } }
  @media only screen and (min-width: 1420px) {
    .faq__answer {
      margin-bottom: 4em; } }

.contact-file__title,
.free-cols__title {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 .6em;
  font-weight: 600;
  font-size: 3rem;
  color: #000; }
  .contact-file__title::after,
  .free-cols__title::after {
    content: '';
    display: block;
    width: 10rem;
    height: 7px;
    background-color: #FFCD00;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }

@media only screen and (min-width: 768px) {
  .contact-file,
  .free-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

.contact-file {
  font-size: 1.4rem; }
  .contact-file__pic {
    display: block;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1em; }
    .contact-file__pic img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .contact-file__desc {
    font-size: 1.2rem;
    line-height: 130%; }
  @media only screen and (min-width: 768px) {
    .contact-file__id {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 29%;
              flex: 0 0 29%;
      padding-top: .5em; }
    .contact-file__pic {
      margin-right: 0;
      margin-left: 0; } }
  @media only screen and (min-width: 1420px) {
    .contact-file__content {
      padding: 2em 5em 1em; } }

.free-cols {
  font-size: 1.4rem;
  line-height: 160%; }
  .free-cols__a {
    padding: 2em;
    background-color: #FFF; }
  .free-cols__b {
    padding: 2em 30px;
    background-color: #F4F4F4; }
  @media only screen and (min-width: 768px) {
    .free-cols__a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 37.85%;
              flex: 0 0 37.85%;
      padding: 3em 4em 3em; }
    .free-cols__b {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; } }
  @media only screen and (min-width: 1420px) {
    .free-cols__a {
      padding-left: 6.6em; } }

.edito-footer {
  padding-top: 2.6rem;
  margin-bottom: 3rem; }
  .edito-footer__title {
    color: #0049E5;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    .edito-footer__title a {
      display: inline-block;
      border-bottom: 1px solid #0049E5; }
  .edito-footer__source {
    margin-bottom: 1.5rem;
    padding: 0; }
    .edito-footer__source p {
      margin: 0 0 1.5rem; }

.en-savoir-plus {
  position: relative; }
  .en-savoir-plus__title {
    display: inline-block;
    margin: -1rem 0 0;
    padding: 0 3rem 1em 0;
    background-color: #FFF;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .en-savoir-plus__content {
    margin-bottom: 2rem;
    border: 7px solid #FFCD00; }
    .en-savoir-plus__content .teaser:hover .teaser__tag, .en-savoir-plus__content .teaser:focus .teaser__tag {
      background-color: #FFCD00 !important;
      color: initial !important; }
    .en-savoir-plus__content .teaser:hover .teaser__content::before, .en-savoir-plus__content .teaser:focus .teaser__content::before {
      width: 0 !important; }
    .en-savoir-plus__content .teaser:hover .teaser__content > *, .en-savoir-plus__content .teaser:focus .teaser__content > * {
      color: #000 !important; }
    .en-savoir-plus__content .teaser__content {
      border: none !important;
      padding-top: 2em !important; }

@media only screen and (min-width: 768px) {
  .main-info {
    padding: 2rem 3.5rem; }
  .main-content__header .row > div:after {
    content: '';
    width: 1px;
    height: 70%;
    background-color: #9B9B9B;
    position: absolute;
    top: 12%;
    left: 0;
    z-index: 5;
    opacity: .5; }
  .main-content__header .row > div:first-child:after {
    display: none; }
  .blockquote-set.pull-right, .blockquote-set.pull-left {
    margin-bottom: 3rem;
    max-width: 45%; }
  .blockquote-set.pull-right {
    margin-left: 5rem;
    margin-right: 3rem; }
  .blockquote-set.pull-left {
    margin-right: 5rem;
    margin-left: 3rem; }
  .contact-block {
    padding: 1rem 2rem; }
  .contact-block__title {
    display: inline-block;
    border-bottom: 1rem solid #E4007D;
    padding: 0 0 0 2rem;
    min-width: 304px;
    margin: 0 0 2rem -2rem;
    font-weight: 500 !important; }
  .en-savoir-plus.pull-right, .en-savoir-plus.pull-left {
    max-width: 45%; }
  .keynumber__content {
    padding: 1.5em 0; } }

@media only screen and (min-width: 992px) {
  .contact-block a:not([class]):hover, .contact-block a:not([class]):focus,
  .faq__answer a:not([class]):hover,
  .faq__answer a:not([class]):focus,
  .edito > p > a:not([class]):hover,
  .edito > p > a:not([class]):focus {
    color: #FFF; }
    .contact-block a:not([class]):hover:before, .contact-block a:not([class]):focus:before,
    .faq__answer a:not([class]):hover:before,
    .faq__answer a:not([class]):focus:before,
    .edito > p > a:not([class]):hover:before,
    .edito > p > a:not([class]):focus:before {
      height: 100%; }
  .contact-block a:not([class]).glossaire:hover, .contact-block a:not([class]).glossaire:focus,
  .faq__answer a:not([class]).glossaire:hover,
  .faq__answer a:not([class]).glossaire:focus,
  .edito > p > a:not([class]).glossaire:hover,
  .edito > p > a:not([class]).glossaire:focus {
    border-bottom: 1px dotted #E4007D;
    color: #E4007D; }
  .edito table {
    margin: 4.5rem 0 3em; }
  .contact-block {
    padding: 2rem 2rem 1.4rem; }
  .block-title-regular {
    padding: 4rem 0; }
  .wrapper-landing-header + .block-title-regular {
    padding-top: 5.6rem; } }

@media only screen and (min-width: 1420px) {
  .blockquote-set.pull-right {
    margin-right: 3em;
    margin-left: 6.8em; }
  .blockquote-set.pull-left {
    margin-right: 6.8em;
    margin-left: 3em; }
  .blockquote-set__content {
    max-width: 35rem; } }

@media only screen and (max-width: 767px) {
  .edito .wrapper-title__main-title {
    font-size: 2.8rem; }
  .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; } }

/**
 * title
 */
.block-title__title {
  position: relative;
  margin: 1.5rem 0 3rem;
  font-weight: 700;
  color: #000; }

.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--big .block-title__title {
    font-size: 4rem;
    margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .block-title--big .block-title__title {
    font-size: 4rem; } }

@media only screen and (min-width: 1420px) {
  .block-title--big .block-title__title {
    font-size: 5rem; } }

.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: "Poppins", 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: #000;
  padding: 0 0 6px 0;
  font-family: "Poppins", 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: #000;
  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:  #00AEC7; }
  .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='%230ED5BA' 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:  #00AEC7;
  background-color:  #00AEC7; }

.nl-field:nth-last-of-type(2) .nl-field-toggle:hover, .nl-field:nth-last-of-type(2) .nl-field-toggle:focus {
  border-color: #E4007D; }
  .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='%23E4007D' 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: #E4007D;
  background-color: #E4007D; }

/* 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: #000;
  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:  #00AEC7;
    background-color:  #00AEC7; }
  .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:  #00AEC7; }
    .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='%230ED5BA' 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: #E4007D;
    background-color: #E4007D; }
  .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: #E4007D; }
    .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='%23E4007D' 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: #00287f; }
  .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: #000;
      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: #00287f; }

@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: #0049E5;
      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: 1420px) {
  .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-connexe {
  padding: 3em 0;
  background-color: #FFF; }
  .wrapper-connexe .block-title__title {
    font-size: 3.5rem;
    font-weight: 100;
    color: #000; }
    .wrapper-connexe .block-title__title:after {
      background-color: #0049E5; }
  .wrapper-connexe .pull-right {
    margin-top: 1.5rem; }
  .wrapper-connexe .btn {
    position: relative;
    z-index: 50;
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .wrapper-connexe {
      padding-bottom: 5rem; } }
  @media only screen and (min-width: 992px) {
    .wrapper-connexe {
      padding-bottom: 7rem; } }
  @media only screen and (min-width: 1420px) {
    .wrapper-connexe {
      padding-bottom: 11rem; } }

.siblings-nav {
  margin: 2em 0 3rem;
  border-top: 1px solid #000;
  background-color: #FFF;
  color: #000; }
  .siblings-nav__inner {
    display: table;
    width: 100%;
    padding: 2em 0 0; }
  .siblings-nav__col {
    position: relative;
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
  .siblings-nav__link {
    display: block;
    background-color: #FFF;
    padding: 1rem 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 120%;
    color: #000; }
    .siblings-nav__link:hover, .siblings-nav__link:focus {
      color: #0049E5; }
  .siblings-nav__link-inner {
    display: table;
    width: 100%; }
  .siblings-nav__link-pic {
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .siblings-nav__link-pic .icon {
      width: 100%;
      height: 100%;
      vertical-align: middle;
      fill: currentColor; }
  .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 {
      padding-right: 1rem; }
      .siblings-nav__col--left .siblings-nav__link-pic {
        margin-right: 1rem; }
    .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); }
  .siblings-nav__col--right {
    text-align: right; }
    .siblings-nav__col--right .siblings-nav__link {
      padding-left: 1rem; }
      .siblings-nav__col--right .siblings-nav__link-pic {
        margin-left: 1rem; }
      .siblings-nav__col--right .siblings-nav__link .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .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); }
  .siblings-nav__col--left + .siblings-nav__col--right:not(:empty)::before {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: .4;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

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

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

.don-block {
  display: block;
  border: 0.7rem solid #E4007D;
  background-color: #FFF;
  padding: 2rem 4rem 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 30px;
  color: #000; }
  .don-block__title {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    padding: 0 0 2.8rem 9rem;
    color: #000 !important;
    line-height: 100%;
    margin-top: 2.7rem;
    margin-bottom: 2.7rem;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    .don-block__title strong {
      display: inline-block;
      position: relative;
      padding: 0 0 2.6rem;
      font-size: 6rem;
      line-height: 100%;
      color: #E4007D;
      text-transform: uppercase;
      -webkit-transition: color .2s ease-in-out;
      transition: color .2s ease-in-out; }
      .don-block__title strong:after {
        content: '';
        position: absolute;
        width: 10rem;
        height: .7rem;
        background-color: #E4007D;
        left: 0;
        bottom: 0;
        z-index: 5;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out; }
  .don-block__btn {
    display: block;
    position: relative;
    background-color: #E4007D;
    color: #FFF;
    font-size: 3.5rem;
    font-weight: 500;
    padding: 1.6rem 2rem 1.6rem 3rem;
    margin: 4rem -2rem 1rem; }
  .don-block__tabbed {
    width: 8rem;
    position: absolute;
    top: .3em;
    left: 0;
    z-index: 5;
    text-align: right; }
  @media only screen and (min-width: 992px) {
    .don-block__title {
      font-size: 3rem; }
    .don-block:hover, .don-block:focus {
      background-color: #E4007D;
      border-color: #E4007D; }
      .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; } }
  @media only screen and (min-width: 1420px) {
    .don-block__title strong {
      font-size: 7.5rem; } }

.don-block-medium-button {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  display: block;
  margin-bottom: 20px;
  padding: 2.7rem 1.2rem 3rem 5rem;
  background-color: #E4007D;
  color: #FFF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .don-block-medium-button__title {
    position: relative;
    font-size: 3rem;
    font-weight: 600;
    padding: 0 0 2.8rem 9rem;
    color: currentColor;
    line-height: 100%;
    margin-top: 1rem;
    margin-bottom: .5rem; }
    .don-block-medium-button__title strong {
      display: inline-block;
      position: relative;
      padding: 0 0 2.6rem;
      font-size: 6rem;
      line-height: 100%;
      color: currentColor;
      text-transform: uppercase; }
      .don-block-medium-button__title strong:after {
        content: '';
        position: absolute;
        width: 10rem;
        height: .7rem;
        background-color: currentColor;
        left: 0;
        bottom: 0;
        z-index: 5; }
  .don-block-medium-button__tabbed {
    width: 8rem;
    position: absolute;
    top: .3em;
    left: 0;
    z-index: 5;
    text-align: right; }
  .don-block-medium-button__arrow {
    display: block;
    width: 46px;
    height: 46px;
    background-color: #FFF;
    border-radius: 50%;
    padding: 1rem; }
    .don-block-medium-button__arrow .icon {
      display: block;
      width: 100%;
      height: 100%; }
  .don-block-medium-button__content {
    font-size: 1.8rem; }
  .don-block-medium-button:hover, .don-block-medium-button:focus {
    background-color: #FFF;
    color: #E4007D; }
  @media only screen and (min-width: 992px) {
    .don-block-medium-button__title {
      font-size: 3rem; }
    .don-block-medium-button__content {
      position: relative;
      padding: 0 10rem 0 0;
      font-size: 2rem; }
    .don-block-medium-button__arrow {
      position: absolute;
      bottom: 0;
      right: 1.5rem;
      z-index: 5; } }
  @media only screen and (min-width: 1420px) {
    .don-block-medium-button__title strong {
      font-size: 7.5rem; } }

.exergue {
  background-color: #F0F0F0;
  padding: 2rem 4rem 1rem;
  margin-bottom: 2rem; }
  .exergue__content {
    font-size: 1.6rem; }
  @media only screen and (min-width: 992px) {
    .exergue__title {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 1420px) {
    .exergue {
      position: relative;
      padding: 5.5rem; } }

.teaser-don {
  background-color: #F0F0F0;
  margin-bottom: 30px; }
  .teaser-don__picture-wrapper {
    width: 100%;
    height: 245px; }
    .teaser-don__picture-wrapper img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .teaser-don__content {
    padding: 2.5rem 3rem 2.2rem; }
  .teaser-don__text {
    line-height: 140%;
    margin-bottom: 2rem; }
  .teaser-don__footer {
    padding-top: .5rem; }
  @media only screen and (min-width: 992px) {
    .teaser-don__content {
      padding: 2.5rem 5rem 4rem; } }

.don-block__footer,
.exergue__footer,
.teaser-don__footer {
  padding-top: 1.2em; }
  .don-block__footer .btn,
  .exergue__footer .btn,
  .teaser-don__footer .btn {
    margin-bottom: 0 !important; }

@media only screen and (min-width: 768px) {
  .exergue,
  .don-block {
    padding: 3rem; } }

@media only screen and (min-width: 992px) {
  .exergue,
  .don-block {
    padding: 2.5rem; } }

@media only screen and (min-width: 1420px) {
  .exergue,
  .don-block {
    padding: 5rem; } }

.exergue__title,
.teaser-don__title {
  margin: 0 0 .6em;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 120%;
  color: #000; }

.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-weight: 700;
  font-size: 1.9rem;
  background-color: #FFF;
  border: 1px solid #E4007D;
  color: #000;
  text-align: center;
  padding: 0;
  float: left;
  margin: 0 1rem 1rem 0;
  width: 58px;
  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: #E4007D;
      color: #FFF; }

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

.wrapper-don .pricetoset {
  width: 78px;
  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-weight: 700;
    font-size: 1.9rem;
    color: #000;
    position: absolute;
    right: 8px;
    top: .3em; }
  .wrapper-don span.montantlibre input {
    display: block;
    border: 1px solid #E4007D;
    font-weight: 700;
    font-size: 1.9rem;
    text-align: right; }
    .wrapper-don span.montantlibre input::-webkit-input-placeholder {
      color: #000; }
    .wrapper-don span.montantlibre input:focus::-webkit-input-placeholder {
      opacity: 0; }

.wrapper-don h3 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 2rem; }

.wrapper-don .radio--don {
  position: relative;
  width: 100%;
  height: 45px;
  float: none;
  border: none;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0;
  overflow: visible; }
  .wrapper-don .radio--don:before {
    content: '';
    position: absolute;
    z-index: 5;
    height: 4px;
    width: 100%;
    background-color: #E4007D;
    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: 8px 8px 0 8px;
      border-color: #E4007D transparent transparent transparent;
      left: 50%;
      bottom: 0;
      margin-left: -8px;
      margin-bottom: 0;
      -webkit-transition: margin .2s ease-in-out;
      transition: margin .2s ease-in-out;
      opacity: 0; }
  .wrapper-don .radio--don input[type="radio"]:checked + .value {
    background-color: #E4007D;
    color: #FFF; }
    .wrapper-don .radio--don input[type="radio"]:checked + .value:after {
      opacity: 1;
      margin-bottom: -8px; }

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

.wrapper-don--module {
  padding-top: 2em;
  padding-bottom: 2em; }

.wrapper-don__main-title {
  color: #000; }

.btn-don-1 {
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  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 {
  width: auto !important;
  margin: 1rem auto; }

.btn-don-set {
  margin: 0;
  padding: 0;
  list-style: none; }
  .btn-don-set__item .btn-don {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 .5rem;
    padding: .5rem 6rem .5rem 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 130%;
    text-transform: none;
    text-align: left; }
  @media only screen and (min-width: 768px) {
    .btn-don-set {
      display: grid;
      grid-auto-flow: column;
      grid-gap: 1.25rem;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr); }
      .btn-don-set__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 7.4rem; }
        .btn-don-set__item:last-child {
          grid-row: span 2;
          height: 16rem; }
        .btn-don-set__item .btn-don {
          margin-bottom: 0;
          padding-top: 1.3rem; }
          .btn-don-set__item .btn-don .icon {
            top: inherit;
            bottom: .6rem;
            -webkit-transform: none;
                    transform: none; } }
  @media only screen and (min-width: 992px) {
    .btn-don-set__item .btn-don {
      padding-left: 2.7rem; } }

.don-form > .flex-grid {
  margin-right: -6px;
  margin-bottom: 1.6rem;
  margin-left: -6px; }
  .don-form > .flex-grid [class*="col"] {
    padding-right: 6px;
    padding-left: 6px; }

.don-wrapped {
  margin: 0 0 30px;
  padding: 2rem;
  background: #FFF; }
  .don-wrapped .radio {
    height: 33px;
    border-width: 2px;
    font-weight: 400;
    font-size: 1.4rem; }
  .don-wrapped .radio--don {
    height: 37px;
    font-weight: 600;
    font-size: 1.2rem; }
    .don-wrapped .radio--don .value {
      height: 37px; }
  .don-wrapped span.montantlibre::after {
    top: .6em;
    font-weight: 400;
    font-size: 1.4rem; }
  .don-wrapped span.montantlibre input {
    height: 33px;
    border-width: 2px;
    font-weight: 400;
    font-size: 1.4rem; }
  @media only screen and (min-width: 992px) {
    .don-wrapped {
      margin-bottom: 4rem;
      padding: 2rem 30px 1.5rem; } }
  @media only screen and (min-width: 1420px) {
    .don-wrapped {
      margin-bottom: 4.5rem; } }

.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 30px; }

.intro-don__text {
  font-size: 3rem;
  font-weight: 300;
  text-align: center; }

.wrapper-don--action {
  background-color: transparent;
  background-repeat: repeat;
  background-position: 50% 50%;
  padding: 30px; }
  .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: 30px 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; }
  .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: #E4007D;
      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 {
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: 15% 0;
    background-size: cover;
    padding-top: 4em;
    padding-bottom: 4em; }
  .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: #E4007D; }
  .btn-don-1:hover, .btn-don-1:focus {
    color: #E4007D;
    border-bottom: 1px solid #E4007D !important; } }

@media only screen and (min-width: 1420px) {
  .wrapper-don--module {
    padding-top: 4.8em;
    padding-bottom: 7em;
    background-position: 100% 0; }
  .wrapper-grid--action .wrapper-don--action {
    margin-left: -30px;
    margin-right: -30px; }
  .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: 30px;
      overflow: hidden; } }

  .block-region-filtersRevamped .block h2 {
    margin: 1rem 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 100%;
    color: #FFF; }

@media only screen and (max-width: 992px) {
  .wrapper-don--module {
    background-image: none !important;
    background-color: #C5C6C8; } }

.filtersRevamped__title,
.block-region-filtersRevamped {
  max-width: 1410px !important; }

.filtersRevamped {
  background-color: #0049E5;
  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.4rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='351.1px' height='538.8px' viewBox='144.5 -70 351.1 538.8' xml:space='preserve'%3E%3Cpath fill='%230049E5' 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='%230049E5' 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 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  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 #FFF; }
      .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: 1420px) {
  .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-weight: 100;
  font-size: 3.5rem;
  color: #000; }
  .hubtext__item h2::after {
    content: '';
    display: block;
    width: 90px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #0049E5; }

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

.hubtext__item .btn {
  color: #FFF;
  background-color: #0049E5; }

.hubtext__item:nth-child(7n+1) .btn, .hubtext__item:nth-child(7n+2) .btn, .hubtext__item:nth-child(7n+3) .btn {
  background-color: #0049E5;
  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(7n+1) .btn::after, .hubtext__item:nth-child(7n+2) .btn::after, .hubtext__item:nth-child(7n+3) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0039b2;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(7n+1) .btn:hover, .hubtext__item:nth-child(7n+1) .btn:focus, .hubtext__item:nth-child(7n+1) .btn:active, .hubtext__item:nth-child(7n+2) .btn:hover, .hubtext__item:nth-child(7n+2) .btn:focus, .hubtext__item:nth-child(7n+2) .btn:active, .hubtext__item:nth-child(7n+3) .btn:hover, .hubtext__item:nth-child(7n+3) .btn:focus, .hubtext__item:nth-child(7n+3) .btn:active {
      background-color: #0049E5;
      border-color: #0039b2;
      color: #FFF; }
      .hubtext__item:nth-child(7n+1) .btn:hover::after, .hubtext__item:nth-child(7n+1) .btn:focus::after, .hubtext__item:nth-child(7n+1) .btn:active::after, .hubtext__item:nth-child(7n+2) .btn:hover::after, .hubtext__item:nth-child(7n+2) .btn:focus::after, .hubtext__item:nth-child(7n+2) .btn:active::after, .hubtext__item:nth-child(7n+3) .btn:hover::after, .hubtext__item:nth-child(7n+3) .btn:focus::after, .hubtext__item:nth-child(7n+3) .btn:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.hubtext__item:nth-child(7n+4) h2::after,
.hubtext__item:nth-child(7n+4) .btn {
  background-color:  #00AEC7; }

.hubtext__item:nth-child(7n+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; }
  .hubtext__item:nth-child(7n+4) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0ba590;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(7n+4) .btn:hover, .hubtext__item:nth-child(7n+4) .btn:focus, .hubtext__item:nth-child(7n+4) .btn:active {
      background-color:  #00AEC7;
      border-color: #0ba590;
      color: #FFF; }
      .hubtext__item:nth-child(7n+4) .btn:hover::after, .hubtext__item:nth-child(7n+4) .btn:focus::after, .hubtext__item:nth-child(7n+4) .btn:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.hubtext__item:nth-child(7n+5) h2::after,
.hubtext__item:nth-child(7n+5) .btn {
  /* color: #000; */
  background-color: #FFCD00; }

.hubtext__item:nth-child(7n+5) .btn {
  background-color: #FFCD00;
  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(7n+5) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cca400;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(7n+5) .btn:hover, .hubtext__item:nth-child(7n+5) .btn:focus, .hubtext__item:nth-child(7n+5) .btn:active {
      background-color: #FFCD00;
      border-color: #cca400;
      color: #000; }
      .hubtext__item:nth-child(7n+5) .btn:hover::after, .hubtext__item:nth-child(7n+5) .btn:focus::after, .hubtext__item:nth-child(7n+5) .btn:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

.hubtext__item:nth-child(7n+6) h2::after,
.hubtext__item:nth-child(7n+6) .btn {
  background-color: #37872D; }

.hubtext__item:nth-child(7n+6) .btn {
  background-color: #37872D;
  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(7n+6) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #276120;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(7n+6) .btn:hover, .hubtext__item:nth-child(7n+6) .btn:focus, .hubtext__item:nth-child(7n+6) .btn:active {
      background-color: #37872D;
      border-color: #276120;
      color: #FFF; }
      .hubtext__item:nth-child(7n+6) .btn:hover::after, .hubtext__item:nth-child(7n+6) .btn:focus::after, .hubtext__item:nth-child(7n+6) .btn:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

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

.hubtext__item:nth-child(7n+7) .btn {
  background-color: #E4007D;
  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(7n+7) .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b10061;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .hubtext__item:nth-child(7n+7) .btn:hover, .hubtext__item:nth-child(7n+7) .btn:focus, .hubtext__item:nth-child(7n+7) .btn:active {
      background-color: #E4007D;
      border-color: #b10061;
      color: #FFF; }
      .hubtext__item:nth-child(7n+7) .btn:hover::after, .hubtext__item:nth-child(7n+7) .btn:focus::after, .hubtext__item:nth-child(7n+7) .btn:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }

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

.hub-anchors__item {
  position: relative;
  margin: 0 0 .8rem;
  padding: 0; }
  .hub-anchors__item:last-child::after {
    display: none; }
  .hub-anchors__item.active .hub-anchors__link {
    color: #0049E5; }
    .hub-anchors__item.active .hub-anchors__link .icon {
      opacity: 1; }
  .hub-anchors__item.active:nth-child(7n+4) .hub-anchors__link {
    color:  #00AEC7; }
  .hub-anchors__item.active:nth-child(7n+5) .hub-anchors__link {
    color: #FFCD00; }
  .hub-anchors__item.active:nth-child(7n+6) .hub-anchors__link {
    color: #37872D; }
  .hub-anchors__item.active:nth-child(7n+7) .hub-anchors__link {
    color: #E4007D; }

.hub-anchors__link {
  position: relative;
  display: block;
  padding: .5rem .4rem 1.4rem 3.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .hub-anchors__link::after {
    content: '';
    display: block;
    width: 5rem;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 3.4rem;
    z-index: 5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .hub-anchors__link .icon {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    fill: currentColor;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    opacity: 0; }
  .hub-anchors__link:hover::after, .hub-anchors__link:focus::after {
    width: 10rem;
    height: 2px; }
  .hub-anchors__link:focus {
    color: #000; }
  .hub-anchors__link:hover::before {
    opacity: 1; }

.hub-anchors__link--active::before {
  opacity: 1; }

@media only screen and (min-width: 992px) {
  .hub-anchors {
    position: relative;
    margin-left: -15px;
    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: #000; }

.teaser {
  margin-bottom: 2.5rem;
  color: #000; }

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

.teaser__content {
  line-height: 1.3; }

.teaser__category {
  font-weight: 700;
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  padding: .25rem 2rem .15rem; }

.main-content__date,
.teaser__date {
  margin: 0 0 .7em;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000; }

.teaser__title {
  margin: 0 0 .6em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 140%;
  color: currentColor; }

.teaser__text {
  font-size: 1.4rem;
  line-height: 160%; }

.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: .5rem 1.4rem .4rem;
  margin: 0 .2rem .5rem 0;
  background-color: #555555;
  font-weight: 700;
  font-size: 1rem;
  line-height: 160%;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out; }
  .teaser__tag--color-1 {
    background-color: #E4007D !important; }
  .teaser__tag--color-2 {
    background-color: #0049E5 !important; }
  .teaser__tag--color-3 {
    background-color: #FFCD00 !important;
    color: #000 !important; }
  .teaser__tag--color-4 {
    background-color: #672381 !important; }
  .teaser__tag--color-6 {
    background-color: #000C99 !important; }
  .teaser__tag--structure {
    background-color: #37872D !important;
    color: #FFF !important; }
  .teaser__tag--color-brochure {
    background-color: #456EB2 !important; }
  .teaser__tag--color-leaflet {
    background-color: #916F65 !important; }
  .teaser__tag--color-card {
    background-color: #0D8390 !important; }
  .teaser__tag--color-book {
    background-color: #707A15 !important; }
  .teaser__tag--color-poster {
    background-color: #D43A76 !important; }
  .teaser__tag--color-newspaper {
    background-color:  #00AEC7 !important; }

.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: 700;
  font-size: 1.2rem !important; }

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

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

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

.teaser__hover {
  display: none; }

.teaser--special-graybg .teaser__content {
  border: none !important;
  background-color: #F4F4F4; }

.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,
.teaser--action-quote .teaser__title {
  font-weight: 500;
  line-height: 120%; }

.teaser--action .teaser__text,
.teaser--action-nopic .teaser__text,
.teaser--action-quote .teaser__text {
  font-size: 1.6rem; }

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

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

.teaser--action .teaser__picture-wrapper {
  margin-top: -2rem;
  margin-left: -3rem;
  margin-bottom: 1rem;
  width: calc(100% + 6rem);
  height: 120px; }
  .teaser--action .teaser__picture-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

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

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

.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  #00AEC7;
    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:  #00AEC7;
      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: .5rem; }

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

.teaser--color-reverse .teaser__content,
.teaser--whitebg .teaser__content {
  padding: 2rem 2.5rem; }

.teaser--color .teaser__content {
  border-left: 1rem solid #0049E5; }

.teaser--color-1 .teaser__content {
  border-color: #E4007D; }

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

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

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

.teaser--color-2 .teaser__content {
  border-color: #0049E5; }

.teaser--color-2 .teaser__tag {
  background-color: #0049E5;
  color: #FFF; }

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

.teaser--color-2.teaser--color-reverse .teaser__content {
  background-color: #0049E5; }

.teaser--color-3 .teaser__content {
  border-color: #FFCD00; }

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

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

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

.teaser--color-4 .teaser__content {
  border-color: #672381; }

.teaser--color-4 .teaser__tag {
  background-color: #672381;
  color: #FFF; }

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

.teaser--color-4.teaser--color-reverse .teaser__content {
  background-color: #672381; }

.teaser--color-5 .teaser__content {
  border-color: #37872D; }

.teaser--color-5 .teaser__tag {
  background-color: #37872D;
  color: #FFF; }

.teaser--color-5 .quote__id {
  color: #37872D; }

.teaser--color-5.teaser--color-reverse .teaser__content {
  background-color: #37872D; }

.view-search-global .teaser .teaser__content {
  border-color: #F0F0F0; }

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

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

.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 #E4007D; }

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

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

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

.teaser--color-5 .teaser__chapo {
  border-left: 5px solid #37872D; }

.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: 1rem; }
  .teaser--color-reverse .teaser__content,
  .teaser--whitebg .teaser__content {
    padding: 3rem; }
  .teaser--whitebg .teaser__content {
    background-color: #FFF; }
  .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: #E4007D; }
  .teaser--color-2 .teaser__hover,
  .teaser--color-2 .teaser__btn {
    background-color: #0049E5; }
  .teaser--color-3 .teaser__hover,
  .teaser--color-3 .teaser__btn {
    background-color: #FFCD00; }
  .teaser--color-4 .teaser__hover,
  .teaser--color-4 .teaser__btn {
    background-color: #672381; }
  .teaser--color-5 .teaser__hover,
  .teaser--color-5 .teaser__btn {
    background-color: #37872D; }
  .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 {
    border-left-width: 2.4rem; }
    .teaser--color .teaser__content::before {
      content: '';
      display: block;
      width: 0;
      height: 100%;
      background-color: #0049E5;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .teaser--color .teaser__content > * {
      position: relative;
      z-index: 5; }
  .teaser--color:hover .teaser__content::before, .teaser--color:focus .teaser__content::before {
    /* width: calc(100% - 1px); } */
       width: calc(100% ); }
  .teaser--color:hover .teaser__title, .teaser--color:focus .teaser__title {
    text-decoration: underline; }
  .teaser--color-1 .teaser__content::before {
    background-color: #E4007D; }
  .teaser--color-2 .teaser__content::before {
    background-color: #0049E5; }
  .teaser--color-3 .teaser__content::before {
    background-color: #FFCD00; }
  .teaser--color-4 .teaser__content::before {
    background-color: #672381; }
  .teaser--color-5 .teaser__content::before {
    background-color: #37872D; }
  .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:not(.teaser__tag--corner), .teaser--color:focus .teaser__tag:not(.teaser__tag--corner) {
    background-color: #FFF;
    color: #000; }
    .teaser--color:hover .teaser__tag:not(.teaser__tag--corner)--color-brochure, .teaser--color:hover .teaser__tag:not(.teaser__tag--corner)--color-leaflet, .teaser--color:hover .teaser__tag:not(.teaser__tag--corner)--color-card, .teaser--color:hover .teaser__tag:not(.teaser__tag--corner)--color-book, .teaser--color:hover .teaser__tag:not(.teaser__tag--corner)--color-poster, .teaser--color:focus .teaser__tag:not(.teaser__tag--corner)--color-brochure, .teaser--color:focus .teaser__tag:not(.teaser__tag--corner)--color-leaflet, .teaser--color:focus .teaser__tag:not(.teaser__tag--corner)--color-card, .teaser--color:focus .teaser__tag:not(.teaser__tag--corner)--color-book, .teaser--color:focus .teaser__tag:not(.teaser__tag--corner)--color-poster {
      color: #FFF; }
    .teaser--color:hover .teaser__tag:not(.teaser__tag--corner)--color-newspaper, .teaser--color:focus .teaser__tag:not(.teaser__tag--corner)--color-newspaper {
      background-color: #FFF !important; }
  .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__tag,
  .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__tag,
  .teaser--color:focus .teaser__footer {
    color: #FFF; }
  .teaser--color:hover .teaser__footer p, .teaser--color:focus .teaser__footer p {
    border-color: #FFF; }
  .teaser__tag--corner {
    top: -3rem;
    right: -3rem; }
  .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-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__chapo, .teaser--huge:focus .teaser__chapo {
    border-left: 5px solid #FFF; }
  .teaser--action .teaser__content,
  .teaser--action-nopic .teaser__content,
  .teaser--action-quote .teaser__content {
    position: relative;
    padding-bottom: 9rem; }
  .teaser--action .teaser__picture-wrapper,
  .teaser--action-nopic .teaser__picture-wrapper,
  .teaser--action-quote .teaser__picture-wrapper {
    height: 168px;
    overflow: hidden; }
  .teaser--action .teaser__footer,
  .teaser--action-nopic .teaser__footer,
  .teaser--action-quote .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,
  .teaser--action-quote.teaser--color-1 .btn {
    background-color: #E4007D;
    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,
    .teaser--action-quote.teaser--color-1 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #7e0045;
      -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,
  .teaser--action-quote.teaser--color-1:hover .btn,
  .teaser--action-quote.teaser--color-1:focus .btn,
  .teaser--action-quote.teaser--color-1:active .btn {
    background-color: #E4007D;
    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,
    .teaser--action-quote.teaser--color-1:hover .btn::after,
    .teaser--action-quote.teaser--color-1:focus .btn::after,
    .teaser--action-quote.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,
  .teaser--action-quote.teaser--color-2 .btn {
    background-color: #0049E5;
    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,
    .teaser--action-quote.teaser--color-2 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #00287f;
      -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,
  .teaser--action-quote.teaser--color-2:hover .btn,
  .teaser--action-quote.teaser--color-2:focus .btn,
  .teaser--action-quote.teaser--color-2:active .btn {
    background-color: #0049E5;
    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,
    .teaser--action-quote.teaser--color-2:hover .btn::after,
    .teaser--action-quote.teaser--color-2:focus .btn::after,
    .teaser--action-quote.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,
  .teaser--action-quote.teaser--color-3 .btn {
    background-color: #FFCD00;
    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,
    .teaser--action-quote.teaser--color-3 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #997b00;
      -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,
  .teaser--action-quote.teaser--color-3:hover .btn,
  .teaser--action-quote.teaser--color-3:focus .btn,
  .teaser--action-quote.teaser--color-3:active .btn {
    background-color: #FFCD00;
    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,
    .teaser--action-quote.teaser--color-3:hover .btn::after,
    .teaser--action-quote.teaser--color-3:focus .btn::after,
    .teaser--action-quote.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,
  .teaser--action-quote.teaser--color-4 .btn {
    background-color: #672381;
    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,
    .teaser--action-quote.teaser--color-4 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #270d31;
      -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,
  .teaser--action-quote.teaser--color-4:hover .btn,
  .teaser--action-quote.teaser--color-4:focus .btn,
  .teaser--action-quote.teaser--color-4:active .btn {
    background-color: #672381;
    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,
    .teaser--action-quote.teaser--color-4:hover .btn::after,
    .teaser--action-quote.teaser--color-4:focus .btn::after,
    .teaser--action-quote.teaser--color-4:active .btn::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .teaser--action.teaser--color-5 .btn,
  .teaser--action-nopic.teaser--color-5 .btn,
  .teaser--action-quote.teaser--color-5 .btn {
    background-color: #37872D;
    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-5 .btn::after,
    .teaser--action-nopic.teaser--color-5 .btn::after,
    .teaser--action-quote.teaser--color-5 .btn::after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #183b14;
      -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-5:hover .btn, .teaser--action.teaser--color-5:focus .btn, .teaser--action.teaser--color-5:active .btn,
  .teaser--action-nopic.teaser--color-5:hover .btn,
  .teaser--action-nopic.teaser--color-5:focus .btn,
  .teaser--action-nopic.teaser--color-5:active .btn,
  .teaser--action-quote.teaser--color-5:hover .btn,
  .teaser--action-quote.teaser--color-5:focus .btn,
  .teaser--action-quote.teaser--color-5:active .btn {
    background-color: #37872D;
    color: #FFF; }
    .teaser--action.teaser--color-5:hover .btn::after, .teaser--action.teaser--color-5:focus .btn::after, .teaser--action.teaser--color-5:active .btn::after,
    .teaser--action-nopic.teaser--color-5:hover .btn::after,
    .teaser--action-nopic.teaser--color-5:focus .btn::after,
    .teaser--action-nopic.teaser--color-5:active .btn::after,
    .teaser--action-quote.teaser--color-5:hover .btn::after,
    .teaser--action-quote.teaser--color-5:focus .btn::after,
    .teaser--action-quote.teaser--color-5:active .btn::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .teaser--action:hover .teaser__title, .teaser--action:focus .teaser__title,
  .teaser--action-nopic:hover .teaser__title,
  .teaser--action-nopic:focus .teaser__title,
  .teaser--action-quote:hover .teaser__title,
  .teaser--action-quote:focus .teaser__title {
    text-decoration: underline; }
  .teaser--action .teaser__picture-wrapper {
    margin-top: -2rem;
    margin-left: -3rem;
    margin-bottom: 2.5rem;
    width: calc(100% + 6rem); }
  .teaser--action-nopic .teaser__content,
  .teaser--action-quote .teaser__content {
    padding-top: 4rem; }
  .teaser--action-nopic .teaser__title,
  .teaser--action-quote .teaser__title {
    font-size: 2.8rem;
    margin-bottom: 2rem; }
  .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: #000; }
    .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; } }

@media only screen and (min-width: 1420px) {
  .teaser--whitebg .teaser__content {
    padding: 2rem 2.5rem 1.5rem 2.5rem; }
  .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__content,
  .teaser--action-nopic .teaser__content,
  .teaser--action-quote .teaser__content {
    padding-right: 6rem;
    padding-left: 6rem; }
  .teaser--action .teaser__picture-wrapper,
  .teaser--action-nopic .teaser__picture-wrapper,
  .teaser--action-quote .teaser__picture-wrapper {
    width: calc(100% + 12rem);
    margin-left: -6rem; }
  .teaser--action .teaser__footer,
  .teaser--action-nopic .teaser__footer,
  .teaser--action-quote .teaser__footer {
    width: calc(100% - 12rem);
    left: 6rem; }
  .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__footer {
    text-align: left; }
  .teaser--action-quote .teaser__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .teaser--action-quote .teaser__text {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .teaser--action-quote .teaser__title {
    padding-top: 2.6rem;
    padding-bottom: 1rem;
    font-size: 3.5rem; }
  .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; } }

.teaser--proj .teaser__wrapper {
  background-color: #0049E5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.teaser--proj .teaser__content {
  display: table;
  width: 100%;
  padding: 5px; }

.teaser--proj .teaser__title {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 2rem 50px 2rem 2rem;
  background-color: #FFF;
  text-transform: uppercase;
  line-height: 110%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .teaser--proj .teaser__title strong {
    display: block;
    color: #0049E5;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .teaser--proj .teaser__title::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/icon-arrow-right-dark.svg) transparent no-repeat 50% 50%/100% 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7.5px; }
  @media only screen and (min-width: 768px) {
    .teaser--proj .teaser__title {
      padding-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .teaser--proj .teaser__title {
      padding-left: 50px; } }
  @media only screen and (min-width: 1420px) {
    .teaser--proj .teaser__title {
      padding-left: 60px; } }

@media only screen and (min-width: 992px) {
  .teaser--proj:hover .teaser__wrapper, .teaser--proj:focus .teaser__wrapper {
    background-color: #0049E5; }
  .teaser--proj:hover .teaser__title, .teaser--proj:focus .teaser__title {
    background-color: transparent;
    color: #FFF; }
    .teaser--proj:hover .teaser__title strong, .teaser--proj:focus .teaser__title strong {
      color: #FFF; }
    .teaser--proj:hover .teaser__title::after, .teaser--proj:focus .teaser__title::after {
      background-image: url(../images/icon-arrow-right-white.svg); } }

.don-edito {
  margin: 3.6em 0 2em;
  background-color: #FFF; }
  .don-edito .container {
    padding-top: .4em;
    padding-bottom: 1.6em; }
  .don-edito .block-title-regular {
    padding-bottom: 1.55em; }
  .don-edito p {
    margin-bottom: 1.25em;
    line-height: 125%; }
  .don-edito .btn {
    margin-top: .35em;
    margin-bottom: .4em;
    padding-right: 3rem;
    letter-spacing: .01em; }

.wrapper-intro {
  background-color: #F0F0F0; }
  .wrapper-intro .field--name-landing-title {
    margin: 0 0 1.95em;
    font-weight: 500;
    font-size: 3rem;
    line-height: 125%;
    color: #FFF; }
  .wrapper-intro__title-col {
    position: relative; }
    .wrapper-intro__title-col::before {
      content: '';
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; }
    .wrapper-intro__title-col > * {
      position: relative;
      z-index: 5; }
  .wrapper-intro__short-intro {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 140%; }
  .wrapper-intro .field--name-landing-description {
    padding: 2em 3em; }
  .wrapper-intro--color-1 .wrapper-intro__title-col {
    background-color: #E4007D; }
    .wrapper-intro--color-1 .wrapper-intro__title-col::before {
      background-color: #E4007D; }
  .wrapper-intro--color-2 .wrapper-intro__title-col {
    background-color: #0049E5; }
    .wrapper-intro--color-2 .wrapper-intro__title-col::before {
      background-color: #0049E5; }
  .wrapper-intro--color-3 .wrapper-intro__title-col {
    background-color: #FFCD00; }
    .wrapper-intro--color-3 .wrapper-intro__title-col::before {
      background-color: #FFCD00; }
  .wrapper-intro--color-4 .wrapper-intro__title-col {
    background-color: #672381; }
    .wrapper-intro--color-4 .wrapper-intro__title-col::before {
      background-color: #672381; }
  .wrapper-intro--color-5 .wrapper-intro__title-col {
    background-color: #37872D; }
    .wrapper-intro--color-5 .wrapper-intro__title-col::before {
      background-color: #37872D; }
  @media only screen and (min-width: 768px) {
    .wrapper-intro__title-col::before {
      right: -15px; } }
  @media only screen and (min-width: 992px) {
    .wrapper-intro .field--name-landing-title {
      font-size: 4rem; } }

.hub-selection-title {
  margin: .2em 0 1.5em;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  color: #000; }

.hub-selection-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.hub-selection-nav li {
  display: inline-block;
  margin: 0; }

.hub-selection-nav a {
  position: relative;
  display: inline-block;
  padding: 1em 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #1C1D33;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .hub-selection-nav a::after {
    content: '';
    display: block;
    width: calc(100% - 2rem);
    height: 7px;
    background-color: #0049E5;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .hub-selection-nav a.active::after, .hub-selection-nav a:hover::after, .hub-selection-nav a:focus::after {
    opacity: 1; }
  .hub-selection-nav a.active {
    font-weight: 600; }

@media only screen and (min-width: 1420px) {
  .hub-selection-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .hub-selection-nav li {
    position: relative;
    text-align: center;
    padding: 0 2em; }
    .hub-selection-nav li::after {
      content: '';
      display: block;
      width: 1px;
      height: 60%;
      background-color: #9B9B9B;
      opacity: .5;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 5;
      -webkit-transform: translateY(-70%);
              transform: translateY(-70%); }
    .hub-selection-nav li:last-child::after {
      display: none; }
  .hub-selection-nav a {
    display: block;
    min-width: 120px;
    height: 100%;
    padding: 0 1rem 1.4em; } }

.hub-pool {
  position: relative;
  padding: 3em 0 2em;
  background-color: #F4F4F4; }
  .hub-pool::before {
    content: '';
    display: block;
    width: calc(100vw - 17px);
    height: 100%;
    background-color: #F4F4F4;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .hub-pool-list {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    list-style: none;
    font-weight: 400;
    font-size: 1.8rem; }
    @media only screen and (min-width: 568px) {
      .hub-pool-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .hub-pool-item {
    padding: 7.5px 15px; }
    @media only screen and (min-width: 568px) {
      .hub-pool-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 768px) {
      .hub-pool-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        max-width: 33.33%;
        min-height: 168px;
        padding-top: 15px;
        padding-bottom: 15px; } }
    @media only screen and (min-width: 992px) {
      .hub-pool-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media only screen and (min-width: 1420px) {
      .hub-pool-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66%;
                flex: 0 0 16.66%;
        max-width: 16.66%; } }
    .hub-pool-item--bigger {
      font-weight: 700;
      font-size: 2.4rem; }
      .hub-pool-item--bigger .hub-pool-inner {
        vertical-align: middle; }
        @media only screen and (min-width: 768px) {
          .hub-pool-item--bigger .hub-pool-inner {
            padding-top: .6rem; } }
  .hub-pool-link {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 140%;
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .hub-pool-link strong {
      font-weight: 600;
      color: #0049E5;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .hub-pool-link .icon {
      display: block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      bottom: 50%;
      right: .5em;
      z-index: 5;
      fill: currentColor;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
    .hub-pool-link:hover, .hub-pool-link:focus {
      background-color: #0049E5;
      color: #FFF; }
      .hub-pool-link:hover strong, .hub-pool-link:focus strong {
        color: #FFF; }
  .hub-pool-inner {
    display: block;
    padding: 1rem 4.5rem 1rem 2rem; }
  @media only screen and (min-width: 768px) {
    .hub-pool-link {
      position: relative;
      padding-top: 100%; }
      .hub-pool-link .icon {
        width: 2.7rem;
        height: 2.7rem;
        bottom: 1.4em;
        right: 1.8em;
        -webkit-transform: none;
                transform: none; }
    .hub-pool-inner {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      padding: 1.6em 1.8em; } }

.colored-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  background-color: #FFF;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .colored-link .colored__wrapper {
    height: 100%; }
    .colored-link .colored__wrapper::after {
      display: none; }
  .colored-link .colored__content {
    height: 100%;
    min-height: 85px;
    padding: 1.2em 7rem 1.2em 1.2em; }
  .colored-link::after {
    content: '';
    display: block;
    width: 8rem;
    height: 8rem;
    background-color: #FFF;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 0; }
  .colored-link .icon {
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 5;
    fill: currentColor;
    -webkit-transform: none;
            transform: none; }
  @media only screen and (min-width: 768px) {
    .colored-link .colored__content {
      min-height: 155px;
      padding-right: 1.2em; } }
  @media only screen and (min-width: 992px) {
    .colored-link::after {
      bottom: -25px; }
    .colored-link .icon {
      bottom: 0;
      right: 0; } }

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

.related {
  text-align: center; }

.related__title {
  position: relative;
  margin: 1.5rem 0 3rem;
  padding-bottom: 2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #000;
  text-align: center;
  text-transform: initial !important; }
  .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: #0049E5; }

.related-teaser {
  background-color: #0049E5;
  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 15px 30px;
  background-color: #0049E5;
  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: #00287f;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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: #0049E5;
      border-color: #00287f;
      color: #FFF; }
      .related-teaser:hover::after, .related-teaser:focus::after, .related-teaser:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .related-teaser:hover, .related-teaser:focus {
    color: #FFF; }
  .related-teaser:active {
    color: #FFF !important;
    background-color: #0049E5 !important; }

.related-teaser__inner {
  height: 100%;
  display: block;
  padding: 30px 5rem 30px 30px;
  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% - (30px / 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.6rem; }
  .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% - 30px);
    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% - (30px) / 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: 2.8rem; }
  .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: 1420px) {
  .wrapper-related {
    padding-top: 6rem;
    padding-bottom: 11rem; }
  .related__title {
    font-size: 3rem; }
  .related-teaser {
    font-size: 2.5rem; }
  .related-teaser__inner {
    padding-right: 5rem;
    padding-left: 5rem;
    background-position: 50% calc(100% - 30px);
    background-size: 43px 43px; } }

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

.colored {
  margin: 2.4em 0 1.7em; }
  .colored__content {
    padding: 1em;
    background-color: #FFF; }
  .colored--no-padding .colored__content {
    padding: 0 0 1px !important; }
  @media only screen and (min-width: 992px) {
    .colored__content {
      padding: 1.4em 1.8em; } }
  .wrapper-grid__intro .colored {
    margin: 0 0 30px !important; }
  .colored--faded {
    border-color: #F4F4F4 !important;
    border-color: #F4F4F4 !important; }
    .colored--faded .colored__wrapper {
      border-color: #F4F4F4 !important;
      border-color: #F4F4F4 !important; }
      .colored--faded .colored__wrapper::before, .colored--faded .colored__wrapper::after {
        background-color: #E5E3E3 !important; }
    .colored--faded .colored__content::before, .colored--faded .colored__content::after {
      background-color: #E5E3E3 !important; }

.colored,
.president {
  border-top: 8px solid #0049E5;
  border-bottom: 8px solid #FFCD00; }
  .colored__wrapper::before, .colored__wrapper::after, .colored__content::before, .colored__content::after,
  .president__wrapper::before,
  .president__wrapper::after,
  .president__content::before,
  .president__content::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 5; }
  .colored__wrapper,
  .president__wrapper {
    position: relative;
    border-right: 8px solid #37872D;
    border-left: 8px solid #E4007D; }
    .colored__wrapper::before, .colored__wrapper::after,
    .president__wrapper::before,
    .president__wrapper::after {
      bottom: -8px; }
    .colored__wrapper::before,
    .president__wrapper::before {
      left: -8px;
      background-color: #BE0014; }
    .colored__wrapper::after,
    .president__wrapper::after {
      right: -8px;
      background-color:  #00AEC7; }
  .colored__content::before, .colored__content::after,
  .president__content::before,
  .president__content::after {
    top: -8px; }
  .colored__content::before,
  .president__content::before {
    left: -8px;
    background-color: #672381; }
  .colored__content::after,
  .president__content::after {
    right: -8px;
    background-color: #000C99; }
  @media only screen and (min-width: 992px) {
    .colored,
    .president {
      border-width: 25px 0; }
      .colored__wrapper::before, .colored__wrapper::after, .colored__content::before, .colored__content::after,
      .president__wrapper::before,
      .president__wrapper::after,
      .president__content::before,
      .president__content::after {
        width: 25px;
        height: 25px; }
      .colored__wrapper,
      .president__wrapper {
        position: relative;
        border-width: 0 25px; }
        .colored__wrapper::before, .colored__wrapper::after,
        .president__wrapper::before,
        .president__wrapper::after {
          bottom: -25px; }
        .colored__wrapper::before,
        .president__wrapper::before {
          left: -25px; }
        .colored__wrapper::after,
        .president__wrapper::after {
          right: -25px; }
      .colored__content::before, .colored__content::after,
      .president__content::before,
      .president__content::after {
        top: -25px; }
      .colored__content::before,
      .president__content::before {
        left: -25px; }
      .colored__content::after,
      .president__content::after {
        right: -25px; } }

.president {
  max-width: 594px;
  margin: 0 auto !important; }
  .president__picture-wrapper {
    overflow: hidden;
    height: 244px; }
    .president__picture-wrapper img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .president__text {
    padding: 2rem;
    font-size: 2rem; }
  .president__title {
    margin: 0 0 .5em;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 130%;
    color: #000; }
  @media only screen and (min-width: 768px) {
    .president__text {
      padding: 1.8rem 2rem; } }
  @media only screen and (min-width: 992px) {
    .president__text {
      padding: 3.6rem 3.4rem; } }
  @media only screen and (min-width: 1420px) {
    .president {
      float: right; } }

.paragraph-slideshow__item__link,
.paragraph-slideshow__item__title {
  display: block; }
  .paragraph-slideshow__item__link::before, .paragraph-slideshow__item__link::after,
  .paragraph-slideshow__item__title::before,
  .paragraph-slideshow__item__title::after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #0049E5;
    position: absolute;
    z-index: 4; }
  .paragraph-slideshow__item__link::before,
  .paragraph-slideshow__item__title::before {
    left: 0; }
  .paragraph-slideshow__item__link::after,
  .paragraph-slideshow__item__title::after {
    right: 0; }
  .block-title--color-1 .paragraph-slideshow__item__link::before, .block-title--color-1 .paragraph-slideshow__item__link::after, .block-title--color-1
  .paragraph-slideshow__item__title::before, .block-title--color-1
  .paragraph-slideshow__item__title::after {
    background-color: #0039b2; }
  .block-title--color-2 .paragraph-slideshow__item__link::before, .block-title--color-2 .paragraph-slideshow__item__link::after, .block-title--color-2
  .paragraph-slideshow__item__title::before, .block-title--color-2
  .paragraph-slideshow__item__title::after {
    background-color: #b10061; }
  .block-title--color-3 .paragraph-slideshow__item__link::before, .block-title--color-3 .paragraph-slideshow__item__link::after, .block-title--color-3
  .paragraph-slideshow__item__title::before, .block-title--color-3
  .paragraph-slideshow__item__title::after {
    background-color: #cca400; }
  .block-title--color-4 .paragraph-slideshow__item__link::before, .block-title--color-4 .paragraph-slideshow__item__link::after, .block-title--color-4
  .paragraph-slideshow__item__title::before, .block-title--color-4
  .paragraph-slideshow__item__title::after {
    background-color: #0ba590; }
  .block-title--color-5 .paragraph-slideshow__item__link::before, .block-title--color-5 .paragraph-slideshow__item__link::after, .block-title--color-5
  .paragraph-slideshow__item__title::before, .block-title--color-5
  .paragraph-slideshow__item__title::after {
    background-color: #276120; }
  .block-title--color-6 .paragraph-slideshow__item__link::before, .block-title--color-6 .paragraph-slideshow__item__link::after, .block-title--color-6
  .paragraph-slideshow__item__title::before, .block-title--color-6
  .paragraph-slideshow__item__title::after {
    background-color: #471859; }
  .block-title--color-7 .paragraph-slideshow__item__link::before, .block-title--color-7 .paragraph-slideshow__item__link::after, .block-title--color-7
  .paragraph-slideshow__item__title::before, .block-title--color-7
  .paragraph-slideshow__item__title::after {
    background-color: #125463; }

.paragraph-slideshow__item__link {
  position: relative; }
  .paragraph-slideshow__item__link::before, .paragraph-slideshow__item__link::after {
    top: 0; }

.paragraph-slideshow__item__title::before, .paragraph-slideshow__item__title::after {
  bottom: 0; }

@media only screen and (min-width: 992px) {
  .paragraph-slideshow__wrapper .block-title-regular {
    padding: 3.5rem 0 4rem; } }

@media only screen and (min-width: 992px) {
  .paragraph-slideshow__container {
    margin: 5rem 6.2rem 3.5rem; } }

.paragraph-slideshow__button-prev,
.paragraph-slideshow__button-next {
  width: 45px;
  height: 45px; }

@media only screen and (min-width: 992px) {
  .paragraph-slideshow__button-prev,
  .paragraph-slideshow__button-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px; } }

@media only screen and (max-width: 991px) {
  .paragraph-slideshow__button-prev,
  .paragraph-slideshow__button-next {
    margin: 10px;
    margin: 1rem; } }

.paragraph-slideshow__button-prev img,
.paragraph-slideshow__button-prev svg,
.paragraph-slideshow__button-next img,
.paragraph-slideshow__button-next svg {
  width: 45px;
  height: 45px;
  padding: 1px; }

.paragraph-slideshow__button-prev img path,
.paragraph-slideshow__button-prev svg path,
.paragraph-slideshow__button-next img path,
.paragraph-slideshow__button-next svg path {
  fill: #acafb3;
  stroke: #acafb3;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.block-title--color-1 .paragraph-slideshow__button-prev img:hover path,
.block-title--color-1 .paragraph-slideshow__button-prev svg:hover path,
.block-title--color-1 .paragraph-slideshow__button-next img:hover path,
.block-title--color-1 .paragraph-slideshow__button-next svg:hover path {
  fill: #0049E5;
  stroke: #0049E5; }

.block-title--color-2 .paragraph-slideshow__button-prev img:hover path,
.block-title--color-2 .paragraph-slideshow__button-prev svg:hover path,
.block-title--color-2 .paragraph-slideshow__button-next img:hover path,
.block-title--color-2 .paragraph-slideshow__button-next svg:hover path {
  fill: #E4007D;
  stroke: #E4007D; }

.block-title--color-3 .paragraph-slideshow__button-prev img:hover path,
.block-title--color-3 .paragraph-slideshow__button-prev svg:hover path,
.block-title--color-3 .paragraph-slideshow__button-next img:hover path,
.block-title--color-3 .paragraph-slideshow__button-next svg:hover path {
  fill: #FFCD00;
  stroke: #FFCD00; }

.block-title--color-4 .paragraph-slideshow__button-prev img:hover path,
.block-title--color-4 .paragraph-slideshow__button-prev svg:hover path,
.block-title--color-4 .paragraph-slideshow__button-next img:hover path,
.block-title--color-4 .paragraph-slideshow__button-next svg:hover path {
  fill:  #00AEC7;
  stroke:  #00AEC7; }

.block-title--color-5 .paragraph-slideshow__button-prev img:hover path,
.block-title--color-5 .paragraph-slideshow__button-prev svg:hover path,
.block-title--color-5 .paragraph-slideshow__button-next img:hover path,
.block-title--color-5 .paragraph-slideshow__button-next svg:hover path {
  fill: #37872D;
  stroke: #37872D; }

.block-title--color-6 .paragraph-slideshow__button-prev img:hover path,
.block-title--color-6 .paragraph-slideshow__button-prev svg:hover path,
.block-title--color-6 .paragraph-slideshow__button-next img:hover path,
.block-title--color-6 .paragraph-slideshow__button-next svg:hover path {
  fill: #672381;
  stroke: #672381; }

.block-title--color-7 .paragraph-slideshow__button-prev img:hover path,
.block-title--color-7 .paragraph-slideshow__button-prev svg:hover path,
.block-title--color-7 .paragraph-slideshow__button-next img:hover path,
.block-title--color-7 .paragraph-slideshow__button-next svg:hover path {
  fill: #1a788e;
  stroke: #1a788e; }

.paragraph-slideshow__button-prev.swiper-button-disabled,
.paragraph-slideshow__button-next.swiper-button-disabled {
  display: none; }

@media only screen and (max-width: 991px) {
  .paragraph-slideshow__buttons {
    margin: 10px 0px 20px;
    margin: 1rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (min-width: 992px) {
  .paragraph-slideshow__button-prev {
    right: auto;
    left: 0; } }

.paragraph-slideshow__button-prev img,
.paragraph-slideshow__button-prev svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.paragraph-slideshow__item {
  height: 313px; }

.block-title--color-1 .paragraph-slideshow__item__title {
  border-color: #0049E5; }

.block-title--color-2 .paragraph-slideshow__item__title {
  border-color: #E4007D; }

.block-title--color-3 .paragraph-slideshow__item__title {
  border-color: #FFCD00; }

.block-title--color-4 .paragraph-slideshow__item__title {
  border-color:  #00AEC7; }

.block-title--color-5 .paragraph-slideshow__item__title {
  border-color: #37872D; }

.block-title--color-6 .paragraph-slideshow__item__title {
  border-color: #672381; }

.block-title--color-7 .paragraph-slideshow__item__title {
  border-color: #1a788e; }

.paragraph-slideshow__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 181px;
  border: 2.4rem solid #0049E5;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  text-align: center; }

@media only screen and (min-width: 1380px) {
  .paragraph-slideshow__item__title {
    padding: 1.5rem; } }

.paragraph-slideshow__item__hover {
  padding: 2.4rem;
  display: none;
  color: #000;
  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;
  font-weight: 500;
  font-size: 1.4rem;
  color: #FFF; }

.block-title--color-1 .paragraph-slideshow__item__hover {
  background-color: #0049E5; }

.block-title--color-2 .paragraph-slideshow__item__hover {
  background-color: #E4007D; }

.block-title--color-3 .paragraph-slideshow__item__hover {
  background-color: #FFCD00;
  color: #000; }

.block-title--color-4 .paragraph-slideshow__item__hover {
  background-color:  #00AEC7; }

.block-title--color-5 .paragraph-slideshow__item__hover {
  background-color: #37872D; }

.block-title--color-6 .paragraph-slideshow__item__hover {
  background-color: #672381; }

.block-title--color-7 .paragraph-slideshow__item__hover {
  background-color: #1a788e; }

.paragraph-slideshow__item__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paragraph-slideshow__item__text p {
    margin: 0; }

@media only screen and (min-width: 992px) {
  .paragraph-slideshow__item__hover {
    display: block; } }

.paragraph-slideshow__item__hover .icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 22px;
  height: 22px;
  fill: currentColor; }

.paragraph-slideshow__item:focus,
.paragraph-slideshow__item:hover {
  opacity: 1; }

.paragraph-slideshow__item:focus .paragraph-slideshow__item__hover,
.paragraph-slideshow__item:hover .paragraph-slideshow__item__hover {
  opacity: 1; }

/* page legs */
.page-tools .btn.appeler::before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  margin-top: -10px;
  -webkit-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
  background: url(https://www.fondation-arc.org/themes/custom/farc/components/icons/phone.svg) transparent no-repeat 0 50%;
  margin-left: 13px; }

.page-tools .btn.appeler {
  color: black;
  background-color:  #FFCC00;
  width: 270px;
  padding-left: 5rem;
  text-align: left; }

.btn.question::before {
  background: url(../images/icon-arrow-right-dark.svg) transparent no-repeat 0 50%; }

a.btn.btn-don.brochure {
  width: 270px;
  padding-left: 5rem;
  text-align: left; }
  a.btn.btn-don.brochure .icon {
    right: inherit;
    left: 1rem; }

a.btn.btn-don.brochure::before {
  background: url(https://www.fondation-arc.org/themes/custom/farc/components/icons/livre.svg) transparent no-repeat 0 50%;
  margin-left: 13px; }

.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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
  display: -ms-flexbox;
  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: 260px;
    height: auto;
    -o-object-position: 0 0;
       object-position: 0 0;
    -o-object-fit: contain;
       object-fit: contain; }
  .args-agir-cancersinformer-sur-les-legs article.embedded-entity.en-savoir-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.is-page-node-type-type-page div#contacts-privilegies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.is-page-node-type-type-page div#contacts-privilegies-icone {
  width: 20px;
  height: 24px;
  margin-top: 5px; }

.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(https://www.fondation-arc.org/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; }

.is-page-node-type-type-page .image-contacts-privilegie {
  border-radius: 50%;
  width: 50px;
  height: auto;
  margin-top: 15px; }

.is-page-node-type-type-page .name-contacts-privilegie {
  margin-left: 15px;
  display: inline-grid;
  font-size: 14px; }

.is-page-node-type-type-page #contact-privilegies-wrapper {
  padding: 7px;
  border: 1px solid #F0F0F0;
  width: 270px; }

@media only screen and (max-width: 460px) {
  .args-agir-cancersinformer-sur-les-legs .formulaire-content {
    float: right; } }

.block-mes-contacts-priviligies > div {
  margin-right: auto;
  margin-left: auto;
  text-align: left; }

@media only screen and (min-width: 768px) {
  .block-mes-contacts-priviligies > div {
    margin-right: 0;
    margin-left: 0; } }

.reponse-pic {
  text-align: center; }
  .reponse-pic img {
    display: inline-block; }
  @media only screen and (min-width: 992px) {
    .reponse-pic {
      -ms-flex-item-align: stretch;
          align-self: stretch;
      padding-left: 0 !important; }
      .reponse-pic img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.reponse-text {
  padding-top: 1em; }

.message {
  max-width: 650px;
  margin: 0 auto;
  padding: 1rem 3rem; }
  .message__pic {
    display: block;
    width: 76px;
    margin: 0 auto .4rem; }
  .message__title {
    margin: 0 0 2rem;
    padding: 0;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 125%;
    color: #3A3B4E; }
  .message__footer {
    padding: 2rem 0;
    text-align: center; }
  .message--order .message__pic {
    width: 80px;
    margin-top: -2.1rem;
    margin-bottom: 1.2rem; }
  .message--order .message__title {
    margin-top: 0 !important;
    margin-bottom: 1.4rem !important; }
  .message--order p {
    margin-bottom: 1.6rem; }

.back-home {
  position: relative;
  display: inline-block;
  padding: 2rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .back-home__inner {
    position: relative;
    z-index: 5;
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 2px;
    padding: 2rem 2rem 2rem 5rem;
    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='-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 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.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");
    background-color: #0049E5;
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 30px 30px;
    font-weight: 500;
    font-size: 2rem;
    color: #FFF;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

#edit-submit-wrapper {
  position: relative; }
  #edit-submit-wrapper::before {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 73, 229, 0.7); }
  #edit-submit-wrapper input, #edit-submit-wrapper button {
    position: relative;
    z-index: 5; }

@media only screen and (min-width: 768px) {
  .message {
    padding: 2rem; }
    .message__title {
      font-size: 2.6rem; }
    .message__footer {
      padding-top: 4rem; }
    .message--order .message__title {
      font-size: 2.3rem; }
  .back-home__inner {
    padding-right: 5rem;
    padding-left: 8rem;
    background-position: 2rem 50%;
    background-size: 44px 44px; } }

@media only screen and (min-width: 992px) {
  .message {
    padding: 0; }
    .message__title {
      margin-bottom: 3rem;
      font-size: 3rem; }
    .message__footer {
      padding-top: 5rem; }
    .message--order {
      padding-bottom: 4rem; }
      .message--order .message__title {
        font-size: 2.4rem; }
  .back-home__inner {
    padding-left: 12rem;
    padding-right: 5.5rem;
    background-position: 3rem 50%; }
  .back-home:hover .back-home__inner, .back-home:focus .back-home__inner {
    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='-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 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 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");
    background-color: #FFF;
    color: #000; } }

@media only screen and (min-width: 1420px) {
  .message__footer {
    padding-top: 6rem; } }

.soutenez__title {
  position: relative;
  margin: 1rem 0 .9em !important;
  padding: 0 0 .8em;
  font-weight: 700 !important;
  font-size: 2.7rem; }
  .soutenez__title strong {
    color: #E4007D; }

.soutenez__text {
  padding: 1rem 0;
  background-color: #FFF; }

.soutenez__pic img {
  max-width: 100%;
  height: auto; }

.block-title--single-column__white-bg {
  background-color: #FFF; }

@media only screen and (min-width: 768px) {
  .soutenez {
    max-width: 640px;
    margin: 0 auto 2rem; }
    .soutenez__title {
      font-size: 3rem; }
      .soutenez__title strong {
        display: block; }
    .soutenez__content {
      position: relative; }
    .soutenez__text {
      max-width: 50%;
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 1.4rem 2rem 0; }
      .soutenez__text .btn {
        margin-top: 2rem;
        margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .soutenez {
    margin-bottom: 4rem; }
    .soutenez__title {
      font-size: 3.2rem; }
    .soutenez__text {
      padding-top: 2rem;
      padding-right: 2.2rem;
      padding-left: 2.6rem; } }

@media only screen and (min-width: 1420px) {
  .soutenez {
    margin-bottom: 6rem; }
    .soutenez__title {
      font-size: 3.5rem !important; }
    .soutenez__text {
      padding-top: 3.2rem;
      padding-left: 4rem; } }

@media only screen and (max-width: 991px) {
  .is-path-publications .block-farc-modal ul {
    display: block !important; }
    .is-path-publications .block-farc-modal ul li {
      width: 100% !important;
      margin-bottom: 1.4rem !important; }
      .is-path-publications .block-farc-modal ul li::before {
        width: 3rem !important;
        height: 3rem !important; } }

.block-farc-publications-steps ul {
  margin-left: 0;
  padding-left: 0; }

.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: #000;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 5;
    opacity: .7;
    border-left: 1px solid rgba(0, 0, 0, 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: 0 0 0 40px;
  text-align: left;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: 110% !important;
  min-height: 30px;
  max-width: 136px; }
  .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; }

.download-document-info {
  display: block;
  font-weight: 400;
  font-size: 1.2rem; }

.shop-it: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='32px' height='32px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath d='M31.8,6c-1.9-2.8-5-4.5-8.4-4.5c0,0,0,0,0,0c-2.8,0-5.5,1.2-7.4,3.2c-1.9-2-4.6-3.2-7.4-3.2C5.2,1.5,2.1,3.2,0.2,6 C0.1,6.3,0,6.5,0,6.7v22.5c0,0.5,0.4,1,0.9,1.2c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,1-0.6c1.4-2.2,3.8-3.4,6.3-3.4s4.9,1.2,6.3,3.4 c0,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.2,0.2c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.1,0,0.2-0.1,0.2-0.2 c0,0,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c1.4-2.2,3.8-3.4,6.3-3.4c2.6,0,4.9,1.2,6.3,3.4c0.3,0.5,0.9,0.7,1.4,0.5 c0.5-0.2,0.9-0.6,0.9-1.2V6.7C32,6.5,31.9,6.3,31.8,6z M8.6,24c-2.2,0-4.4,0.7-6.1,2.1V7.1C4,5.2,6.2,4,8.6,4c2.5,0,4.7,1.1,6.1,3.1 v18.9C13,24.8,10.9,24,8.6,24z M29.5,26.1c-1.7-1.3-3.9-2.1-6.1-2.1c0,0,0,0,0,0c-2.2,0-4.4,0.8-6.1,2.1V7.2c1.5-2,3.7-3.1,6.1-3.1 c2.5,0,4.7,1.1,6.1,3.1V26.1z'/%3E%3C/svg%3E") !important;
  background-size: 23px 23px !important; }

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

  .btn-continue-shopping:hover {
    background-color: #fff !important;
    color:  #000 !important;
  }

  .btn-continue-shopping:hover::after {
    background-color: #fff !important;
  } 

.btn-continue-shopping {

  color: #FFF;
  background-color: #0049E5;
  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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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,
.btn-sendit4free {
  background-color: #FFCD00;
  color: #000;
  background-color: #FFCD00;
  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,
  .btn-sendit4free::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #997b00;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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,
    .btn-sendit4free:hover,
    .btn-sendit4free:focus,
    .btn-sendit4free:active {
      background-color: #FFCD00;
      border-color: #997b00;
      color: #FFF; }
      .btn-proceed2checkout:hover::after, .btn-proceed2checkout:focus::after, .btn-proceed2checkout:active::after,
      .btn-sendit4free:hover::after,
      .btn-sendit4free:focus::after,
      .btn-sendit4free:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .btn-proceed2checkout::before,
  .btn-sendit4free::before {
    background-position: 50% 50%; }

.btn-proceed2checkout::before {
  width: 21px !important;
  height: 21px !important;
  margin-top: -12px !important;
  background-size: 21px 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; }

.btn-sendit4free::before {
  width: 30px !important;
  height: 30px !important;
  margin-top: -12px !important;
  margin-bottom: -4px !important;
  background-size: 30px 30px !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' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath fill='%23000000' d='M31.8,6c-1.9-2.8-5-4.5-8.4-4.5c0,0,0,0,0,0c-2.8,0-5.5,1.2-7.4,3.2c-1.9-2-4.6-3.2-7.4-3.2C5.2,1.5,2.1,3.2,0.2,6 C0.1,6.3,0,6.5,0,6.7v22.5c0,0.5,0.4,1,0.9,1.2c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,1-0.6c1.4-2.2,3.8-3.4,6.3-3.4s4.9,1.2,6.3,3.4 c0,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.2,0.2c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.1,0,0.2-0.1,0.2-0.2 c0,0,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c1.4-2.2,3.8-3.4,6.3-3.4c2.6,0,4.9,1.2,6.3,3.4c0.3,0.5,0.9,0.7,1.4,0.5 c0.5-0.2,0.9-0.6,0.9-1.2V6.7C32,6.5,31.9,6.3,31.8,6z M8.6,24c-2.2,0-4.4,0.7-6.1,2.1V7.1C4,5.2,6.2,4,8.6,4c2.5,0,4.7,1.1,6.1,3.1 v18.9C13,24.8,10.9,24,8.6,24z M29.5,26.1c-1.7-1.3-3.9-2.1-6.1-2.1c0,0,0,0,0,0c-2.2,0-4.4,0.8-6.1,2.1V7.2c1.5-2,3.7-3.1,6.1-3.1 c2.5,0,4.7,1.1,6.1,3.1V26.1z'/%3E%3C/svg%3E"); }

.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: #000;
  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: #0049E5;
    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: #000; }

.sorting__item--active {
  font-weight: 700; }
  .sorting__item--active .sorting__link {
    font-weight: 700; }

.reset-link {
  padding: 0 2rem 2rem !important;
  background-color: #0049E5;
  width: 100% !important; }
  .reset-link:after {
    display: none !important; }

.block-region-reset-link {
  max-width: calc(1410px - 4rem);
  margin: 0 auto;
  padding: 0; }

.block-reset-filter-block {
  text-align: left; }
  .block-reset-filter-block a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 3.6rem;
    color: #FFF !important; }
    .block-reset-filter-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-filter-block a:hover:before, .block-reset-filter-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); }
  .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: 1420px) {
  .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: 30px !important; } }

.view-header__actions {
  padding: 2rem 0 0;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .block-region-results .view-display-tall-header .view-header {
    position: relative;
    padding-top: 11rem !important;
    padding-bottom: 1.4rem !important; }
  .view-header__actions {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    text-align: left; } }

.mt40 {
  margin-top: 4rem !important; }

.pt40 {
  padding-top: 4rem !important; }

#publication-customer-data-customer-data-form .newsletter-meta-wrapper .field--name-customer-data-newsletter {
  float: none;
  margin-left: 0;
  margin-bottom: 3rem;
  padding-top: .10rem;
  width: auto;
  background-color: #F0F0F0; }
  #publication-customer-data-customer-data-form .newsletter-meta-wrapper .field--name-customer-data-newsletter .form-item {
    margin-bottom: 0;
    border-bottom: none;
    float: none; }

.newsletter-meta-wrapper {
  position: relative;
  margin-top: 4rem;
  padding: 0 15px;
  border-bottom: 5px solid #F0F0F0; }
  .newsletter-meta-wrapper__icon1, .newsletter-meta-wrapper__icon2 {
    display: none; }
  .newsletter-meta-wrapper__inner {
    border-top: 5px solid #F0F0F0;
    padding: 2rem 0 0; }
  .newsletter-meta-wrapper__title {
    margin: 0 0 1em;
    font-weight: 600;
    font-size: 1.6rem; }

@media only screen and (min-width: 768px) {
  .newsletter-meta-wrapper__icon1, .newsletter-meta-wrapper__icon2 {
    display: block;
    position: absolute;
    z-index: 5; }
  .newsletter-meta-wrapper__icon1 {
    width: 70px;
    height: 70px;
    top: 1.5rem;
    left: 1rem; }
  .newsletter-meta-wrapper__icon2 {
    width: 40px;
    height: 40px;
    top: 9rem;
    left: 4rem; }
  .newsletter-meta-wrapper__inner {
    padding-left: calc(11.6% + 30px); } }

@media only screen and (min-width: 992px) {
  .newsletter-meta-wrapper {
    width: 87.5%;
    margin-left: 12.5%; }
    .newsletter-meta-wrapper__icon1 {
      width: 60px;
      height: 60px;
      top: 6rem;
      left: 1rem; }
    .newsletter-meta-wrapper__icon2 {
      width: 30px;
      height: 30px;
      top: 12rem;
      left: 3.8rem; } }

@media only screen and (min-width: 1420px) {
  .newsletter-meta-wrapper__icon1 {
    width: 70px;
    height: 70px;
    top: 2rem; }
  .newsletter-meta-wrapper__icon2 {
    width: 40px;
    height: 40px;
    top: 9rem; } }

.popin-half .information-material-quantity-selector div.form-item > .ui-spinner {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 1em !important; }

.popin-half-a p {
  margin: 0 0 1.2em; }
  .popin-half-a p:last-child {
    margin-bottom: .4em; }

.popin-half-b {
  padding: 10px;
  background-color: #FFF;
  text-align: center; }
  .popin-half-b p {
    font-size: 1.6rem;
    text-align: center; }

@media only screen and (min-width: 992px) {
  .popin-half {
    display: table; }
  .popin-half-a,
  .popin-half-b {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
  .popin-half-a {
    padding-right: 40px; }
    .popin-half-a .information-material-description {
      margin-bottom: 0 !important; }
  .popin-half-b {
    padding-top: 20px;
    padding-bottom: 0;
    background-color: #FFF; } }

.popin-info-message {
  position: relative;
  margin: 1em 0 0;
  padding: .5em .5em .5em 0; }
  .popin-info-message__icon {
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .popin-info-message__icon img, .popin-info-message__icon svg {
      display: block;
      width: 100%;
      height: 100%; }
  .popin-info-message__content {
    padding: 0 0 0 6rem;
    font-weight: 400;
    font-size: 1.4rem; }
    .popin-info-message__content p {
      margin: 0; }

.block-title--single-column__white-bg {
  position: relative; }
  .block-title--single-column__white-bg::after {
    content: '';
    display: block;
    width: calc(100vw - 17px);
    height: 100%;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

#publication-customer-data-customer-data-form .newsletter-meta-wrapper .field--name-customer-data-newsletter .form-item {
  padding: .6em 1em 1.4em .8em; }

@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 {
    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,
  .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  FINNNNN*/
/* new fixes.css */

/*swiper.css DEBUT*/
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* swipeer.css FINN */
/* slideshow.css debutttt */
/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 11, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow {
  background: url(../..//images/block-slideshow.jpg) transparent no-repeat 0 0;
  background-size: cover;
  height: 510px;
  width: 460px;
}

@media only screen and (max-width: 767px) {
  /* line 11, components/components/block-slideshow/block-slideshow.scss */

  .block-slideshow {
    height: 41rem;
    width: 100%;
  }
}

/* line 23, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow .swiper-wrapper {
  -webkit-box-align: stretch;
  align-items: stretch;
}

/* line 27, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__buttons-wrapper {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90px;
  width: 230px;
  z-index: 4;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

/* line 38, components/components/block-slideshow/block-slideshow.scss */

.hub-header__banner .swiper-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 230px 230px;
  border-color: transparent transparent rgba(28, 29, 51, 0.7);
}

/* line 52, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow--looped .block-slideshow__buttons-wrapper {
  visibility: visible;
}

/* line 57, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__button-prev,
.block-slideshow__button-next {
  margin: 20px 20px 20px 0px;
  margin: 2rem 2rem 2rem 0;
  z-index: 2;
  cursor: pointer;
}

/* line 63, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__button-prev img,
.block-slideshow__button-prev svg,
.block-slideshow__button-next img,
.block-slideshow__button-next svg {
  width: 50px;
  height: 50px;
}

/* line 68, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__button-prev img path,
/* .block-slideshow__button-prev svg path, */
.block-slideshow__button-next img path
/* .block-slideshow__button-next svg path  */
{
  fill: #fff;
}

/* line 73, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__button-prev img #lyr2 path,
.block-slideshow__button-prev svg #lyr2 path,
.block-slideshow__button-next img #lyr2 path,
.block-slideshow__button-next svg #lyr2 path {
  stroke: #fff;
}

/* line 79, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__button-prev.swiper-button-disabled,
.block-slideshow__button-next.swiper-button-disabled {
  visibility: hidden;
}

/* line 86, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__button-prev img,
.block-slideshow__button-prev svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 94, components/components/block-slideshow/block-slideshow.scss */

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

@media only screen and (max-width: 767px) {
  /* line 100, components/components/block-slideshow/block-slideshow.scss */

  .block-slideshow__text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
}

/* line 106, components/components/block-slideshow/block-slideshow.scss */

.block-slideshow__text span {
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 100px 120px 75px 85px;
  padding: 10rem 12rem 7.5rem 8.5rem;
  font-size: 40px;
  font-size: 4rem;
  line-height: 48px;
  line-height: 4.8rem;
  color: #fff;
  font-weight: 100;
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 106, components/components/block-slideshow/block-slideshow.scss */

  .block-slideshow__text span {
    padding: 20px 50px 20px 20px;
    padding: 2rem 5rem 2rem 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
}
/* slideshow.css finnnn */


/* HEADER ============== */

#main-don-dropdown,
#block-farc-donationheader {
  padding: 7rem 0;
}

.wrapper-don--action form>div {
  padding-top: 0 !important;
}

span.ui-button-text:hover {
  background-color: #FFF;
  color: #C32762;
}

#block-farc-donationheader .field.field--name-donation-module-link.field--type-link.field--label-hidden.field__item {
  display: none;
}


@media only screen and (max-width: 767px) {
  #main-menu-dropdown .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* HEADER END ============== */



/* FOOTER ============== */

.footer-button:before {
  background-image: url("https:/www.fondation-arc.org/themes/custom/farc/images/icon-arrow-right.svg");
}

.pins__certification img {
  max-width: 100%;
  height: auto;
}

/* FOOTER END ============== */





/* custom css */
@media only screen and (min-width:768px) {
  .ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label {
    width: 145px;
  }

  .field--name-quantity-selector .field__label {
    width: 145px;
  }
}

.ui-dialog.popup-dialog-information-material .information-material-quantity-selector div.form-item,
.paragraph--information-material-order .group-right .field--name-quantity-selector .form-item {
  margin-top: 0;
}

.ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label,
.field--name-quantity-selector .field__label {
  display: inline-block;
  width: 135px !important;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}

.field--name-quantity-selector .field__label {
  width: 145px !important;
}

.paragraph--information-material-order .group-right .field--name-quantity-selector {
  display: block !important;
}

.field--name-liste-actu .block-title--color-4 .teaser:hover .field--name-period {
  color: #fff;
}

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

.ui-dialog-titlebar [type='button']::before {
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/X.png);
  background-size: cover;
}

.is-path-publications .block-region-center .field--name-body .btn {
  color: #fff;
  text-decoration: none;
  font-family: 'Lato';
  padding: 16px 40px !important;
  margin-bottom: 0;
}

.is-path-publications .block-region-center .field--name-body .btn:before {
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/white-book.png) !important;
  background-size: cover !important;
  width: 29px !important;
  height: 26px !important;
  margin-right: 15px;
}

.is-path-publications .block-region-center .field--name-body p:first-child {
  margin-bottom: 24px;
}

.is-path-publications .block-region-center .field--name-body p:last-child {
  margin-bottom: 0;
}

.wrapper-contact--color-4 .block-title-regular {
  padding-top: 0;
}

@media only screen and (max-width:768px) {
  .phone-second-line {
    padding-left: 103px;
  }

  .ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label {
    margin-top: 16px
  }
}

@media only screen and (max-width:998px) {
  .wrapper-contact--color-4 .block-title-regular {
    padding-top: 2rem;
  }

  .wrapper-links .field--name-hub-page-info-material a.shop-it {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.block-title--single-column.title-list .farc-block__title-wrapper {
  position: relative;
}

.no-padding-top {
  padding-top: 0 !important;
}

.block-region-filtersrevamped div.facets-dropdown {
  font-weight: 700;
  font-size: 1.6rem;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container.chosen-container-single .chosen-single span,
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  font-weight: 700;
  font-size: 1.6rem;
}

.block-reset-filter-block {
  text-align: left;
}

.block-region-filtersrevamped .block-sort-by-order-block .form-item,
.block-region-filtersrevamped .block-project-status-filter-block .form-item {
  margin: 0;
}

.block-region-filtersrevamped .block-sort-by-order-block .form-item label,
.block-region-filtersrevamped .block-project-status-filter-block .form-item label {
  margin-bottom: 1rem;
  padding: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .block-title--single-column__inside {
    padding: 0 1rem;
  }
}

.block-region-results .view-search-global .information-material .information-material__links .teaser__link .ajax-progress {
  display: none;
}

.wrapper-links .field--name-hub-page-info-material a.shop-it {
  padding-left: 50px;
  line-height: 30px !important;
}

.wrapper-links .file a.download-document {
  display: flex;
  align-items: center;
  min-height: auto;
}

.wrapper-links .file a.download-document:before {
  position: relative;
  margin-right: 10px;
}

.minishortcut__title-inner p {
  margin: 0;
}

body .intro {
  background-color: transparent;
}

.hub-layout .wrapper-connexe {
  margin-bottom: 0;
}

/*.wrapper-sitemap a:hover{color:inherit;}*/
.popup-dialog-cancer .modal-selector-form {
  height: 100%;
}

.page-category-support .flag-basket-information-material a {
  color: #fff;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before {
  left: 0;
}

.teaser--color .teaser__text.teaser_edition {
  font-weight: bold;
  margin-top: 8px;
}

.is-path-recherche-cancer .wrapper-grid--action {
  background-color: transparent;
}



/*==== evolution changes ===*/
.shortcut__title p {
  margin: 0;
}

.wrapper-don input {
  display: none;
}

.wrapper-don .form-item-punctual-donation-other input,
.wrapper-don .form-item-regular-donation-other input,
.wrapper-don input[type="submit"] {
  display: block;
}

.wrapper-don input[type="radio"]:hover+label,
.wrapper-don input[type="radio"]:focus+label {
  color: #C32762;
}

label.selected {
  color: #FFF !important;
  background-color: #C32762 !important;
}

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

#views-exposed-form-search-glossary-ac-fulltext-search {
  position: relative;
  margin: 0 0 .5rem;
  padding: .5rem 0 0;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item {
  float: none;
  margin: 0;
}

.page-category-actualitÃ©s .wrapper-primary {
  margin-top: -8px;
}

.edito .field--name-add-paragraph h2 {
  margin-top: 0;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item label {
  display: none;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item 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;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 2.4rem;
  font-weight: 300;
  font-style: italic;
  color: #FFF;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item input::-moz-placeholder {
  font-size: 2.4rem;
  /* Firefox 19+ */
  font-weight: 300;
  font-style: italic;
  color: #FFF;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item input:-ms-input-placeholder {
  font-size: 2.4rem;
  /* IE 10+ */
  font-weight: 300;
  font-style: italic;
  color: #FFF;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus::-webkit-input-placeholder {
  font-size: 2.4rem;
  color: #49546F;
  /* Chrome/Opera/Safari */
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus::-moz-placeholder {
  font-size: 2.4rem;
  color: #49546F;
  /* Firefox 19+ */
}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus:-ms-input-placeholder {
  font-size: 2.4rem;
  color: #49546F;
  /* IE 10+ */
}

#views-exposed-form-search-glossary-ac-fulltext-search .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: 0;
  right: 0;
  font-size: 1px;
  color: #253455;
  text-indent: -100px;
  overflow: hidden;
  margin: 0;
}

.teaser--suggest .information-material__content .information-material__content-info {
  float: left;
  max-width: 178px;
}

@media only screen and (min-width: 768px) and (max-height: 900px) {
  .suggested-content__cards .teaser .information-material__content-info {
    max-width: 100%;
  }
}

.wrapper-hub-header .hub-header__intro {
  background-color: #004AE5;
}

.wrapper-hub-header .row {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}

.wrapper-hub-header .hub-header__banner {
  padding-left: 35px;
}

.wrapper-hub-header .hub-header__banner .block-slideshow {
  height: 100%;
  width: auto;
}

.wrapper-hub-header .hub-header__banner .block-slideshow__text span {
  padding: 65px 0 60px;
  font-size: 3.6rem;
  line-height: 1.37;
}

.wrapper-hub-header .hub-header__banner .block-slideshow__text strong {
  color: #004AE5;
}

.wrapper-hub-header .hub-header__intro .intro {
  padding-top: 30px;
  padding-bottom: 20px;
  color: #fff;
  background-color:
}

.wrapper-hub-header .hub-header__intro .intro h1 {
  color: #fff;
}

.wrapper-hub-header .hub-header__intro .brochure {
  padding: 32px 60px;
  background-color: #000C99;
}

.wrapper-hub-header .hub-header__intro .brochure a {
  color: #fff;
}

.wrapper-hub-header .hub-header__intro .brochure .download-document::before {
  background-image: url("https://www.fondation-arc.org/themes/custom/farc/images/download.png") !important;
}

.wrapper-hub-header .hub-header__intro .brochure .download-document {
  margin: 20px 0 12px;
}

.wrapper-hub-header .hub-header__intro .brochure .shop-it::before {
  left: 2px;
  background-image: url("https://www.fondation-arc.org/themes/custom/farc/images/book.png") !important;
}

.wrapper-hub-header .hub-header__intro .brochure .shop-it {
  padding-left: 42px;
  padding-top: 5px !important;
}

.wrapper-hub-header .hub-header__intro .intro .intro__chapo {
  padding-left: 0;
  border-left: 0;
  font-weight: 500;
  font-size: 1.8rem;
}

.wrapper-hub-header .hub-header__intro .intro .field--name-dynamic-block-fieldnode-social-media-share {
  position: absolute;
  bottom: 10px;
}

.wrapper-hub-header .main-content__rs>span {
  background-color: #fff;
}

.campain-hub-page .teaser--color .teaser__wrapper {
  height: 100%;
}

.campain-hub-page {
  margin-bottom: 1.6rem;
}

.swiper-button-wrapper {
  position: relative;
}

.swiper-button-wrapper .paragraph-slideshow__button-prev,
.swiper-button-wrapper .paragraph-slideshow__button-next {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
}

.swiper-button-wrapper .paragraph-slideshow__button-prev {
  left: -28px;
}

.swiper-button-wrapper .paragraph-slideshow__button-next {
  right: -28px;
}

.swiper-button-wrapper .paragraph-slideshow__button-next img,
.swiper-button-wrapper .paragraph-slideshow__button-prev img {
  max-width: 24px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.swiper-button-wrapper .paragraph-slideshow__button-prev img {
  transform: translateX(-50%) rotate(-180deg);
}

@media only screen and (max-width: 992px) {
  .wrapper-hub-header .hub-header__banner {
    padding: 0;
    margin-top: 16px;
  }

  .block-region-filtersrevamped .block {
    display: block !important;
  }
  .args-listeappel-projet .block-region-filtersrevamped .block.hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper-hub-header .row {
    margin: 0;
  }

  .wrapper-hub-header .hub-header__intro {
    padding: 0;
  }

  .wrapper-hub-header .hub-header__intro .intro,
  .wrapper-hub-header .hub-header__intro .brochure {
    padding: 20px;
  }

  .wrapper-hub-header .hub-header__intro .brochure img {
    max-width: 190px;
  }

  .wrapper-hub-header .hub-header__intro .brochure::before {
    display: none;
  }

  .wrapper-hub-header .hub-header__banner {
    display: none;
  }
}

.nl-overlay,
.ui-widget-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle-white.svg) rgba(221, 224, 232, 0.9) repeat 50% 50%;
  background-size: 100px;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  z-index: 9999;
  visibility: hidden;
  transition: visibility 0s .3s, opacity .3s;
}

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

.popup-dialog-cancer.ui-dialog {
  background: none !important;
  border: 0 none !important;
}

.shortcut__pic img {
  max-width: none;
}

.block-slideshow .swiper-wrapper {
  z-index: 3;
}

@media only screen and (min-width: 1380px) {

  .is-path-recherche-cancer .teaser__picture-wrapper img,
  .is-path-recherche-cancer .teaser__picture {
    /* margin: 0; */
  }
}

.view-display-id-block_12 .no-image .teaser__picture-wrapper {
  display: none;
}

.block-region-results .view-search-global .information-material__content .teaser__picture-wrapper img {
  max-width: 170px;
}

body:not(.is-path-frontpage) .teaser .teaser__content {
  height: 100%;
}


.is-page-node-type-type-page .field--name-introduction {
  margin: 0 0 11px;
}

.is-page-node-type-type-page .field--name-introduction p:last-child {
  margin-bottom: 0;
}

.block-region-results .view-search-global .information-material .information-material__links .teaser__file.no-border {
  border: 0 none;
}

.wrapper-grid__more {
  margin: 0;
  padding: 4rem 0 7rem;
  text-align: center;
}

.paragraph--type--text .teaser__picture-wrapper {
  display: none;
}


.hubtext__item:nth-child(3n+1) .chapo::before {
  background-color: #E85252;
}

.hubtext__item:nth-child(3n+2) .chapo::before {
  background-color: #00287f;
}

.hubtext__item:nth-child(3n+3) .chapo::before {
  background-color: #572565;
}

@media only screen and (max-width: 1380px) {
  .wrapper-hub-header .hub-header__intro .brochure {
    padding: 42px 32px;
  }

  .wrapper-hub-header .hub-header__intro .intro .field--name-dynamic-block-fieldnode-social-media-share {
    position: relative;
    bottom: auto;
  }
}

.after-chapo p,
.after-chapo li {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {

  .wrapper-hero .teaser--special-2,
  .wrapper-hero .teaser--special-3 {
    display: block !important;
  }

  .is-path-frontpage .wrapper-hero .actu-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .is-path-frontpage .wrapper-hero .actu-wrapper>div:first-child {
    order: 1;
    width: 100%;
  }
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item {
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 18px;
  position: relative;
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item::after {
  content: '';
  display: block;
  width: calc(100% - 4rem);
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item:last-child {
  margin-bottom: 0;
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item:last-child::after {
  display: none;
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a {
  font-size: 14px;
  font-weight: bold;
  display: flex;
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a:before {
  width: 26px;
  content: '';
  height: 28px;
  background-position: center top;
  display: block;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.perso:before {
  background-image: url('https://www.fondation-arc.org/themes/custom/farc/images/Espace perso.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.calendrier:before {
  background-image: url('https://www.fondation-arc.org/themes/custom/farc/images/calendrier.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.resultat:before {
  background-image: url('https://www.fondation-arc.org/themes/custom/farc/images/projet.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.newsletter:before {
  background-image: url('https://www.fondation-arc.org/themes/custom/farc/images/newsletter.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.don:before {
  background-image: url('https://www.fondation-arc.org/themes/custom/farc/images/don.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.rapport:before {
  background-image: url('https://www.fondation-arc.org/themes/custom/farc/images/rapport.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.rejoindre:before {
  background-image: url('https://www.fondation-arc.org/themes/custom/farc/images/rejoindre.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a span {
  width: calc(100% - 38px);
}

@media only screen and (min-width: 992px) {

  .is-path-frontpage .teaser--type-2:hover,
  .is-path-frontpage .teaser--type-2:focus {
    background-color: #fff;
    box-shadow: none;
  }

  .is-path-frontpage .teaser--type-2:hover .teaser__title,
  .is-path-frontpage .teaser--type-2:hover .teaser__text,
  .is-path-frontpage .teaser--type-2:focus .teaser__title,
  .is-path-frontpage .teaser--type-2:focus .teaser__text {
    color: #1C1D33;
  }

  .view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__content {
    padding: 60px 45px 45px 60px;
  }

  .view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__title {
    padding: 0;
  }

  .is-campagne .title-column__intro {
    padding-left: 16px
  }

  .is-campagne .title-column__intro::before {
    background-color: transparent;
  }

  .is-campagne .breadcrumb__inner::before {
    background-color: transparent;
  }
}

.view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__date {
  text-transform: uppercase;
}
































.is-path-publications input[type='submit']:hover {
  cursor: pointer;
}

.is-path-publications #publication-customer-data-customer-data-form .button--primary {
  transition: .3s all ease-out;
}

.is-path-publications #publication-customer-data-customer-data-form .button--primary:hover,
.is-path-publications #publication-customer-data-customer-data-form .button--primary:active,
.is-path-publications #publication-customer-data-customer-data-form .button--primary:focus {
  background-color: #00287f;
}

.is-path-publications #publication-customer-data-customer-data-form #edit-delete {
  display: none;
}

.is-path-publications .mandatory-fields {
  padding-right: 10px;
  padding-right: 1rem;
  text-align: right;
  font-size: 1.4rem;
  color: #606177;
  font-weight: 600;
}

.is-path-publications .mandatory-fields p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.is-path-publications .mandatory-fields .asterik {
  color: #0049E5;
}

@media only screen and (min-width: 992px) {
  .is-path-publications .block-title--single-column {
    margin-bottom: 110px;
    margin-bottom: 11rem;
  }
}

.is-path-publications .block-title--single-column__white-bg {
  padding-bottom: 0;
}

@media only screen and (max-width: 1379px) {
  .is-path-publications .block-title--single-column__white-bg {
    padding-left: 25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
}

.is-path-publications .block-region-middle,
.is-path-publications .order-confirmation .block-region-body {
  padding: 30px 20px;
  padding: 3rem 2rem;
  margin: 40px auto 20px;
  margin: 4rem auto 2rem;
  width: 95%;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {

  .is-path-publications .block-region-middle,
  .is-path-publications .order-confirmation .block-region-body {
    width: 720px;
    width: 72rem;
    padding: 60px 40px;
    padding: 6rem 4rem;
    margin: 50px auto 30px;
    margin: 5rem auto 3rem;
  }
}

@media only screen and (min-width: 1380px) {

  .is-path-publications .block-region-middle,
  .is-path-publications .order-confirmation .block-region-body {
    width: 1080px;
    width: 108rem;
    padding: 117px 220px 60px;
    padding: 11.7rem 22rem 6rem;
    margin: 90px auto 110px;
    margin: 9rem auto 11rem;
  }
}

.is-path-publications .order-confirmation {
  margin-top: 90px;
  margin-top: 9rem;
  margin-bottom: 110px;
  margin-bottom: 11rem;
}

@media only screen and (max-width: 992px) and (min-width:768px) {
  .is-path-publications .order-confirmation .farc-block__content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.is-path-publications .order-confirmation .block-region-body {
  margin-bottom: 60px;
  margin-bottom: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.is-path-publications .order-confirmation .block-region-body p {
  font-size: 16px;
  margin-bottom: 18px;
}

.is-path-publications .order-layout.container .block-region-top .block-farc-publications-steps {
  margin-right: 10rem;
  margin-left: 30rem;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .order-layout.container .block-region-top .block-farc-publications-steps {
    margin-right: 0;
    margin-left: 13rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .order-layout.container .block-region-top .block-farc-publications-steps {
    margin-left: 12rem;
  }
}

.is-path-publications .order-layout.container .view-empty {
  position: relative;
  bottom: auto;
  right: auto;
  float: none;
  text-align: center;
  padding: 30px 15%;
  margin: 0;
  border: 0;
}

.is-path-publications .order-layout.container .block-region-bottom .footer-links {
  margin: 5px 0;
}

.is-path-publications .order-layout.container .block-region-bottom .footer-links li {
  margin-bottom: 60px;
  margin-top: 40px;
  width: 305px;
  display: block;
  float: right;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .order-layout.container .block-region-bottom .footer-links li {
    width: 382px;
    margin-top: 0;
  }
}

.is-path-publications .order-recap .top-wrapper__order-recap {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .page-title {
    padding-bottom: 15px;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .page-title::after {
    height: 5px;
    width: 60px;
  }
}

.is-path-publications .order-recap .top-wrapper__order-recap .block-region-top {
  width: 83.33333%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .block-region-top {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

.is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-modal ul {
  margin-top: 0;
}

.is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-publications-steps {
  margin: 0px 200px;
  margin: 0 20rem;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-publications-steps {
    margin: 0px 100px;
    margin: 0 10rem;
  }
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-publications-steps {
    margin: auto;
  }
}

.is-path-publications .order-recap .paragraph--information-material-order-recap {
  margin-bottom: 0;
  height: 100%;
}

.is-path-publications .order-recap h1.page-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 1380px) {
  .is-path-publications .order-recap .block-region-center .order-details-wrapper .view-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .is-path-publications .order-recap .block-region-center .order-details-wrapper .view-content .views-row {
    flex-shrink: 0;
  }
}

.is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 992px) {

  .is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-left,
  .is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-right {
    padding-left: 26px;
    padding-left: 2.6rem;
    padding-right: 26px;
    padding-right: 2.6rem;
  }

  .is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-right {
    -webkit-box-flex: 1;
    flex: auto;
    width: 100%;
  }

  .is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-right div.form-item>.ui-spinner input {
    text-align: center;
  }
}

.is-path-publications .order-recap .block-region-bottom {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

.is-path-publications .order-recap .recap-page-my-order {
  font-weight: 700;
}

.is-path-publications .order-recap .block-region-bottom .menu li:last-child a.recap-page-confirmation {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .block-region-bottom .menu li:last-child a.recap-page-confirmation {
    padding-left: 80px;
    padding-left: 8rem;
    background-position-x: 12px;
    background-position-x: 1.2rem;
  }
}

.is-path-publications .block-region-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.is-path-publications .block-region-center .customer-data-wrapper {
  width: 310px;
  width: 31rem;
  height: 285px;
  height: 28.5rem;
  margin-right: 130px;
  margin-right: 13rem;
  padding: 30px;
  padding: 3rem;
  margin-top: 76px;
  background-color: #000;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-center .customer-data-wrapper {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
}

.is-path-publications .block-region-center .customer-data-wrapper h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper {
  color: white;
  font-size: 16px;
  line-height: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper>div,
.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .view-customer-data,
.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .view-content,
.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .views-row {
  height: 100%;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .views-row {
  position: relative;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-first-name,
.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-last-name,
.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-post-code,
.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-city {
  display: inline;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-email {
  margin-top: 10px;
  margin-top: 1rem;
  text-decoration: underline;
  margin-bottom: 5px;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper a.your-information-modify {
  line-height: normal;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.is-path-publications .block-region-center .order-details-wrapper {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.is-path-publications .block-region-center .order-details-wrapper .title-wrapper h2 {
  margin-bottom: 40px;
  margin-top: 0;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details {
  padding: 0;
  width: 100%;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .views-row {
  width: 50%;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .views-row {
    width: 100%;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(odd) {
  padding-left: 0;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(odd) {
    padding: 0;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(even) {
  padding-right: 0;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(even) {
    padding: 0;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order {
  height: 100%;
  margin: 0;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-content {
  height: 100%;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-left {
  max-width: none;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-left img {
  height: 100%;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right {
    width: 100%;
    -webkit-box-flex: 1;
    flex: auto;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right .ui-spinner-button {
  display: none;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right .form-item {
  margin-top: auto;
  margin-bottom: 0;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right .form-item .ui-spinner input {
  pointer-events: none;
  padding: 0;
  height: auto;
  margin: 0;
  text-align: left;
  background: transparent;
  border: 0;
  font-size: 16px;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-footer {
  display: none;
}

.is-path-publications .block-farc-modal ul {
  margin: 14px 0px 22px;
  margin: 1.4rem 0 2.2rem;
  max-width: 640px;
  max-width: 64rem;
  counter-reset: item;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul {
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
  }
}

.is-path-publications .block-farc-modal ul li {
  font-size: 1.6rem;
  padding: 0px 5px 8px;
  padding: 0 0.5rem 0.8rem;
  border-bottom-width: 5px;
  border-bottom-width: 0.5rem;
  border-bottom-color: #EBEAEA;
  border-bottom-style: solid;
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  position: relative;
  text-align: center;
  width: 33.33%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul li {
    padding: 0px 10px 16px;
    padding: 0 1rem 1.6rem;
    border-bottom-width: 10px;
    border-bottom-width: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-farc-modal ul li {
    font-size: 18px;
    font-size: 1.8rem;
    word-break: break-word;
  }
}

.is-path-publications .block-farc-modal ul li span {
  margin: auto 0;
}

@media only screen and (max-width: 480px) {
  .is-path-publications .block-farc-modal ul li span {
    word-break: break-all;
  }
}

.is-path-publications .block-farc-modal ul li::before {
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin: 0px auto 8px;
  margin: 0 auto 0.8rem;
  content: counter(item);
  counter-increment: item;
  background-color: #EBEAEA;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  color: #000;
  font-weight: 500;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul li::before {
    width: 71px;
    width: 7.1rem;
    height: 71px;
    height: 7.1rem;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 71px;
    line-height: 7.1rem;
    margin: 0px auto 16px;
    margin: 0 auto 1.6rem;
  }
}

.is-path-publications .block-farc-modal ul li.active {
  border-bottom-color: #FFCD00;
  font-weight: 600;
  color: #1c1d33;
}

.is-path-publications .block-farc-modal ul li.active:last-of-type {
  margin-right: 0;
}

.is-path-publications .block-farc-modal ul li.active:first-of-type {
  margin-left: 0;
}

.is-path-publications .block-farc-modal ul li.active:before {
  background-color: #FFCD00;
}

.is-path-publications .block-farc-modal ul li.active.last-active:not(:last-child) {
  margin-right: 20px;
  margin-right: 2rem;
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-farc-modal ul li.active.last-active:not(:last-child) {
    margin-right: 10px;
    margin-right: 1rem;
  }
}

.is-path-publications .block-farc-modal ul li.active.last-active::after {
  border-width: 8px;
  border-width: 0.8rem;
  bottom: -18px;
  bottom: -1.8rem;
  border-color: transparent;
  border-style: solid;
  border-top-color: #FFCD00;
  content: '';
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul li.active.last-active::after {
    border-width: 10px;
    border-width: 1rem;
    bottom: -30px;
    bottom: -3rem;
  }
}

.is-path-publications h2 {
  margin: 21px 0px 12px;
  margin: 2.1rem 0 1.2rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #000;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .is-path-publications h2 {
    margin: 42px 0px 24px;
    margin: 4.2rem 0 2.4rem;
  }
}

.is-path-publications .block-region-center .field--name-body,
.is-path-publications .block-region-body .field--name-body {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  color: #1c1d33;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {

  .is-path-publications .block-region-center .field--name-body,
  .is-path-publications .block-region-body .field--name-body {
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
    font-size: 24px;
    font-size: 1.6rem;
    text-align: center;
  }
}

.is-path-publications .block-region-center .field--name-body a,
.is-path-publications .block-region-body .field--name-body a {
  color: #0049E5;
  text-decoration: underline;
}

.is-path-publications .block-region-center .field--name-body a:hover,
.is-path-publications .block-region-body .field--name-body a:hover {
  text-decoration: none;
}

.is-path-publications .block .footer-links {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block .footer-links {
    margin-top: 48px;
    margin-top: 4.8rem;
  }
}

.is-path-publications .block .footer-links li {
  padding: 20px;
  padding: 2rem;
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg) #0049E5 repeat 50% 50%;
  background-size: 100px;
}

@media only screen and (min-width: 992px) {
  .is-path-publications .block .footer-links li {
    min-width: 386px;
  }
}

@media only screen and (max-width: 480px) {
  .is-path-publications .block .footer-links li {
    width: 100%;
  }
}

.is-path-publications .block .footer-links a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px 14px 16px 100px;
  padding: 1.6rem 1.4rem 1.6rem 10rem;
  background-position: 32px 16px;
  background-position: 3.2rem 1.6rem;
  background-size: 44px 44px;
  background-size: 4.4rem 4.4rem;
  max-width: 342px;
  max-width: 34.2rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: #0049E5;
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  height: 76px;
  cursor: pointer;
  border: 2px solid #fff;
  line-height: normal;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: .2s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block .footer-links a {
    padding: 16px 32px 16px 100px;
    padding: 1.6rem 3.2rem 1.6rem 10rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block .footer-links a {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 300px;
    max-width: 30rem;
  }
}

.is-path-publications .block .footer-links a:focus,
.is-path-publications .block .footer-links a:hover {
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round.svg);
  background-color: #fff;
  color: #1c1d33;
}

@media only screen and (min-width: 992px) {
  .is-path-publications .view.order-page .views-row {
    width: calc(100% * (1/2) - 1px);
  }
}

@media only screen and (min-width: 1380px) {
  .is-path-publications .view.order-page .views-row {
    width: calc(100% * (1/3) - 1px);
  }
}

.is-path-publications .order-page .footer-links {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .is-path-publications .order-page .footer-links {
    margin-top: 40px;
    margin-top: 4rem;
  }
}

.is-path-publications .block-region-bottom .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  width: calc(100% - 44rem);
  margin-left: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-bottom .menu {
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-region-bottom .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

.is-path-publications .block-region-bottom .menu li {
  display: inline-block;
}

.is-path-publications .block-region-bottom .menu li a {
  display: block;
}

.is-path-publications .block-region-bottom .menu li:first-child {
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-region-bottom .menu li:first-child {
    margin-left: auto;
  }
}

.is-path-publications .block-region-bottom .menu li:first-child a {
  margin-right: 0;
}

.is-path-publications .block-region-bottom .menu li:first-child a::before {
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg) transparent no-repeat 0 50%;
  background-size: 19px 14px;
  background-position: -4px;
  width: 20px;
}

.is-path-publications .block-region-bottom .menu li:last-child {
  padding: 20px;
  padding: 2rem;
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg) #0049E5 repeat 50% 50%;
  background-size: 100px;
}

.is-path-publications .block-region-bottom .menu li:last-child a {
  padding: 16px 14px 16px 100px;
  padding: 1.6rem 1.4rem 1.6rem 10rem;
  font-size: 14px;
  font-size: 1.4rem;
  background-position: 32px 16px;
  background-position: 3.2rem 1.6rem;
  background-size: 44px 44px;
  background-size: 4.4rem 4.4rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: right;
  background-color: #0049E5;
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  height: 76px;
  cursor: pointer;
  border: 2px solid #fff;
  line-height: 40px;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: .2s ease;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-region-bottom .menu li:last-child a {
    padding: 16px 32px 16px 100px;
    padding: 1.6rem 3.2rem 1.6rem 10rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

.is-path-publications .block-region-bottom .menu li:last-child a:focus,
.is-path-publications .block-region-bottom .menu li:last-child a:hover {
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round.svg);
  background-color: #fff;
  color: #1c1d33;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link,
.skip-link:visited {
  background-color: #333;
  color: #fff;
}

@media print {
  .skip-link {
    display: none;
  }
}













.block-region-results .view-search-global .view-header {
  padding: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #1c1d33
}

@media only screen and (max-width:768px) {
  .block-region-results .view-search-global .view-header {
    font-size: 1.6rem;
    padding: 0 1rem
  }
}

.block-region-results .view-search-global .view-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}

.block-region-results .view-search-global .view-content .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}

.block-region-results .view-search-global .views-row {
  width: 100%
}

@media only screen and (min-width:992px) {
  .block-region-results .view-search-global .views-row [item-link]:hover .teaser__title a {
    color: #fff
  }
}

.block-region-results .view-search-global .views-row .teaser__title {
  margin-top: 5px;
  margin-top: .5rem
}

@media only screen and (min-width:768px) {
  .block-region-results .view-search-global .views-row .teaser__title {
    margin-top: 15px;
    margin-top: 1.5rem
  }
}

.block-region-results .view-search-global .views-row .teaser__title a {
  color: #1c1d33
}

.block-region-results .view-search-global .views-row .field--name-period {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 3px;
  margin-bottom: .3rem;
  color: #606177;
  text-transform: uppercase;
  font-weight: 700
}




@media only screen and (min-width: 992px) {
  .block-region-results .view-search-global .views-row {
    width: 33.33%
  }

  .block-region-results .block-views-blocksearch-global-info-materials-facettes .view-search-global .views-row,
  .is-path-publications .block-region-results .view-search-global .views-row {
    width: 50%;
  }

  .block-region-results .view-search-global .views-row .teaser__content {
    min-height: 420px
  }
}

@media only screen and (min-width: 1380px) {

  .block-region-results .block-views-blocksearch-global-info-materials-facettes .view-search-global .views-row,
  .is-path-publications .block-region-results .view-search-global .views-row {
    width: 33.3%;
  }
}

.block-region-results .view-search-global .item-wrapper {
  width: 100%;
  padding: 10px;
  position: relative;
  min-height: 1px
}

.block-region-results .view-search-global .item-wrapper a.teaser {
  margin: 0
}

.block-region-results .view-search-global .item-wrapper .teaser__content {
  padding: 30px;
  padding: 3rem
}

.block-region-results .view-search-global .information-material {
  cursor: pointer
}

.block-region-results .view-search-global .information-material .teaser__tags {
  width: 100%
}

.block-region-results .view-search-global .information-material__content {
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%
}

@media only screen and (max-width:991px) {
  .block-region-results .view-search-global .information-material__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
  }
}

.block-region-results .view-search-global .information-material__content-info {
  margin-left: 20px;
  margin-left: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

@media only screen and (min-width:992px) {
  .block-region-results .view-search-global .information-material__content-info {
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: -6px
  }
}

.block-region-results .view-search-global .information-material__content-info .teaser__title {
  margin-top: 0
}

.block-region-results .view-search-global .information-material__content .teaser__picture-wrapper {
  flex-shrink: 0
}

@media only screen and (max-width:1100px) and (min-width:992px) {
  .block-region-results .view-search-global .information-material__content .teaser__picture-wrapper {
    flex-shrink: .3
  }
}

@media only screen and (max-width:991px) {
  .block-region-results .view-search-global .information-material__content .teaser__picture-wrapper {
    margin-top: 35px;
    margin-top: 3.5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem
  }
}

.block-region-results .view-search-global .information-material .teaser__content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}

@media only screen and (min-width:992px) {
  .block-region-results .view-search-global .information-material .teaser__content {
    -webkit-box-align: center;
    align-items: center
  }
}

.block-region-results .view-search-global .information-material .teaser__status {
  height: 21px;
  height: 2.1rem;
  padding: 5px 10px;
  padding: .5rem 1rem;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 900;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  background: #0049E5;
  text-transform: uppercase
}

.block-region-results .view-search-global .information-material .teaser__status:empty {
  display: none
}

.block-region-results .view-search-global .information-material .information-material__links {
  padding: 11px 0;
  padding: 1.1rem 0;
  margin-top: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  background: #fff;
  width: 100%;
  height: 50px;
  font-weight: bold
}

@media only screen and (max-width:768px) {
  .block-region-results .view-search-global .information-material .information-material__links {
    padding: 0 35px;
    padding: 0 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto
  }
}

.block-region-results .view-search-global .information-material .information-material__links .teaser__link {
  padding: 0 18px;
  padding: 0 1.8rem;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center
}

@media only screen and (min-width:992px) {
  .block-region-results .view-search-global .information-material .information-material__links .teaser__link:first-child {
    flex-basis: 50%
  }

  .block-region-results .view-search-global .information-material .information-material__links .teaser__link+.teaser__link {
    flex-basis: 50%
  }
}

@media only screen and (max-width:768px) {
  .block-region-results .view-search-global .information-material .information-material__links .teaser__link {
    padding: 11px 0;
    padding: 1.1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: auto;
    display: block
  }
}

@media only screen and (max-width:1380px) and (min-width:992px) {
  .block-region-results .view-search-global .information-material .information-material__links .teaser__link {
    padding: 0 15px;
    padding: 0 1.5rem
  }
}

@media only screen and (max-width:1379px) {
  .block-region-results .view-search-global .information-material .information-material__links .teaser__link.teaser__flag {
    padding: 0
  }
}

@media only screen and (max-width:768px) {
  .block-region-results .view-search-global .information-material .information-material__links .teaser__link.teaser__flag {
    padding: 11px 0;
    padding: 1.1rem 0
  }
}

.block-region-results .view-search-global .information-material .information-material__links .teaser__link a {
  color: #1c1d33;
  font-size: 14px
}

.block-region-results .view-search-global .information-material .information-material__links .teaser__link a:hover {
  color: #0049E5
}

.block-region-results .view-search-global .information-material .information-material__links .teaser__file {
  border-right: 1px solid #1c1d33
}

@media only screen and (max-width:768px) {
  .block-region-results .view-search-global .information-material .information-material__links .teaser__file {
    border-right: 0;
    border-bottom: 1px solid #1c1d33
  }
}

.block-region-results .view-search-global .information-material .information-material__links .teaser__file .file-size {
  display: none
}

@media only screen and (min-width:992px) {

  .latest-type-page-offset1-replace .views-row:last-child .teaser,
  .latest-type-page-replace .views-row:last-child .teaser {
    margin-bottom: 0
  }
}

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

.clearfix:after {
  clear: both
}

.field--name-donation-module-block-webform:before,
.field--name-donation-module-block-webform:after {
  content: " ";
  display: table
}

.field--name-donation-module-block-webform:after {
  clear: both
}

.block-slideshow {
  background: #FFF !important;
}

.block-slideshow__text span {
  font-family: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.hub-header__banner .swiper-container::after {
  display: none !important;
}

.block-slideshow__button-prev .icon,
.block-slideshow__button-next .icon {
  width: 35px;
  height: 35px;
}

/*end fixes.csc */






#tarteaucitronRoot div#tarteaucitronAlertBig {
	opatcity: 0.9;
	padding: 1em 2em;
}

#tarteaucitronRoot div#tarteaucitronIcon {
  display: none !important;
}


/*.field__item .teaser__title h2 {
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      font-size: inherit;
      margin: inherit;
}

.flag a {
    color: #fff;
}

a.nohover {display: inherit !important;}

.toolbar-fixed.is-logged-in-user #toolbar-administration {z-index: 999999;}
.toolbar-fixed.is-logged-in-user .wrapper-header-- {z-index: 99;position:relative;}
.toolbar-fixed.is-logged-in-user .wrapper-header--.fixed--dark {position:fixed;top:80px;}


.toolbar-fixed.is-logged-in-user .wrapper-header--home {z-index: 99;position:relative;}
.toolbar-fixed.is-logged-in-user .wrapper-header--home.fixed--dark {position:fixed;top:80px;}*/

/* HEADER ============== */

#main-don-dropdown, #block-farc-donationheader {
  padding: 7rem 0;
}

.wrapper-don--action form > div{padding-top: 0 !important;}
span.ui-button-text:hover {
    /* background-color: #FFF; */
    color: #C32762;
}

#block-farc-donationheader .field.field--name-donation-module-link.field--type-link.field--label-hidden.field__item{
	display: none;
}


@media only screen and (max-width: 767px){
	#main-menu-dropdown .col-sm-6 {
	    padding-left: 0;
	    padding-right: 0;
	}
}
/* HEADER END ============== */



/* FOOTER ============== */

.footer-button:before{background-image: url("/themes/custom/farc/images/icon-arrow-right-dark.svg");}
.pins__certification img{max-width: 100%; height: auto;}
/* FOOTER END ============== */





/* custom css */
@media only screen and (min-width:768px){
  .ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label{width:145px;}
  .field--name-quantity-selector .field__label{width:145px;}
}
.ui-dialog.popup-dialog-information-material .information-material-quantity-selector div.form-item,
.paragraph--information-material-order .group-right .field--name-quantity-selector .form-item{
  margin-top: 0;
}
.ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label,
.field--name-quantity-selector .field__label{
  display:inline-block;width:135px !important;font-weight:700;font-size:1.2rem;text-align:center;
}
.field--name-quantity-selector .field__label{width:145px !important;}
.paragraph--information-material-order .group-right .field--name-quantity-selector{
  display: block !important;
}
.field--name-liste-actu .block-title--color-4 .teaser:hover .field--name-period{
      color: #fff;
}
.phone-second-line {
    display: inline-block;
    padding-left: 112px;
}
.ui-dialog-titlebar [type='button']::before{
  background: url(/themes/custom/farc/components/asset-builds/css/../..//icons/X.png);
      background-size: cover;
}
.is-path-publications .block-region-center .field--name-body .btn{
  color: #fff;
  text-decoration: none;
  font-family: 'Lato';
  padding: 16px 40px !important;
  margin-bottom: 0;
}
.is-path-publications .block-region-center .field--name-body .btn:before{
  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") !important; 
 
  background-size: contains !important;
  width: 27px !important;
  height: 28px !important;
  margin-right: 13px;
  top: 25px;
  display: inline-block;
  float: left;
  margin-top: -4px !important;

}
.is-path-publications .block-region-center .field--name-body p:first-child{
  margin-bottom: 24px;
}
.is-path-publications .block-region-center .field--name-body p:last-child{
  margin-bottom: 0;
}
.wrapper-contact--color-4 .block-title-regular{
  padding-top: 0;
}
@media only screen and (max-width:768px){
  .phone-second-line {
      padding-left: 103px;
  }
  .ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label{
    margin-top: 16px
  }
}
@media only screen and (max-width:998px){
  .wrapper-contact--color-4 .block-title-regular {
      padding-top: 2rem;
  }
  .wrapper-links .field--name-hub-page-info-material a.shop-it {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-title--single-column.title-list .farc-block__title-wrapper{
  position: relative;
}
.no-padding-top{padding-top: 0 !important;}
.block-region-filtersrevamped div.facets-dropdown{
  font-weight:700;
  font-size:1.6rem;
}
.chosen-container{width:100% !important;}
.chosen-container.chosen-container-single .chosen-single span,
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type='text']{
    font-weight: 700;
    font-size: 1.6rem;
}
.block-reset-filter-block{
  text-align: left;
}
.block-region-filtersrevamped .block-sort-by-order-block .form-item,
.block-region-filtersrevamped .block-project-status-filter-block .form-item{
  margin:0;
}
.block-region-filtersrevamped .block-sort-by-order-block .form-item label,
.block-region-filtersrevamped .block-project-status-filter-block .form-item label{
  margin-bottom: 1rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 100%;
    color: #fff;
}
@media only screen and (min-width: 992px){
  .block-title--single-column__inside {
      padding: 0 1rem;
  }
  .is-path-publications div.block-views-blockinformation-material-block-1 {
    margin-left: 10%;
    max-width: 80%;
  }
}
.block-region-results .view-search-global .information-material .information-material__links .teaser__link .ajax-progress{
    position: absolute;
    right: 30px;
    display: inherit;
    bottom: 45px;
}
.wrapper-links .field--name-hub-page-info-material a.shop-it {
    padding-left: 50px;
    line-height: 30px !important;
}
.wrapper-links .file a.download-document{
  display: flex;
    align-items: center;
    min-height: auto;
}
.wrapper-links .file a.download-document:before{
    position: relative;
    margin-right: 10px;
}
.minishortcut__title-inner p{margin: 0;}
body .intro{background-color: transparent;}
.hub-layout .wrapper-connexe{margin-bottom: 0;}
/*.wrapper-sitemap a:hover{color:inherit;}*/
.popup-dialog-cancer .modal-selector-form{height: 100%;}
.page-category-support .flag-basket-information-material a{color: #fff;}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before{
  left:0;
}
.teaser--color .teaser__text.teaser_edition{
  font-weight: bold;
  margin-top: 8px;
}
.is-path-recherche-cancer .wrapper-grid--action{background-color: transparent;}



/*==== evolution changes ===*/
.shortcut__title p{margin: 0;}
.wrapper-don input{display: none;}
.wrapper-don .form-item-punctual-donation-other input,.wrapper-don .form-item-regular-donation-other input,
.wrapper-don input[type="submit"]{
  display: block;
}

.wrapper-don input[type="radio"]:hover + label, .wrapper-don input[type="radio"]:focus + label {
    color: #C32762;
}
label.selected{
  color: #FFF !important;
  background-color: #C32762 !important;
}

.teaser__picture-wrapper img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#views-exposed-form-search-glossary-ac-fulltext-search{
    position: relative;
    margin: 0 0 .5rem;
    padding: .5rem 0 0;
}
#views-exposed-form-search-glossary-ac-fulltext-search .form-item{
  float: none;
  margin: 0;
}

.page-category-actualités .wrapper-primary{margin-top: -8px;}
.edito .field--name-add-paragraph h2{margin-top: 0;}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item label{display: none;}
#views-exposed-form-search-glossary-ac-fulltext-search .form-item 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; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 2.4rem;
    font-weight: 300;
    font-style: italic;
    color: #FFF;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input::-moz-placeholder {
    font-size: 2.4rem;
    /* Firefox 19+ */
    font-weight: 300;
    font-style: italic;
    color: #FFF; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:-ms-input-placeholder {
    font-size: 2.4rem;
    /* IE 10+ */
    font-weight: 300;
    font-style: italic;
    color: #FFF; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus::-webkit-input-placeholder {
    font-size: 2.4rem;
    color: #49546F;
    /* Chrome/Opera/Safari */
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus::-moz-placeholder {
    font-size: 2.4rem;
    color: #49546F;
    /* Firefox 19+ */
   }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus:-ms-input-placeholder {
    font-size: 2.4rem;
    color: #49546F;
    /* IE 10+ */
     }

#views-exposed-form-search-glossary-ac-fulltext-search .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: 0;
  right: 0;
  font-size: 1px;
  color: #253455;
  text-indent: -100px;
  overflow: hidden;
  margin: 0;
}
.teaser--suggest .information-material__content .information-material__content-info{
  float: left;
  max-width: 178px;
}
@media only screen and (min-width: 768px) and (max-height: 900px){
  .suggested-content__cards .teaser .information-material__content-info{
    max-width: 100%;
  }
}
/* kkk
.wrapper-hub-header .hub-header__intro{ padding:0 10px; background-color:#233355;}
.wrapper-hub-header .row{ display: flex; height: 100%; flex-wrap: wrap;}
.wrapper-hub-header .hub-header__banner{padding-left: 20px;}
.wrapper-hub-header .hub-header__banner .block-slideshow{
  height: 100%; width: auto;
}
.wrapper-hub-header .hub-header__banner .block-slideshow__text span{
  padding: 72px 28px;
  font-size: 3.5rem;
  line-height: 1.37;
}


.wrapper-hub-header .hub-header__intro .intro{padding:40px 56px; color: #fff;background-color: #566e9f;}
.wrapper-hub-header .hub-header__intro .intro h1{color: #fff;}
.wrapper-hub-header .hub-header__intro .brochure{padding: 42px 70px;background-color: #344e75;}
.wrapper-hub-header .hub-header__intro .brochure:before{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 84px);
  left: 0;
}
.wrapper-hub-header .hub-header__intro .brochure a{color:#fff;}
.wrapper-hub-header .hub-header__intro .brochure .download-document::before {
    background-image: url("/themes/custom/farc/images/download.png") !important;
}
.wrapper-hub-header .hub-header__intro .brochure .download-document{margin: 20px 0 12px;}
.wrapper-hub-header .hub-header__intro .brochure .shop-it::before{
  left:2px;
  background-image: url("/themes/custom/farc/images/book.png") !important;
}
.wrapper-hub-header .hub-header__intro .brochure .shop-it{
  padding-left: 42px;
  padding-top: 5px !important;
}
.wrapper-hub-header .hub-header__intro .intro .intro__chapo{
  padding-left: 0;
  border-left: 0;
  font-size: 2rem;
}
.wrapper-hub-header .hub-header__intro .intro .field--name-dynamic-block-fieldnode-social-media-share{
  position: absolute; bottom: 15px;
}
.wrapper-hub-header .main-content__rs > span{background-color: #fff;}


.campain-hub-page .teaser--color .teaser__wrapper{height: 100%;}
.campain-hub-page{margin-bottom: 1.6rem;}
.hubtext__item .paragraph-slideshow__item__title{ margin: 2.5rem;}
.hubtext__item .paragraph-slideshow__item{height: inherit;}
.hubtext__item .paragraph-slideshow__container p{font-size: 1.5rem;}
.hubtext__item .paragraph-slideshow__container{margin: 0;}
.swiper-button-wrapper{position: relative;}
.swiper-button-wrapper .paragraph-slideshow__button-prev,.swiper-button-wrapper .paragraph-slideshow__button-next{
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
}
.swiper-button-wrapper .paragraph-slideshow__button-prev{left:-28px;}
.swiper-button-wrapper .paragraph-slideshow__button-next{right:-28px;}
.swiper-button-wrapper .paragraph-slideshow__button-next img, .swiper-button-wrapper .paragraph-slideshow__button-prev img{
  max-width: 24px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.swiper-button-wrapper .paragraph-slideshow__button-prev img{ transform: translateX(-50%) rotate(-180deg);}

@media only screen and (max-width: 992px){
  .wrapper-hub-header .hub-header__intro .intro{padding:30px 40px;}
  .desktop-only {
    display: none;
  }
  .wrapper-hub-header .hub-header__banner{padding: 0; margin-top: 16px;}
  .block-region-filtersrevamped .block{display: block !important;}
}
@media only screen and (max-width: 768px){
  .wrapper-hub-header .row{
    margin:0;
  }
  .wrapper-hub-header .hub-header__intro{padding: 0;}
  .wrapper-hub-header .hub-header__intro .intro,
  .wrapper-hub-header .hub-header__intro .brochure{padding:20px;}
  .wrapper-hub-header .hub-header__intro .brochure img{max-width: 190px;}
  .wrapper-hub-header .hub-header__intro .brochure::before{display: none;}
  .wrapper-hub-header .hub-header__banner{display: none;}
}
 end kkk */
.nl-overlay,
.ui-widget-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: url(/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle-white.svg) rgba(221,224,232,0.9) repeat 50% 50%;
  background-size: 100px;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  z-index: 9999;
  visibility: hidden;
  transition: visibility 0s .3s, opacity .3s;
}
.nl-field.nl-field-open ~ .nl-overlay,
.ui-dialog + .ui-widget-overlay {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.popup-dialog-cancer.ui-dialog{
  background:none !important;
  border:0 none !important;
}
.shortcut__pic img {
    max-width: none;
}
.block-slideshow .swiper-wrapper{
  z-index: 3;
}

@media only screen and (min-width: 1380px){
  .is-path-recherche-cancer .teaser__picture-wrapper img, .is-path-recherche-cancer .teaser__picture{
    /* margin: 0; */
  }
}

.view-display-id-block_12 .no-image .teaser__picture-wrapper{display: none;}
.block-region-results .view-search-global .information-material__content .teaser__picture-wrapper img{
  max-width: 170px;
}

body:not(.is-path-frontpage) .teaser .teaser__content{height: 100%;}
/* .hubtext__item .teaser__picture-wrapper{max-width: 50%;}
.hubtext__item .teaser__text p{
  margin: 0; font-size: 16px; line-height: 1.25;
} */

/* .hubtext__item .view-id-paragraph_related_content.view-display-id-block_2 .view-content,
.hubtext__item .view-id-paragraph_related_content.view-display-id-block_3 .view-content,
.hubtext__item .field--name-realated-actualite .view-content{
  display: flex; flex-wrap: wrap;
} */
/* .hubtext__item .view-id-paragraph_related_content.view-display-id-block_2 .view-content a,
.hubtext__item .view-id-paragraph_related_content.view-display-id-block_3 .view-content a,
.hubtext__item .field--name-realated-actualite .view-content a{
  height: 100%;
} */

.is-page-node-type-type-page .field--name-introduction{
      margin: 0 0 11px;
}
.is-page-node-type-type-page .field--name-introduction p:last-child{margin-bottom: 0;}
.block-region-results .view-search-global .information-material .information-material__links .teaser__file.no-border{
  border:0 none;
}
.wrapper-grid__more {
    margin: 0;
    padding: 4rem 0 7rem;
    text-align: center;
}

.paragraph--type--text .teaser__picture-wrapper{display: none;}

/*/
.hubtext__item:nth-child(3n+1) .chapo::before{
  background-color: #E85252; }
.hubtext__item:nth-child(3n+2) .chapo::before {
  background-color: #006882; }
.hubtext__item:nth-child(3n+3) .chapo::before{
  background-color: #572565; }
@media only screen and (max-width: 1380px){
  .wrapper-hub-header .hub-header__intro .intro{padding:30px 40px;}
  .wrapper-hub-header .hub-header__intro .brochure{padding: 42px 32px;}
  .wrapper-hub-header .hub-header__intro .intro .field--name-dynamic-block-fieldnode-social-media-share{
    position: relative; bottom: auto;
  }
}
@media only screen and (min-width:768px) and (max-height:770px){
  .wrapper-subheader-home {
      margin-bottom: 2rem;
  }
}
.after-chapo p, .after-chapo li,.hubtext__item p{
  font-size: 16px;
}
@media only screen and (max-width: 767px){
  .wrapper-hero .teaser--special-2, .wrapper-hero .teaser--special-3{
    display: block !important;
  }
  .is-path-frontpage .wrapper-hero .actu-wrapper{
    display: flex; flex-wrap: wrap;
  }
  .is-path-frontpage .wrapper-hero .actu-wrapper > div:first-child{
    order:1; width: 100%;
  }
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item{
  line-height: 1;
  margin-bottom: 30px;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item:last-child{
  margin-bottom: 0;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a{
    font-size: 14px;
    font-weight: bold;
    display: flex;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a:before{
    width: 26px;
    content: '';
    height: 28px;
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.perso:before{
  background-image: url('/themes/custom/farc/images/Espace perso.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.calendrier:before{
  background-image: url('/themes/custom/farc/images/calendrier.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.resultat:before{
  background-image: url('/themes/custom/farc/images/projet.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.newsletter:before{
  background-image: url('/themes/custom/farc/images/newsletter.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.don:before{
  background-image: url('/themes/custom/farc/images/don.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.rapport:before{
  background-image: url('/themes/custom/farc/images/rapport.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.rejoindre:before{
  background-image: url('/themes/custom/farc/images/rejoindre.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a span{ width: calc(100% - 38px);}
kkk*/
@media only screen and (min-width: 992px){

  .is-path-frontpage .teaser--type-2:hover, .is-path-frontpage .teaser--type-2:focus{
    background-color: #fff; box-shadow: none;
  }
  .is-path-frontpage .teaser--type-2:hover .teaser__title,.is-path-frontpage .teaser--type-2:hover .teaser__text,.is-path-frontpage .teaser--type-2:focus .teaser__title,.is-path-frontpage .teaser--type-2:focus .teaser__text{
    color: #1C1D33;
  }
  .view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__content{
        padding: 60px 45px 45px 60px;
  }
  .view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__title {
    padding: 0;
  }
  .is-campagne .title-column__intro{padding-left: 16px}
  .is-campagne .title-column__intro::before{background-color: transparent;}
  .is-campagne .breadcrumb__inner::before{background-color: transparent;}
}
.view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__date{text-transform: uppercase;}



/*** FIXES CONTACT MESSAGE ****/
/* .message {
  max-width: 650px;
  margin: 0 auto;
  padding: 1rem 3rem; }
  .message__pic {
    display: block;
    width: 76px;
    margin: 0 auto .4rem; }
  .message__title {
    margin: 0 0 2rem;
    padding: 0;
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 125%;
    color: #3A3B4E; }
  .message__footer {
    padding: 2rem 0;
    text-align: center; }

.back-home {
  position: relative;
  display: inline-block;
  padding: 2rem;
  background: url(../images/razzle-dazzle.png) #00AEC7 repeat 50% 50%;
  transition: all .2s ease-in-out; } */
  /* .back-home::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 174, 199, 0.6); } */
  /* .back-home__inner {
    position: relative;
    z-index: 5;
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 2px;
    padding: 2rem 2rem 2rem 5rem;
    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='-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 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.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");
    background-color: #00AEC7;
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 30px 30px;
    font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #FFF;
    text-align: left;
    transition: all .2s ease-in-out; } */

/* #edit-submit-wrapper {
  position: relative; }
  #edit-submit-wrapper::before {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 174, 199, 0.7); } */
  /* #edit-submit-wrapper input, #edit-submit-wrapper button {
    position: relative;
    z-index: 5; } */

/* @media only screen and (min-width: 768px) { */
  /* .message {
    padding: 2rem; }
    .message__title {
      font-size: 2.6rem; }
    .message__footer {
      padding-top: 4rem; } */
/* 
  .back-home__inner {
    padding-right: 5rem;
    padding-left: 8rem;
    background-position: 2rem 50%;
    background-size: 44px 44px; } } */
/* @media only screen and (min-width: 992px) {
  .message {
    padding: 0; }
    .message__title {
      margin-bottom: 3rem;
      font-size: 3rem; }
    .message__footer {
      padding-top: 5rem; }

  .back-home__inner {
    padding-left: 12rem;
    padding-right: 5.5rem;
    background-position: 3rem 50%; }
  .back-home:hover .back-home__inner, .back-home:focus .back-home__inner {
    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='-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 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 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");
    color: #000; } }


@media only screen and (min-width: 1380px) {
  .message__footer {
    padding-top: 6rem; } } */

/*# sourceMappingURL=81_contact.css.map */

/**** CONTACT MESSAGE *****/


/********* HOMEPAGE RESPONSIVE **********/

@media only screen and (max-width: 767px) {

  .teaser.teaser--special-1 .teaser__category {
    position: relative;
  }
  .wrapper-hero {
    background-color: #DDE0E8; }
    .wrapper-hero .block-title {
      background-color: #FFF;
      margin: 0 -10px 2rem;
      padding: 1rem 10px 2rem; }
      .wrapper-hero .block-title__title {
        margin-top: 0;
        margin-bottom: 0; }
    .wrapper-hero .teaser {
      margin-bottom: 3rem; }
    .wrapper-hero .teaser .teaser__title,
    .wrapper-hero .teaser--special-graybg .teaser__title {
      font-weight: 400;
      font-size: 20px; }
    .wrapper-hero .teaser .teaser__content,
    .wrapper-hero .teaser--special-graybg .teaser__content {
      background-color: #FFF !important;
      padding: 1.6rem 2rem 1.8rem; }
    .wrapper-hero .teaser .teaser__date,
    .wrapper-hero .teaser--special-graybg .teaser__date {
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase; }
    .wrapper-hero .teaser .teaser__category,
    .wrapper-hero .teaser--special-graybg .teaser__category {
      margin-left: -2rem;
      padding: 5px 20px 4px 20px;
      font-size: 12px; }
    .wrapper-hero .teaser__picture-wrapper {
      margin-bottom: 0; }
    .wrapper-hero .teaser--special-1 {
      margin-bottom: 3rem; }
      .wrapper-hero .teaser--special-1 .teaser__content {
        background-color: #E85252 !important;
        color: #FFF; }
      .wrapper-hero .teaser--special-1 .teaser__category {
        background-color: #FFF;
        color: #000; }
      .wrapper-hero .teaser--special-1 .teaser__date {
        color: #FFF; }
      .wrapper-hero .teaser--special-1 .teaser__title {
        color: #FFF; } }

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


/**************** END OF HOMEPAGE RESPONSIVE *******************/

.field--name-content-print {
  clear:both;
}

.breadcrumb__item.no-link::after{display: none;}

/*=== css seo footer ===*/
.sitemap-col.no-after::after{display: none;}

/* here is gd */
.landings {
    padding: 2.5rem 0 1rem 1.6rem;
}
@media only screen and (min-width: 768px){
  .landings {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-bottom: 0;
  }
}
/* @media only screen and (min-width: 1380px){
  .landings {
      padding-left: 3rem;
  }
} */
/* .landings__title {
    margin: 0 0 .6rem;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
} */
/* .landings__list {
    margin: 0;
    padding: 0;
    list-style: none;
} */
/* .landings__list--main {
    margin: 0 0 1.3rem;
} */
/* .landings__list--main .landings__item {
    background: url(../images/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
    background-size: 17px auto;
} */
/* .landings__list--main a, .landings__link {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
@media only screen and (min-width: 768px){
  .landings__list--main a, .landings__link {
      padding-top: 3px !important;
      padding-bottom: 3px !important;
  }
}
.landings__list--main a {
    display: block;
    padding: 6px 0 6px 31px;
}
.landings__list--main a:hover, .landings__list--main a:focus,
.landings__link:hover, .landings__link:focus {
    color: #4BCDFD;
}
.landings__list--footer {
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
}
.landings__list--footer .landings__item {
    position: relative;
    display: inline-block;
    margin: 0;
}
@media only screen and (min-width: 1380px){
  .landings__list--footer .landings__item {
      margin-right: 1.4rem;
  }
}
.landings__list--footer .landings__link {
    display: inline-block;
    margin: 0;
    padding: 0 2rem 0 0;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: underline;
}
@media only screen and (min-width: 1380px){
  .landings__list--footer .landings__item::after {
    content: '\007C';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .landings__list--footer .landings__item:last-child::after {
    display: none;
  }
}
.landings__list--footer .landings__link:hover, .landings__list--footer .landings__link:focus {
    text-decoration: none;
} */
.sitemap-col--e, .sitemap-col--f {
    background-color: #FFF;
}
@media only screen and (min-width: 768px){
  .sitemap-col--e, .sitemap-col--f {
    margin-top: 3rem;
    border-top: 1px solid #515D77 !important;
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px){
  .sitemap-col--e {
      clear: both;
      padding-left: 0;
  }
}
@media only screen and (min-width: 1380px){
  .sitemap-col--e, .sitemap-col--f {
      margin-top: 3.5rem;
      padding-top: .8rem;
  }
}
@media only screen and (min-width: 768px){
  .pins {
      max-width: inherit;
      padding-top: 2rem;
      padding-bottom: 0;
  }
}
.pins__certification li:first-child img{
  width: 85px;
}
.pins__certification li:first-child .field--name-field-logo:first-child{display: none;}
.pins__certification li:last-child img{
    width: 58px;
}
@media only screen and (min-width: 768px){
  .pins__certification {
      float: left;
      text-align: left;
      margin: 0 0 1.2rem !important;
  }
  .pins__certification li:first-child img{
    width: 59px;
  }
  .pins__certification li:last-child img{
    width: 41px;
  }
  .pins__certification li:first-child .field--name-field-logo:last-child{display: none;}
  .pins__certification li:first-child .field--name-field-logo:first-child{display: block;}
}
.pins__certification li, .pins__certification a{
  text-align: center;
}
@media only screen and (min-width: 768px){
  .pins__certification li, .pins__certification a {
      width: 85px;
      height: 60px;
      text-align: left;
  }
  .pins__certification li:last-child {
      float: left;
      width: 70px;
  }
}
@media only screen and (min-width: 768px){
  .pins__footer {
      text-align: left;
  }
}
.footer-mentions{border-top:0;}
@media only screen and (min-width: 768px){
  .footer-mentions {
    text-align: left;
    padding: 2rem 0 2.4rem 1rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px){
  .sn {
      padding-top: 2.5rem;
      padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px){
  .sn {
      padding-top: 0;
  }
  /* li.uppernav__item:nth-child(2) {
    min-width: 186px;
  } */
}


.rid-editor.is-path-node .tabs.clearfix.tabs--primary   {
  clear: both;
  float:none;
  margin-bottom: 20px;
}

.ui-dialog div.ui-dialog-titlebar .ui-dialog-titlebar-close {
  right: -30px;
  top: 80px;
  z-index: 120;
}

.ui-dialog div.ui-dialog-content#drupal-modal {
    padding: 50px 110px;
}


@media only screen and (max-width: 768px){
  .ui-dialog div.ui-dialog-content#drupal-modal {
    padding: 43px 17px 10px;
  }
}


@media only screen and (max-width: 600px){
.ui-dialog div.ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: -9px;
  }
}


.swiper-wrapper .block-slideshow__text p {
  word-break: break-word;
}


.args-espace-chercheur .hubtext__item .view-id-paragraph_related_content.view-display-id-block_3 .view-content a.teaser {
  height: auto;
}


.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide{
  height: auto;
}
.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content .teaser__picture-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 60%;
  float:none;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content .teaser__picture-wrapper img {
  margin: 0;
  width: 100%;
}


.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content .teaser__picture-wrapper div.field--name-teaser-image{
  max-height: 230px;
  min-height: 220px;
}

.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content {
  padding: 0;
}

.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content  .teaser__tags{
  padding: 2rem 3rem;
  margin-bottom: 1rem;
}

.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content  .teaser__date,
.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content  .teaser__title {
  padding: 0 3rem;
}

.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-md-8 .teaser--wide .teaser__content  .teaser__text {
  padding: 0 3rem 2rem;
}

.is-page-node-type-hub-page .block-paragraph-list .hubtext__item .view-paragraph-related-content.view-display-id-block_3 .col-sm-4 {
  display: inline-flex;
}




.args-listeprojets-soutenus .block-facet-blockthematic-tags-projets-soutenus {
  display: none !important;
}


#edit-contact-actions-container .form-wrapper {
  margin-left: 2em;
}

#edit-contact-actions-container .form-wrapper input.button {
  min-width: 302px;
  font-size: 1.5rem;
}

#drupal-modal {
  max-height: none !important;
}

.popup-custom-made.popup-dialog-information-material button.ui-dialog-titlebar-close::before {
  display: none;
}
.popup-custom-made.popup-dialog-information-material button.ui-dialog-titlebar-close span.ui-icon-closethick {
  width: 18px !important;
  height: 20px !important;
  background-repeat: no-repeat !important;
}

.field--name-quantity-selector .ui-spinner {
  border: none;
}

.args-listesupport-information .block-facet-blockstructure-tags-collection {
  border-right: none !important;
}



 /* start new hp */

 /*.field__item .teaser__title h2 {
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
      font-size: inherit;
      margin: inherit;
}

.flag a {
    color: #fff;
}

a.nohover {display: inherit !important;}

.toolbar-fixed.is-logged-in-user #toolbar-administration {z-index: 999999;}
.toolbar-fixed.is-logged-in-user .wrapper-header-- {z-index: 99;position:relative;}
.toolbar-fixed.is-logged-in-user .wrapper-header--.fixed--dark {position:fixed;top:80px;}


.toolbar-fixed.is-logged-in-user .wrapper-header--home {z-index: 99;position:relative;}
.toolbar-fixed.is-logged-in-user .wrapper-header--home.fixed--dark {position:fixed;top:80px;}*/

/* HEADER ============== */

#main-don-dropdown, #block-farc-donationheader {
  padding: 7rem 0;
}

.wrapper-don--action form > div{padding-top: 0 !important;}
span.ui-button-text:hover {
    background-color: #FFF;
    color: #C32762;
}

#block-farc-donationheader .field.field--name-donation-module-link.field--type-link.field--label-hidden.field__item{
	display: none;
}


@media only screen and (max-width: 767px){
	#main-menu-dropdown .col-sm-6 {
	    padding-left: 0;
	    padding-right: 0;
	}
}
/* HEADER END ============== */



/* FOOTER ============== */

.footer-button:before{background-image: url("https:/www.fondation-arc.org/themes/custom/farc/images/icon-arrow-right-dark.svg");}
.pins__certification img{max-width: 100%; height: auto;}
/* FOOTER END ============== */





/* custom css */
@media only screen and (min-width:768px){
  .ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label{width:145px;}
  .field--name-quantity-selector .field__label{width:145px;}
}
.ui-dialog.popup-dialog-information-material .information-material-quantity-selector div.form-item,
.paragraph--information-material-order .group-right .field--name-quantity-selector .form-item{
  margin-top: 0;
}
.ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label,
.field--name-quantity-selector .field__label{
  display:inline-block;width:135px !important;font-weight:700;font-size:1.2rem;text-align:center;
}
.field--name-quantity-selector .field__label{width:145px !important;}
.paragraph--information-material-order .group-right .field--name-quantity-selector{
  display: block !important;
}
.field--name-liste-actu .block-title--color-4 .teaser:hover .field--name-period{
      color: #fff;
}
.phone-second-line {
    display: inline-block;
    padding-left: 112px;
}
.ui-dialog-titlebar [type='button']::before{
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/X.png);
      background-size: cover;
}
.is-path-publications .block-region-center .field--name-body .btn{
  color: #fff;
  text-decoration: none;
  font-family: 'Lato';
  padding: 16px 40px !important;
  margin-bottom: 0;
}
.is-path-publications .block-region-center .field--name-body .btn:before{
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/white-book.png) !important;
  background-size: cover !important;
  width: 29px !important;
  height: 26px !important;
  margin-right: 15px;
}
.is-path-publications .block-region-center .field--name-body p:first-child{
  margin-bottom: 24px;
}
.is-path-publications .block-region-center .field--name-body p:last-child{
  margin-bottom: 0;
}
.wrapper-contact--color-4 .block-title-regular{
  padding-top: 0;
}
@media only screen and (max-width:768px){
  .phone-second-line {
      padding-left: 103px;
  }
  .ui-dialog.popup-dialog-information-material .information-material-quantity-selector .field__label{
    margin-top: 16px
  }
}
@media only screen and (max-width:998px){
  .wrapper-contact--color-4 .block-title-regular {
      padding-top: 2rem;
  }
  .wrapper-links .field--name-hub-page-info-material a.shop-it {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-title--single-column.title-list .farc-block__title-wrapper{
  position: relative;
}
.no-padding-top{padding-top: 0 !important;}
.block-region-filtersrevamped div.facets-dropdown{
  font-weight:700;
  font-size:1.6rem;
}
.chosen-container{width:100% !important;}
.chosen-container.chosen-container-single .chosen-single span,
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type='text']{
    font-weight: 700;
    font-size: 1.6rem;
}
.block-reset-filter-block{
  text-align: left;
}
.block-region-filtersrevamped .block-sort-by-order-block .form-item,
.block-region-filtersrevamped .block-project-status-filter-block .form-item{
  margin:0;
}
.block-region-filtersrevamped .block-sort-by-order-block .form-item label,
.block-region-filtersrevamped .block-project-status-filter-block .form-item label{
  margin-bottom: 1rem;
    padding: 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 100%;
    color: #fff;
}
@media only screen and (min-width: 992px){
  .block-title--single-column__inside {
      padding: 0 1rem;
  }
}
.block-region-results .view-search-global .information-material .information-material__links .teaser__link .ajax-progress{display:none;}
.wrapper-links .field--name-hub-page-info-material a.shop-it {
    padding-left: 50px;
    line-height: 30px !important;
}
.wrapper-links .file a.download-document{
  display: flex;
    align-items: center;
    min-height: auto;
}
.wrapper-links .file a.download-document:before{
    position: relative;
    margin-right: 10px;
}
.minishortcut__title-inner p{margin: 0;}
body .intro{background-color: transparent;}
.hub-layout .wrapper-connexe{margin-bottom: 0;}
/*.wrapper-sitemap a:hover{color:inherit;}*/
.popup-dialog-cancer .modal-selector-form{height: 100%;}
.page-category-support .flag-basket-information-material a{color: #fff;}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before{
  left:0;
}
.teaser--color .teaser__text.teaser_edition{
  font-weight: bold;
  margin-top: 8px;
}
.is-path-recherche-cancer .wrapper-grid--action{background-color: transparent;}



/*==== evolution changes ===*/
.shortcut__title p{margin: 0;}
.wrapper-don input{display: none;}
.wrapper-don .form-item-punctual-donation-other input,.wrapper-don .form-item-regular-donation-other input,
.wrapper-don input[type="submit"]{
  display: block;
}

.wrapper-don input[type="radio"]:hover + label, .wrapper-don input[type="radio"]:focus + label {
    color: #C32762;
}
label.selected{
  color: #FFF !important;
  background-color: #C32762 !important;
}

.teaser__picture-wrapper img{
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#views-exposed-form-search-glossary-ac-fulltext-search{
    position: relative;
    margin: 0 0 .5rem;
    padding: .5rem 0 0;
}
#views-exposed-form-search-glossary-ac-fulltext-search .form-item{
  float: none;
  margin: 0;
}

.page-category-actualitÃ©s .wrapper-primary{margin-top: -8px;}
.edito .field--name-add-paragraph h2{margin-top: 0;}

#views-exposed-form-search-glossary-ac-fulltext-search .form-item label{display: none;}
#views-exposed-form-search-glossary-ac-fulltext-search .form-item 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; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 2.4rem;
    font-weight: 300;
    font-style: italic;
    color: #FFF;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input::-moz-placeholder {
    font-size: 2.4rem;
    /* Firefox 19+ */
    font-weight: 300;
    font-style: italic;
    color: #FFF; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:-ms-input-placeholder {
    font-size: 2.4rem;
    /* IE 10+ */
    font-weight: 300;
    font-style: italic;
    color: #FFF; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus::-webkit-input-placeholder {
    font-size: 2.4rem;
    color: #49546F;
    /* Chrome/Opera/Safari */
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus::-moz-placeholder {
    font-size: 2.4rem;
    color: #49546F;
    /* Firefox 19+ */
   }
  #views-exposed-form-search-glossary-ac-fulltext-search .form-item input:focus:-ms-input-placeholder {
    font-size: 2.4rem;
    color: #49546F;
    /* IE 10+ */
     }

#views-exposed-form-search-glossary-ac-fulltext-search .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: 0;
  right: 0;
  font-size: 1px;
  color: #253455;
  text-indent: -100px;
  overflow: hidden;
  margin: 0;
}
.teaser--suggest .information-material__content .information-material__content-info{
  float: left;
  max-width: 178px;
}
@media only screen and (min-width: 768px) and (max-height: 900px){
  .suggested-content__cards .teaser .information-material__content-info{
    max-width: 100%;
  }
}
/* 
.wrapper-hub-header .hub-header__intro{ padding:0 10px; background-color:#233355;}
.wrapper-hub-header .row{ display: flex; height: 100%; flex-wrap: wrap;}
.wrapper-hub-header .hub-header__banner{padding-left: 20px;}
.wrapper-hub-header .hub-header__banner .block-slideshow{
  height: 100%; width: auto;
}
.wrapper-hub-header .hub-header__banner .block-slideshow__text span{
  padding: 72px 28px;
  font-size: 3.5rem;
  line-height: 1.37;
}
.wrapper-hub-header .hub-header__intro .intro{padding:40px 56px; color: #fff;}
.wrapper-hub-header .hub-header__intro .intro h1{color: #fff;}
.wrapper-hub-header .hub-header__intro .brochure{padding: 42px 70px;}
.wrapper-hub-header .hub-header__intro .brochure:before{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 84px);
  background-color: #fff;
  left: 0;
}
.wrapper-hub-header .hub-header__intro .brochure a{color:#fff;}
.wrapper-hub-header .hub-header__intro .brochure .download-document::before {
    background-image: url("/themes/custom/farc/images/download.png") !important;
}
.wrapper-hub-header .hub-header__intro .brochure .download-document{margin: 20px 0 12px;}
.wrapper-hub-header .hub-header__intro .brochure .shop-it::before{
  left:2px;
  background-image: url("/themes/custom/farc/images/book.png") !important;
}
.wrapper-hub-header .hub-header__intro .brochure .shop-it{
  padding-left: 42px;
  padding-top: 5px !important;
}
.wrapper-hub-header .hub-header__intro .intro .intro__chapo{
  padding-left: 0;
  border-left: 0;
  font-size: 2rem;
}
.wrapper-hub-header .hub-header__intro .intro .field--name-dynamic-block-fieldnode-social-media-share{
  position: absolute; bottom: 40px;
}
.wrapper-hub-header .main-content__rs > span{background-color: #fff;} */
.campain-hub-page .teaser--color .teaser__wrapper{height: 100%;}
.campain-hub-page{margin-bottom: 1.6rem;}
/* .hubtext__item .paragraph-slideshow__item__title{ margin: 2.5rem;} */
.hubtext__item .paragraph-slideshow__item{height: inherit;}
.hubtext__item .paragraph-slideshow__container p{font-size: 1.5rem;}
.hubtext__item .paragraph-slideshow__container{margin: 0;}
.swiper-button-wrapper{position: relative;}
.swiper-button-wrapper .paragraph-slideshow__button-prev,.swiper-button-wrapper .paragraph-slideshow__button-next{
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
}
.swiper-button-wrapper .paragraph-slideshow__button-prev{left:-28px;}
.swiper-button-wrapper .paragraph-slideshow__button-next{right:-28px;}
.swiper-button-wrapper .paragraph-slideshow__button-next img, .swiper-button-wrapper .paragraph-slideshow__button-prev img{
  max-width: 24px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.swiper-button-wrapper .paragraph-slideshow__button-prev img{ transform: translateX(-50%) rotate(-180deg);}
@media only screen and (max-width: 992px){
  .wrapper-hub-header .hub-header__banner{padding: 0; margin-top: 16px;}
  .block-region-filtersrevamped .block{display: block !important;}
}
@media only screen and (max-width: 768px){
  .wrapper-hub-header .row{
    margin:0;
  }
  .wrapper-hub-header .hub-header__intro{padding: 0;}
  .wrapper-hub-header .hub-header__intro .intro,
  .wrapper-hub-header .hub-header__intro .brochure{padding:20px;}
  .wrapper-hub-header .hub-header__intro .brochure img{max-width: 190px;}
  .wrapper-hub-header .hub-header__intro .brochure::before{display: none;}
  .wrapper-hub-header .hub-header__banner{display: none;}
}

.nl-overlay,
.ui-widget-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle-white.svg) rgba(221,224,232,0.9) repeat 50% 50%;
  background-size: 100px;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  z-index: 9999;
  visibility: hidden;
  transition: visibility 0s .3s, opacity .3s;
}
.nl-field.nl-field-open ~ .nl-overlay,
.ui-dialog + .ui-widget-overlay {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.popup-dialog-cancer.ui-dialog{
  background:none !important;
  border:0 none !important;
}
.shortcut__pic img {
    max-width: none;
}
.block-slideshow .swiper-wrapper{
  z-index: 3;
}

@media only screen and (min-width: 1380px){
  .is-path-recherche-cancer .teaser__picture-wrapper img, .is-path-recherche-cancer .teaser__picture{
    /* margin: 0; */
  }
}

.view-display-id-block_12 .no-image .teaser__picture-wrapper{display: none;}
.block-region-results .view-search-global .information-material__content .teaser__picture-wrapper img{
  max-width: 170px;
}

body:not(.is-path-frontpage) .teaser .teaser__content{height: 100%;}
.hubtext__item .teaser__picture-wrapper{max-width: 50%;}
.hubtext__item .teaser__text p{
  margin: 0; font-size: 16px; line-height: 1.25;
}

.hubtext__item .view-id-paragraph_related_content.view-display-id-block_2 .view-content,
.hubtext__item .view-id-paragraph_related_content.view-display-id-block_3 .view-content,
.hubtext__item .field--name-realated-actualite .view-content{
  display: flex; flex-wrap: wrap;
}
.hubtext__item .view-id-paragraph_related_content.view-display-id-block_2 .view-content a,
.hubtext__item .view-id-paragraph_related_content.view-display-id-block_3 .view-content a,
.hubtext__item .field--name-realated-actualite .view-content a{
  height: 100%;
}

.is-page-node-type-type-page .field--name-introduction{
      margin: 0 0 11px;
}
.is-page-node-type-type-page .field--name-introduction p:last-child{margin-bottom: 0;}
.block-region-results .view-search-global .information-material .information-material__links .teaser__file.no-border{
  border:0 none;
}
.wrapper-grid__more {
    margin: 0;
    padding: 4rem 0 7rem;
    text-align: center;
}

.paragraph--type--text .teaser__picture-wrapper{display: none;}


.hubtext__item:nth-child(3n+1) .chapo::before{
  background-color: #E85252; }
.hubtext__item:nth-child(3n+2) .chapo::before {
  background-color: #006882; }
.hubtext__item:nth-child(3n+3) .chapo::before{
  background-color: #572565; }
@media only screen and (max-width: 1380px){
  .wrapper-hub-header .hub-header__intro .brochure{padding: 42px 32px;}
  .wrapper-hub-header .hub-header__intro .intro .field--name-dynamic-block-fieldnode-social-media-share{
    position: relative; bottom: auto;
  }
}
.after-chapo p, .after-chapo li,.hubtext__item p{
  font-size: 16px;
}
@media only screen and (max-width: 767px){
  .wrapper-hero .teaser--special-2, .wrapper-hero .teaser--special-3{
    display: block !important;
  }
  .is-path-frontpage .wrapper-hero .actu-wrapper{
    display: flex; flex-wrap: wrap;
  }
  .is-path-frontpage .wrapper-hero .actu-wrapper > div:first-child{
    order:1; width: 100%;
  }
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item{
  line-height: 1;
  margin-bottom: 30px;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item:last-child{
  margin-bottom: 0;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a{
    font-size: 14px;
    font-weight: bold;
    display: flex;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a:before{
    width: 26px;
    content: '';
    height: 28px;
    background-position: center top;
    display: block;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.perso:before{
  background-image: url('/themes/custom/farc/images/Espace perso.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.calendrier:before{
  background-image: url('/themes/custom/farc/images/calendrier.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.resultat:before{
  background-image: url('/themes/custom/farc/images/projet.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.newsletter:before{
  background-image: url('/themes/custom/farc/images/newsletter.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.don:before{
  background-image: url('/themes/custom/farc/images/don.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.rapport:before{
  background-image: url('/themes/custom/farc/images/rapport.png');
}
.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a.rejoindre:before{
  background-image: url('/themes/custom/farc/images/rejoindre.png');
}

.wrapper-hub-header .hub-header__intro .brochure .field--name-links-hub-page .field__item a span{ width: calc(100% - 38px);}
@media only screen and (min-width: 992px){
  .is-path-frontpage .teaser--type-2:hover, .is-path-frontpage .teaser--type-2:focus{
    background-color: #fff; box-shadow: none;
  }
  .is-path-frontpage .teaser--type-2:hover .teaser__title,.is-path-frontpage .teaser--type-2:hover .teaser__text,.is-path-frontpage .teaser--type-2:focus .teaser__title,.is-path-frontpage .teaser--type-2:focus .teaser__text{
    color: #1C1D33;
  }
  .view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__content{
        padding: 60px 45px 45px 60px;
  }
  .view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__title {
    padding: 0;
  }
  .is-campagne .title-column__intro{padding-left: 16px}
  .is-campagne .title-column__intro::before{background-color: transparent;}
  .is-campagne .breadcrumb__inner::before{background-color: transparent;}
}
.view-homepage-ct-homepage.view-display-id-block_1 .teaser--special-1 .teaser__date{text-transform: uppercase;}
































.is-path-publications input[type='submit']:hover {
  cursor: pointer;
}

.is-path-publications #publication-customer-data-customer-data-form .button--primary {
  transition: .3s all ease-out;
}

.is-path-publications #publication-customer-data-customer-data-form .button--primary:hover,.is-path-publications #publication-customer-data-customer-data-form .button--primary:active,.is-path-publications #publication-customer-data-customer-data-form .button--primary:focus {
  background-color: #006882;
}

.is-path-publications #publication-customer-data-customer-data-form #edit-delete {
  display: none;
}

.is-path-publications .mandatory-fields {
  padding-right: 10px;
  padding-right: 1rem;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  color: #606177;
  font-weight: bold;
}

.is-path-publications .mandatory-fields p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.is-path-publications .mandatory-fields .asterik {
  color: #00aec7;
}

@media only screen and (min-width: 992px) {
  .is-path-publications .block-title--single-column {
    margin-bottom:110px;
    margin-bottom: 11rem;
  }
}

.is-path-publications .block-title--single-column__white-bg {
  padding-bottom: 0;
}

@media only screen and (max-width: 1379px) {
  .is-path-publications .block-title--single-column__white-bg {
    padding-left:25px;
    padding-left: 2.5rem;
    padding-right: 25px;
    padding-right: 2.5rem;
  }
}

.is-path-publications .block-region-middle,.is-path-publications .order-confirmation .block-region-body {
  padding: 30px 20px;
  padding: 3rem 2rem;
  margin: 40px auto 20px;
  margin: 4rem auto 2rem;
  width: 95%;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-region-middle,.is-path-publications .order-confirmation .block-region-body {
    width:720px;
    width: 72rem;
    padding: 60px 40px;
    padding: 6rem 4rem;
    margin: 50px auto 30px;
    margin: 5rem auto 3rem;
  }
}

@media only screen and (min-width: 1380px) {
  .is-path-publications .block-region-middle,.is-path-publications .order-confirmation .block-region-body {
    width:1080px;
    width: 108rem;
    padding: 117px 220px 60px;
    padding: 11.7rem 22rem 6rem;
    margin: 90px auto 110px;
    margin: 9rem auto 11rem;
  }
}

.is-path-publications .order-confirmation {
  margin-top: 90px;
  margin-top: 9rem;
  margin-bottom: 110px;
  margin-bottom: 11rem;
}

@media only screen and (max-width: 992px) and (min-width:768px) {
  .is-path-publications .order-confirmation .farc-block__content-wrapper {
    padding-right:0;
    padding-left: 0;
  }
}

.is-path-publications .order-confirmation .block-region-body {
  margin-bottom: 60px;
  margin-bottom: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.is-path-publications .order-confirmation .block-region-body p {
  font-size: 16px;
  margin-bottom: 18px;
}

.is-path-publications .order-layout.container .block-region-top .block-farc-publications-steps {
  margin-right: 10rem;
  margin-left: 30rem;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .order-layout.container .block-region-top .block-farc-publications-steps {
    margin-right:0;
    margin-left: 13rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .order-layout.container .block-region-top .block-farc-publications-steps {
    margin-left:12rem;
  }
}

.is-path-publications .order-layout.container .view-empty {
  position: relative;
  bottom: auto;
  right: auto;
  float: none;
  text-align: center;
  padding: 30px 15%;
  margin: 0;
  border: 0;
}

.is-path-publications .order-layout.container .block-region-bottom .footer-links {
  margin: 5px 0;
}

.is-path-publications .order-layout.container .block-region-bottom .footer-links li {
  margin-bottom: 60px;
  margin-top: 40px;
  width: 305px;
  display: block;
  float: right;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .order-layout.container .block-region-bottom .footer-links li {
    width:382px;
    margin-top: 0;
  }
}

.is-path-publications .order-recap .top-wrapper__order-recap {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .page-title {
    padding-bottom:15px;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .page-title::after {
    height:5px;
    width: 60px;
  }
}

.is-path-publications .order-recap .top-wrapper__order-recap .block-region-top {
  width: 83.33333%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .block-region-top {
    margin-top:30px;
    margin-top: 3rem;
  }
}

.is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-modal ul {
  margin-top: 0;
}

.is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-publications-steps {
  margin: 0px 200px;
  margin: 0 20rem;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-publications-steps {
    margin:0px 100px;
    margin: 0 10rem;
  }
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .top-wrapper__order-recap .block-region-top .block-farc-publications-steps {
    margin:auto;
  }
}

.is-path-publications .order-recap .paragraph--information-material-order-recap {
  margin-bottom: 0;
  height: 100%;
}

.is-path-publications .order-recap h1.page-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 1380px) {
  .is-path-publications .order-recap .block-region-center .order-details-wrapper .view-content {
    display:-webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .is-path-publications .order-recap .block-region-center .order-details-wrapper .view-content .views-row {
    flex-shrink: 0;
  }
}

.is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-left,.is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-right {
    padding-left:26px;
    padding-left: 2.6rem;
    padding-right: 26px;
    padding-right: 2.6rem;
  }

  .is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-right {
    -webkit-box-flex: 1;
    flex: auto;
    width: 100%;
  }

  .is-path-publications .order-recap .block-region-center .order-details-wrapper .order-details .views-row .group-right div.form-item > .ui-spinner input {
    text-align: center;
  }
}

.is-path-publications .order-recap .block-region-bottom {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

.is-path-publications .order-recap .recap-page-my-order {
  font-weight: 700;
}

.is-path-publications .order-recap .block-region-bottom .menu li:last-child a.recap-page-confirmation {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .order-recap .block-region-bottom .menu li:last-child a.recap-page-confirmation {
    padding-left:80px;
    padding-left: 8rem;
    background-position-x: 12px;
    background-position-x: 1.2rem;
  }
}

.is-path-publications .block-region-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-center {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.is-path-publications .block-region-center .customer-data-wrapper {
  width: 310px;
  width: 31rem;
  height: 285px;
  height: 28.5rem;
  margin-right: 130px;
  margin-right: 13rem;
  padding: 30px;
  padding: 3rem;
  margin-top: 76px;
  background-color: #3a3b4e;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-center .customer-data-wrapper {
    width:100%;
    margin: 0;
    margin-bottom: 40px;
  }
}

.is-path-publications .block-region-center .customer-data-wrapper h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper {
  color: white;
  font-size: 16px;
  line-height: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper > div,.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .view-customer-data,.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .view-content,.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .views-row {
  height: 100%;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .views-row {
  position: relative;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-first-name,.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-last-name,.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-post-code,.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-city {
  display: inline;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper .field--name-customer-data-email {
  margin-top: 10px;
  margin-top: 1rem;
  text-decoration: underline;
  margin-bottom: 5px;
}

.is-path-publications .block-region-center .customer-data-wrapper .content-wrapper a.your-information-modify {
  line-height: normal;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.is-path-publications .block-region-center .order-details-wrapper {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.is-path-publications .block-region-center .order-details-wrapper .title-wrapper h2 {
  margin-bottom: 40px;
  margin-top: 0;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details {
  padding: 0;
  width: 100%;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .views-row {
  width: 50%;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .views-row {
    width:100%;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(odd) {
  padding-left: 0;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(odd) {
    padding:0;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(even) {
  padding-right: 0;
}

@media only screen and (max-width: 1380px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .views-row:nth-child(even) {
    padding:0;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order {
  height: 100%;
  margin: 0;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-content {
  height: 100%;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-left {
  max-width: none;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-left img {
  height: 100%;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right {
    width:100%;
    -webkit-box-flex: 1;
    flex: auto;
  }
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right .ui-spinner-button {
  display: none;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right .form-item {
  margin-top: auto;
  margin-bottom: 0;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-right .form-item .ui-spinner input {
  pointer-events: none;
  padding: 0;
  height: auto;
  margin: 0;
  text-align: left;
  background: transparent;
  border: 0;
  font-size: 16px;
}

.is-path-publications .block-region-center .order-details-wrapper .order-details .paragraph--information-material-order .group-footer {
  display: none;
}

.is-path-publications .block-farc-modal ul {
  margin: 14px 0px 22px;
  margin: 1.4rem 0 2.2rem;
  max-width: 640px;
  max-width: 64rem;
  counter-reset: item;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul {
    margin-bottom:45px;
    margin-bottom: 4.5rem;
  }
}

/* .is-path-publications .block-farc-modal ul li {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0px 5px 8px;
  padding: 0 0.5rem 0.8rem;
  border-bottom-width: 5px;
  border-bottom-width: 0.5rem;
  border-bottom-color: #b0b1b8;
  border-bottom-style: solid;
  color: #b0b1b8;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  position: relative;
  text-align: center;
  width: 33.33%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
} */

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul li {
    font-size:20px;
    font-size: 2rem;
    padding: 0px 10px 16px;
    padding: 0 1rem 1.6rem;
    border-bottom-width: 10px;
    border-bottom-width: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-farc-modal ul li {
    font-size:18px;
    font-size: 1.8rem;
    word-break: break-word;
  }
}

.is-path-publications .block-farc-modal ul li span {
  margin: auto 0;
}

@media only screen and (max-width: 480px) {
  .is-path-publications .block-farc-modal ul li span {
    word-break:break-all;
  }
}

/* .is-path-publications .block-farc-modal ul li::before {
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  margin: 0px auto 8px;
  margin: 0 auto 0.8rem;
  content: counter(item);
  counter-increment: item;
  background-color: rgba(58,59,78,0.4);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-family: "MuseoSans",Tahoma,"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
} */

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul li::before {
    width:71px;
    width: 7.1rem;
    height: 71px;
    height: 7.1rem;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 71px;
    line-height: 7.1rem;
    margin: 0px auto 16px;
    margin: 0 auto 1.6rem;
  }
}

/* .is-path-publications .block-farc-modal ul li.active {
  border-bottom-color: #00aec7;
  color: #1c1d33;
} */

.is-path-publications .block-farc-modal ul li.active:last-of-type {
  margin-right: 0;
}

.is-path-publications .block-farc-modal ul li.active:first-of-type {
  margin-left: 0;
}

/* .is-path-publications .block-farc-modal ul li.active:before {
  background-color: #00aec7;
} */

.is-path-publications .block-farc-modal ul li.active.last-active:not(:last-child) {
  margin-right: 20px;
  margin-right: 2rem;
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-farc-modal ul li.active.last-active:not(:last-child) {
    margin-right:10px;
    margin-right: 1rem;
  }
}
/* 
.is-path-publications .block-farc-modal ul li.active.last-active::after {
  border-width: 8px;
  border-width: 0.8rem;
  bottom: -18px;
  bottom: -1.8rem;
  border-color: transparent;
  border-style: solid;
  border-top-color: #00aec7;
  content: '';
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
} */

@media only screen and (min-width: 768px) {
  .is-path-publications .block-farc-modal ul li.active.last-active::after {
    border-width:10px;
    border-width: 1rem;
    bottom: -30px;
    bottom: -3rem;
  }
}

.is-path-publications h2 {
  margin: 21px 0px 12px;
  margin: 2.1rem 0 1.2rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #3a3b4e;
  font-family: "MuseoSans",Tahoma,"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .is-path-publications h2 {
    margin:42px 0px 24px;
    margin: 4.2rem 0 2.4rem;
  }
}

.is-path-publications .block-region-center .field--name-body,.is-path-publications .block-region-body .field--name-body {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  color: #1c1d33;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-region-center .field--name-body,.is-path-publications .block-region-body .field--name-body {
    margin-bottom:45px;
    margin-bottom: 4.5rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.is-path-publications .block-region-center .field--name-body a,.is-path-publications .block-region-body .field--name-body a {
  color: #00aec7;
  text-decoration: underline;
}

.is-path-publications .block-region-center .field--name-body a:hover,.is-path-publications .block-region-body .field--name-body a:hover {
  text-decoration: none;
}

.is-path-publications .block .footer-links {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block .footer-links {
    margin-top:48px;
    margin-top: 4.8rem;
  }
}

.is-path-publications .block .footer-links li {
  padding: 20px;
  padding: 2rem;
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg) #00aec7 repeat 50% 50%;
  background-size: 100px;
}

@media only screen and (min-width: 992px) {
  .is-path-publications .block .footer-links li {
    min-width:386px;
  }
}

@media only screen and (max-width: 480px) {
  .is-path-publications .block .footer-links li {
    width:100%;
  }
}

.is-path-publications .block .footer-links a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px 14px 16px 100px;
  padding: 1.6rem 1.4rem 1.6rem 10rem;
  background-position: 32px 16px;
  background-position: 3.2rem 1.6rem;
  background-size: 44px 44px;
  background-size: 4.4rem 4.4rem;
  max-width: 342px;
  max-width: 34.2rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: center;
  background-color: #00aec7;
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  height: 76px;
  cursor: pointer;
  border: 2px solid #fff;
  line-height: normal;
  font-family: "MuseoSans",Tahoma,"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
  transition: .2s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block .footer-links a {
    padding:16px 32px 16px 100px;
    padding: 1.6rem 3.2rem 1.6rem 10rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block .footer-links a {
    font-size:18px;
    font-size: 1.8rem;
    max-width: 300px;
    max-width: 30rem;
  }
}

.is-path-publications .block .footer-links a:focus,.is-path-publications .block .footer-links a:hover {
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round.svg);
  background-color: #fff;
  color: #1c1d33;
}

@media only screen and (min-width: 992px) {
  .is-path-publications .view.order-page .views-row {
    width:calc(100% * (1/2) - 1px);
  }
}

@media only screen and (min-width: 1380px) {
  .is-path-publications .view.order-page .views-row {
    width:calc(100% * (1/3) - 1px);
  }
}

.is-path-publications .order-page .footer-links {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .is-path-publications .order-page .footer-links {
    margin-top:40px;
    margin-top: 4rem;
  }
}

.is-path-publications .block-region-bottom .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  width: calc(100% - 44rem);
  margin-left: auto;
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .is-path-publications .block-region-bottom .menu {
    width:100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-region-bottom .menu {
    -webkit-box-orient:vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
}

.is-path-publications .block-region-bottom .menu li {
  display: inline-block;
}

.is-path-publications .block-region-bottom .menu li a {
  display: block;
}

.is-path-publications .block-region-bottom .menu li:first-child {
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .is-path-publications .block-region-bottom .menu li:first-child {
    margin-left:auto;
  }
}

.is-path-publications .block-region-bottom .menu li:first-child a {
  margin-right: 0;
}

.is-path-publications .block-region-bottom .menu li:first-child a::before {
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-right-dark.svg) transparent no-repeat 0 50%;
  background-size: 19px 14px;
  background-position: -4px;
  width: 20px;
}

.is-path-publications .block-region-bottom .menu li:last-child {
  padding: 20px;
  padding: 2rem;
  background: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//images/razzle-dazzle.svg) #00aec7 repeat 50% 50%;
  background-size: 100px;
}

.is-path-publications .block-region-bottom .menu li:last-child a {
  padding: 16px 14px 16px 100px;
  padding: 1.6rem 1.4rem 1.6rem 10rem;
  font-size: 14px;
  font-size: 1.4rem;
  background-position: 32px 16px;
  background-position: 3.2rem 1.6rem;
  background-size: 44px 44px;
  background-size: 4.4rem 4.4rem;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: right;
  background-color: #00aec7;
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round-white.svg);
  background-repeat: no-repeat;
  background-size: 44px 44px;
  height: 76px;
  cursor: pointer;
  border: 2px solid #fff;
  line-height: 40px;
  font-family: "MuseoSans",Tahoma,"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
  transition: .2s ease;
}

@media only screen and (min-width: 768px) {
  .is-path-publications .block-region-bottom .menu li:last-child a {
    padding:16px 32px 16px 100px;
    padding: 1.6rem 3.2rem 1.6rem 10rem;
    font-size: 20px;
    font-size: 2rem;
  }
}

.is-path-publications .block-region-bottom .menu li:last-child a:focus,.is-path-publications .block-region-bottom .menu li:last-child a:hover {
  background-image: url(https:/www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//icons/icon-arrow-round.svg);
  background-color: #fff;
  color: #1c1d33;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link,.skip-link:visited {
  background-color: #333;
  color: #fff;
}

@media print {
  .skip-link {
    display: none;
  }
}


/* Sweep To Right */
.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.wrapper-subheader-home {
  position: relative; }
  .wrapper-subheader-home .container .flex-grid {
    height: 100%;
    padding-bottom: 0; }
  .wrapper-subheader-home .tns-outer {
    position: relative;
    height: 100%; }
  .wrapper-subheader-home .tns-inner {
    height: 100%; }
  .wrapper-subheader-home .tns-nav button {
    width: 50px;
    height: 6px;
    margin: 0 10px 10px 0;
    border-width: 0;
    border-radius: 0;
    background-color: #FFF; }
    .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(1), .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(4), .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(7) {
      background-color: #E4007D; }
    .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(2), .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(5), .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(8) {
      background-color: #0049E5; }
    .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(3), .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(6), .wrapper-subheader-home .tns-nav button.tns-nav-active:nth-child(9) {
      background-color: #FFCD00; }
    
  @media only screen and (min-width: 768px) {
    .wrapper-subheader-home {
      height: 530px; }
      .wrapper-subheader-home .container {
        height: 100%;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
        .wrapper-subheader-home .container .flex-grid {
          padding-bottom: 5em; }
      .wrapper-subheader-home .tns-nav {
        position: absolute;
        top: 2rem;
        left: 50%;
        z-index: 25;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: inherit;
        bottom: 4.25rem;
        width: 720px;
        padding-left: 161px; } }
  @media only screen and (min-width: 992px) {
    .wrapper-subheader-home {
      height: 630px; }
      .wrapper-subheader-home .tns-nav {
        width: 940px; } }
  @media only screen and (min-width: 1420px) {
    .wrapper-subheader-home {
      height: 730px; }
      .wrapper-subheader-home .tns-nav {
        width: 1146px; } }

.home-slider {
  position: relative;
  height: 100%; }
  .home-slider__item {
    display: block;
    width: 100%;
    vertical-align: inherit !important; }
  .home-slider__img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 80%;
        object-position: 50% 80%; }
      @media only screen and (min-width: 768px) {
        .home-slider__item {
          height: 100%; } }
  @media only screen and (min-width: 1420px) {
    .home-slider__img {
      -o-object-position: 50% 40%;
         object-position: 50% 40%; } }

button[data-action="start"],
button[data-action="stop"] {
  position: absolute;
  top: 5.5rem;
  right: 5vw;
  z-index: 25;
  overflow: hidden;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  padding: 0;
  background-color: transparent;
  text-indent: -10em;
  font-size: .1px;
  white-space: nowrap;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  button[data-action="start"] > span,
  button[data-action="stop"] > span {
    display: block;
    width: 100%;
    height: 100%; }
  button[data-action="start"] .icon,
  button[data-action="stop"] .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none; }
  button[data-action="start"] .tns-visually-hidden,
  button[data-action="stop"] .tns-visually-hidden {
    display: none; }
  @media only screen and (min-width: 768px) {
    button[data-action="start"],
    button[data-action="stop"] {
      top: inherit;
      bottom: 2vw; } }
  @media only screen and (min-width: 992px) {
    button[data-action="start"]:hover, button[data-action="start"]:focus,
    button[data-action="stop"]:hover,
    button[data-action="stop"]:focus {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); } }
  @media only screen and (min-width: 1420px) {
    button[data-action="start"],
    button[data-action="stop"] {
      bottom: 5vw; } }

.motto {
  max-width: 450px;
  margin: 1em 0;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  max-width: 250px; }
  .motto__claim {
    margin: 0 0 .15em;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 100%; }
  .motto__sub {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 120%; }
  @media only screen and (min-width: 768px) {
    .motto {
      position: relative;
      top: inherit;
      left: inherit;
      -webkit-transform: none;
              transform: none;
      max-width: inherit;
      margin-top: 0;
      margin-bottom: 1.5em; }
      .motto__claim {
        font-size: 3.25rem; }
      .motto__sub {
        font-size: 1.7rem; } }
  @media only screen and (min-width: 992px) {
    .motto {
      margin-bottom: 2em; }
      .motto__claim {
        font-size: 4rem; }
      .motto__sub {
        font-size: 1.9rem; } }
  @media only screen and (min-width: 1420px) {
    .motto {
      margin-bottom: 2.5em; }
      .motto__claim {
        font-size: 5rem; }
      .motto__sub {
        font-size: 2.1rem; } }
  @media only screen and (min-width: 1510px) {
    .motto {
      -webkit-transform: translateX(-9.5rem);
              transform: translateX(-9.5rem); } }

.regularcard {
  position: relative;
  display: block;
  margin: 0 0 30px;
  background-color: #FFF;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .regularcard:hover, .regularcard:focus {
    color: #000; }
  .regularcard__pic {
    overflow: hidden;
    position: relative;
    z-index: 10; }
    .regularcard__pic img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .regularcard__inner {
    position: relative;
    border-width: 0 0 0 10px;
    border-style: solid;
    padding: 2rem 2.5rem; }
  .regularcard__tags {
    margin: 0 0 1em; }
  .regularcard__tag {
    display: inline-block;
    padding: .5rem 1.4rem .4rem;
    margin: 0 .2rem 0 0;
    background-color: #555555;
    font-weight: 700;
    font-size: 1rem;
    line-height: 160%;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out; }
  .regularcard__title {
    margin: 0;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 120%; }
    .regularcard__title + .regularcard__date {
      margin-bottom: 0;
      padding: .9em 0 0; }
  .regularcard__date {
    margin: 0 0 .6em;
    font-weight: 700;
    font-size: 1.4rem; }
  .regularcard__excerpt {
    padding: .85rem 3.5rem 0 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 160%; }
  .regularcard__arrow {
    position: absolute;
    bottom: 1.5rem;
    right: 2.5rem;
    z-index: 50; }
    .regularcard__arrow .icon {
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      fill: currentColor; }
  .regularcard--color-1 .regularcard__inner {
    border-color: #E4007D; }
  .regularcard--color-1 .regularcard__tag {
    background-color: #E4007D;
    color: #FFF; }
  .regularcard--color-2 .regularcard__inner {
    border-color: #0049E5; }
  .regularcard--color-2 .regularcard__tag,
  .regularcard--color-2 .regularcard__tag .teaser__tag{
    background-color: #0049E5 !important;
    color: #FFF !important;
    font-size: 11px; }
  .regularcard--color-3 .regularcard__inner {
    border-color: #FFCD00; }
  .regularcard--color-3 .regularcard__tag {
    background-color: #FFCD00; }
  .regularcard--color-4 .regularcard__inner {
    border-color: red; }
  .regularcard--color-4 .regularcard__tag {
    background-color: red; }
  .regularcard--now .regularcard__tag {
    padding-top: .3rem;
    padding-bottom: .2rem;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .home-slider__item .regularcard {
    margin-top: 1.5rem;
    margin-bottom: 0; }
  .home-slider__item .regularcard__excerpt {
    display: none; }
  .home-slider__item .regularcard__arrow {
    bottom: 2.2rem;
    right: .25rem; }
  @media only screen and (min-width: 768px) {
    .home-slider__item .regularcard {
      width: 331px;
      margin-top: 0;
      margin-bottom: .5em; }
    .home-slider__item .regularcard__excerpt {
      display: block; }
    .home-slider__item .regularcard__arrow {
      bottom: 1.5rem;
      right: 2.5rem; } }
  @media only screen and (min-width: 992px) {
    .regularcard__inner::before {
      content: '';
      display: block;
      width: 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .regularcard__inner > *:not(.regularcard__arrow) {
      position: relative;
      z-index: 5; }
    .wrapper-en-ce-moment [class*="col"] > .regularcard {
      height: calc(100% - 30px);
      background-color: #F4F4F4; }
      .wrapper-en-ce-moment [class*="col"] > .regularcard__inner {
        height: 100%; }
      .wrapper-en-ce-moment [class*="col"] > .regularcard__pic + .regularcard__inner {
        height: auto; }
    .regularcard__inner {
      border-left-width: 21px; }
    .regularcard:hover .regularcard__inner, .regularcard:focus .regularcard__inner {
      background: transparent; }
      .regularcard:hover .regularcard__inner::before, .regularcard:focus .regularcard__inner::before {
        width: calc(100% - 1px); }
    .regularcard:hover .regularcard__tag, .regularcard:hover .regularcard__tag .teaser__tag, .regularcard:focus .regularcard__tag {
      background-color: #FFF !important; }
    .regularcard:hover .regularcard__title, .regularcard:focus .regularcard__title {
      text-decoration: underline; }
    .regularcard--color-1 .regularcard__inner::before {
      background-color: #E4007D; }
    .regularcard--color-1:hover, .regularcard--color-1:focus {
      color: #FFF; }
      .regularcard--color-1:hover .regularcard__tag, .regularcard--color-1:focus .regularcard__tag {
        color: #E4007D; }
    .regularcard--color-2 .regularcard__inner::before {
      background-color: #0049E5; }
    .regularcard--color-2:hover, .regularcard--color-2:focus {
      color: #FFF; }
      .regularcard--color-2:hover .regularcard__tag, .regularcard--color-2:hover .regularcard__tag .teaser__tag,
      .regularcard--color-2:focus .regularcard__tag {
        color: #0049E5 !important;  }
    .regularcard--color-3 .regularcard__inner::before {
      background-color: #FFCD00; }
    .regularcard--color-3:hover .regularcard__tag, .regularcard--color-3:focus .regularcard__tag {
      color: #000; }
    .regularcard--color-4 .regularcard__inner::before {
        background-color: red; }
    .regularcard--color-4:hover .regularcard__tag, .regularcard--color-4:focus .regularcard__tag {
        color: #000; }
    .regularcard--now .regularcard__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .regularcard--now .regularcard__tags {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%; }
    .regularcard--now .regularcard__title {
      max-width: 80%; }
    .regularcard--wide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .regularcard--wide .regularcard__pic {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%; } }
  @media only screen and (min-width: 1420px) {
    .regularcard__inner {
      padding: 3rem 2.5rem 2.5rem 3rem; }
    .home-slider__item .regularcard__inner {
      height: 351px;
      padding-top: 2rem; }
    .home-slider__item .regularcard__title {
      display: table-cell;
      width: 100%;
      height: 3em;
      vertical-align: bottom; }
    .regularcard--wide .regularcard__pic {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66%;
              flex: 0 0 66%; }
    .regularcard--big {
      margin-bottom: 0; }
      .regularcard--big .regularcard__pic {
        width: calc(100% + 117px);
        -webkit-transform: translateX(-117px);
                transform: translateX(-117px); }
      .regularcard--big .regularcard__inner {
        margin-top: -150px;
        z-index: 100;
        background: #FFF; } }
  @media screen and (max-width: 991px) {
    .regularcard__pic {
      max-height: 200px; } }

/**
 * home intro olddsz
 */
/* .intro-wrapper {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .intro-wrapper {
      max-width: 350px;
      text-align: left; } }

.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: 2rem; }
  .intro__text {
    font-size: 2rem; }
    .intro__text p {
      text-align: center; }
  .is-path-frontpage .intro {
    max-width: 390px; }
  @media only screen and (min-width: 768px) {
    .intro__title {
      font-size: 3.2rem; }
    .intro__chapo {
      font-size: 2rem; }
    .intro__text p {
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .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; } }
  @media only screen and (min-width: 1420px) {
    .intro__title {
      font-size: 5rem; } }

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

/**
 * En CE MOMENT
 */
.wrapper-en-ce-moment {
  padding: 2em 0; }
  .wrapper-en-ce-moment .block-title__title {
    margin-bottom: .55em !important; }
  @media only screen and (min-width: 992px) {
    .wrapper-en-ce-moment {
      padding-top: 3em;
      padding-bottom: 3em; } }
  @media only screen and (min-width: 1420px) {
    .wrapper-en-ce-moment {
      padding-top: 4.7em;
      padding-bottom: 4.5em; } }

/**
 * espoir
 */
.wrapper-espoir {
  background-color: #F4F4F4;
  padding: 2em 0; }
  .wrapper-espoir .block-title__title {
    margin-top: 0; }
  @media only screen and (min-width: 992px) {
    .wrapper-espoir {
      padding-top: 4em;
      padding-bottom: 3em; } }
  @media only screen and (min-width: 1420px) {
    .wrapper-espoir {
      padding-top: 6.25em;
      padding-bottom: 4.5em; }
      .wrapper-espoir .pt-offset {
        padding-top: 4em; } }

.keyfigure {
  max-width: 500px;
  margin: 0 auto 15px;
  border: 8px solid #555555;
  background-color: #FFF;
  text-align: center; }
  .keyfigure__content {
    padding: 1.6rem 2rem 2rem; }
  .keyfigure__number {
    font-weight: 600;
    font-size: 2rem; }
  .keyfigure__text {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 130%; }
  .keyfigure--1 {
    border-color: #E4007D; }
  .keyfigure--2 {
    border-color: #672381; }
  .keyfigure--3 {
    border-color: #0049E5; }
  .keyfigure--4 {
    border-color: #37872D; }
  .keyfigure--5 {
    border-color: #FFCD00; }
  @media only screen and (min-width: 768px) {
    .keyfigure {
      margin-bottom: 30px; }
      [class*="col"] > .keyfigure {
        height: calc(100% - 30px); } }
  @media only screen and (min-width: 992px) {
    .keyfigure__number {
      font-size: 4rem; } }

/**
 * fondation
 */
.wrapper-fondation {
  margin-bottom: 6px;
  padding-top: 7.4rem;
  padding-bottom: 7.4rem;
  background-color: #FFF; }
  @media only screen and (min-width: 992px) {
    .wrapper-fondation {
      padding-top: 6.6em; } }

.president {
  max-width: 594px;
  margin: 0 auto;
  border-top: 8px solid #0049E5;
  border-bottom: 8px solid #FFCD00; }
  .president__wrapper::before, .president__wrapper::after, .president__content::before, .president__content::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 5; }
  .president__wrapper {
    position: relative;
    border-right: 8px solid #37872D;
    border-left: 8px solid #E4007D; }
    .president__wrapper::before, .president__wrapper::after {
      bottom: -8px; }
    .president__wrapper::before {
      left: -8px;
      background-color: #BE0014; }
    .president__wrapper::after {
      right: -8px;
      background-color:  #00AEC7; }
  .president__content::before, .president__content::after {
    top: -8px; }
  .president__content::before {
    left: -8px;
    background-color: #672381; }
  .president__content::after {
    right: -8px;
    background-color: #000C99; }
  .president__picture-wrapper {
    overflow: hidden;
    height: 244px; }
    .president__picture-wrapper img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .president__text {
    padding: 2rem;
    font-size: 2rem; }
  .president__title {
    margin: 0 0 .5em;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 130%;
    color: #000; }
  @media only screen and (min-width: 768px) {
    .president__text {
      padding: 1.8rem 2rem; } }
  @media only screen and (min-width: 992px) {
    .president {
      border-width: 25px 0; }
      .president__wrapper::before, .president__wrapper::after, .president__content::before, .president__content::after {
        width: 25px;
        height: 25px; }
      .president__wrapper {
        position: relative;
        border-width: 0 25px; }
        .president__wrapper::before, .president__wrapper::after {
          bottom: -25px; }
        .president__wrapper::before {
          left: -25px; }
        .president__wrapper::after {
          right: -25px; }
      .president__content::before, .president__content::after {
        top: -25px; }
      .president__content::before {
        left: -25px; }
      .president__content::after {
        right: -25px; }
      .president__text {
        padding: 3.6rem 3.4rem; } }
  @media only screen and (min-width: 1420px) {
    .president {
      float: right; } }

.is-path-frontpage {
  background: transparent; }
  .is-path-frontpage .block-title__title {
    margin-bottom: .3em;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .is-path-frontpage .block-title__title {
        text-align: left; } }

/*# sourceMappingURL=overhaul.min.css.map */


@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: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #000;
  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: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1420px) {
    .container {
      width: 1410px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 1420px) {
  .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: 14px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; } */

/* .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 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: 50px; }
  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: 14px;
  padding-bottom: 14px;
  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: 62.5px; }

/* .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  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: #404040; }

@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: 14px; }

/* .form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 36px; } */

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 14px; } }

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

@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: 13px 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: 13px 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: 1419px) {
  .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: 1419px) {
  .visible-md-block {
    display: block !important; } }

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

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

@media (min-width: 1420px) {
  .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: 1420px) {
  .visible-lg-block {
    display: block !important; } }

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

@media (min-width: 1420px) {
  .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: 1419px) {
  .hidden-md, .edito table.small-only {
    display: none !important; } }

@media (min-width: 1420px) {
  .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: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Light.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-LightItalic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Regular.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-Italic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-SemiBold.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-SemiBoldItalic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Bold.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-BoldItalic.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/../fonts/Poppins-Black.woff) format("woff"); }

@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: italic;
  src: url(../fonts/../fonts/Poppins-BlackItalic.woff) format("woff"); }

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

.main-content__rsa--twitter:before, .sn__link--twitter {
  background-image: url(/themes/custom/farc/images/icon-twitter-simple.svg);
  background-size: 15px auto !important; }

.main-content__rsa--facebook:before, .sn__link--facebook {
  background-image: url(/themes/custom/farc/images/icon-facebook-simple.svg);
  background-size: 15px auto !important; }

.main-content__rsa--linkedin:before, .sn__link--linkedin {
  background-image: url(/themes/custom/farc/images/icon-linkedin-simple.svg);
  background-size: 15px auto !important; }

.sn__link--youtube {
  background-image: url(/themes/custom/farc/images/icon-youtube-simple.svg);
  background-size: 15px auto !important; }

.sn__link--instagram {
  background-image: url(/themes/custom/farc/images/icon-instagram-simple.svg);
  background-size: 15px auto !important; }

.main-search__submit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.3 22.3'%3E%3Cpath fill='%23FFF' d='M21.9,20.2l-5.5-5.5c3-4,2.2-9.8-1.8-12.8S4.9-0.3,1.8,3.7s-2.2,9.8,1.8,12.8c1.6,1.2,3.5,1.8,5.5,1.8 c2,0,3.9-0.6,5.5-1.9l5.5,5.4c0.2,0.2,0.6,0.4,0.9,0.4c0.3,0,0.6-0.1,0.9-0.4C22.4,21.4,22.4,20.7,21.9,20.2z M9.1,15.9 c-3.7,0-6.7-3-6.7-6.7s3-6.7,6.7-6.7c1.8,0,3.5,0.7,4.7,2c1.3,1.2,2,3,2,4.7c0,1.8-0.7,3.5-2,4.7C12.6,15.2,10.9,15.9,9.1,15.9z'/%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: #E4007D;
  /* WebKit/Blink Browsers */
  color: #FFF; }

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

::-moz-selection {
  background: #E4007D;
  /* 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;
  font-weight: 600;
  font-size: 1.5rem;
  white-space: normal;
  padding-right: 6rem;
  border: none !important;
  text-transform: uppercase; } */
  /* .btn::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-right-white.svg) transparent no-repeat 0 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 5;
    margin-top: -10px;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; } */

.btn-white,
.btn-gray {
  color: #000; }
  /* .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: #000;
   }

.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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } } */

.btn-bigger {
  text-transform: none;
  font-weight: 700;
  font-size: 1.9rem; }

.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: 30px 0 15px;
  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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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-don:hover, .btn-don:focus {
    color: #E4007D; }
    .btn-don:hover::before, .btn-don:focus::before {
      background: url(../images/icon-arrow-right-white.svg) transparent no-repeat 0 50%; }
  .btn-white:hover, .btn-white:focus {
    color: #000; }
  .btn-huge {
    font-size: 2.2rem; } }

@media only screen and (min-width: 1420px) {
  .btn-huge {
    font-size: 2.5rem;
    padding: 4rem 1.8rem 4rem 2.8rem;
    margin: 0 30px 0 15px;
    width: calc(100% - 45px); }
    .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; } }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.btn-don {
  background-color: #E4007D;
  color: #FFF;
  background-color: #E4007D;
  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: #FFF;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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: #E4007D;
      border-color: #FFF;
      color: #E4007D; }
      .btn-don:hover::after, .btn-don:focus::after, .btn-don:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } } */
  /* .btn-don .icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    fill: currentColor; }
  .btn-don::before {
    display: none; } */

.intro__button {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: .5rem 3.8rem .1rem 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .intro__button::before,.args-espace-chercheur #contenu1 a.btn::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='%23000' 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%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out; }
  .intro__button:hover, .intro__button:focus {
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 0; }
  .intro__button.color-white {
    background-color: #FFF;
    color: #000;
    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;
      opacity: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform opacity;
      transition-property: -webkit-transform opacity;
      transition-property: transform opacity;
      transition-property: transform opacity, -webkit-transform opacity;
      -webkit-transition-duration: .2s;
              transition-duration: .2s;
      -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 {
          opacity: 1;
          -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"); }
    @media only screen and (min-width: 992px) {
      .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"); } }

/**
 * flex grid
 */
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  clear: both; }
  .container > .flex-grid,
  [class*="col-"] > .flex-grid {
    margin-right: -15px;
    margin-left: -15px; }
  .flex-grid [class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: none; }
  .flex-grid.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-grid.justify-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .flex-grid.justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex-grid .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .flex-grid .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .flex-grid .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .flex-grid .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .flex-grid .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .flex-grid .col-sm-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .flex-grid .col-sm-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-grid .col-sm-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .flex-grid .col-sm-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-grid .col-sm-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 992px) {
    .flex-grid .col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .flex-grid .col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-grid .col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .flex-grid .col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66666%;
              flex: 0 0 41.66666%;
      max-width: 41.66666%; }
    .flex-grid .col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-grid .col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .flex-grid .col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66666%;
              flex: 0 0 66.66666%;
      max-width: 66.66666%; }
    .flex-grid .col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
    .flex-grid .col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 1420px) {
    .flex-grid .col-lg-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .flex-grid .col-lg-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .flex-grid .col-lg-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    .flex-grid .col-lg-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .flex-grid .col-lg-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66666%;
              flex: 0 0 41.66666%;
      max-width: 41.66666%; }
    .flex-grid .col-lg-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .flex-grid .col-lg-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .flex-grid .col-lg-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66666%;
              flex: 0 0 66.66666%;
      max-width: 66.66666%; }
    .flex-grid .col-lg-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

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

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

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

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

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: 183px; }

.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: 15px;
  padding-right: 15px;
  right: 33.33333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px 0 0; }
  @media (min-width: 992px) {
    .generic-header__logo {
      float: left;
      width: 23.75%; } }
  @media (min-width: 992px) {
    .generic-header__logo {
      right: 76.25%; } }
  @media (min-width: 1420px) {
    .generic-header__logo {
      float: left;
      width: 28.75%; } }
  @media (min-width: 1420px) {
    .generic-header__logo {
      right: 71.25%; } }
  .generic-header__logo img, .generic-header__logo svg, .generic-header__logo .svg {
    display: block;
    width: 100%;
    max-width: 306px;
    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: 15px;
  padding-right: 15px;
  left: 66.66667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  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: 76.25%; } }
  @media (min-width: 992px) {
    .generic-header__nav {
      left: 23.75%; } }
  @media (min-width: 1420px) {
    .generic-header__nav {
      float: left;
      width: 71.25%; } }
  @media (min-width: 1420px) {
    .generic-header__nav {
      left: 28.75%; } }

@media only screen and (min-width: 992px) {
  body {
    padding-top: 133px; }
  .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: 133px; }
    .wrapper-header.menu--fixed {
      height: 87px; }
      .wrapper-header.menu--fixed .generic-header__logo {
        padding-top: 19px; } }

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

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

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

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

########################################################################### */
@media only screen and (min-width: 992px) {
  .wrapper-header.menu--fixed .uppernav {
    height: 0;
    margin-top: -1px; }
  .uppernav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 47px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 1.2rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .uppernav__list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 100%;
      text-align: left; }
    .uppernav__item {
      position: relative;
      display: inline-block;
      padding: 1rem 2.4rem 0 2.3rem; }
      .uppernav__item::after {
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background-color: #ddd;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 5;
        margin-top: -6px; }
      .uppernav__item:first-child {
        padding-left: 0; }
    .uppernav__link {
      position: relative;
      display: block;
      padding: 0 0 .9rem;
      color: #000;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .uppernav__link::after {
        content: '';
        width: 0;
        height: 3px;
        border-radius: .5rem;
        background-color: currentColor;
        position: absolute;
        bottom: -.1rem;
        left: 0;
        z-index: 5;
        opacity: 0;
        transition: all .2s ease-in-out;
      }
      .uppernav__link:hover, .uppernav__link:focus {
        color: #000; }
        .uppernav__link:hover::after, .uppernav__link:focus::after {
          width: 100%;
    opacity: .5; }
      .uppernav__item--chercheur .uppernav__link {
        color: #0049E5; }
    .uppernav__link--active {
      font-weight: 700;
      color: #606177; }
      .uppernav__link--active::after {
        height: 3px; } }

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

  see _subnav.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: 16px; }
  .active-dropdown.active-dropdown--main-menu-dropdown .global-overlay {
    height: 0;
    width: 0;
    opacity: 0; }
  .main-nav {
    max-width: inherit;
    margin: 0;
    padding: 15px 0 0; }
    .main-nav__ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 100%;
      height: 71px; }
    .main-nav__item {
      width: auto !important;
      margin: 0;
      padding: 0 2.2rem 0 0;
      text-align: left; }
      .main-nav__item:nth-child(1) .main-nav-button::after {
        background-color: #37872D; }
      .main-nav__item:nth-child(2) .main-nav-button::after {
        background-color: #0049E5; }
      .main-nav__item:nth-child(3) .main-nav-button::after {
        background-color: #E4007D; }
      .main-nav__item:nth-child(4) .main-nav-button::after {
        background-color: #FFCD00; }
      .main-nav__item--basket, .main-nav__item--search {
        padding-right: 0; }
    .main-nav-button {
      display: block;
      position: relative;
      padding: 0 0 2.6rem;
      font-weight: 600;
      font-size: 1.7rem;
      letter-spacing: -.04em;
      line-height: 120%;
      text-transform: uppercase;
      color: #000;
      vertical-align: middle;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .main-nav-button::after {
        content: '';
        display: block;
        width: 0;
        height: 11px;
        background-color: #1C1D33;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 5;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .main-nav-button:hover, .main-nav-button:focus {
        color: #000; }
      .no-touch .main-nav-button:hover::after, .no-touch .main-nav-button:focus::after {
        width: 100%;
        opacity: 1; } }

@media only screen and (min-width: 1420px) {
  .main-nav-button {
    padding-right: 3.4rem;
    font-size: 1.7rem;
    letter-spacing: 0; } }

.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: 133px; }
  .menu--fixed .upper-block {
    top: 87px; } }

@media only screen and (max-width: 991px) {
  .minishortcut {
    display: block;
    position: relative;
    margin: 0 0 30px;
    padding: 1.4rem 0;
    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: #37872D; }
    .minishortcut--color-3 {
      background-color: #0049E5; }
    .minishortcut--color-4 {
      background-color: #E4007D; }
    .minishortcut--color-4-light {
      background-color: #FFCD00;
      color: #000; }
    .minishortcut--color-4-light:hover, .minishortcut--color-4-light:focus {
        color: #000; }
  .espaces {
    clear: both;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
    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: #E4007D; }
    .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='%23E4007D' 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__item--color-1 .espaces__a:hover, .espaces__item--color-1 .espaces__a:focus {
        color: #E4007D; }
  .espaces__a {
    position: relative;
    display: block;
    background-color: #FFF;
    color: #000;
    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='%23000000' 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 {
      color: #000; }
  .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); } }

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

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

.main-nav-don {
  display: block;
  width: 53px;
  height: 69px;
  background-color: #E4007D;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 180%;
  text-transform: uppercase;
  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: 600;
    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: 100px; }
  .main-nav-don {
    width: 60px; }
    .main-nav-don__line2 {
      font-size: 1.7rem; } }

@media only screen and (min-width: 992px) {
  .main-nav__item--don {
    right: 103px; }
  .main-nav-don {
    width: 60px;
    height: 96px;
    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: 97px; } }

@media only screen and (min-width: 1420px) {
  .main-nav__item--don {
    top: -47px;
    right: 137px; }
  .main-nav-don {
    width: 127px;
    height: 149px; }
    .main-nav-don::after {
      border-width: 0 8px 15px 0;
      margin-left: -8px; }
  .main-nav-don__icon {
    width: 74px;
    height: 74px; }
  .wrapper-header.menu--fixed .main-nav__item--don {
    top: 0; }
  .wrapper-header.menu--fixed .main-nav-don {
    height: 102px; }
  .wrapper-header.menu--fixed .main-nav-don__icon {
    width: 10px;
    height: 10px;
    opacity: 0; }
  .main-nav-don__line1 {
    display: block;
    letter-spacing: .05em; }
  .main-nav-don__line2 {
    font-size: 3.8rem;
    letter-spacing: 0; } }

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

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

.main-basket {
  background-image: url(/themes/custom/farc/images/Picto_Commande.svg) !important;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: 60px;
  width: 50px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #000;
  background-size: contain;
  width: 29px; }
  .main-basket .icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin: -15px 0 0 -15px;
    stroke: currentColor; }
    .main-basket::before, .main-basket::after {
      content: '';
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    .main-basket::before {
      background: #F4F4F4;
      width: 100%;
      height: 0;
      z-index: 0;
      bottom: 0;
      left: 0; }
    .main-basket::after {
    width: 10%;
    height: 2px;
    border-radius: 50%;
    background-color: currentColor;
    bottom: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20; }
  .main-basket:hover, .main-basket:focus {
    background-image: url(/themes/custom/farc/images/Picto_Commande.svg) !important;
    color: #000;
    background-color: white; }
    .main-basket:hover::before, .main-basket:focus::before {
      height: 100%;
 }
    .main-basket:hover::after, .main-basket:focus::after {
      opacity: 1;
      width: 30%; }

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

.main-basket--mobile {
  position: relative;
  width: 100%;
  margin: 3.2rem auto .4rem;
  max-width: 350px;
  border: 1px solid #FFCD00;
  background-color: #FFF; }
  .main-basket--mobile::before {
    display: none; }
  .main-basket--mobile .icon {
    position: absolute;
    top: 50%;
    left: 5rem;
    z-index: 5; }
  .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-weight: 600;
    font-size: 1.6rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .main-basket--mobile:hover, .main-basket--mobile:focus {
      background-color: #FFCD00; }
    .main-basket--mobile:hover::after, .main-basket--mobile:focus::after {
        display: none; }
    .main-basket--mobile:hover .main-basket__count, .main-basket--mobile:focus .main-basket__count {
        background-color: #FFF; }

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

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

@media only screen and (min-width: 1420px) {
  .main-basket--header {
    background-position: 50% 50%; }
  .main-nav__item--basket {
    right: 90px; } }

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

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

.main-nav-search {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  text-indent: -100px;
  font-size: 1px;
  color: #000;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .main-nav-search .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin: -11px 0 0 -12px;
    fill: currentColor; }
  .main-nav-search::before, .main-nav-search::after {
    content: '';
    display: block;
    position: absolute;
    opacity: 0; }
  .main-nav-search::before {
    background: #F4F4F4;
    width: 100%;
    height: 0;
    z-index: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s ease-in-out, height .2s ease-in-out;
    transition: opacity .2s ease-in-out, height .2s ease-in-out; }
  .main-nav-search::after {
    width: 10%;
    height: 2px;
    border-radius: 50%;
    background-color: currentColor;
    bottom: 1rem;
    left: 75%;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 20; }
    /*
  .main-nav-search:hover, .main-nav-search:focus {
    color: #000; }
    */
    .main-nav-search:hover::before, .main-nav-search:focus::before {
      height: 100%;
      opacity: 1; }
    .main-nav-search:hover::after, .main-nav-search:focus::after {
      opacity: 1;
      width: 30%; }
      /*
  #search-trigger.main-nav-search.active {
    background-color: #253455;
    color: #FFF; }
    */
    .main-nav-search.active::before {
      content: '×';
      display: block;
      width: 24px;
      height: 24px;
      font-family: 'Courier New', Courier, monospace;
      font-weight: 100;
      font-size: 55px;
      line-height: 55%;
      text-align: left;
      background-color: transparent;
      color: currentColor;
      text-indent: -3px;
      top: 50%;
      left: 50%;
      z-index: 10;
      margin: -11px 0 0 -14px;
      opacity: 1; }
    .main-nav-search.active .icon {
      opacity: 0; }

@media only screen and (min-width: 992px) {
  .main-nav__item--search {
    right: 25px; }
  .main-nav-search {
    height: 86px; }
  .wrapper-header.menu--fixed .main-nav-search {
    height: 87px; } }

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

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

########################################################################### */
.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: #000;
  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; }

/* ###########################################################################
        _       _           _                       _
       | |     | |         | |                     | |
   __ _| | ___ | |__   __ _| |   _____   _____ _ __| | __ _ _   _
  / _` | |/ _ \| '_ \ / _` | |  / _ \ \ / / _ \ '__| |/ _` | | | |
 | (_| | | (_) | |_) | (_| | | | (_) \ 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; }

  /*
.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: "Poppins", 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: 15px;
  background-color: #FFF;
  color: #000; }

.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: 1420px) {
  .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; } }

.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; }
  .wrapper-primary--dazzle {
    position: relative;
    min-height: 38rem;
    margin-top: 0;
    padding-top: 0; }
    .wrapper-primary--dazzle::before {
      content: '';
      display: block;
      width: 100%;
      height: 36rem;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(60%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; }
    .wrapper-primary--dazzle .main-content {
      background-color: transparent; }
      .wrapper-primary--dazzle .main-content::before, .wrapper-primary--dazzle .main-content::after {
        display: none; }

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

@media only screen and (min-width: 768px) {
  .wrapper-primary {
    margin-bottom: 4rem; }
    .wrapper-primary--dazzle {
      margin-bottom: 3.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; }
    .wrapper-primary--dazzle {
      margin-bottom: 3.4rem; }
  .main-content {
    padding-top: 8.3rem; }
  .main-content--hub {
    padding-top: 1rem; } }

@media only screen and (min-width: 1420px) {
  .wrapper-primary {
    margin-bottom: 9rem; }
    .wrapper-primary--dazzle {
      margin-bottom: 3.4rem; }
  .main-content--hub {
    padding-top: 3.8rem; } }

.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-weight: 500;
  font-size: 1.8rem;
  color: #717286; }

.page-title {
  color: #000;
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0;
  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--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: #000; }
  .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: #000; }

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

.main-content__rsa--twitter {
  border-color: #1d9bf0; }
  .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: 1420px) {
  .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: 30px; }

.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; }
    @media only screen and (min-width: 992px) {
      .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: 30px; }
    .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: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .landing-header__col-a {
      float: left;
      width: 50%; } }
  @media (min-width: 1420px) {
    .landing-header__col-a {
      float: left;
      width: 37.5%; } }

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

.landing-header__col-c {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .landing-header__col-c {
      float: left;
      width: 100%; } }
  @media (min-width: 1420px) {
    .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: 30px; }

.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: 15px;
      bottom: 0;
      z-index: 50;
      width: calc(100% - 30px); }
  .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: 1419px) {
  .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: 1420px) {
  .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-sitemap {
  position: relative;
  padding: 2rem 0 0;
  background-color: #343434;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #FFF; }
  .wrapper-sitemap a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

.sitemap-col--e,
.sitemap-col--f {
  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;
    color: #000; }
  .totopofpage .icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 23px;
    height: 23px;
    margin-top: 1.5rem;
    fill: currentColor; }

.simple-list {
  margin: 0;
  padding: .4rem 1.6rem 0;
  list-style: none; }
  .simple-list__item {
    background : url(/themes/custom/farc/components/asset-builds/images/icon-arrow-right-white.svg) transparent no-repeat 0 50% !important;
    position: relative;
    margin: 0 0 .4rem; }
  .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 .icon {
      display: block;
      width: 17px;
      height: 17px;
      fill: currentColor;
      position: absolute;
      top: .2em;
      left: 0;
      z-index: 5; }
    .simple-list__link:hover, .simple-list__link:focus {
      color: #FFF;
      text-decoration: underline; }

.landings {
  padding: 2.5rem 0 1rem 1.6rem; }
  .landings__title {
    margin: 0 0 .6rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.4rem; }
  .landings__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .landings__list--main {
      margin: 0 0 1.3rem; }
      .landings__list--main .landings__item {
        position: relative; }
      .landings__list--main .landings__link {
        display: block;
        padding: 6px 0 6px 31px; }
        .landings__list--main .landings__link .icon {
          display: block;
          width: 17px;
          height: 17px;
          fill: currentColor;
          position: absolute;
          top: .2em;
          left: 0;
          z-index: 5; }
    .landings__list--footer {
      text-align: left;
      font-weight: 400;
      font-size: 1.4rem; }
      .landings__list--footer .landings__item {
        position: relative;
        display: inline-block;
        margin: 0; }
        .landings__list--footer .landings__item:last-child::after {
          display: none; }
      .landings__list--footer .landings__link {
        display: inline-block;
        margin: 0;
        padding: 0 2rem 0 0;
        font-size: 1.2rem;
        text-decoration: underline; }
        .landings__list--footer .landings__link:hover, .landings__list--footer .landings__link:focus {
          text-decoration: none; }
  .landings__item {
    margin: 0 0 .4rem; }
  .landings__link {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .landings__link:hover, .landings__link:focus {
      color: #4BCDFD; }

.footer-buttons {
  padding: 2.6rem 0 2.2rem;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .footer-buttons {
      padding-top: 0;
      padding-bottom: 0; } }

.footer-button {
  position: relative;
  display: table;
  width: 100%;
  max-width: 270px;
  margin: 3px auto 1rem;
  padding: 1rem 3.2rem 1rem .6rem;
  background-color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 155%;
  color: #000;
  text-align: left;
  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; }
  .footer-button strong {
    font-weight: 900; }
  .footer-button .icon {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
    position: absolute;
    bottom: 1.2rem;
    right: 1.1rem;
    z-index: 5; }
  .footer-button::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFCD00;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  @media only screen and (min-width: 992px) {
    .footer-button:hover, .footer-button:focus, .footer-button:active {
      background-color: #FFF !important;
      border-color: #FFCD00 !important;
      color: #000 !important; }
      .footer-button:hover::after, .footer-button:focus::after, .footer-button:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .footer-button__inner {
    display: table-cell;
    vertical-align: middle; }
  @media only screen and (min-width: 992px) {
    .footer-button {
      margin-right: 7px;
      margin-left: 7px; }
      .footer-button:first-child {
        margin-left: 0; }
      .footer-button:last-child {
        margin-right: 0; }
      .no-touch .footer-button:hover:before, .no-touch .footer-button:focus:before {
        background-image: none; } }

.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: 65px;
      height: 90px;
      text-align: center; }
    .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.2rem;
    line-height: 140%;
    letter-spacing: -.01em;
    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;
  padding: 2rem 0 2.4rem;
  text-align: left;
  font-size: 1.2rem;
  line-height: 150%;
  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--a::after, .sitemap-col--b::after {
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      background-color: #FFF;
      opacity: .5;
      position: absolute;
      top: 3px;
      right: 0;
      z-index: 5; }
    .sitemap-col--a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .sitemap-col--b {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      .sitemap-col--b::after {
        opacity: 0; }
    .sitemap-col--a, .sitemap-col--b, .sitemap-col--d {
      padding-top: 1.6rem; }
    .sitemap-col--e,
    .sitemap-col--f {
      margin-top: 3rem;
      padding-top: 1.4rem;
      background-color: transparent; }
  .sitemap-line {
    position: relative; }
    .sitemap-line::before {
      content: '';
      display: block;
      width: calc(100% - 30px);
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      position: absolute;
      top: 2.5em;
      left: 15px;
      z-index: 1; }
  .simple-list {
    padding: 0; }
  .simple-list__link,
  .landings__link {
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .landings {
    padding-top: 0;
    padding-left: 1.5rem;
    padding-bottom: 0; }
  .footer-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-button {
    margin-bottom: 0;
    padding-left: 1.6rem; }
  .pins {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0; }
    .pins__certification {
      float: left;
      margin: 0 0 1.2rem !important;
      text-align: left; }
      .pins__certification li, .pins__certification a {
        width: 62px;
        height: 60px;
        text-align: left; }
      .pins__certification li {
        margin: 0; }
        .pins__certification li:last-child {
          float: left; }
    .pins__header, .pins__footer {
      color: #FFF; }
    .pins__footer {
      text-align: left; }
  .don-en-confiance,
  .hon-code {
    height: auto; }
  .don-en-confiance {
    width: 55px;
    height: 55px; }
    .don-en-confiance path {
      fill: #FFF; }
  .hon-code {
    width: 37px;
    height: 54.22px; }
  .footer-mentions {
    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;
    color: #E4007D; }
  .sitemap-col--c::after {
    content: '';
    display: block;
    height: 155px;
    width: 1px;
    background-color: #FFF;
    opacity: .5;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 5; }
  .sitemap-col--a, .sitemap-col--b, .sitemap-col--c, .sitemap-col--d, .sitemap-col--e, .sitemap-col--f {
    position: relative;
    width: 100%;
    float: none; }
  .sitemap-col--a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.4%;
            flex: 0 0 21.4%;
    max-width: 21.4%; }
  .sitemap-col--b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6%;
            flex: 0 0 41.6%;
    max-width: 41.6%; }
    .sitemap-col--b::after {
      opacity: 1; }
  .sitemap-col--d {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    max-width: 37%;
    padding-left: 2rem !important; }
  .sitemap-col--e {
    clear: both;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.5%;
            flex: 0 0 43.5%;
    max-width: 43.5%; }
  .sitemap-col--f {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.5%;
            flex: 0 0 56.5%;
    max-width: 56.5%; }
  .landings__link:hover, .landings__link:focus {
    color: #FFF;
    text-decoration: underline; } }

@media only screen and (min-width: 1420px) {
  .landings {
    padding-left: 5.6rem; }
    .landings__list--footer .landings__item {
      margin-right: 1.4rem; }
      .landings__list--footer .landings__item::after {
        content: '\007C';
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 5;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
  .sitemap-col--d {
    padding-left: 7.1rem !important; }
  .sitemap-col--e,
  .sitemap-col--f {
    margin-top: 3.5rem; } }

.sn {
  padding: 2rem 0 1rem; }
  .sn__intro {
    margin: 0 0 1.2rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.2;
    color: #FFF;
    text-align: center; }
  .sn__ul {
    margin: 0;
    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: 3px; }
  .sn__link {
    display: block;
    border-radius: 50%;
    text-indent: -100px;
    font-size: 1px;
    color: #FFF;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 20px 20px !important; }
    .sn__link--twitter {
      background-color: #1d9bf0; }
    .sn__link--facebook {
      background-color: #3B5998; }
    .sn__link--linkedin {
      background-color: #007BB5; }
    .sn__link--youtube {
      background-color: #FF0000; }
    .sn__link--instagram {
      background-color: #EF72AD; }
    .sn__link:hover, .sn__link:focus {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: scale(1.25);
              transform: scale(1.25); }
  .sn--upper {
    padding: 2px 0 0 3rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .sn--upper .sn__ul {
      margin: 0; }
      .sn--upper .sn__ul li, .sn--upper .sn__ul a {
        width: 25px;
        height: 25px; }
      .sn--upper .sn__ul li {
        margin-right: 1px; }
    .sn--upper .sn__link {
      background-size: 12px 12px !important;
      background-color: #000;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .sn--upper .sn__link:hover, .sn--upper .sn__link:focus {
        -webkit-transform: none;
                transform: none; }
    .sn--upper .sn__link--twitter:hover, .sn--upper .sn__link--twitter:focus {
      background-color: #1d9bf0; }
    .sn--upper .sn__link--facebook:hover, .sn--upper .sn__link--facebook:focus {
      background-color: #3B5998; }
    .sn--upper .sn__link--linkedin:hover, .sn--upper .sn__link--linkedin:focus {
      background-color: #007BB5; }
    .sn--upper .sn__link--youtube:hover, .sn--upper .sn__link--youtube:focus {
      background-color: #FF0000; }
    .sn--upper .sn__link--instagram:hover, .sn--upper .sn__link--instagram:focus {
      background-color: #EF72AD; }
  @media only screen and (min-width: 768px) {
    .sn {
      padding-top: 2.5rem;
      padding-bottom: 0; }
      .sn--upper {
        padding-top: 2px; } }
  @media only screen and (min-width: 992px) {
    .sn {
      padding-top: 0; }
      .sn__intro {
        text-align: left; }
      .sn__ul {
        margin-bottom: 2rem;
        text-align: left; }
        .sn__ul li, .sn__ul a {
          width: 51px;
          height: 51px; }
      .sn__link {
        background-size: 25px 25px !important; }
      .sn--upper {
        padding-top: 2px; } }

@media only screen and (min-width: 992px) {
  .menu--fixed .sn--upper {
    margin-top: -20px !important; } }
        
.wrapper-footer {
  background-color: #343434;
  font-size: 1.4rem;
  color: #FFF; }

.footer-links {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 2rem 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.2rem;
    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: #FAFAFA;
    color: #1C1D33; }
  .footer-links a {
    color: #000; } }

@media only screen and (min-width: 992px) {
  .footer-links a:hover, .footer-links a:focus {
    color: #000;
    text-decoration: underline; } }
/* kddk
.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: 30px; }

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

.edito .more {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.1; }
  .edito .more a:not(.btn) {
    color: #000;
    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: #000; }

.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: #000; }
    .blockquote-set__footer a:before {
      background-color: #000; }

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; }
  .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-size: 3.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #1C1D33;
  padding: 0 0 2rem 0;
  margin: 0; }
  .block-title-regular__title:after {
    content: '';
    width: 90px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }

.block-edito-free figure {
  margin: .4rem 0 .5em; }
  .block-edito-free figure img {
    display: block;
    margin: 0 auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-edito-free figure {
    margin-left: 0;
    margin-right: 15px; } }

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

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

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

h3 {
  margin-top: 30px;
  margin-bottom: 27px; }

.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-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: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .multiple-columns {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .multiple-columns {
      float: left;
      width: 75%; } }
  @media (min-width: 1420px) {
    .multiple-columns {
      float: left;
      width: 50%; } }
  .multiple-columns.pull-right {
    margin-left: 15px; }
  .multiple-columns.pull-left {
    margin-right: 15px; }

.keynumber {
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px; }

.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: 15px;
  padding-right: 15px; }
  @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: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-text {
      float: left;
      width: 50%; } }

.brochure-title {
  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: 15px;
  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: 15px; }

.contact-block__title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.3;
  border-bottom: 1px solid #E85252;
  margin: 0 0 2rem 0;
  color: #000 !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: 15px;
  padding-right: 15px;
  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: 15px;
  padding-right: 15px;
  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%; }
  .keynumber__content {
    padding: 3.3rem 0; } }

@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;
      opacity: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition-property: -webkit-transform opacity;
      transition-property: -webkit-transform opacity;
      transition-property: transform opacity;
      transition-property: transform opacity, -webkit-transform opacity;
      -webkit-transition-duration: .2s;
              transition-duration: .2s;
      -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 {
        opacity: 1;
        -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; }
  .wrapper-landing-header + .block-title-regular {
    padding-top: 9rem; } }

@media only screen and (min-width: 1420px) {
  .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; } }


.block-title__title {
  position: relative;
  margin: 1.5rem 0 3rem;
  font-weight: 700;
  color: #000; }

.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--big .block-title__title {
    font-size: 4rem;
    margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .block-title--big .block-title__title {
    font-size: 4rem; } }

@media only screen and (min-width: 1420px) {
  .block-title--big .block-title__title {
    font-size: 5rem; } }
*/


.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: "Poppins", 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: #000;
  padding: 0 0 6px 0;
  font-family: "Poppins", 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: #000;
  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: #000;
  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: #000;
      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: 1420px) {
  .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-connexe {
  margin-bottom: 3rem; }
  .wrapper-connexe .block-title__title {
    font-size: 3.5rem;
    font-weight: 100;
    color: #000; }

  .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) {

  .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) {

  .siblings-nav {
    margin-bottom: 5rem; } }

@media only screen and (min-width: 1420px) {

  .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-size: 3rem;
  font-weight: 700;
  padding: 0 0 2.8rem 6rem;
  text-transform: uppercase;
  color: #000 !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: #000;
  font-size: 2.2rem;
  line-height: 1.3; }

.don-block__btn {
  display: block;
  position: relative;
  background-color: #C32762;
  color: #FFF;
  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: #000; }

.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: #000;
  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: 30px; }

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

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

.teaser-don__title {
  color: #000;
  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: 30px; } */

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

/* .don-block-medium-button__content {
  position: relative;
  color: #1C1D33;
  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: #000; }
    .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: #000 !important;  */
    }
    .don-block-medium-button--smaller:hover .don-block-medium-button__content, .don-block-medium-button--smaller:focus .don-block-medium-button__content {
      color: #000; }
    .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: 1420px) {
  .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-weight: 700;
  font-size: 1.9rem;
  background-color: #FFF;
  border: 1px solid #E4007D;
  color: #000;
  text-align: center;
  padding: 0;
  float: left;
  margin: 0 1rem 1rem 0;
  width: 58px;
  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: #E4007D;
      color: #FFF; }

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

.wrapper-don .pricetoset {
  width: 78px;
  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-weight: 700;
    font-size: 1.9rem;
    color: #000;
    position: absolute;
    right: 8px;
    top: .3em; }
  .wrapper-don span.montantlibre input {
    display: block;
    border: 1px solid #E4007D;
    font-weight: 700;
    font-size: 1.9rem;
    text-align: right; }
    .wrapper-don span.montantlibre input::-webkit-input-placeholder {
      color: #000; }
    .wrapper-don span.montantlibre input:focus::-webkit-input-placeholder {
      opacity: 0; }

.wrapper-don h3 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: 2rem; }

.wrapper-don .radio--don {
  position: relative;
  width: 100%;
  height: 45px;
  float: none;
  border: none;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0;
  overflow: visible; }
  .wrapper-don .radio--don:before {
    content: '';
    position: absolute;
    z-index: 5;
    height: 4px;
    width: 100%;
    background-color: #E4007D;
    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: 8px 8px 0 8px;
      border-color: #E4007D transparent transparent transparent;
      left: 50%;
      bottom: 0;
      margin-left: -8px;
      margin-bottom: 0;
      -webkit-transition: margin .2s ease-in-out;
      transition: margin .2s ease-in-out;
      opacity: 0; }
  .wrapper-don .radio--don input[type="radio"]:checked + .value {
    background-color: #E4007D;
    color: #FFF; }
    .wrapper-don .radio--don input[type="radio"]:checked + .value:after {
      opacity: 1;
      margin-bottom: -8px; }

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

.wrapper-don--module {
  padding-top: 2em;
  padding-bottom: 2em; }

.wrapper-don__main-title {
  color: #000; }

.btn-don-1 {
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  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 {
  width: auto !important;
  margin: 1rem auto; }

.btn-don-set {
  margin: 0;
  padding: 0;
  list-style: none; }
  .btn-don-set__item .btn-don {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 .5rem;
    padding: .5rem 6rem .5rem 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 130%;
    text-transform: none;
    text-align: left; }
  @media only screen and (min-width: 768px) {
    .btn-don-set {
      display: grid;
      grid-auto-flow: column;
      grid-gap: 1.25rem;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr); }
      .btn-don-set__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 7.4rem; }
        .btn-don-set__item:last-child {
          grid-row: span 2;
          height: 16rem; }
        .btn-don-set__item .btn-don {
          margin-bottom: 0;
          padding-top: 1.3rem; }
          .btn-don-set__item .btn-don .icon {
            top: inherit;
            bottom: .6rem;
            -webkit-transform: none;
                    transform: none; } }
  @media only screen and (min-width: 992px) {
    .btn-don-set__item .btn-don {
      padding-left: 2.7rem; } }

.don-form > .flex-grid {
  margin-right: -6px;
  margin-bottom: 1.6rem;
  margin-left: -6px; }
  .don-form > .flex-grid [class*="col"] {
    padding-right: 6px;
    padding-left: 6px; }

.don-wrapped {
  margin: 0 0 30px;
  padding: 2rem;
  background: #FFF; }
  .don-wrapped .radio {
    height: 33px;
    border-width: 2px;
    font-weight: 400;
    font-size: 1.4rem; }
  .don-wrapped .radio--don {
    height: 37px;
    font-weight: 600;
    font-size: 1.2rem; }
    .don-wrapped .radio--don .value {
      height: 37px; }
  .don-wrapped span.montantlibre::after {
    top: .6em;
    font-weight: 400;
    font-size: 1.4rem; }
  .don-wrapped span.montantlibre input {
    height: 33px;
    border-width: 2px;
    font-weight: 400;
    font-size: 1.4rem; }
  @media only screen and (min-width: 992px) {
    .don-wrapped {
      margin-bottom: 4rem;
      padding: 2rem 30px 1.5rem; } }
  @media only screen and (min-width: 1420px) {
    .don-wrapped {
      margin-bottom: 4.5rem; } }

.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 30px; }

.intro-don__text {
  font-size: 3rem;
  font-weight: 300;
  text-align: center; }

.wrapper-don--action {
  background-color: transparent;
  background-repeat: repeat;
  background-position: 50% 50%;
  padding: 30px; }
  .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: 30px 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; }
  .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: #E4007D;
      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 {
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: 15% 0 !important;
    background-size: cover !important;  
    padding-top: 4em;
    padding-bottom: 4em; }
  .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: #E4007D; }
  .btn-don-1:hover, .btn-don-1:focus {
    color: #E4007D;
    border-bottom: 1px solid #E4007D !important; } }

@media only screen and (min-width: 1420px) {
  .wrapper-don--module {
    padding-top: 4.8em !important;
    padding-bottom: 7em !important;
    background-position: 100% 0 !important; }
  .wrapper-grid--action .wrapper-don--action {
    margin-left: -30px;
    margin-right: -30px; }
  .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: 30px;
      overflow: hidden; } }

@media only screen and (max-width: 992px) {
  .wrapper-don--module {
    background-image: none !important;
    background-color: #C5C6C8; } }

.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 h2 {
      margin: 1rem 0;
      padding: 0;
      font-weight: 700;
      font-size: 1.8rem;
      line-height: 100%;
      color: #FFF; } */
    /* .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 xmlns='http://www.w3.org/2000/svg' width='351.1px' height='538.8px' viewBox='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 30px;
  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: 1420px) { */
  /* .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-weight: 100;
  font-size: 3.5rem;
  color: #000; } */
  /* .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: "Poppins", 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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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: #000;
  -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: #000; }
  .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: -15px;
    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-weight: 500; } */

/* .teaser__content {
  line-height: 1.3; } */

/* .teaser__category {
  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: #000;
  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-size: 1.3rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 3px;
  background-color: #555555; } */
  /* .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__tag--color-brochure {
    background-color: #456EB2 !important; }
  .teaser__tag--color-leaflet {
    background-color: #916F65 !important; }
  .teaser__tag--color-card {
    background-color: #0D8390 !important; }
  .teaser__tag--color-book {
    background-color: #707A15 !important; }
  .teaser__tag--color-poster {
    background-color: #D43A76 !important; }
  .teaser__tag--color-newspaper {
    background-color: #253455 !important; } */

/* .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--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: 30px; } */

/* .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: #000; } */

/* .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: 30px; } */

/* .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--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; } } */
 /*stop kaaren*/
@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: #000; }
    .teaser--color:hover .teaser__tag--color-brochure, .teaser--color:hover .teaser__tag--color-leaflet, .teaser--color:hover .teaser__tag--color-card, .teaser--color:hover .teaser__tag--color-book, .teaser--color:hover .teaser__tag--color-poster, .teaser--color:focus .teaser__tag--color-brochure, .teaser--color:focus .teaser__tag--color-leaflet, .teaser--color:focus .teaser__tag--color-card, .teaser--color:focus .teaser__tag--color-book, .teaser--color:focus .teaser__tag--color-poster {
      color: #FFF; } */
    /* .teaser--color:hover .teaser__tag--color-newspaper, .teaser--color:focus .teaser__tag--color-newspaper {
      background-color: #FFF !important; } */
  /* .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; }


    .view-search-global .teaser--color-1:hover .teaser__content {
      background-color: #fff;
    }



  .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-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: #000; }
    .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: 1420px) {
  .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; } }

.teaser--proj .teaser__wrapper {
  background-color: #F0F0F0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.teaser--proj .teaser__content {
  display: table;
  width: 100%;
  padding: 5px; }

.teaser--proj .teaser__title {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 2rem 50px 2rem 2rem;
  background-color: #FFF;
  text-transform: uppercase;
  line-height: 110%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .teaser--proj .teaser__title strong {
    display: block;
    color: #00AEC7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .teaser--proj .teaser__title::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/icon-arrow-right-dark.svg) transparent no-repeat 50% 50%/100% 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7.5px; }
  @media only screen and (min-width: 768px) {
    .teaser--proj .teaser__title {
      padding-left: 25px; } }
  @media only screen and (min-width: 992px) {
    .teaser--proj .teaser__title {
      padding-left: 50px; } }
  @media only screen and (min-width: 1420px) {
    .teaser--proj .teaser__title {
      padding-left: 60px; } }

@media only screen and (min-width: 992px) {
  .teaser--proj:hover .teaser__wrapper, .teaser--proj:focus .teaser__wrapper {
    background-color: #00AEC7; }
  .teaser--proj:hover .teaser__title, .teaser--proj:focus .teaser__title {
    background-color: transparent;
    color: #FFF; }
    .teaser--proj:hover .teaser__title strong, .teaser--proj:focus .teaser__title strong {
      color: #FFF; }
    .teaser--proj:hover .teaser__title::after, .teaser--proj:focus .teaser__title::after {
      background-image: url(../images/icon-arrow-right-white.svg); } }

.don-edito {
  margin: 3.6em 0 2em;
  background-color: #FFF; }
  .don-edito .container {
    padding-top: .4em;
    padding-bottom: 1.6em; }
  .don-edito .block-title-regular {
    padding-bottom: 1.55em; }
  .don-edito p {
    margin-bottom: 1.25em;
    line-height: 125%; }
  .don-edito .btn {
    margin-top: .35em;
    margin-bottom: .4em;
    padding-right: 3rem;
    letter-spacing: .01em; }

.wrapper-intro-gray {
  padding: 1rem 0;
  background-color: #F0F0F0; }
  .wrapper-intro-gray .breadcrumb__inner {
    padding-left: 0;
    background-color: transparent; }
    .wrapper-intro-gray .breadcrumb__inner::before {
      display: none; }
  .wrapper-intro-gray .field--name-landing-title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 5.04rem;
    color: #253455; }
    @media only screen and (max-width: 991px) {
      .wrapper-intro-gray .field--name-landing-title {
        font-size: 3rem;
        line-height: 1; } }
    @media only screen and (min-width: 1420px) {
      .wrapper-intro-gray .field--name-landing-title {
        font-size: 5rem; } }
  .wrapper-intro-gray .field--name-landing-description {
    padding: .4rem 0 1.4rem;
    font-size: 2.4rem;
    line-height: 1.3; }
    @media only screen and (min-width: 992px) {
      .wrapper-intro-gray .field--name-landing-description {
        border-left: 5px solid #253455;
        padding-left: 2rem; } }
  @media only screen and (min-width: 1420px) {
    .wrapper-intro-gray {
      padding-top: 2.6rem;
      padding-bottom: 1.5rem; } }

.intro-gray-row {
  padding: 2em 15px 1em; }
  @media only screen and (min-width: 992px) {
    .intro-gray-row {
      display: table;
      width: 100%;
      padding-top: .4em; } }
  @media only screen and (min-width: 1420px) {
    .intro-gray-row {
      width: 88%;
      margin-bottom: 1.2em; } }

@media only screen and (min-width: 992px) {
  .intro-gray-item {
    display: table-cell;
    vertical-align: middle; }
    .intro-gray-item:first-child {
      vertical-align: top;
      width: 30%; } }

@media only screen and (min-width: 1420px) {
  .intro-gray-item:first-child {
    width: 38.5%; }
  .intro-gray-item:last-child {
    padding-top: 1.7em; } }

.hub-selection-title {
  margin: .2em 0 1em;
  font-weight: 200;
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #1C1D33; }

.hub-selection-nav {
  margin: 0 0 2em; }
  .hub-selection-nav ul {
    padding: 0;
    list-style: none;
    text-align: center; }
  .hub-selection-nav li {
    display: inline-block;
    margin: .4rem .25rem; }
  .hub-selection-nav a {
    position: relative;
    display: inline-block;
    border-radius: .8rem;
    padding: .75rem 1rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 110%;
    color: #1C1D33;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .hub-selection-nav a::after {
      content: '';
      display: block;
      width: calc(100% - 2rem);
      height: 2px;
      background-color: #E85252;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .hub-selection-nav a.active, .hub-selection-nav a:hover, .hub-selection-nav a:focus {
      background-color: #E85252;
      color: #FFF; }
  @media only screen and (min-width: 992px) {
    .hub-selection-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .hub-selection-nav li {
      text-align: center; }
    .hub-selection-nav a {
      display: table;
      width: 100%;
      height: 100%;
      padding: 1.3rem 2rem; }
      .hub-selection-nav a::after {
        width: calc(100% - 4rem);
        bottom: .5rem; }
    .hub-selection-nav span {
      display: table-cell;
      vertical-align: middle; } }
  @media only screen and (min-width: 1420px) {
    .hub-selection-nav ul {
      padding: 0 15px; } }

.hub-pool-list {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 1.8rem; }
  @media only screen and (min-width: 568px) {
    .hub-pool-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.hub-pool-item {
  padding: 7.5px 15px; }
  @media only screen and (min-width: 568px) {
    .hub-pool-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .hub-pool-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      max-width: 33.33%;
      min-height: 168px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media only screen and (min-width: 992px) {
    .hub-pool-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
  @media only screen and (min-width: 1420px) {
    .hub-pool-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66%;
              flex: 0 0 16.66%;
      max-width: 16.66%; } }
  .hub-pool-item--bigger {
    font-weight: 700;
    font-size: 2.4rem; }
    .hub-pool-item--bigger .hub-pool-inner {
      vertical-align: middle; }
      @media only screen and (min-width: 768px) {
        .hub-pool-item--bigger .hub-pool-inner {
          padding-top: .6rem; } }

.hub-pool-link {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #F0F0F0;
  border-radius: 1rem;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(72, 73, 75, 0.13);
          box-shadow: 2px 4px 4px 0px rgba(72, 73, 75, 0.13);
  background-color: #FFF;
  line-height: 130%;
  color: #1C1D33;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .hub-pool-link strong {
    font-weight: 400;
    font-size: 2.2rem;
    color: #00AEC7;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .hub-pool-link::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11'%3E%3Cpath fill='%2300AEC7' 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");
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -7.5px; }
    @media only screen and (min-width: 768px) {
      .hub-pool-link::after {
        top: inherit;
        bottom: 2rem; } }
  .hub-pool-link:hover, .hub-pool-link:focus {
    background-color: #00AEC7;
    color: #FFF; }
    .hub-pool-link:hover strong, .hub-pool-link:focus strong {
      color: #FFF; }
    .hub-pool-link:hover::after, .hub-pool-link:focus::after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1.5 13 11'%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"); }

.hub-pool-inner {
  display: table-cell;
  vertical-align: top;
  padding: 1rem 4.5rem 1rem 2rem; }
  @media only screen and (min-width: 768px) {
    .hub-pool-inner {
      padding-top: 1.6rem;
      padding-bottom: 1.6rem; } } */

/* .wrapper-related {
  padding: 3rem 0; } */
/* 
.related {
  text-align: center; } */

/* .related__title {
  position: relative;
  margin: 1.5rem 0 3rem;
  padding-bottom: 2rem;
  font-weight: 100;
  font-size: 2.6rem;
  line-height: 1;
  color: #000;
  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 15px 30px;
  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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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: 30px 5rem 30px 30px;
  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% - (30px / 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% - 30px);
    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% - (30px) / 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: 1420px) {
  .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% - 30px);
    background-size: 43px 43px; } }

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

/* .message {
  max-width: 650px;
  margin: 0 auto;
  padding: 1rem 3rem; }
  .message__pic {
    display: block;
    width: 76px;
    margin: 0 auto .4rem; }
  .message__title {
    margin: 0 0 2rem;
    padding: 0;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 125%;
    color: #3A3B4E; }
  .message__footer {
    padding: 2rem 0;
    text-align: center; }
  .message--order .message__pic {
    width: 80px;
    margin-top: -2.1rem;
    margin-bottom: 1.2rem; }
  .message--order .message__title {
    margin-top: 0 !important;
    margin-bottom: 1.4rem !important; }
  .message--order p {
    margin-bottom: 1.6rem; } */
/* 
.back-home {
  position: relative;
  display: inline-block;
  padding: 2rem;
  background: url(../images/razzle-dazzle.png) #00AEC7 repeat 50% 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .back-home::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 174, 199, 0.6); }
  .back-home__inner {
    position: relative;
    z-index: 5;
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 2px;
    padding: 2rem 2rem 2rem 5rem;
    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='-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 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.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");
    background-color: #00AEC7;
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: 30px 30px;
    font-weight: 500;
    font-size: 2rem;
    color: #FFF;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; } */

/* #edit-submit-wrapper {
  position: relative; }
  #edit-submit-wrapper::before {
    content: '';
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 174, 199, 0.7); }
  #edit-submit-wrapper input, #edit-submit-wrapper button {
    position: relative;
    z-index: 5; } */

/* @media only screen and (min-width: 768px) {
  .message {
    padding: 2rem; }
    .message__title {
      font-size: 2.6rem; }
    .message__footer {
      padding-top: 4rem; }
    .message--order .message__title {
      font-size: 2.3rem; }
  .back-home__inner {
    padding-right: 5rem;
    padding-left: 8rem;
    background-position: 2rem 50%;
    background-size: 44px 44px; } } */

/* @media only screen and (min-width: 992px) {
  .message {
    padding: 0; }
    .message__title {
      margin-bottom: 3rem;
      font-size: 3rem; }
    .message__footer {
      padding-top: 5rem; }
    .message--order {
      padding-bottom: 4rem; }
      .message--order .message__title {
        font-size: 2.4rem; }
  .back-home__inner {
    padding-left: 12rem;
    padding-right: 5.5rem;
    background-position: 3rem 50%; }
  .back-home:hover .back-home__inner, .back-home:focus .back-home__inner {
    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='-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 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 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");
    background-color: #FFF;
    color: #000; } } */

/* @media only screen and (min-width: 1420px) {
  .message__footer {
    padding-top: 6rem; } } */
/* 
.soutenez__title {
  position: relative;
  margin: 1rem 0 .9em !important;
  padding: 0 0 .8em;
  font-weight: 100 !important;
  font-size: 2.7rem;
  color: #1C1D33;
  text-transform: uppercase; } */
  /* .soutenez__title::after {
    content: '';
    display: block;
    width: 9rem;
    height: 1rem;
    background-color: #C32762;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5; } */
  /* .soutenez__title strong {
    font-weight: 500;
    color: #C32762; } */

/* .soutenez__text {
  padding: 1rem 0;
  background-color: #FFF; } */

/* @media only screen and (min-width: 768px) {
  .soutenez {
    max-width: 640px;
    margin: 0 auto 2rem; }
    .soutenez__title {
      font-size: 3rem; }
      .soutenez__title strong {
        display: block; }
    .soutenez__content {
      position: relative; }
    .soutenez__text {
      max-width: 50%;
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 1.4rem 2rem 0; }
      .soutenez__text .btn {
        margin-top: 2rem;
        margin-bottom: 0; } } */
/* 
@media only screen and (min-width: 992px) {
  .soutenez {
    margin-bottom: 4rem; }
    .soutenez__title {
      font-size: 3.2rem; }
    .soutenez__text {
      padding-top: 2rem;
      padding-right: 2.2rem;
      padding-left: 2.6rem; } } */

/* @media only screen and (min-width: 1420px) {
  .soutenez {
    margin-bottom: 6rem; }
    .soutenez__title {
      font-size: 3.5rem !important; }
    .soutenez__text {
      padding-top: 3.2rem;
      padding-left: 4rem; } } */

/* .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: #000;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 5;
    opacity: .7;
    border-left: 1px solid rgba(0, 0, 0, 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: 0 0 0 40px;
  text-align: left;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  line-height: 110% !important;
  min-height: 30px;
  max-width: 136px; }
  .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; }

.download-document-info {
  display: block;
  font-weight: 400;
  font-size: 1.2rem; }

.shop-it: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='32px' height='32px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath d='M31.8,6c-1.9-2.8-5-4.5-8.4-4.5c0,0,0,0,0,0c-2.8,0-5.5,1.2-7.4,3.2c-1.9-2-4.6-3.2-7.4-3.2C5.2,1.5,2.1,3.2,0.2,6 C0.1,6.3,0,6.5,0,6.7v22.5c0,0.5,0.4,1,0.9,1.2c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,1-0.6c1.4-2.2,3.8-3.4,6.3-3.4s4.9,1.2,6.3,3.4 c0,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.2,0.2c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.1,0,0.2-0.1,0.2-0.2 c0,0,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c1.4-2.2,3.8-3.4,6.3-3.4c2.6,0,4.9,1.2,6.3,3.4c0.3,0.5,0.9,0.7,1.4,0.5 c0.5-0.2,0.9-0.6,0.9-1.2V6.7C32,6.5,31.9,6.3,31.8,6z M8.6,24c-2.2,0-4.4,0.7-6.1,2.1V7.1C4,5.2,6.2,4,8.6,4c2.5,0,4.7,1.1,6.1,3.1 v18.9C13,24.8,10.9,24,8.6,24z M29.5,26.1c-1.7-1.3-3.9-2.1-6.1-2.1c0,0,0,0,0,0c-2.2,0-4.4,0.8-6.1,2.1V7.2c1.5-2,3.7-3.1,6.1-3.1 c2.5,0,4.7,1.1,6.1,3.1V26.1z'/%3E%3C/svg%3E") !important;
  background-size: 23px 23px !important; } */
/* 
.btn-continue-shopping,
.btn-proceed2checkout,
.btn-sendit4free {
  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,
  .btn-sendit4free: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;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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 {
        opacity: 1;
        -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,
.btn-sendit4free {
  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,
  .btn-sendit4free::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #006882;
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -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,
    .btn-sendit4free:hover,
    .btn-sendit4free:focus,
    .btn-sendit4free:active {
      background-color: #00AEC7;
      border-color: #006882;
      color: #FFF; }
      .btn-proceed2checkout:hover::after, .btn-proceed2checkout:focus::after, .btn-proceed2checkout:active::after,
      .btn-sendit4free:hover::after,
      .btn-sendit4free:focus::after,
      .btn-sendit4free:active::after {
        opacity: 1;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  .btn-proceed2checkout::before,
  .btn-sendit4free::before {
    background-position: 50% 50%; }

.btn-proceed2checkout::before {
  width: 21px !important;
  height: 21px !important;
  margin-top: -12px !important;
  background-size: 21px 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; }

.btn-sendit4free::before {
  width: 30px !important;
  height: 30px !important;
  margin-top: -12px !important;
  margin-bottom: -4px !important;
  background-size: 30px 30px !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' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M31.8,6c-1.9-2.8-5-4.5-8.4-4.5c0,0,0,0,0,0c-2.8,0-5.5,1.2-7.4,3.2c-1.9-2-4.6-3.2-7.4-3.2C5.2,1.5,2.1,3.2,0.2,6 C0.1,6.3,0,6.5,0,6.7v22.5c0,0.5,0.4,1,0.9,1.2c0.1,0,0.2,0.1,0.4,0.1c0.4,0,0.8-0.2,1-0.6c1.4-2.2,3.8-3.4,6.3-3.4s4.9,1.2,6.3,3.4 c0,0,0.1,0.1,0.1,0.1c0,0,0,0.1,0.1,0.1c0.1,0.1,0.2,0.1,0.2,0.2c0.2,0.1,0.4,0.2,0.6,0.2s0.4-0.1,0.6-0.2c0.1,0,0.2-0.1,0.2-0.2 c0,0,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1c1.4-2.2,3.8-3.4,6.3-3.4c2.6,0,4.9,1.2,6.3,3.4c0.3,0.5,0.9,0.7,1.4,0.5 c0.5-0.2,0.9-0.6,0.9-1.2V6.7C32,6.5,31.9,6.3,31.8,6z M8.6,24c-2.2,0-4.4,0.7-6.1,2.1V7.1C4,5.2,6.2,4,8.6,4c2.5,0,4.7,1.1,6.1,3.1 v18.9C13,24.8,10.9,24,8.6,24z M29.5,26.1c-1.7-1.3-3.9-2.1-6.1-2.1c0,0,0,0,0,0c-2.2,0-4.4,0.8-6.1,2.1V7.2c1.5-2,3.7-3.1,6.1-3.1 c2.5,0,4.7,1.1,6.1,3.1V26.1z'/%3E%3C/svg%3E"); }

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

.sorting__item--active {
  font-weight: 700; }
  .sorting__item--active .sorting__link {
    font-weight: 700; } */


  /* .reset-link:after {
    display: none !important; }

.block-region-reset-link {
  max-width: calc(1410px - 4rem);
  margin: 0 auto;
  padding: 0; }

.block-reset-filter-block {
  text-align: left; }
  .block-reset-filter-block a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 3.6rem;
    color: #FFF !important; }
    .block-reset-filter-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-filter-block a:hover:before, .block-reset-filter-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); }
  .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: 1420px) {
  .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: 30px !important; } }

.view-header__actions {
  padding: 2rem 0 0;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .block-region-results .view-display-tall-header .view-header {
    position: relative;
    padding-top: 11rem !important;
    padding-bottom: 1.4rem !important; }
  .view-header__actions {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    text-align: left; } }

.mt40 {
  margin-top: 4rem !important; }

.pt40 {
  padding-top: 4rem !important; }

#publication-customer-data-customer-data-form .newsletter-meta-wrapper .field--name-customer-data-newsletter {
  float: none;
  margin-left: 0;
  margin-bottom: 3rem;
  padding-top: .10rem;
  width: auto;
  background-color: #F0F0F0; }
  #publication-customer-data-customer-data-form .newsletter-meta-wrapper .field--name-customer-data-newsletter .form-item {
    margin-bottom: 0;
    border-bottom: none;
    float: none; }

.newsletter-meta-wrapper {
  position: relative;
  margin-top: 4rem;
  padding: 0 15px;
  border-bottom: 5px solid #F0F0F0; }
  .newsletter-meta-wrapper__icon1, .newsletter-meta-wrapper__icon2 {
    display: none; }
  .newsletter-meta-wrapper__inner {
    border-top: 5px solid #F0F0F0;
    padding: 2rem 0 0; }
  .newsletter-meta-wrapper__title {
    margin: 0 0 1em;
    font-weight: 700;
    font-size: 1.8rem; }

@media only screen and (min-width: 768px) {
  .newsletter-meta-wrapper__icon1, .newsletter-meta-wrapper__icon2 {
    display: block;
    position: absolute;
    z-index: 5; }
  .newsletter-meta-wrapper__icon1 {
    width: 70px;
    height: 70px;
    top: 1.5rem;
    left: 1rem; }
  .newsletter-meta-wrapper__icon2 {
    width: 40px;
    height: 40px;
    top: 9rem;
    left: 4rem; }
  .newsletter-meta-wrapper__inner {
    padding-left: calc(11.6% + 30px); } }

@media only screen and (min-width: 992px) {
  .newsletter-meta-wrapper {
    width: 87.5%;
    margin-left: 12.5%; }
    .newsletter-meta-wrapper__icon1 {
      width: 60px;
      height: 60px;
      top: 6rem;
      left: 1rem; }
    .newsletter-meta-wrapper__icon2 {
      width: 30px;
      height: 30px;
      top: 12rem;
      left: 3.8rem; } }

@media only screen and (min-width: 1420px) {
  .newsletter-meta-wrapper__icon1 {
    width: 70px;
    height: 70px;
    top: 2rem; }
  .newsletter-meta-wrapper__icon2 {
    width: 40px;
    height: 40px;
    top: 9rem; } }

.popin-half .information-material-quantity-selector div.form-item > .ui-spinner {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 1em !important; }

.popin-half-a p {
  margin: 0 0 1.2em; }
  .popin-half-a p:last-child {
    margin-bottom: .4em; }

.popin-half-b {
  padding: 10px;
  background-color: #FFF;
  text-align: center; }
  .popin-half-b p {
    font-size: 1.6rem;
    text-align: center; }

@media only screen and (min-width: 992px) {
  .popin-half {
    display: table; }
  .popin-half-a,
  .popin-half-b {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
  .popin-half-a {
    padding-right: 40px; }
    .popin-half-a .information-material-description {
      margin-bottom: 0 !important; }
  .popin-half-b {
    padding-top: 20px;
    padding-bottom: 0;
    background-color: #FFF; } }

.popin-info-message {
  position: relative;
  margin: 1em 0 0;
  padding: .5em .5em .5em 0; }
  .popin-info-message__icon {
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .popin-info-message__icon img, .popin-info-message__icon svg {
      display: block;
      width: 100%;
      height: 100%; }
  .popin-info-message__content {
    padding: 0 0 0 6rem;
    font-weight: 400;
    font-size: 1.4rem; }
    .popin-info-message__content p {
      margin: 0; }

@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  */




.main-nav__ul .main-nav__item:nth-child(3),
.main-nav__ul .main-nav__item:nth-child(4){
  padding-top: 15px;
}
/*
.uppernav__item--chercheur:hover .uppernav__link {
  color: #E4007D !important;
}
*/

.uppernav__link {
  font-family: Poppins, Helvetica, Arial, sans-serif !important;
}

.uppernav__item {
  margin-right: 0 !important;
}



.main-nav__ul .main-nav__item:nth-child(1)::after,
.main-nav__ul .main-nav__item:nth-child(2)::after,
.main-nav__ul .main-nav__item:nth-child(3)::after {
  height: 0;
}

/* #search-trigger{
  background-color: white;
} */

.sitemap-col--b #block-dossierslesplusconsultes .landings__item a:hover{
  color: white;
  text-decoration: underline;
}


@media only screen and (max-width : 768px) {
  #block-farc-contactus{
    padding-right: 0px;
  }
}

@media only screen and (min-width : 768px) {
  #block-farc-contactus{
    padding-right: 17px;
  }
}

@media only screen and (min-width : 992px) {
  .footer-button:hover .footer-button__inner, 
  .footer-button__inner:hover {
    color: black !important;
  }

  .footer-button .icon {
    color: black;
  }
}

.wrapper-footer {
  position: absolute !important;
  width: 100% !important;
  margin-top: 12px !important;
}


.wrapper-sitemap .sitemap-col.sitemap-col--e::after,
.wrapper-sitemap .sitemap-col.sitemap-col--d::after{
  content: none !important;
}


.wrapper-fondation {
  background: white !important;
}

.wrapper-espoir,
.col-sm-12.col-md-3.col-white::before {
  background: #F4F4F4 !important;
}

.intro__button::before ,
.intro__button:hover::before {
  top: 75% !important;
  left: 95% !important;

}

.is-path-agir-cancer .intro__button::before ,
.is-path-agir-cancer .intro__button:hover::before {
  top: 80% !important;
  left: 90% !important;

}
.wrapper-landing-header .intro__button::before ,
.wrapper-landing-header .intro__button:hover::before {
  background-image: url(https://www.fondation-arc.org/themes/custom/farc/components/icons/icon-arrow-right-white.svg) !important;
  top: 70% !important;
  left: 90% !important;
}

.wrapper-subheader-home .tns-nav button {
  padding: 0 !important;
}

.wrapper-subheader-home .tns-nav button::before {
  height: 0 !important;
}

.wrapper-espoir .regularcard__inner:hover .regularcard__tag {
  -webkit-transition: none !important;
  transition: none !important;
}

.tns-outer button::before {
  content: none !important;
}


.col-xs-12.wrapper-don.wrapper-don--action {
  padding: 0;
}

.wrapper-don--action .don-wrapped.content-wrapper {
  padding: 20px 30px 15px 30px !important;
  height: 345px;
}

.wrapper-don__main-title{
  margin-top: 0 !important;
}

.is-path-frontpage .field__item .webform-submission-form{
  top: 140px;
  position: absolute;
}

.wrapper-don--action .content-wrapper .form-actions.form-wrapper input {
  margin-left: 0 !important;
  background-color: #E4007D !important;
}


.wrapper-don--action .content-wrapper .form-actions.form-wrapper input:hover {
  margin-left: 0;
  background-color: white !important;
  color: #E4007D !important;
}

.donation-module-selector .module-tab .ui-button-text {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.donation-module-selector .module-tab.ui-button-text:hover {
  color: #E4007D !important;
}

.wrapper-don--action .content-wrapper .donation-module-selector .module-tab.ui-state-active {
  background-color: #E4007D !important;
}

.wrapper-don--action .content-wrapper .donation-module-selector .module-tab {
  border-bottom: 5px solid #E4007D !important;
}

.js-form-item .ui-button-text,
#edit-regular-donation-other {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.js-form-item .ui-button-text:hover {
  color: #E4007D !important;
}

.option.ui-button.ui-widget.ui-state-default.ui-button-text-only,
#edit-regular-donation-other,
#edit-punctual-donation-other {
  border: 2px solid #E4007D !important;
}

@media only screen and (min-width : 992px)  and (max-width : 1419px) {

  .webform-has-field-suffix.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-punctual-donation-other.form-item-punctual-donation-other.form-no-label,
  .webform-has-field-suffix.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-regular-donation-other.form-item-regular-donation-other.form-no-label{
    top: 30% !important;
    left: 29% !important;
    position: absolute !important;
  }

  .wrapper-don--action .content-wrapper .form-actions.form-wrapper {
    margin-top: 0 !important;
    padding-top: 10px !important;
  }

  .is-path-frontpage .field__item .webform-submission-form{
    top: 48%;
    position: absolute;
  }
}

@media only screen and (max-width : 365px) {
  .wrapper-don--action .content-wrapper .form-actions.form-wrapper {
    padding-top: 10px !important;
  }

  .webform-has-field-suffix.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-punctual-donation-other.form-item-punctual-donation-other.form-no-label,
  .webform-has-field-suffix.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-regular-donation-other.form-item-regular-donation-other.form-no-label{
    top: 30% !important;
    left: 29% !important;
    position: absolute !important;
  }
}

@media only screen and (min-width : 1419px) {
  .webform-has-field-suffix.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-punctual-donation-other.form-item-punctual-donation-other.form-no-label,
  .webform-has-field-suffix.js-form-item.form-item.js-form-type-number.form-type-number.js-form-item-regular-donation-other.form-item-regular-donation-other.form-no-label{
    position: absolute !important;
    top: 25.5% !important;
    left: 26% !important;
    height: 33px;
    font-size: 1rem;
  }
}


.form-actions.js-form-wrapper.form-wrapper{
  margin-top: 0 !important;
}
@media only screen and (min-width : 799px) {
  .block-region-wrapped-middle-under .view-content {
    display: flex;
  }
}

#block-uppernav .uppernav__item--chercheur .uppernav__link:hover::after {
  background-color: none !important;
}

.field.field--name-field-logo.field--type-image.field--label-hidden.field__item {
  margin-left: 8px ;
}

.wrapper-don input.webform-button--submit.button.button--primary.js-form-submit.form-submit {
  background-image: url(/themes/custom/farc/components//icons/icon-arrow-right-white.svg) !important;
  padding-left: 15px !important;
  padding-right: 35px !important;
  background-position: 92% !important;
  text-transform: uppercase;
}

.wrapper-don input.webform-button--submit.button.button--primary.js-form-submit.form-submit:hover {
  background-image: url(/themes/custom/farc/components//icons/icon-arrow-right-pink.svg) !important;
  padding-left: 15px !important;
  padding-right: 35px !important;
  background-position: 92% !important;
}

@media only screen and (min-width : 992px)  and (max-width : 1419px) {

  #block-uppernav .sn.sn--upper {
    position: absolute;
    right: 5%;
  }
  .col-sm-12.col-md-3.col-white {
    width: 50%;
    background: #F4F4F4 !important;
  }

}
@media only screen and (min-width : 1379px)  and (max-width : 1419px) {
  .col-sm-12.col-md-3.col-white ,
  .col-md-6.col-lg-5.col-lg-offset-2{
    width: 100%;
  }
.block-region-wrapped-middle-above {
  display: flex;
  width: 100%;
}
  
}

@media only screen and (min-width : 768px)  and (max-width : 992px) {

  .block-region-wrapped-middle-above {
    display: grid;
  }

  .col-sm-12.col-md-3.col-white {
    width: 50%;
  }

  .footer-buttons {
    justify-content: center;
  }
  
  #block-farc-contactus,
  #block-farc-newsletter {
    width: 50%;
  }

  #block-farc-contactus div {
    height: 95%;
  }
  .footer-button {
    height: 100%;
  }

}

.sitemap-col.sitemap-col--e,
.sitemap-col.sitemap-col--f{
  border-top: none !important;
}


@media only screen and (min-width: 992px) {
.uppernav__item--chercheur .uppernav__link {
    color: #0049E5;
}
.uppernav__link:focus::after {
  width: 100%;
  opacity: .5;
}
}
.is-path-frontpage .intro {
  padding-top: 0;
}

.uppernav__item .uppernav__link {
  font-size: 1.2rem;
}
/*
#search-trigger {
  background: none;
}
*/

@media only screen and (max-width: 768px) { 
  .col-sm-12.col-md-3.col-white {
    display: grid;
    justify-content: center;
  }
}

.footer-button::before {
  background-image: none !important;
}

.col-sm-12.col-md-3.col-white {
  background: #F4F4F4 !important;
}

.wrapper-espoir .col-white::after {
  background: #F4F4F4 !important;
}


.is-path-frontpage .block-title--big .block-title__title p::first-line {
  font-weight: 700 !important;
}
.is-path-frontpage .block-title--big h2.block-title__title::first-line {
  font-weight: 700 !important;
}

@media only screen and (min-width : 768px)  and (max-width : 992px) {
  .is-path-frontpage .col-md-6.col-lg-5.pt-offset .regularcard__tags .regularcard__tag:nth-child(2) {
    margin-top: 10px;
  }
}

.is-path-agir-cancer .intro__button.color-1::before {
  top: 80% !important;
  left: 85% !important;
}

.is-path-agir-cancer .intro__button.color-white::before {
  top: 80% !important;
  left: 90% !important;
}



/**** PAGE LEGS *****/
@media only screen and (min-width : 769px)  and (max-width : 991px) {
  .is-page-node-type-type-page #contacts-privilegies-icone {
    max-width: 20%;
    text-align: center;
    margin: 0 auto;
  }
}

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

@media only screen and (max-width : 768px) {
  .is-page-node-type-type-page #contacts-privilegies-icone {
    max-width: 22%;
    text-align: center;
    margin: 0 auto;
  }
}

.is-page-node-type-type-page  #contact-privilegies-wrapper{ 
  padding: 7px;
  border: 1px solid #F0F0F0;
  width: 270px;
}

.is-page-node-type-type-page #contact-privilegies-wrapper > div {
  margin-left: 0 !important;
}
.is-page-node-type-type-page #contact-privilegies-wrapper > div img {
  max-width: 100px;
}

.is-page-node-type-type-page .image-contacts-privilegie {
  border-radius: 50%;
  width: 50px;
  height: auto;
  margin-top: 15px;
}

.is-page-node-type-type-page .name-contacts-privilegie {
  margin-left: 15px;
  display: inline-grid;
  font-size: 14px;
}

.is-page-node-type-type-page div.page-tools .btn.btn-don.brochure {
  text-align: left;
  padding-left: 5rem;
  padding-right: 5rem;
  width: 270px;
}

.is-page-node-type-type-page a.btn.btn-don.brochure:hover::before{
  background: url(/themes/custom/farc/components/icons/livre-pink.svg) transparent no-repeat 0 50%;
  margin-left: 13px;
  display: block !important;
}

.is-page-node-type-type-page a.btn.btn-don.brochure::before{
  background: url(/themes/custom/farc/components/icons/livre.svg) transparent no-repeat 0 50%;
  margin-left: 13px;
  display: block !important;
}

@media only screen and (max-width : 991px) {
  
  .is-page-node-type-type-page .page-tools .btn.appeler::before{
    background: url(/themes/custom/farc/components/icons/phone.svg) transparent no-repeat 0 50%;
    margin-left: 13px;
  }

  .is-page-node-type-type-page .page-tools .btn.appeler{
    color: black;
    background-color:  #FFCC00;
    width: 270px;
    padding-left: 5rem;
    text-align: left;
    padding-right: 5rem;
    margin-bottom: 2rem;
  }

  #contact-privilegies-wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

}

/*** FIXES MES COORDONNEES ****/
.args-publicationsmy-address .block-title--single-column .block-region-body {
  width: 100%;
  margin-left: 0;
}

.args-publicationsmy-address .block-block-content .field--type-text-with-summary p{
  font-size: 1.6rem;
  text-align: center;
}

.args-publicationsmy-address .publication-customer-data-customer-data-form form fieldset {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 6rem;
}


@media (min-width: 992px) {
  .args-publicationsmy-address .block-title--single-column .farc-block__content-wrapper {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

body.args-listesupport-information {
  background-image: none;
}


/***** COPIED SOME OF FILE TEMP.CSS *****/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  display: none
}

[type='checkbox']+label,
[type='radio']+label {
  padding-left: 45px;
  padding-left: 4.5rem;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-weight: 400
}

[type='checkbox']+label::before,
[type='radio']+label::before {
  margin-right: 10px;
  margin-right: 1rem;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  border-radius: 2px;
  border-radius: .2rem;
  border-width: 1px;
  border-width: .1rem;
  border-style: solid;
  border-color: #ccc;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff
}

[type='checkbox']:checked+label::before,
[type='radio']:checked+label::before {
  background-color: #0049E5;
  background-image: url(https://www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//base/forms/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-color: #0049E5
}

[type='checkbox']:disabled,
[type='radio']:disabled {
  opacity: .5;
  filter: alpha(opacity=50)
}

[type='checkbox']:disabled+label,
[type='radio']:disabled+label {
  opacity: .5;
  filter: alpha(opacity=50)
}

[type='radio']+label::before {
  border-radius: 50%
}

[type='radio']:checked+label::before {
  background-image: url(https://www.fondation-arc.org/themes/custom/farc/components/asset-builds/css/../..//base/forms/point.svg);
  background-size: cover
}

.is-path-publications #publication-customer-data-customer-data-form .button--primary:hover, .is-path-publications #publication-customer-data-customer-data-form .button--primary:active {
  background-color: #00287f;
  color: #fff;
}


.sitemap-col--b #block-dossierslesplusconsultes .landings__list.landings__list--footer .landings__link:hover {
  text-decoration: none;
}




.main-nav__item.main-nav__item--basket {
  padding: 0 12px;
  right: 75px;
}


}


.main-basket.main-basket--header:hover, .main-basket.main-basket--header:focus{
  background-color: #F4F4F4 !important;
}

.main-basket:hover::before {
  background-color: transparent !important;
}

.main-nav__item.main-nav__item--basket:hover {
  background-color: #F4F4F4 !important;
}

.is-page-node-type-hub-page .block-slideshow__button-prev , .is-page-node-type-hub-page .block-slideshow__button-next  {
  width: 35px;
  height: 35px;
}


.contact-file__id {
    padding: 0 2em 0 0;
}


@media only screen and (min-width: 768px) {
  .pager__item {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } 
}

  
nav.pager {
  margin: 0 0 1em;
  padding: 1em 0; }

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

.pager__item {
  padding: 0 1rem; }
  .pager__item > a {
    color: #000; }
  .pager__item.is-active > a {
    display: inline-block;
    padding: 0 .2rem .85rem;
    position: relative;
    color: #0049E5; }
    .pager__item.is-active > a::after {
      content: '';
      display: block;
      width: 100%;
      height: 7px;
      background-color: #0049E5;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.pager__item--previous a span + span,
.pager__item--next a span + span {
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M6.4,1.8c-0.2,0.2-0.2,0.5,0,0.6l2.1,2.1h-8C0.2,4.6,0,4.8,0,5c0,0.2,0.2,0.4,0.4,0.4h8L6.4,7.6c-0.2,0.2-0.2,0.5,0,0.6 c0.2,0.2,0.5,0.2,0.6,0c0,0,0,0,0,0l2.8-2.9l0,0c0,0,0.1-0.1,0.1-0.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2-0.1-0.3L7,1.8 C6.8,1.6,6.6,1.6,6.4,1.8C6.4,1.8,6.4,1.8,6.4,1.8z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 100% 100%;
  height: 2.4rem;
  width: 2.4rem;
  line-height: 37px;
  /* font-size: 0; */
  color: transparent;
  vertical-align: middle; }

.pager__item--previous a span + span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

         .is-page-node-type-type-page .container .title-column .title-column__intro  .page-title {
            font-size: 3.5rem;
          }



       .is-page-node-type-type-page .wrapper-connexe.wrapper-projects.paragraph-projects .block-title__title {
            text-transform: none;
            font-family: "Poppins", Helvetica, Arial, sans-serif;
            font-weight: 100 !important;
        }

/* page agir */

.is-path-agir-cancer .wrapper-landing-header .teaser--color-1:hover .teaser__content,
.is-path-agir-cancer .wrapper-landing-header .teaser--color-1:focus .teaser__content {
    background-color: #E4007D; }

.is-path-agir-cancer .block-region-header-top,
.is-path-recherche-cancer .block-region-header-top {
  height: 100%;
}

@media only screen and (min-width : 764px) {
  .is-path-agir-cancer .intro__button.color-2:hover,
  .is-path-agir-cancer .intro__button.color-2:active{
    background: #7e0045 !important;
  }
}

@media only screen and (max-width : 1379px) {
  .is-path-agir-cancer a.intro__button.color-2 {
    border-bottom: none;
    float: left;
    font-weight: 600;
    display: block;
    margin: 30px 0 15px;
    padding: 13px 6rem 13px 20px;
    background-color: #E4007D;
    font-size: 1.8rem;
    line-height: 130%;
    color: #FFF;
    text-align: left;
    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;
  }

  .is-path-agir-cancer .landing--header--right a:active, .landing--header--right a:focus, .landing--header--right a:hover {
    background-color: #e4007d;
    border-color: #7e0045;
    color: #fff;
  }
  .field.field--name-landing-link-news.field--type-link.field--label-hidden.field__item.custom__a a::before{
    background: url(../..//icons/icon-arrow-right-white-big.svg) transparent
    no-repeat 0 50%;
  }

}

@media only screen and (min-width: 992px) and (max-width : 1379px) {

  .is-path-agir-cancer .views-element-container.block.block-views.block-views-blocktype-pages-block-4,
  .is-path-recherche-cancer .views-element-container.block.block-views.block-views-blocktype-pages-block-1 {
    width: 60%;
    left: 34%;
  }
 
  .is-path-recherche-cancer .is_safari {
    margin-left: 0.7%;
  }
  
  .is-path-agir-cancer .field.field--name-landing-link-news.field--type-link.field--label-hidden.field__item.custom__a,
  .is-path-recherche-cancer .field.field--name-landing-link-news.field--type-link.field--label-hidden.field__item.custom__a {float: left;}

  .is-path-agir-cancer a.intro__button.color-2:focus,
  .is-path-agir-cancer .intro__button.color-2::after {
    background: #7e0045 !important;
  }

}
@media only screen and (max-width : 991px) {
  .is-path-agir-cancer .field.field--name-image-block.field--type-image.field--label-hidden.field__item,
  .is-path-agir-cancer .field.field--name-teaser-image.field--type-image.field--label-hidden.field__item{
    height: 120px;
  }

  .is-path-agir-cancer .intro__button.color-2:active{
    background: none !important;
  }

  .is-path-agir-cancer .wrapper-landing-header .intro__button::before ,
  .is-path-agir-cancer .wrapper-landing-header .intro__button:hover::before {
    left: 90% !important;
    background-image: url(https://www.fondation-arc.org/themes/custom/farc/components/icons/icon-arrow-right-white.svg) !important;
  }

  .is-path-agir-cancer .intro__button.color-2::after,
  .is-path-agir-cancer a.intro__button.color-2:hover {
    background: none !important;
  }

  .is-path-recherche-cancer a.btn.btn-huge.btn--color-2 {
    float: left;
  }

  a.teaser.teaser--action.teaser--special-whitebg.matchHeight {
    width: 100%;
  }
}

@media only screen and (max-width : 764px) {
  .is-path-agir-cancer .teaser--action .teaser__picture-wrapper img{
    width: 95% !important;
  }

}

/* filters page liste/support-information */

.block-region-filtersrevamped .block h2 {
  margin: 1rem 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  color: #FFF; }



@media only screen and (max-width : 992px) {
  .block-reset-link-block a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 3.6rem;
    color: #FFF !important; }


  .facet-inactive.contextual-region.hidden.block-facet--multi-dropdown.block.block-facets.block-facet-blockstructure-tags-collection h2,
  .facet-inactive.contextual-region.hidden.block-facet--multi-dropdown.block.block-facets.block-facet-blockstructure-tags-comprendre h2 {
    display: none;
  }

  .block-reset-link-block {
    text-align: left;
  }

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

    .filtersRevamped__title {
      padding: 0 !important;

    }

    .filtersRevamped{
      padding: 1.6rem 2rem 2rem !important;
    }
}

/* page liste actualite  */


@media only screen  and (min-width : 764px)  and (max-width : 1420px) {
  a.related-teaser:last-child {
    margin-top: 35px;
  }
  .wrapper-related {height: 600px;}
}

/* page la fondation arc  */

.args-la-fondation-arc .hubtext__item:nth-child(7n+7) h2::after, .hubtext__item:nth-child(7n+7) .btn ,
.args-espace-chercheur .hubtext__item:nth-child(7n+7) h2::after, .hubtext__item:nth-child(7n+7) .btn {
  background-color: #E4007D;
}

.args-la-fondation-arc .hubtext__item h2::after ,
.args-espace-chercheur  .hubtext__item h2::after {
  content: '';
  display: block;
  width: 90px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #0049E5;
}

.args-la-fondation-arc  .hubtext__item:nth-child(7n+4) h2::after, .hubtext__item:nth-child(7n+4) .btn ,
.args-espace-chercheur  .hubtext__item:nth-child(7n+4) h2::after, .hubtext__item:nth-child(7n+4) .btn {
  background-color:  #00AEC7;
}

.args-la-fondation-arc .hubtext__item:nth-child(7n+5) h2::after, .hubtext__item:nth-child(7n+5) .btn ,
.args-espace-chercheur .hubtext__item:nth-child(7n+5) h2::after, .hubtext__item:nth-child(7n+5) .btn {
  color: #000;
  background-color: #FFCD00;
}

.args-la-fondation-arc .hubtext__item:nth-child(7n+6) h2::after, .hubtext__item:nth-child(7n+6) .btn ,
.args-espace-chercheur .hubtext__item:nth-child(7n+6) h2::after, .hubtext__item:nth-child(7n+6) .btn {
  background-color: #37872D;
}

.args-espace-chercheur #contenu1 .teaser__content {
  border-color: transparent !important;
}

.args-espace-chercheur #contenu1  span.teaser__tag.teaser__tag--structure {
  background-color: #0049E5 !important;
}

.args-espace-chercheur #contenu1 a.btn {
  background-color: transparent;
  color: black;
  /* float: right; */
  /* right: 0; */
  text-align: right;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000 !important;
  padding: 0.5rem 3.8rem 0 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding-bottom: 1px;
}

.args-espace-chercheur #contenu1 a.btn:hover,
.args-espace-chercheur #contenu1 a.btn:focus {
  background-color: transparent !important  ;
  border-bottom: 2px solid #000 !important;
  padding-bottom: 0;
}

.args-espace-chercheur #contenu1 .teaser__content:hover .teaser__date--label {
  color: white;
}

.args-espace-chercheur #contenu1 .teaser__date--label {
  font-weight: 700;
  color: #BE0014;
}

.args-espace-chercheur #contenu1 .block-title--color-1 .teaser:hover .teaser__content {
  background-color: #E4007D;
}

/* tacjs  */
div#tarteaucitronAlertBig {
  background-color: white !important;
  border-radius: unset !important;
  width: 50% !important;
}

#tarteaucitronRoot div#tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
  color: black;
}

#tarteaucitronRoot div#tarteaucitronAlertBig:before ,
#tarteaucitronRoot button#tarteaucitronPersonalize2 .tarteaucitronCheck,
#tarteaucitronRoot button#tarteaucitronCloseAlert .tarteaucitronCheck {
  display: none;
}

#tarteaucitronRoot button#tarteaucitronPersonalize2 {
  line-height: 28px !important;
  font-family: "Poppins" !important;
  font-weight: 600 !important;
  background-color: #3BA836 !important;
  text-transform: uppercase !important;
  border-radius: 7px !important;
  height: 63px !important;
  padding: 0 29px !important;
  transition: initial !important;
  transition-duration: 0.3s !important;
}
#tarteaucitronRoot button#tarteaucitronCloseAlert:hover,
#tarteaucitronRoot button#tarteaucitronPersonalize2:hover {
  transform: scale(1.05) !important;
}

#tarteaucitronRoot button#tarteaucitronCloseAlert {
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  border-radius: 7px !important;
  height: 63px !important;
  padding: 0 29px !important;
  transition: initial !important;
  transition-duration: 0.3s !important;
  color: #154EDC !important;
  border: 1px solid #154EDC !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 28px !important;
  display: block !important;
  width: 596px !important;
  margin: 0 auto 38px auto !important;
}

#tarteaucitronRoot button#tarteaucitronAllDenied2 {
  text-align: right !important;
  font-size: 14px !important;
  line-height: 28px !important;
  color: rgba(0, 0, 0, 0.7) !important;
  cursor: pointer !important;
  text-decoration: underline !important;
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
  background: white;
  width: 90%;
  text-transform: none;
}

.is-page-node-type-hub-page .view-id-paragraph_related_content.view-display-id-block_1 .view-content>div:nth-child(4) { 
  clear: left;
}

/* support informations a la une  */
.block-region-results .view-display-id-block_14.view-search-global .views-row-exergue {
  width: 100% !important;
 
}

@media only screen and (min-width:1380px) {
  .block-region-results .view-display-id-block_14.view-search-global .views-row-exergue {
      width: 66.66% !important;
    }
}


  .teaser--alaune .teaser__wrapper {
    padding: 20px;
    background-color: #0049E5;
  }
 .teaser--alaune  .teaser__content {
    border: none !important;
    padding: 20px !important;
  }
  .teaser--alaune .teaser__intro {
    color: #FFF;
  }
  .teaser--alaune .teaser__intro-title {
    margin: 0 0 .25em;
    font-weight: 600;
    font-size: 3rem;
  }
  .teaser--alaune .teaser__intro-subtitle {
    margin: 0 0 .25em;
    font-weight: 600;
    font-size: 2rem;
  }

@media only screen and (min-width: 992px) {

  .teaser--alaune .teaser__wrapper{
    display: flex;
    padding: 20px;
    background-color: #0049E5;
  }
  .teaser--alaune .teaser__content {
    min-height: 380px !important;
  }
  .teaser--alaune .information-material__links {
    margin-left: auto;
  }
  .teaser--alaune:hover .teaser__content::before,
  .teaser--alaune:focus .teaser__content::before {
   width: 100%;
  }
  .teaser--alaune  .teaser__intro {
   flex: 1 1 28%;
  }
  .teaser--alaune .teaser__tags {
    margin-top: -55px;
    margin-bottom: 30px;
    margin-left: -40px;
  }
}

.btn-sendit4free::after {
  background: #997b00 !important;
  background-image: unset !important;
}

.btn-sendit4free::before {
  content: '';
  background-image: url(/themes/custom/farc/components/icons/livre-support.svg) !important;
}

a.btn.btn-sendit4free.use-ajax.show {
  width: 36%;
  padding-left: 0 !important;
}

.telecharger-tous {
  padding-top: 5rem;
}

.args-listesupport-information .middle-content.block-title-regular.block-title--whitebg.no-padding-top {
  background-color: #F0F0F0 !important;
}

.block-region-results .view-display-id-block_14.view-search-global .teaser--color:hover .teaser__wrapper{
  box-shadow: unset !important;
}


/* block citation */

.figure-composite {
  position: relative;
  display: block;
  max-width: 28rem;
  margin: 1.8em auto;
  padding: 5rem 2.4rem 2rem;
}
.figure-composite::before, .figure-composite::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
.figure-composite::before {
  top: 0;
  left: 0;
  width: calc(100% - 2.4rem);
  height: 75%;
  background-color: #0049E5;
}
.figure-composite::after {
  bottom: 0;
  right: 0;
  width: 65%;
  height: calc(100% - 2.6rem);
  background-color: #FFCD00;
}
.figure-composite__pic {
  position: relative;
  z-index: 5;
  display: inline-block;
}
.figure-composite__pic::before {
  content: "";
  display: block;
  width: calc((100% + 4.8rem) * 0.65 - 2.4rem);
  position: absolute;
  z-index: 5;
  top: -2.4rem;
  right: 0;
  height: 75%;
  background-color: #3BA836;
}
.figure-composite__pic > img {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1420px) {
  .figure-composite {
    max-width: 41rem;
    margin-top: 2.6em;
    margin-bottom: 2.6em;
    padding: 8rem 5rem 2.5rem;
  }
  .figure-composite::before {
    width: calc(100% - 5rem);
    height: 75%;
  }
  .figure-composite::after {
    width: 65%;
    height: calc(100% - 5rem);
  }
  .figure-composite__pic::before {
    width: calc((100% + 10rem) * 0.65 - 5rem);
    top: -3rem;
    height: 75%;
  }
}

div.bigger {
  position: relative;
  border: none;
  margin: 2em 0;
  padding: 0;
  font-weight: 400;
  font-style: italic;
  font-size: 1.8rem;
  text-align: left;
}
div.bigger::before {
  content: "“";
  font-size: 8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 50%;
  margin-left: 0;
  margin-top: 0.6rem;
  color: #0049E5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
div.bigger > p:first-child {
  text-indent: 6rem;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 175%;
}
@media only screen and (min-width: 1420px) {
  div.bigger {
    margin-left: 2rem;
    font-size: 2rem;
    line-height: 175%;
  }
  div.bigger::before {
    font-size: 10rem;
  }
  div.bigger + .author {
    margin-left: 2rem;
  }
}

.author {
  font-weight: 200 !important;
  font-size: 1.8rem !important;
  line-height: 150% !important;
  display: inline-grid;
}
.author strong {
  font-weight: 600;
  color: #0049E5;
}

/* paragraph bandeau multimedia */

.full-width-banner {
  position: relative;
  z-index: 0;
  height: 40rem;
  margin: 2em 0 4em;
  width: 100vw;
  margin-left: calc(-30px * .5);
}
.full-width-banner > img {
  display: block;
  width: 100%;
  max-width: initial;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .full-width-banner {
    margin-left: calc((-100vw + 768px - 30px) * 0.5);
  }
}
@media only screen and (min-width: 992px) {
  .full-width-banner {
    margin-bottom: 5em;
  }
  .col-md-8 .full-width-banner {
    margin-left: calc(-992px * .333333333334 - ((100vw - 992px + 30px) * .5));
  }
}
@media only screen and (min-width: 1420px) {
  .col-md-8 .full-width-banner {
    margin-left: calc(-1420px * .333333333334 - ((100vw - 1420px + 30px) * .5));
  }
  .col-lg-9 .full-width-banner {
    margin-left: calc(-1420px * .25 - ((100vw - 1420px + 30px) * .5));
  }
}

/* paragraph multimedia */

.video-composite {
  position: relative;
  margin: 2em 0;
}
.video-composite__inner {
  position: relative;
}
.video-composite__icon {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  padding: 1.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.video-composite__icon::before, .video-composite__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.video-composite__icon::before {
  background-color: #FFCD00;
  transform: translate(-65%, -35%);
  z-index: 10;
}
.video-composite__icon::after {
  background-color: #0049E5;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.video-composite__icon .icon {
  position: relative;
  z-index: 35;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}
.video-composite__pic {
  position: relative;
  z-index: 10;
  display: block;
}
.video-composite__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-composite__content > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .video-composite__content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 15;
    width: 90%;
  }
  .video-composite__content > *:last-child {
    margin-bottom: 0 !important;
  }
  .video-composite__content + .video-composite__pic .video-composite__icon {
    transform: translate(-50%, -175%);
  }
}
@media only screen and (min-width: 1420px) {
  .video-composite {
    margin-bottom: 4em;
  }
  .video-composite__content {
    width: 60%;
  }
  .video-composite + .video-composite__pic .video-composite__icon {
    transform: translate(-50%, -50%);
  }
}

a.video-composite__pic:hover .video-composite__icon, a.video-composite__pic:focus .video-composite__icon {
  padding: 1.7rem;
}
a.video-composite__pic:hover .video-composite__icon::before, a.video-composite__pic:focus .video-composite__icon::before {
  background-color: #0ED5BA;
}
a.video-composite__pic:hover .video-composite__icon::after, a.video-composite__pic:focus .video-composite__icon::after {
  background-color: #E4007D;
}

/* paragraph module instagram */



.social-media-composite {
  position: relative;
  margin: 2em 0;
}
.social-media-composite__inner {
  position: relative;
}
.social-media-composite__icon {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  padding: 1.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.social-media-composite__icon::before, .social-media-composite__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.social-media-composite__icon::before {
  background-color: #FFCD00;
  transform: translate(-65%, -35%);
  z-index: 10;
}
.social-media-composite__icon::after {
  background-color: #0049E5;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.social-media-composite__icon .icon {
  position: relative;
  z-index: 35;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}
.social-media-composite__pic {
  position: relative;
  z-index: 10;
}
.social-media-composite__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.social-media-composite__content {
  position: relative;
  z-index: 25;
  padding: 4rem 2rem 4rem 4rem;
}
.social-media-composite--instagram .social-media-composite__pic {
  width: 31rem;
  height: 31rem;
  margin: 0 auto 2rem;
}
.social-media-composite--instagram .social-media-composite__pic img {
  max-width: initial;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .social-media-composite__pic {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
  }
  .social-media-composite__content {
    width: 70%;
  }
  .social-media-composite__content > *:last-child {
    margin-bottom: 0 !important;
  }
  .social-media-composite--instagram .social-media-composite__pic, .social-media-composite--instagram-wider .social-media-composite__pic {
    width: 28rem;
    height: 28rem;
  }
}
@media only screen and (min-width: 992px) {
  .social-media-composite {
    margin-top: 3em;
    margin-bottom: 4em;
  }
  .social-media-composite--instagram .social-media-composite__pic, .social-media-composite--instagram-wider .social-media-composite__pic {
    width: 24rem;
    height: 24rem;
  }
}
@media only screen and (min-width: 1420px) {
  .social-media-composite__content {
    padding: 8rem 0 6rem 0;
  }
  .social-media-composite--instagram .social-media-composite__pic {
    width: 31rem;
    height: 31rem;
  }
  .social-media-composite--instagram-wider .social-media-composite__pic {
    width: 42.8rem;
    height: 42.8rem;
  }
  .social-media-composite--instagram-wider .social-media-composite__content {
    width: 62%;
  }
}

.instagram-text {
  position: relative;
  margin: 0 0 8rem 0rem;
}
.instagram-text::before, .instagram-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.instagram-text::before {
  width: calc(40% + 8rem);
  height: calc(40% + 8rem);
  background-color: #631480;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translate(-4rem, -4rem);
}
.instagram-text::after {
  width: calc(100% + 4rem);
  height: 60%;
  bottom: 0;
  z-index: 0;
  background-color: #E24865;
  transform: translate(-2rem, 2rem);
}
.instagram-text__inner {
  position: relative;
}
.instagram-text__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: calc(40% + 6rem);
  height: calc(40% + 6rem);
  background-color: #B8368A;
  transform: translate(-2rem, -2rem);
}
.instagram-text__excerpt {
  position: relative;
  z-index: 30;
  padding: 30px 5rem 30px 30px;
  background-color: #fff;
}
@media only screen and (min-width: 1420px) {
  .instagram-text {
    margin-left: 10rem;
  }
  .instagram-text::before {
    width: calc(25% + 16rem);
    height: calc(30% + 12rem);
    transform: translate(-10rem, -8rem);
  }
  .instagram-text::after {
    width: calc(100% + 8rem);
    height: 70%;
    transform: translate(-4rem, 4rem);
  }
  .instagram-text__inner::after {
    width: calc(25% + 10rem);
    height: calc(30% + 8rem);
    transform: translate(-4rem, -4rem);
  }
  .instagram-text__excerpt {
    padding: 5rem 8rem 6rem 5rem;
  }
}

.social-media-logo {
  display: inline-block !important;
  vertical-align: baseline;
  margin: 0 0.75rem -0.25rem -0.75rem;
}

/* timeline */

.wrapper-timeline {
  overflow: hidden;
  padding: 3em 0;
}
.wrapper-timeline__title {
  margin: 0 0 1em;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 1420px) {
  .wrapper-timeline {
    padding-top: 6em;
    padding-bottom: 4em;
  }
}

.era-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.era-menu__item {
  position: relative;
  border-top: 5px solid #D9D9D9;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
}
.era-menu__item::before, .era-menu__item::after {
  content: "";
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.era-menu__item::before {
  display: none;
  left: 1.4rem;
  z-index: 5;
  width: 1px;
  height: 100%;
  border: 1px dashed rgba(217, 217, 217, 0.5);
}
.era-menu__item::after {
  display: block;
  left: 1.1rem;
  z-index: 6;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  transform: translateY(-50%);
}
.era-menu__item:nth-child(1) {
  border-top-color: #0049E5;
}
.era-menu__item:nth-child(1)::before {
  border-color: rgba(0, 73, 229, 0.5);
}
.era-menu__item:nth-child(1)::after {
  background-color: #0049E5;
}
.era-menu__item:nth-child(2) {
  border-top-color: #0ED5BA;
}
.era-menu__item:nth-child(2)::before {
  border-color: rgba(14, 213, 186, 0.5);
}
.era-menu__item:nth-child(2)::after {
  background-color: #0ED5BA;
}
.era-menu__item:nth-child(3) {
  border-top-color: #E4007D;
}
.era-menu__item:nth-child(3)::before {
  border-color: rgba(228, 0, 125, 0.5);
}
.era-menu__item:nth-child(3)::after {
  background-color: #E4007D;
}
.era-menu__item:nth-child(4) {
  border-top-color: #FFCD00;
}
.era-menu__item:nth-child(4)::before {
  border-color: rgba(255, 205, 0, 0.5);
}
.era-menu__item:nth-child(4)::after {
  background-color: #FFCD00;
}
.era-menu__item .date-range {
  font-size: 1.6rem;
}
.era-menu__item a {
  display: block;
  padding: 1em 1em 1em 3rem;
  color: #000;
  transition: all 0.2s ease-in-out;
}
.era-menu__item a:hover, .era-menu__item a:focus {
  background-color: #FFF;
}
.era-menu__item.active::before, .era-menu__item.active::after {
  opacity: 1;
}
.era-menu__item.active a {
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .era-menu {
    display: flex;
    gap: 10px;
    padding-top: 1.6rem;
    padding-bottom: 3.5rem;
  }
  .era-menu__item {
    flex: 0 0 25%;
  }
  .era-menu__item::before, .era-menu__item::after {
    top: 1.95em;
    transform: none;
  }
  .era-menu__item::before {
    display: block;
  }
  .era-menu__item .date-range {
    display: block;
  }
  .era-menu__item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.75em 1.6em 1.55em 2.9rem;
  }
}

.timeline {
  position: relative;
}

.timeline-era-slider-wrapper,
.timeline-slider-wrapper {
  position: relative;
}
.timeline-era-slider-wrapper::before,
.timeline-slider-wrapper::before {
  content: "";
  width: 100vw;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}

.timeline-era-slider-wrapper::before {
  height: 100%;
}

.timeline-slider-wrapper::before {
  height: calc(100% - 10px);
}

.timeline-era-slider,
.timeline-slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-era-slider__cell,
.timeline-slider__cell {
  flex: 0 0 260px;
}

@media only screen and (min-width: 768px) {
  .timeline-era-slider__cell {
    flex: 0 0 80%;
  }
}

.timeline-slider {
  display: flex !important;
}
.timeline-slider__cell {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .timeline-slider__cell {
    flex: 0 0 360px;
  }
}

.era-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7.5rem;
  background-color: #D9D9D9;
  font-weight: 700;
  text-align: center;
}
.era-tile strong {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.1;
}
.era-tile.tile--era-1::after, .era-tile.tile--era-2::after, .era-tile.tile--era-3::after {
  content: "";
  display: block;
  width: 9rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%23FFFFFF' points='0,0 40,50 0,100 60,100 100,50 60,0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 100% 100%;
  transform: translate(50%, 0);
}
.era-tile.tile--era-1 {
  background-color: #0049E5;
  color: #FFF;
}
.era-tile.tile--era-2 {
  background-color: #0ED5BA;
  color: #000;
}
.era-tile.tile--era-3 {
  background-color: #E4007D;
  color: #FFF;
}
.era-tile.tile--era-4 {
  background-color: #FFCD00;
  color: #000;
}

.date-tile {
  position: relative;
  background-color: #FFF;
}
.tns-item > .date-tile {
  height: 100%;
}
.date-tile::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2rem;
  background-color: #D9D9D9;
  left: 0;
  z-index: 1;
}
.date-tile__inner {
  position: relative;
  height: 100%;
  padding: 1em 1em 3em;
}
.date-tile__inner::before, .date-tile__inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.date-tile__inner::before {
  height: calc(100% - 2.4em);
  border: 1px dashed rgba(217, 217, 217, 0.5);
  z-index: 5;
  transform: translate(50%, 0);
}
.date-tile__inner::after {
  width: 4rem;
  height: 4rem;
  border: 4px solid #FFF;
  border-radius: 50%;
  background-color: #D9D9D9;
  z-index: 6;
  transform: translate(50%, 10px);
}
.date-tile__date {
  margin: 0 0 0.35em;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}
.date-tile__tag {
  min-height: 3em;
  margin: 0 0 1.2em;
  font-size: 1.4rem;
  line-height: 1.45;
}
.date-tile__text {
  margin: 0;
}
.date-tile__text a:hover, .date-tile__text a:focus {
  text-decoration: underline;
}
.date-tile.tile--era-1::after {
  background-color: #0049E5;
}
.date-tile.tile--era-1 .date-tile__inner::before {
  border-color: rgba(0, 73, 229, 0.5);
}
.date-tile.tile--era-1 .date-tile__inner::after {
  background-color: #0049E5;
}
.date-tile.tile--era-2::after {
  background-color: #0ED5BA;
}
.date-tile.tile--era-2 .date-tile__inner::before {
  border-color: rgba(14, 213, 186, 0.5);
}
.date-tile.tile--era-2 .date-tile__inner::after {
  background-color: #0ED5BA;
}
.date-tile.tile--era-3::after {
  background-color: #E4007D;
}
.date-tile.tile--era-3 .date-tile__inner::before {
  border-color: rgba(228, 0, 125, 0.5);
}
.date-tile.tile--era-3 .date-tile__inner::after {
  background-color: #E4007D;
}
.date-tile.tile--era-4::after {
  background-color: #FFCD00;
}
.date-tile.tile--era-4 .date-tile__inner::before {
  border-color: rgba(255, 205, 0, 0.5);
}
.date-tile.tile--era-4 .date-tile__inner::after {
  background-color: #FFCD00;
}
@media only screen and (min-width: 768px) {
  .date-tile__inner {
    padding: 2em;
  }
  .date-tile__date {
    font-size: 2.4rem;
  }
  .date-tile__text {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 992px) {
  .date-tile__date {
    font-size: 2.8rem;
  }
  .date-tile__text {
    min-height: 22rem;
  }
}
@media only screen and (min-width: 992px) {
  .date-tile__inner {
    padding: 2.25em 2.2em;
  }
  .date-tile__date {
    font-size: 3.2rem;
  }
  .date-tile__text {
    min-height: 25.5rem;
  }
}

.timeline-controls {
  position: relative;
  z-index: 100;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .timeline-controls {
    position: absolute;
    bottom: 50%;
    right: 0;
    z-index: 5;
    width: 100%;
  }
}

.timeline-control {
  display: none;
  border: none;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 5;
}
.timeline-control .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.timeline-control[data-controls] {
  display: inline-block;
  margin-top: 0;
}
.timeline-control[data-controls=prev] {
  left: 2rem;
}
.timeline-control[data-controls=next] {
  right: 2rem;
}
.timeline-control[data-controls=next] .icon {
  transform: rotate(180deg);
}
.timeline-control[disabled] {
  opacity: 0.5;
}

/* video popup parag multimedia */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 80vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: inline-flex;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p::last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #FFFFFF;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
  padding: 0;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: #0049E5;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.glightbox-clean .gprev:hover, .glightbox-clean .gprev:focus,
.glightbox-clean .gnext:hover,
.glightbox-clean .gnext:focus,
.glightbox-clean .gclose:hover,
.glightbox-clean .gclose:focus,
.glightbox-modern .gprev:hover,
.glightbox-modern .gprev:focus,
.glightbox-modern .gnext:hover,
.glightbox-modern .gnext:focus,
.glightbox-modern .gclose:hover,
.glightbox-modern .gclose:focus {
  background-color: #0049E5;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: currentColor;
  stroke-width: 40px;
  stroke: currentColor;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  top: 44px;
  right: 10px;
  position: absolute;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(255, 255, 255, 0.9);
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 44px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.glightbox-clean button.gprev,
.glightbox-clean button.gnext {
  display: none;
}

.gslide-video + .gslide-description .gdesc-inner {
  padding: 0;
}

.gslide-video + .gslide-description .gslide-title {
  display: none;
}

.plyr__controls__item button,
button.plyr__controls__item.plyr__control {
  margin-bottom: 0;
}

.is-page-node-type-hub-page .wrapper-hub-header.bg-white {
  border-width: 0 0 3.75em;
  border-style: solid;
  border-color: #FFF;
}

@media only screen and (min-width: 992px) {
  .video-composite .intro__button::before, .intro__button:hover::before {
    top: 85% !important;
    left: 85% !important;
  }
  .video-composite .regularcard:hover .regularcard__inner .intro__button::before, 
  .video-composite .regularcard:focus .regularcard__inner .intro__button::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");
  }
  .video-composite .regularcard__inner:hover .regularcard__excerpt .intro__button {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}


.is-path-frontpage .regularcard-without-image.regularcard--big .regularcard__inner {  /* bug hp actualite ticket 39314 */
  margin-top: 0;
} 