/* abstracts */
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
/* base */
/*============================
=            font            =
============================*/
/*=====  End of font  ======*/
/*===============================
=            general            =
===============================*/
.presentationMap {
  position: relative; }
  .presentationMap:before {
    position: absolute;
    content: '';
    background: #00427d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #003563 0%, #006dcc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #003563 0%, #006dcc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#003563), to(#006dcc));
    background: -o-linear-gradient(top, #003563 0%, #006dcc 100%);
    background: linear-gradient(to bottom, #003563 0%, #006dcc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='darken($primary, 10%)', endColorstr='darken($secondary, 10%)',GradientType=0 );
    /* IE6-9 */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.85; }
  .presentationMap .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
    color: #fff; }
  .presentationMap h1 {
    margin-bottom: 30px; }
  .presentationMap ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .presentationMap ul li {
      list-style-type: none;
      margin-bottom: 10px;
      font-size: 1.25em; }
      .presentationMap ul li a {
        color: #fff;
        -webkit-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s; }
        .presentationMap ul li a:hover {
          color: #0088FF; }

html {
  font-size: 16px; }

body {
  font-family: open-sans, sans-serif;
  color: #005096; }

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

textarea {
  resize: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: source-sans-pro, sans-serif; }

h1 {
  font-size: 1.5625em; }

h2 {
  font-size: 1.25em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.15em; }

.wrapper {
  margin-top: -50px;
  position: relative;
  z-index: 10; }
  .wrapper.headerNoimg {
    margin-top: 0;
    padding-bottom: 30px; }
  .wrapper .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .wrapper .share p {
      margin-right: 10px; }
  .wrapper .view-question-answer .views-row {
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
    .wrapper .view-question-answer .views-row:nth-child(odd) a {
      background-color: #f3f3f3; }
      .wrapper .view-question-answer .views-row:nth-child(odd) a:hover {
        background-color: #005096; }
    .wrapper .view-question-answer .views-row:hover {
      background-color: #005096; }
    .wrapper .view-question-answer .views-row a {
      display: block;
      padding: 20px 15px;
      color: #005096;
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s; }
      .wrapper .view-question-answer .views-row a:hover {
        color: #fff;
        text-decoration: none; }
  .wrapper .blocWhite.expert .item {
    margin-bottom: 10px; }
  .wrapper .blocWhite.expert .label {
    font-weight: 700;
    margin-bottom: 5px; }
  .wrapper .blocWhite.expert .image img {
    border-radius: 50%; }
  .wrapper .blocWhite .field-group-fieldset {
    margin-bottom: 30px; }
    .wrapper .blocWhite .field-group-fieldset .panel-title {
      font-size: 1.25em;
      font-weight: 700;
      margin-bottom: 10px; }
    .wrapper .blocWhite .field-group-fieldset .field--label {
      font-weight: 700; }
    .wrapper .blocWhite .field-group-fieldset .field {
      margin-bottom: 10px; }

@media (min-width: 992px) {
  .wrapper.headerNoimg .l-column {
    padding-top: 0; } }

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3bfc9;
  opacity: 1;
  /* Firefox */ }

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3bfc9;
  opacity: 1;
  /* Firefox */ }

.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3bfc9;
  opacity: 1;
  /* Firefox */ }

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b3bfc9;
  opacity: 1;
  /* Firefox */ }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3bfc9; }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b3bfc9; }

.form-check {
  padding-left: 0; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

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

.form-check-input[type="checkbox"] + label, label.btn input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  height: 1.5625rem;
  padding-left: 30px;
  line-height: 1.5625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-check-input[type="checkbox"] + label:before,
.form-check-input[type="checkbox"]:not(.filled-in) + label:after,
label.btn input[type="checkbox"] + label:before,
label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  content: "";
  border: 2px solid #BD0029;
  border-radius: 0px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.form-check-input[type="checkbox"]:checked + label:before, label.btn input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-right: 2px solid #BD0029;
  border-bottom: 2px solid #BD0029;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.form-check-input[type="checkbox"]:not(.filled-in) + label:after, label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #BD0029;
  background-color: #BD0029; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #005096;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #005096;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.webform-options-display-side-by-side > div,
.webform-options-display-side-by-side > div {
  margin-right: 20px; }

.mm-slideout {
  z-index: 10; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.1875em; }
  h2 {
    font-size: 1.5625em; }
  h3 {
    font-size: 1.25em; }
  h4 {
    font-size: 1.2em; }
  h5 {
    font-size: 1.125em; }
  .wrapper.headerNoimg {
    padding-bottom: 50px; } }

@media (min-width: 992px) {
  h1 {
    font-size: 2.8125em; }
  h2 {
    font-size: 2.1875em; }
  h3 {
    font-size: 1.5625em; }
  h4 {
    font-size: 1.25em; }
  h5 {
    font-size: 1.2em; }
  .wrapper.column .mainContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wrapper.column .mainContainer .l-column {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
      margin-right: 10px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .wrapper.column .mainContainer .l-content {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -ms-flex-preferred-size: calc(100% - 330px);
      flex-basis: calc(100% - 330px); }
  .wrapper.headerNoimg {
    padding-bottom: 80px; } }

@media (min-width: 1420px) {
  .wrapper.column .mainContainer .l-column {
    margin-right: 60px; }
  .wrapper.column .mainContainer .l-content {
    -ms-flex-preferred-size: calc(100% - 380px);
    flex-basis: calc(100% - 380px); }
  .wrapper.headerNoimg {
    padding-bottom: 100px; } }

.logoTopPrint {
  display: none;
  text-align: center; }

.fade.show {
  opacity: 1; }

@media print {
  .l-menu,
  .l-header.noImg .container .overlay {
    display: none; }
  .logoTopPrint {
    display: block; } }

/* components */
.modal-backdrop.show {
  background: #fff;
  opacity: 0.95; }

.modal .modal-content {
  padding: 20px;
  border: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }

.modal .modal-header {
  border-bottom: none;
  padding: 0;
  margin-bottom: 20px; }

.modal .modal-body {
  padding: 0; }

.modal .close {
  color: #005096;
  font-size: 2em;
  opacity: 1; }

.modal.connexion .loginZone {
  margin-bottom: 30px; }
  .modal.connexion .loginZone ul {
    padding: 0;
    margin: 0;
    text-align: center; }
    .modal.connexion .loginZone ul li {
      list-style-type: none; }
      .modal.connexion .loginZone ul li a {
        font-weight: 700;
        color: #005096; }
        .modal.connexion .loginZone ul li a:hover {
          color: #0088FF; }
        .modal.connexion .loginZone ul li a.create-account-link {
          display: none; }

.modal.connexion .registerZone {
  border-top: 1px solid #BD0029;
  padding-top: 30px; }

.modal.searchModal .search {
  margin-top: 0; }

.modal.searchModal .modal-content {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 992px) {
  .modal .modal-content {
    padding: 40px; }
  .modal.connexion h2 {
    margin-bottom: 30px; }
  .modal.connexion .loginZone {
    margin-bottom: 0;
    padding-right: 10px; }
  .modal.connexion .registerZone {
    padding-left: 10px;
    padding-top: 0;
    border-top: none;
    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; }
  .modal.connexion .modal-body {
    position: relative; }
    .modal.connexion .modal-body:before {
      content: '';
      width: 1px;
      height: 100%;
      background-color: #BD0029;
      position: absolute;
      left: 50%; } }

.search {
  margin-top: -120px; }
  .search .textZone {
    padding: 10px;
    padding-bottom: 50px;
    color: #fff;
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(left, #005096 0%, #0088FF 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #005096 0%, #0088FF 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#005096), to(#0088FF));
    background: -o-linear-gradient(left, #005096 0%, #0088FF 100%);
    background: linear-gradient(to right, #005096 0%, #0088FF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
    /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative; }
    .search .textZone:before {
      content: '';
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url(../img/europe-big.png);
      background-repeat: no-repeat;
      background-position: -50% 110%;
      opacity: 0.2; }
    .search .textZone p {
      margin: 0;
      line-height: 1.875em; }
  .search .zoneForm {
    position: relative;
    padding: 10px;
    background-color: #fff;
    border-bottom: 10px solid #005096;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    margin-top: -40px;
    z-index: 10; }
    .search .zoneForm .taglist {
      margin-top: 20px;
      margin-bottom: 10px; }
    .search .zoneForm .js-form-type-checkbox {
      margin-right: 14px; }
    .search .zoneForm legend {
      margin-bottom: 5px; }
  .search .form-control {
    border-radius: 0;
    border: none;
    height: 45px;
    width: calc(100% - 45px);
    color: #005096;
    border-bottom: 1px solid #005096;
    padding-left: 10px;
    background-color: #fff; }
  .search .btn {
    border-bottom: 1px solid #005096;
    background: transparent;
    border-radius: 0;
    color: #005096;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: right; }

@media (min-width: 768px) {
  .search .textZone {
    padding: 20px;
    padding-bottom: 70px; }
    .search .textZone:before {
      background-position: 185% 110%; }
  .search .zoneForm {
    margin-top: -50px;
    padding: 20px;
    width: calc(100% - 80px); } }

@media (min-width: 992px) {
  .search .textZone {
    padding: 40px;
    padding-bottom: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search .textZone:before {
      background-position: 110% 110%; }
    .search .textZone .title {
      -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
      margin-right: 40px; }
    .search .textZone .description {
      -ms-flex-preferred-size: calc(65% - 40px);
      flex-basis: calc(65% - 40px); }
  .search .zoneForm {
    margin-top: -90px;
    padding: 40px;
    padding-bottom: 30px;
    width: calc(100% - 160px); } }

.btn {
  border-radius: 0;
  padding: 10px 40px;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s; }
  .btn.btn-link {
    color: #005096;
    font-weight: 700; }
    .btn.btn-link:hover {
      color: #0088FF; }
  .btn.btn-white {
    background-color: #fff;
    color: #005096; }
    .btn.btn-white:hover {
      background-color: #0088FF;
      color: #fff; }
  .btn.btn-primary {
    background-color: #005096;
    border: none; }
    .btn.btn-primary:hover {
      background-color: #0088FF; }
  .btn.full-width {
    display: block; }

.pagination {
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination .page-item {
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    text-align: center; }
    .pagination .page-item .page-link {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
      border: none; }
    .pagination .page-item:first-child {
      margin-left: 0; }
      .pagination .page-item:first-child a {
        color: #BD0029; }
    .pagination .page-item:last-child {
      margin-right: 0; }
      .pagination .page-item:last-child a {
        color: #BD0029; }
    .pagination .page-item a {
      color: #005096;
      border: none;
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s; }
      .pagination .page-item a:hover {
        background-color: #0088FF;
        color: #fff; }
    .pagination .page-item.active a {
      color: #fff;
      background-color: #005096; }
      .pagination .page-item.active a:hover {
        color: #fff;
        -webkit-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s; }

.card {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .card .picture {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .card .content {
    padding: 10px; }
    .card .content .topPart {
      margin-bottom: 10px; }
  .card .title {
    font-weight: 700;
    font-family: source-sans-pro, sans-serif;
    font-size: 1.25em;
    margin-bottom: 0; }
  .card .description {
    margin-bottom: 10px; }
  .card .date {
    font-style: italic;
    color: #BD0029;
    font-size: 0.875em; }
  .card .topPart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .card .topPart .dateEvent {
      text-align: center;
      font-weight: 700;
      font-family: source-sans-pro, sans-serif;
      text-transform: uppercase;
      color: #BD0029;
      line-height: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 10px; }
      .card .topPart .dateEvent .day {
        font-size: 1.5625em; }
      .card .topPart .dateEvent .month {
        font-size: 0.875em; }
      .card .topPart .dateEvent .year {
        font-size: 0.6875em;
        margin-top: -6px; }
  .card.slider {
    color: #005096; }
    .card.slider .picture {
      height: 170px;
      width: 100%; }
    .card.slider .content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      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; }
    .card.slider .text-right {
      margin-top: auto;
      margin-bottom: 0; }
    .card.slider.discover {
      position: relative;
      background: #005096;
      /* Old browsers */
      background: -moz-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#005096), to(#0088FF));
      background: -o-linear-gradient(left, #005096 0%, #0088FF 100%);
      background: linear-gradient(to right, #005096 0%, #0088FF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
      /* IE6-9 */ }
      .card.slider.discover:before {
        content: '';
        z-index: 5;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../img/europe-big.png);
        background-repeat: no-repeat;
        background-position: 20% 150%;
        opacity: 0.2; }
      .card.slider.discover .content {
        z-index: 10;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        padding: 40px; }
        .card.slider.discover .content .title {
          font-size: 1.85em; }
        .card.slider.discover .content .description {
          text-align: center;
          width: 100%; }
          .card.slider.discover .content .description .btn {
            display: block;
            width: 100%; }
            .card.slider.discover .content .description .btn:first-child {
              margin-bottom: 20px; }
  .card.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    color: #005096;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .card.news:hover {
      cursor: pointer; }
      .card.news:hover .title {
        color: #BD0029; }
    .card.news .title {
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s; }
    .card.news .picture {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: 200px; }
    .card.news .content {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .card.news .content .date {
        margin-top: 10px; }
    .card.news .taglist {
      margin-top: auto;
      margin-bottom: 0;
      position: relative;
      z-index: 10; }
      .card.news .taglist a {
        position: relative;
        z-index: 10; }
  .card.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
    color: #005096; }
    .card.event .picture {
      -ms-flex-preferred-size: 200px;
      flex-basis: 200px; }
    .card.event .content {
      -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .card.event .taglist {
      margin-top: auto;
      margin-bottom: 0; }
  .card.subLink {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 10px;
    color: #005096;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
    .card.subLink .picture {
      width: 130px;
      -ms-flex-preferred-size: 130px;
      flex-basis: 130px;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background-size: cover;
      background-position: center center; }
    .card.subLink .content {
      -ms-flex-preferred-size: calc(100% - 130px);
      flex-basis: calc(100% - 130px);
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      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; }
      .card.subLink .content .title {
        font-size: 1.125em;
        -webkit-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s; }
      .card.subLink .content .description {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0; }
    .card.subLink:hover .content .title {
      color: #BD0029; }
  .card.focusOn {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #005096;
    display: block; }
    .card.focusOn img {
      margin-bottom: 20px; }
    .card.focusOn .content {
      padding: 0;
      color: #005096; }
    .card.focusOn .title {
      color: #BD0029; }
    .card.focusOn .btn {
      color: #fff; }
    .card.focusOn:hover .btn {
      background-color: #0088FF; }
  .card.library {
    margin-bottom: 10px;
    color: #005096; }
    .card.library .picture {
      height: 200px;
      position: relative;
      z-index: 5;
      padding: 10px 20px;
      color: #fff;
      font-family: source-sans-pro, sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      background-color: #005096; }
      .card.library .picture .title {
        position: relative;
        z-index: 5;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        font-size: 2.5em;
        margin-bottom: 0;
        -webkit-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s;
        line-height: 1em; }
      .card.library .picture:before {
        content: '';
        opacity: 0.4;
        position: absolute;
        z-index: 5;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#0088ff));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.0)', endColorstr='rgba($secondary, 1)',GradientType=0 );
        /* IE6-9 */
        -webkit-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s; }
    .card.library:hover .picture .title {
      margin-bottom: 20px; }
    .card.library:hover .picture:before {
      top: 0;
      opacity: 0.8; }

@media (min-width: 768px) {
  .card .content {
    padding: 20px; }
  .card.news .picture {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    height: auto; }
  .card.news .content {
    -ms-flex-preferred-size: calc(100% - 200px);
    flex-basis: calc(100% - 200px); }
  .card.news.noPicture .content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

form label {
  font-weight: 400; }

form legend {
  border-bottom: none; }

form .form-control {
  border: none;
  background-color: #e3ecf3;
  color: #005096;
  height: 45px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
  form .form-control.error {
    background-color: #ffd1d1; }

form textarea.form-control {
  height: auto; }

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

form .label {
  display: block;
  margin-bottom: 10px; }

form .form-check-inline {
  margin-bottom: 10px; }

form .form-check-inline {
  margin-right: 25px; }

form .select2-container--default .select2-selection--single {
  height: 45px;
  background-color: #e3ecf3;
  color: #005096;
  border: none; }

form .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 45px;
  line-height: 45px;
  color: #005096; }

form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }
  form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    height: 45px; }
    form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
      content: "\f107";
      /* this is your text. You can also use UTF-8 character codes as I do here */
      font-family: FontAwesome;
      left: -5px;
      position: absolute;
      top: 8px; }

form .form-text {
  margin-top: 0; }

form .webform-flexbox {
  margin: 0em -0.5em; }

form label.form-required:after,
form fieldset.required legend:after {
  content: '*';
  color: red;
  font-size: 14px;
  margin-left: 2px;
  vertical-align: top; }

form .fieldgroup {
  margin-bottom: 30px; }

form .fieldset-legend {
  font-weight: 400;
  font-size: 1rem; }

form .help-block {
  color: #005096; }

form .g-recaptcha {
  margin-bottom: 15px; }

.select2-dropdown {
  border: none;
  background-color: #e3ecf3; }

@media (min-width: 768px) {
  form .form--inline .js-form-item {
    display: inline-block;
    margin-right: 20px; } }

.taglist.basic i {
  color: #BD0029;
  margin-right: 5px; }

.taglist.basic a {
  color: #005096;
  -webkit-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
  transition: ease-out 0.3s; }
  .taglist.basic a:hover {
    color: #BD0029; }

.taglist.basic .tag {
  display: inline-block;
  font-size: 0.875em; }

.taglist.filter .tag {
  color: #fff;
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(left, #005096 0%, #0088FF 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005096 0%, #0088FF 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#005096), to(#0088FF));
  background: -o-linear-gradient(left, #005096 0%, #0088FF 100%);
  background: linear-gradient(to right, #005096 0%, #0088FF 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
  /* IE6-9 */
  display: inline-block;
  border-radius: 25px;
  padding: 1px 10px;
  margin-right: 5px;
  margin-bottom: 10px; }
  .taglist.filter .tag span {
    display: inline-block; }
  .taglist.filter .tag i {
    font-size: 0.7em;
    margin-left: 3px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .taglist.filter .tag a {
    color: #fff;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
    .taglist.filter .tag a:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

.taglist.filter .more {
  color: #005096;
  display: inline-block; }
  .taglist.filter .more i {
    margin-right: 5px; }

@media (min-width: 768px) {
  .taglist.filter .tag {
    margin-bottom: 5px; } }

.searchResult {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 80, 150, 0.1);
  color: #005096; }
  .searchResult .title {
    font-family: open-sans, sans-serif;
    font-weight: 700; }
    .searchResult .title a {
      color: #005096;
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s; }
      .searchResult .title a:hover {
        color: #BD0029; }
  .searchResult .type {
    font-weight: 400 !important;
    font-family: open-sans, sans-serif; }
  .searchResult .description {
    line-height: 1.875em; }
  .searchResult.last-child {
    border-bottom: none; }
  .searchResult.has-image img {
    border-radius: 50%;
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .searchResult.has-image {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .searchResult.has-image img {
      margin-bottom: 0px;
      margin-right: 20px; }
  .searchResult .expert_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .searchResult .expert_content .info {
      margin-right: 30px;
      margin-bottom: 20px; }
      .searchResult .expert_content .info:last-child {
        margin-right: 0; } }

.eNews {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #005096;
  padding: 20px; }
  .eNews .btn {
    padding: 10px 30px; }
  .eNews .title {
    font-size: 1.125em;
    font-weight: 700;
    color: #005096;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
  .eNews .date {
    font-style: italic;
    color: #BD0029; }
  .eNews .btn {
    display: block;
    margin-top: 20px; }
  .eNews a {
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    display: block; }
    .eNews a:hover .title {
      color: #BD0029; }

/* layout */
.l-menu {
  position: relative;
  z-index: 50;
  padding: 10px 0;
  background: #00427d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #003563 0%, #006dcc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #003563 0%, #006dcc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#003563), to(#006dcc));
  background: -o-linear-gradient(top, #003563 0%, #006dcc 100%);
  background: linear-gradient(to bottom, #003563 0%, #006dcc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='darken($primary, 10%)', endColorstr='darken($secondary, 10%)',GradientType=0 );
  /* IE6-9 */ }
  .l-menu .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .l-menu .top .logo_center {
      max-height: 100px;
      margin-right: 10px;
      display: none; }
    .l-menu .top .loginZone {
      color: #fff;
      cursor: pointer;
      display: none; }
      .l-menu .top .loginZone i {
        font-size: 1.5em; }
    .l-menu .top .brandLogo {
      width: 100%; }
      .l-menu .top .brandLogo .logo {
        display: inline;
        width: auto;
        height: 60px; }
  .l-menu .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px; }
  .l-menu #block-mega-menu-main {
    display: none; }
  .l-menu .responsive-menu-toggle-icon .label {
    display: none; }
  .l-menu .responsive-menu-toggle-icon:before, .l-menu .responsive-menu-toggle-icon:after, .l-menu .responsive-menu-toggle-icon span.icon {
    left: 0; }
  .l-menu .searchZone {
    color: #fff;
    font-weight: 700;
    font-family: source-sans-pro, sans-serif;
    font-size: 1.4375em;
    cursor: pointer; }
    .l-menu .searchZone i {
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s; }
    .l-menu .searchZone:hover i {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }

.mm-panel,
.mm-navbar {
  background: #005096; }

.mm-navbar {
  color: #fff; }

.mm-btn_next:after, .mm-btn_prev:before {
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none; }

.mm-listitem__text {
  color: #fff !important; }

.mm-listitem__text.is-active {
  font-weight: 700; }

@media (min-width: 768px) {
  .l-menu {
    padding: 30px 0; }
    .l-menu .top .logo_center {
      display: inline;
      width: 100%; }
    .l-menu .top .brandLogo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto; } }

@media (min-width: 992px) {
  .l-menu {
    padding-bottom: 0;
    position: relative; }
    .l-menu #block-mega-menu-main {
      display: block; }
    .l-menu .top .loginZone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .l-menu .top .loginZone .userInfo {
        display: block;
        color: #fff;
        -webkit-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s; }
        .l-menu .top .loginZone .userInfo:hover {
          color: #0088FF; }
    .l-menu .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .l-menu .bottom .caret {
        display: none !important; }
    .l-menu .menu {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1em; }
      .l-menu .menu li {
        list-style-type: none;
        padding: 0 5px; }
        .l-menu .menu li:first-child {
          padding-left: 0; }
          .l-menu .menu li:first-child a {
            padding-left: 0; }
        .l-menu .menu li:last-child {
          padding-right: 0; }
          .l-menu .menu li:last-child a {
            padding-right: 0; }
        .l-menu .menu li a {
          color: #fff;
          padding: 0 5px; }
    .l-menu .searchZone {
      margin-bottom: 19px; }
      .l-menu .searchZone span {
        display: none; }
    .l-menu .we-mega-menu-submenu li.we-mega-menu-li a {
      display: block;
      font-family: inherit;
      font-weight: 400;
      font-size: 1em; }
    .l-menu .navbar-we-mega-menu,
    .l-menu .we-mega-menu-ul > .we-mega-menu-li > a {
      background: transparent; }
    .l-menu .we-mega-menu-submenu li.we-mega-menu-li.active > a {
      color: #005096; }
    .l-menu .we-mega-menu-ul > .we-mega-menu-li {
      border: none; }
      .l-menu .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu > a:before {
        display: none; }
      .l-menu .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu > a:after {
        display: inline-block;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        background: none;
        opacity: 1;
        width: auto;
        height: 2px;
        right: -10px;
        margin-top: -1px; }
      .l-menu .we-mega-menu-ul > .we-mega-menu-li > a {
        font-family: inherit !important;
        font-size: 1em;
        text-transform: none;
        border-bottom: 5px solid transparent; }
        .l-menu .we-mega-menu-ul > .we-mega-menu-li > a, .l-menu .we-mega-menu-ul > .we-mega-menu-li > a:before, .l-menu .we-mega-menu-ul > .we-mega-menu-li > a:after {
          color: white; }
        .l-menu .we-mega-menu-ul > .we-mega-menu-li > a:hover {
          background-color: transparent;
          color: #fff;
          border-bottom: 5px solid #fff; }
      .l-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-group > a {
        color: #BD0029;
        border-top: none;
        padding-left: 0;
        font-size: 1em;
        text-transform: none;
        font-weight: 700;
        border: none; }
        .l-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-group > a:before, .l-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-group > a:after {
          display: none; }
      .l-menu .we-mega-menu-ul > .we-mega-menu-li .mainLinkMenu a {
        color: #BD0029;
        border-top: none;
        padding-left: 0;
        font-size: 1em;
        text-transform: none;
        font-weight: 700;
        border: none; }
      .l-menu .we-mega-menu-ul > .we-mega-menu-li .mainLinkMenu li:last-child a {
        padding-bottom: 0; }
      .l-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu-inner {
        min-height: 0; }
        .l-menu .we-mega-menu-ul > .we-mega-menu-li .we-mega-menu-submenu-inner .we-mega-menu-col .nav {
          display: block; }
    .l-menu .we-mega-menu-submenu ul.subul ul {
      padding-left: 10px; }
      .l-menu .we-mega-menu-submenu ul.subul ul .we-mega-menu-li:last-child a {
        border: none; }
    .l-menu .navbar {
      padding: 0;
      margin-bottom: 0; }
    .l-menu .we-mega-menu-ul .dropdown-menu.MainBigMenu {
      position: static !important; }
    .l-menu .we-mega-menu-submenu {
      display: none;
      border: none;
      margin-top: 0; }
    .l-menu .we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
      display: none;
      visibility: hidden; }
    .l-menu .we-mega-menu-ul .we-mega-menu-li.dropdown-menu:hover .we-mega-menu-submenu {
      display: block;
      visibility: visible; }
    .l-menu .bigDropdown {
      width: 932px !important; }
    .l-menu .we-mega-menu-ul > .we-mega-menu-li {
      margin-right: 20px; }
    .l-menu .we-mega-menu-ul > .we-mega-menu-li > a {
      padding: 13px 6px; } }

@media (min-width: 1420px) {
  .l-menu .menu {
    font-size: 1.25em; }
    .l-menu .menu li {
      padding: 0 10px; }
      .l-menu .menu li a {
        padding: 0 10px; }
  .l-menu .tb-megamenu .nav > li > a, .l-menu .tb-megamenu .nav > li > span.tb-megamenu-no-link {
    padding: 15px 20px 25px; }
  .l-menu .searchZone span {
    display: inline; }
  .l-menu .bigDropdown {
    width: 1330px !important; }
  .l-menu .we-mega-menu-ul .dropdown-menu > .we-mega-menu-submenu,
  .l-menu .we-mega-menu-ul .dropdown-menu > .we-mega-menu-submenu {
    display: none; }
  .l-menu .we-mega-menu-ul .dropdown-menu:hover > .we-mega-menu-submenu,
  .l-menu .we-mega-menu-ul .dropdown-menu:focus > .we-mega-menu-submenu {
    display: block; }
  .l-menu .we-mega-menu-ul > .we-mega-menu-li > a {
    padding: 13px 10px; }
  .l-menu .we-mega-menu-ul > .we-mega-menu-li {
    margin-right: 40px; } }

.l-header {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .l-header.homePage {
    padding: 30px 0;
    padding-bottom: 150px; }
    .l-header.homePage .textZone {
      padding: 10px;
      max-width: 845px;
      background: rgba(0, 80, 150, 0.75);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(0, 80, 150, 0.75) 0%, rgba(0, 136, 255, 0.75) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 80, 150, 0.75) 0%, rgba(0, 136, 255, 0.75) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 80, 150, 0.75)), to(rgba(0, 136, 255, 0.75)));
      background: -o-linear-gradient(top, rgba(0, 80, 150, 0.75) 0%, rgba(0, 136, 255, 0.75) 100%);
      background: linear-gradient(to bottom, rgba(0, 80, 150, 0.75) 0%, rgba(0, 136, 255, 0.75) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba($primary, 0.75)', endColorstr='rgba($secondary, 0.75)',GradientType=0 );
      /* IE6-9 */
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
      .l-header.homePage .textZone p {
        margin: 0; }
      .l-header.homePage .textZone .title {
        font-size: 1.25em; }
        .l-header.homePage .textZone .title a {
          color: #fff; }
      .l-header.homePage .textZone .description {
        line-height: 1.875em;
        color: #fff; }
  .l-header.basic {
    height: 250px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .l-header.basic:before {
      content: '';
      opacity: 0.4;
      position: absolute;
      z-index: 5;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#0088ff));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0088ff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0.0)', endColorstr='rgba($secondary, 1)',GradientType=0 );
      /* IE6-9 */ }
  .l-header.noImg {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #005096; }
    .l-header.noImg .container {
      position: relative; }
      .l-header.noImg .container .overlay {
        position: absolute;
        top: -10%;
        left: 0%;
        width: 100%;
        bottom: 0;
        max-width: 100%;
        z-index: -1;
        height: auto; }
    .l-header.noImg .infosContact {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-top: 30px;
      background-color: #fff; }
      .l-header.noImg .infosContact .title {
        font-weight: 700;
        font-family: source-sans-pro, sans-serif;
        margin-bottom: 10px; }
      .l-header.noImg .infosContact .description {
        line-height: 1.875em; }
      .l-header.noImg .infosContact .info {
        margin-bottom: 10px; }
        .l-header.noImg .infosContact .info:last-child {
          margin-bottom: 0; }
        .l-header.noImg .infosContact .info i {
          color: #BD0029;
          margin-right: 20px; }
    .l-header.noImg .search {
      margin-top: 0; }
  .page-node-type-expert .l-header .overlay {
    display: none; }

@media (min-width: 768px) {
  .l-header.homePage {
    padding: 50px 0;
    padding-bottom: 170px; }
    .l-header.homePage .textZone {
      padding: 20px; }
    .l-header.homePage .title {
      font-size: 1.5625em; }
  .l-header.basic {
    height: 350px; }
  .l-header.noImg {
    padding-top: 50px;
    padding-bottom: 50px; }
    .l-header.noImg .container .overlay {
      top: -30%; }
    .l-header.noImg .mainInfo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .l-header.noImg .infosContact {
      margin-top: 0;
      margin-left: 30px;
      min-width: 300px;
      -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start; } }

@media (min-width: 992px) {
  .l-header.homePage {
    padding: 80px 0;
    padding-bottom: 200px; }
    .l-header.homePage .textZone {
      padding: 40px; }
      .l-header.homePage .textZone .title {
        font-size: 2.1875em; }
  .l-header.basic {
    height: 400px; }
  .l-header.noImg {
    padding-top: 90px; }
    .l-header.noImg .container .overlay {
      top: -65%;
      left: -15%; } }

@media (min-width: 1420px) {
  .l-header.basic {
    height: 490px; }
  .l-header.noImg .container .overlay {
    top: -120%; }
  .l-header.noImg .infosContact {
    min-width: 440px;
    padding: 40px; } }

.l-footer {
  background-color: #005096;
  padding: 20px 0;
  position: relative;
  color: #fff; }
  .l-footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.04; }
  .l-footer .container {
    z-index: 5;
    position: relative; }
  .l-footer .leftPart {
    text-align: center;
    margin-bottom: 30px; }
    .l-footer .leftPart img {
      margin-bottom: 30px;
      max-width: 500px; }
      .l-footer .leftPart img.logoPrint {
        display: none; }
    .l-footer .leftPart .history {
      line-height: 1.875em;
      margin-bottom: 0; }
      .l-footer .leftPart .history a {
        color: #fff;
        text-decoration: underline; }
  .l-footer .rightPart {
    text-align: center; }
    .l-footer .rightPart .socialLinks {
      margin-bottom: 30px; }
      .l-footer .rightPart .socialLinks a {
        color: #fff;
        font-size: 2em;
        margin: 0 10px; }
    .l-footer .rightPart .copyright {
      margin-bottom: 30px; }
      .l-footer .rightPart .copyright a {
        color: #fff; }

@media (min-width: 768px) {
  .l-footer {
    padding: 40px 0; } }

@media (min-width: 992px) {
  .l-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .l-footer .container .leftPart {
      text-align: left;
      -ms-flex-preferred-size: calc(60% - 40px);
      flex-basis: calc(60% - 40px);
      margin-right: 40px; }
    .l-footer .container .rightPart {
      text-align: right;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; } }

@media print {
  .l-footer .leftPart {
    text-align: center; }
    .l-footer .leftPart img.logoScreen {
      display: none; }
    .l-footer .leftPart img.logoPrint {
      display: block !important;
      margin-right: auto;
      margin-left: auto; } }

.l-content {
  padding-bottom: 30px; }
  .l-content .mainTitle {
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    margin-top: -160px; }
    .wrapper.column .l-content .mainTitle {
      margin-top: -110px; }
  .l-content .blocWhite {
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px; }
    .l-content .blocWhite .dateNews {
      color: #BD0029;
      font-family: source-sans-pro, sans-serif;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 1.125em; }
    .l-content .blocWhite.expert .header {
      margin-bottom: 20px; }
    .l-content .blocWhite.expert .label {
      font-weight: 700; }
    .l-content .blocWhite.expert .image {
      margin-bottom: 20px; }
    .l-content .blocWhite a {
      color: #BD0029; }
      .l-content .blocWhite a:hover {
        text-decoration: underline; }
  .l-content .tagAndShare {
    margin-top: 30px; }
  .l-content .search {
    margin-top: 0;
    margin-bottom: 50px; }
  .l-content nav.tabs {
    margin-bottom: 10px; }
    .l-content nav.tabs .nav-tabs {
      border: none; }
    .l-content nav.tabs li {
      background-color: #fff;
      padding: 5px 10px;
      border-right: 1px solid #cecece; }
      .l-content nav.tabs li:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .l-content nav.tabs li:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: none; }
      .l-content nav.tabs li a {
        padding: 0;
        color: #005096;
        border: none; }
        .l-content nav.tabs li a:hover {
          background: transparent;
          color: #0088FF;
          border: none; }
      .l-content nav.tabs li.active {
        background-color: #005096;
        border-right: none; }
        .l-content nav.tabs li.active a {
          color: #fff;
          border: none;
          background-color: transparent; }
  .l-content #newsletter_copy_btn {
    border-radius: 0;
    padding: 10px 40px;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    background-color: #005096;
    border: none;
    color: #fff; }
    .l-content #newsletter_copy_btn:hover {
      background-color: #0088FF; }
  .page-node-type-simplenews-issue .l-content table {
    margin-right: auto !important;
    margin-left: auto !important; }
  .l-content .panel {
    border: none; }
  .l-content .panel-heading {
    background-color: #005096;
    color: #fff;
    border-bottom: none;
    border-radius: 5px;
    padding: 10px; }
    .l-content .panel-heading .panel-title {
      margin-bottom: 0 !important; }
  .l-content .panel-title {
    margin-bottom: 0; }
  .l-content .panel-body {
    padding: 15px 0; }
  .l-content .counterPage {
    font-weight: 700; }

@media (min-width: 768px) {
  .l-content {
    padding-bottom: 50px; }
    .l-content .blocWhite {
      padding: 20px; }
      .l-content .blocWhite.expert .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
      .l-content .blocWhite.expert .image {
        margin-right: 30px;
        margin-bottom: 0; }
      .l-content .blocWhite.expert .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .l-content .blocWhite.expert .description .info {
          margin-right: 30px;
          margin-bottom: 20px; }
          .l-content .blocWhite.expert .description .info:last-child {
            margin-right: 0; }
    .l-content .SubLinkContent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .l-content .SubLinkContent .card {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px); }
        .l-content .SubLinkContent .card:nth-child(odd) {
          margin-right: 5px;
          margin-left: 0; }
        .l-content .SubLinkContent .card:nth-child(even) {
          margin-left: 5px;
          margin-right: 0; }
    .column .l-content {
      padding-bottom: 30px; }
      .column .l-content .SubLinkContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .column .l-content .SubLinkContent .card {
          -ms-flex-preferred-size: calc(50% - 5px);
          flex-basis: calc(50% - 5px); }
          .column .l-content .SubLinkContent .card:nth-child(odd) {
            margin-right: auto;
            margin-left: auto; }
          .column .l-content .SubLinkContent .card:nth-child(even) {
            margin-left: auto;
            margin-right: auto; }
          .column .l-content .SubLinkContent .card:nth-child(3n) {
            margin-left: auto;
            margin-right: auto; }
          .column .l-content .SubLinkContent .card:nth-child(3n - 2) {
            margin-right: auto;
            margin-left: auto; }
          .column .l-content .SubLinkContent .card:nth-child(3n+2) {
            margin-left: auto;
            margin-right: auto; }
          .column .l-content .SubLinkContent .card:nth-child(odd) {
            margin-right: 5px;
            margin-left: 0; }
          .column .l-content .SubLinkContent .card:nth-child(even) {
            margin-left: 5px;
            margin-right: 0; }
    .l-content .tagAndShare .taglist {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%; } }

@media (min-width: 992px) {
  .l-content {
    padding-bottom: 100px; }
    .l-content .SubLinkContent .card {
      -ms-flex-preferred-size: calc(33.33% - 6.66px);
      flex-basis: calc(33.33% - 6.66px); }
      .l-content .SubLinkContent .card:nth-child(odd) {
        margin-right: auto;
        margin-left: auto; }
      .l-content .SubLinkContent .card:nth-child(even) {
        margin-left: auto;
        margin-right: auto; }
      .l-content .SubLinkContent .card:nth-child(3n) {
        margin-left: 5px;
        margin-right: 0; }
      .l-content .SubLinkContent .card:nth-child(3n - 2) {
        margin-right: 5px;
        margin-left: 0; }
      .l-content .SubLinkContent .card:nth-child(3n+2) {
        margin-left: 5px;
        margin-right: 5px; }
    .column .l-content {
      padding-bottom: 100px; } }

@media (min-width: 1420px) {
  .l-content .SubLinkContent .card {
    -ms-flex-preferred-size: calc(25% - 7.5px);
    flex-basis: calc(25% - 7.5px); }
    .l-content .SubLinkContent .card:nth-child(3n) {
      margin-left: auto;
      margin-right: auto; }
    .l-content .SubLinkContent .card:nth-child(3n - 2) {
      margin-right: auto;
      margin-left: auto; }
    .l-content .SubLinkContent .card:nth-child(3n+2) {
      margin-left: auto;
      margin-right: auto; }
    .l-content .SubLinkContent .card:nth-child(4n) {
      margin-left: 5px;
      margin-right: 0; }
    .l-content .SubLinkContent .card:nth-child(4n - 3) {
      margin-right: 5px;
      margin-left: 0; }
    .l-content .SubLinkContent .card:nth-child(4n+2), .l-content .SubLinkContent .card:nth-child(4n+3) {
      margin-left: 5px;
      margin-right: 5px; }
  .column .l-content .SubLinkContent .card {
    -ms-flex-preferred-size: calc(33.33% - 6.66px);
    flex-basis: calc(33.33% - 6.66px); }
    .column .l-content .SubLinkContent .card:nth-child(4n) {
      margin-left: auto;
      margin-right: auto; }
    .column .l-content .SubLinkContent .card:nth-child(4n - 3) {
      margin-right: auto;
      margin-left: auto; }
    .column .l-content .SubLinkContent .card:nth-child(4n+2), .column .l-content .SubLinkContent .card:nth-child(4n+3) {
      margin-left: auto;
      margin-right: auto; }
    .column .l-content .SubLinkContent .card:nth-child(odd) {
      margin-right: auto;
      margin-left: auto; }
    .column .l-content .SubLinkContent .card:nth-child(even) {
      margin-left: auto;
      margin-right: auto; }
    .column .l-content .SubLinkContent .card:nth-child(3n) {
      margin-left: 5px;
      margin-right: 0; }
    .column .l-content .SubLinkContent .card:nth-child(3n - 2) {
      margin-right: 5px;
      margin-left: 0; }
    .column .l-content .SubLinkContent .card:nth-child(3n+2) {
      margin-left: 5px;
      margin-right: 5px; }
  .l-content .newsContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .l-content .newsContent .card.news {
      -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px); }
      .l-content .newsContent .card.news:nth-child(odd) {
        margin-right: 5px; }
      .l-content .newsContent .card.news:nth-child(even) {
        margin-left: 5px; } }

.l-library {
  padding: 30px 0;
  position: relative;
  overflow: hidden; }
  .l-library .overlay {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    right: 35%;
    -webkit-transform: translateX(60%) translateY(-40%);
    -ms-transform: translateX(60%) translateY(-40%);
    transform: translateX(60%) translateY(-40%);
    z-index: -1; }
    .l-library .overlay svg {
      max-width: 100%; }
  .l-library .titleZone {
    margin-bottom: 50px; }
    .l-library .titleZone .description {
      line-height: 1.875em; }
  .l-library .tabZone {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .l-library .tabZone select {
      position: relative;
      border: none;
      border-radius: 0;
      background: #005096;
      /* Old browsers */
      background: -moz-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#005096), to(#0088FF));
      background: -o-linear-gradient(left, #005096 0%, #0088FF 100%);
      background: linear-gradient(to right, #005096 0%, #0088FF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
      /* IE6-9 */
      color: #fff;
      margin-bottom: 0; }
      .l-library .tabZone select option {
        background-color: #005096; }
    .l-library .tabZone .mobileSelect {
      position: relative; }
      .l-library .tabZone .mobileSelect:after {
        content: '';
        position: absolute;
        top: calc(50% - 6px);
        right: 10px;
        z-index: 5;
        width: 21px;
        height: 12px;
        background-image: url(../img/select.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .l-library .tabZone .nav-link {
      border-radius: 0;
      background: #005096;
      /* Old browsers */
      background: -moz-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#005096), to(#0088FF));
      background: -o-linear-gradient(left, #005096 0%, #0088FF 100%);
      background: linear-gradient(to right, #005096 0%, #0088FF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
      /* IE6-9 */
      color: #fff;
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s;
      padding: 0.85rem 1.5rem; }
      .l-library .tabZone .nav-link:hover {
        padding-left: 2rem; }
      .l-library .tabZone .nav-link.active {
        background: #fff;
        color: #005096; }
        .l-library .tabZone .nav-link.active:hover {
          padding-left: 1.5rem; }
    .l-library .tabZone .tab-content {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 40px 40px 40px 10px; }

@media (min-width: 768px) {
  .l-library {
    padding: 50px 0; } }

@media (min-width: 992px) {
  .l-library {
    padding: 80px 0;
    margin-top: 50px; }
    .l-library .titleZone .description {
      padding-right: 30%; } }

@media (min-width: 1420px) {
  .l-library {
    padding: 80px 0; } }

.l-sliderNews {
  padding: 30px 0;
  position: relative; }
  .l-sliderNews .overlay {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    left: 35%;
    -webkit-transform: translateX(-50%) translateY(-45%);
    -ms-transform: translateX(-50%) translateY(-45%);
    transform: translateX(-50%) translateY(-45%);
    z-index: -1; }
    .l-sliderNews .overlay svg {
      max-width: 100%; }
  .l-sliderNews .container {
    position: relative; }
  .l-sliderNews .swiper-slide {
    height: auto; }
    .l-sliderNews .swiper-slide .card {
      height: 100%; }
  .l-sliderNews .swiper-button-next {
    background-image: url(../img/next.png);
    width: 20px;
    height: 23px;
    background-size: cover;
    display: none;
    right: 3px; }
    .l-sliderNews .swiper-button-next:focus {
      outline: none; }
  .l-sliderNews .swiper-button-prev {
    background-image: url(../img/prev.png);
    width: 20px;
    height: 23px;
    background-size: cover;
    display: none;
    left: 3px; }
    .l-sliderNews .swiper-button-prev:focus {
      outline: none; }
  .l-sliderNews .swiper-pagination {
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    .l-sliderNews .swiper-pagination .swiper-pagination-bullet {
      background-color: #005096;
      margin: 0 5px; }
      .l-sliderNews .swiper-pagination .swiper-pagination-bullet:focus {
        outline: none; }
    .l-sliderNews .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #005096; }

@media (min-width: 768px) {
  .l-sliderNews {
    padding: 50px 0; }
    .l-sliderNews .container.containerSlider {
      max-width: 760px; }
    .l-sliderNews .swiper-container {
      padding: 20px; } }

@media (min-width: 992px) {
  .l-sliderNews {
    padding: 80px 0; }
    .l-sliderNews .container.containerSlider {
      max-width: 1000px; }
    .l-sliderNews .swiper-button-next,
    .l-sliderNews .swiper-button-prev {
      display: block; }
    .l-sliderNews .swiper-button-next {
      right: 0px; }
    .l-sliderNews .swiper-button-prev {
      left: 0px; } }

@media (min-width: 1024px) {
  .l-sliderNews .swiper-button-next {
    right: -10px; }
  .l-sliderNews .swiper-button-prev {
    left: -10px; } }

@media (min-width: 1420px) {
  .l-sliderNews {
    padding: 80px 0; }
    .l-sliderNews .container.containerSlider {
      max-width: 1400px; }
    .l-sliderNews .swiper-button-next,
    .l-sliderNews .swiper-button-prev {
      width: 40px;
      height: 46px; }
    .l-sliderNews .swiper-button-next {
      right: -15px; }
    .l-sliderNews .swiper-button-prev {
      left: -15px; } }

@media (min-width: 1600px) {
  .l-sliderNews .swiper-button-next {
    right: -30px; }
  .l-sliderNews .swiper-button-prev {
    left: -30px; } }

.l-focusOn {
  padding: 30px 0;
  padding-top: 0;
  position: relative; }
  .l-focusOn .overlay {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    left: 33%;
    -webkit-transform: translateX(-50%) translateY(-45%);
    -ms-transform: translateX(-50%) translateY(-45%);
    transform: translateX(-50%) translateY(-45%);
    z-index: -1; }
    .l-focusOn .overlay svg {
      max-width: 100%; }
  .l-focusOn .titleZone {
    margin-bottom: 50px; }
    .l-focusOn .titleZone .description {
      line-height: 1.875em; }
  .l-focusOn .tabZone {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .l-focusOn .tabZone .nav-link {
      border-radius: 0;
      background: #005096;
      /* Old browsers */
      background: -moz-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #005096 0%, #0088FF 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#005096), to(#0088FF));
      background: -o-linear-gradient(left, #005096 0%, #0088FF 100%);
      background: linear-gradient(to right, #005096 0%, #0088FF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
      /* IE6-9 */
      color: #fff;
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s;
      padding: 0.85rem 1.5rem; }
      .l-focusOn .tabZone .nav-link:hover {
        padding-left: 2rem; }
      .l-focusOn .tabZone .nav-link.active {
        background: #fff;
        color: #005096; }
        .l-focusOn .tabZone .nav-link.active:hover {
          padding-left: 1.5rem; }
    .l-focusOn .tabZone .tab-content {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 40px 40px 40px 10px; }
  .l-focusOn .grid {
    margin-right: -10px;
    margin-left: -10px; }
  .l-focusOn .grid:after {
    content: '';
    display: block;
    clear: both; }
  .l-focusOn .grid-sizer {
    width: 0; }
  .l-focusOn .grid-item {
    width: 100%;
    float: left;
    padding: 10px; }

@media (min-width: 768px) {
  .l-focusOn {
    padding: 50px 0;
    padding-top: 0; }
    .l-focusOn .grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .l-focusOn .grid-item {
      width: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      .l-focusOn .grid-item:nth-child(8) .card,
      .l-focusOn .grid-item:nth-child(9) .card {
        border: none;
        padding-bottom: 0; }
    .l-focusOn .card {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .l-focusOn .card img {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .l-focusOn .card .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch; }
        .l-focusOn .card .content .btn {
          margin-top: auto;
          margin-bottom: 0; } }

@media (min-width: 992px) {
  .l-focusOn {
    padding: 80px 0;
    margin-top: 0; }
    .l-focusOn .titleZone .description {
      padding-right: 30%; }
    .l-focusOn .grid-item {
      width: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%; }
      .l-focusOn .grid-item:nth-child(7) .card,
      .l-focusOn .grid-item:nth-child(8) .card,
      .l-focusOn .grid-item:nth-child(9) .card {
        border: none;
        padding-bottom: 0; } }

@media (min-width: 1420px) {
  .l-focusOn {
    padding: 80px 0;
    padding-top: 0; }
    .l-focusOn .grid-item {
      width: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }
      .l-focusOn .grid-item:nth-child(6) .card,
      .l-focusOn .grid-item:nth-child(7) .card,
      .l-focusOn .grid-item:nth-child(8) .card,
      .l-focusOn .grid-item:nth-child(9) .card {
        border: none;
        padding-bottom: 0; } }

.l-newsletter {
  padding: 30px 0;
  background-color: #005096;
  position: relative;
  color: #fff;
  z-index: 5; }
  .l-newsletter .description {
    line-height: 1.875em; }
  .l-newsletter:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    background-image: url(../img/newsletter.jpg);
    background-size: cover;
    background-position: center center; }
  .l-newsletter .boxYouWant {
    margin-top: 30px;
    color: #005096;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
    .l-newsletter .boxYouWant a {
      padding: 10px;
      display: block;
      width: 100%;
      background: #0088FF;
      /* Old browsers */
      background: -moz-linear-gradient(left, #0088FF 0%, #005096 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #0088FF 0%, #005096 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(#0088FF), to(#005096));
      background: -o-linear-gradient(left, #0088FF 0%, #005096 100%);
      background: linear-gradient(to right, #0088FF 0%, #005096 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$secondary', endColorstr='$primary',GradientType=1 );
      /* IE6-9 */
      color: #fff;
      margin-bottom: 10px;
      font-size: 1em;
      font-family: source-sans-pro, sans-serif;
      font-weight: 700; }
      .l-newsletter .boxYouWant a i {
        margin-right: 20px;
        width: 43.75px;
        text-align: center; }
      .l-newsletter .boxYouWant a:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .l-newsletter {
    padding: 50px 0; }
    .l-newsletter .boxYouWant {
      padding: 20px; }
      .l-newsletter .boxYouWant .title {
        margin-bottom: 20px; }
      .l-newsletter .boxYouWant a {
        padding: 10px 20px;
        font-size: 1.5em; } }

@media (min-width: 992px) {
  .l-newsletter {
    padding: 80px 0; }
    .l-newsletter .boxYouWant {
      margin-top: 0;
      padding: 20px;
      -webkit-transform: translateY(260px);
      -ms-transform: translateY(260px);
      transform: translateY(260px);
      margin-top: -260px; }
      .l-newsletter .boxYouWant a {
        font-size: 1.2em;
        -webkit-transition: ease-out 0.3s;
        -o-transition: ease-out 0.3s;
        transition: ease-out 0.3s; }
        .l-newsletter .boxYouWant a:hover {
          padding-left: 30px; }
    .l-newsletter .leftContent {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; } }

@media (min-width: 1420px) {
  .l-newsletter {
    padding: 80px 0; }
    .l-newsletter .boxYouWant a {
      font-size: 1.8em; } }

.l-column {
  margin-bottom: 30px; }
  .l-column .overlay {
    display: none; }
  .l-column .section {
    margin-bottom: 30px; }
  .l-column .titleBloc {
    background: #005096;
    /* Old browsers */
    background: -moz-linear-gradient(left, #005096 0%, #0088FF 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #005096 0%, #0088FF 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#005096), to(#0088FF));
    background: -o-linear-gradient(left, #005096 0%, #0088FF 100%);
    background: linear-gradient(to right, #005096 0%, #0088FF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$secondary',GradientType=1 );
    /* IE6-9 */
    font-family: source-sans-pro, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 1.5625em;
    padding: 10px;
    padding-bottom: 7px; }
  .l-column .sectionLink,
  .l-column .basicPost,
  .l-column .event,
  .l-column .subscribe {
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #005096; }
    .l-column .sectionLink .btn,
    .l-column .basicPost .btn,
    .l-column .event .btn,
    .l-column .subscribe .btn {
      padding: 10px 30px; }
  .l-column .sectionLink,
  .l-column .basicPost {
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
    .l-column .sectionLink:hover,
    .l-column .basicPost:hover {
      background-color: #0088FF;
      color: #fff; }
  .l-column .basicPost .title {
    font-size: 1.125em;
    margin-bottom: 0; }
  .l-column .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
    .l-column .event .date {
      text-align: center;
      font-weight: 700;
      font-family: source-sans-pro, sans-serif;
      text-transform: uppercase;
      color: #BD0029;
      line-height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 20px;
      -webkit-transition: ease-out 0.3s;
      -o-transition: ease-out 0.3s;
      transition: ease-out 0.3s; }
      .l-column .event .date .day {
        font-size: 2.625em; }
      .l-column .event .date .month {
        font-size: 1.4375em; }
      .l-column .event .date .year {
        font-size: 1.1875em;
        margin-top: -6px; }
    .l-column .event .name {
      font-size: 1.125em;
      margin-bottom: 5px; }
    .l-column .event .description {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 0; }
    .l-column .event:hover {
      background-color: #0088FF;
      color: #fff; }
      .l-column .event:hover .date {
        color: #fff; }
  .l-column .subscribe {
    text-align: center;
    padding: 20px; }
    .l-column .subscribe .bigtitle {
      font-size: 2.1875em;
      font-weight: 700;
      font-family: source-sans-pro, sans-serif;
      margin-bottom: 20px; }
    .l-column .subscribe .l-wysiwyg {
      margin-bottom: 30px;
      margin-top: 20px; }
    .l-column .subscribe .btn {
      width: 100%; }
  .l-column .link {
    display: block;
    background-color: #005096;
    font-size: 2.1875em;
    font-weight: 700;
    font-family: source-sans-pro, sans-serif;
    text-align: center;
    color: #fff;
    padding: 20px;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s; }
    .l-column .link:hover {
      background-color: #0088FF;
      color: #fff; }
    .l-column .link.noRegister:hover {
      background-color: #005096; }

@media (min-width: 768px) {
  .l-column {
    margin-bottom: 50px;
    position: relative; }
    .l-column .titleBloc,
    .l-column .section {
      position: relative;
      z-index: 5; } }

@media (min-width: 992px) {
  .l-column {
    margin-bottom: 100px;
    padding-top: 62px;
    -ms-flex-item-align: start;
    align-self: flex-start; }
    .l-column .overlay {
      display: block;
      position: absolute;
      height: 80%;
      left: 0;
      width: auto;
      top: calc(50% + 100px);
      bottom: 100px;
      -webkit-transform: translateY(calc(-50% - 100px)) translateX(-60%);
      -ms-transform: translateY(calc(-50% - 100px)) translateX(-60%);
      transform: translateY(calc(-50% - 100px)) translateX(-60%);
      max-height: 80%; } }

.l-wysiwyg {
  line-height: 1.5em;
  /* abstracts */
  /*=============================
=            color            =
=============================*/
  /*=====  End of color  ======*/ }
  .l-wysiwyg h1 {
    font-size: 2.1875em !important;
    color: #005096; }
  .l-wysiwyg h2 {
    font-size: 1.5625em !important;
    color: #005096; }
  .l-wysiwyg h3 {
    font-size: 1.3em !important;
    color: #005096; }
  .l-wysiwyg h4 {
    font-size: 1.25em !important;
    color: #005096; }
  .l-wysiwyg h5 {
    font-size: 1.125em !important;
    color: #005096; }
  .l-wysiwyg h6 {
    font-size: 1.1em !important;
    color: #005096; }
  .l-wysiwyg p {
    font-size: 1em !important;
    color: #005096; }
  .l-wysiwyg a {
    color: #BD0029; }
    .l-wysiwyg a:hover {
      color: #BD0029;
      text-decoration: underline; }
    .l-wysiwyg a.btn {
      color: #fff; }
      .l-wysiwyg a.btn:hover {
        text-decoration: none; }
  .l-wysiwyg span {
    font-size: inherit !important;
    font-family: inherit !important;
    color: inherit !important; }
    .l-wysiwyg span.text_red {
      color: #BD0029 !important; }
  .l-wysiwyg .text_small {
    font-size: 13px !important; }
  .l-wysiwyg .text_red {
    color: #BD0029 !important; }
  .l-wysiwyg .file--application-pdf {
    color: #BD0029; }
    .l-wysiwyg .file--application-pdf .file-icon {
      color: #BD0029;
      margin-right: 5px; }
      .l-wysiwyg .file--application-pdf .file-icon i {
        color: #BD0029; }
    .l-wysiwyg .file--application-pdf .file-size {
      display: none; }
