@import "./7-other/jquery-ui.min.css";
@import "./7-other/jquery-ui.structure.min.css";
@import "./7-other/jquery-ui.theme.min.css";
html, body {
  font-family: sans-serif;
  /*line-height: 1.15;*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

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

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

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

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

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

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
/**/
/*     decimal-round(0.333)    => 0*/
/*     decimal-round(0.333, 1) => 0.3*/
/*     decimal-round(0.333, 2) => 0.33*/
/*     decimal-round(0.666)    => 1*/
/*     decimal-round(0.666, 1) => 0.7*/
/*     decimal-round(0.666, 2) => 0.67*/
/**/
/**/
/*     decimal-ceil(0.333)    => 1*/
/*     decimal-ceil(0.333, 1) => 0.4*/
/*     decimal-ceil(0.333, 2) => 0.34*/
/*     decimal-ceil(0.666)    => 1*/
/*     decimal-ceil(0.666, 1) => 0.7*/
/*     decimal-ceil(0.666, 2) => 0.67*/
/**/
/*     decimal-floor(0.333)    => 0*/
/*     decimal-floor(0.333, 1) => 0.3*/
/*     decimal-floor(0.333, 2) => 0.33*/
/*     decimal-floor(0.666)    => 0*/
/*     decimal-floor(0.666, 1) => 0.6*/
/*     decimal-floor(0.666, 2) => 0.66*/
/**/
/* ------------------------- PREFIXING -------------------------*/
/* BORDER RADIUS*/
/* TRANSFORM*/
/* TRANSITION*/
/* ANIMATION*/
/* KEYFRAMES*/
/* DISPLAY : FLEX*/
/* DISPLAY : FLEX*/
/*FLEX*/
/* OBJECT FIT*/
/* WORD BREAK*/
/* FILTER*/
/* BOX FLEX*/
/* BOX REFLECT*/
/* DISPLAY : GRID*/
/* HYPHENS*/
/* MASK IMAGE*/
/* COLUMN COUNT*/
/* COLUMN GAP*/
/* COLUMN RULE*/
/* FLOW FROM*/
/* FLOW INTO*/
/* APPEARANCE*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*@include transition(all 0.1s ease-in);*/
  /*
   &::-webkit-scrollbar-track{
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5;
   }
   &::-webkit-scrollbar{
   position: fixed;
   height: 100%;
   width: 10px;
   background-color: #F5F5F5; 
   }
   &::-webkit-scrollbar-thumb{
   background-color: $dBlue;
   &:hover{
   background-color: $lBlue;
   }
   }
   */
  /*
   &::-webkit-scrollbar-button:horizontal:increment,
   &::-webkit-scrollbar-button:horizontal:decrement{
   display: block;
   background-image: url('../Images/btn-arrow.png');
   }
   //&::-webkit-scrollbar-button:vertical:increment,
   &::-webkit-scrollbar-button:vertical:decrement{
   display: block;
   height: 13px;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   }
   &::-webkit-scrollbar-button:vertical:increment{
   background-image: url('../Images/scrollbar-arrow-down.png');
   }
   &::-webkit-scrollbar-button:vertical:decrement{
   background-image: url('../Images/btn-arrow.png');
   }
   */ }
  *:not(p) {
    /*@include transition(all 0.2s linear);*/ }

html, body {
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  line-height: 1;
  height: 100%;
  width: 100%;
  background-color: white;
  overflow-x: hidden; }

a, input[type="submit"] {
  cursor: pointer !important; }

body {
  /*height: 100%;*/
  /*min-height: 600vh;*/
  height: auto;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  /*background-color: rgb(147, 241, 185);*/
  /*background-color: $lGrey;*/
  overflow-y: hidden; }
  body.is-changed {
    overflow-y: hidden; }

.wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  /*padding: 0 0 $unit;*/
  width: 100%;
  max-width: 1440px;
  /*min-height: 600vh;*/
  height: auto;
  /*background-color: white;*/ }

h1 {
  display: block;
  font-weight: bold;
  color: #053c64; }

h2 {
  display: block;
  font-weight: bold;
  color: #053c64; }

h3 {
  display: block;
  font-weight: bold;
  color: #053c64; }

h4 {
  display: block;
  font-weight: bold;
  color: #053c64; }

h5 {
  display: block;
  font-weight: bold;
  color: #053c64; }

h6 {
  display: block;
  font-weight: bold;
  color: #053c64; }

h1 {
  margin: 1.94444rem 0;
  font-size: 1.94444rem;
  line-height: 1.94444rem; }

h2 {
  margin: 0 0 1.55556rem;
  font-size: 1.66667rem;
  line-height: 1.66667rem; }

h3 {
  margin: 0 0 1.11111rem;
  font-size: 1.44444rem;
  line-height: 1.44444rem; }

h4 {
  margin: 0 0 1rem;
  font-size: 1.22222rem;
  line-height: 1.22222rem; }

h5 {
  margin: 0 0 0.88889rem;
  font-size: 1rem;
  line-height: 1rem; }

h6 {
  margin: 0 0 0.77778rem;
  font-size: 1rem;
  line-height: 1rem; }

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2; }

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

.tiny {
  display: block;
  margin: 0;
  font-size: 0.77778rem;
  font-weight: 300;
  font-style: italic;
  color: #333; }

.title {
  display: block;
  margin: 1rem 0;
  font-size: 1.22222rem;
  font-weight: 700;
  color: #004677; }

.med-title {
  display: block;
  margin: 0 0 1.11111rem;
  font-size: 1.44444rem;
  font-weight: 700;
  color: #053c64; }

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

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

.uppercase {
  text-transform: uppercase !important; }

.no-margin {
  margin: 0 !important; }

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

.is-transparent {
  /*opacity: 0;*/
  visibility: hidden; }

br {
  font-size: 1rem; }

.bold {
  font-weight: bold; }

.thin {
  font-weight: 400; }

input, textarea, select, option {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 500;
  font-size: 0.88889rem;
  color: #053c64; }

select:not([class*="datepicker"]) {
  font-style: italic;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../Images/btn-arrow.png');
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat; }
  select:not([class*="datepicker"])::-ms-expand {
    display: none; }

option {
  color: #808080; }

input[type="checkbox"], input[type="radio"] {
  position: relative;
  display: inline-block;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  border: 1px solid #666; }
  input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
    position: absolute;
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    background-color: #009ee2; }

input[type="radio"]:after {
  border-radius: 100%; }

.call-link, .email-link, .web-link, .download-link {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  font-weight: bold;
  color: #004677;
  text-decoration: none; }
  .call-link a, .email-link a, .web-link a, .download-link a {
    text-decoration: none;
    color: inherit; }
  .call-link:before, .email-link:before, .web-link:before, .download-link:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 100%;
    width: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.call-link:before {
  background-image: url('../Images/phone-icon.png'); }

.web-link:before {
  background-image: url('../Images/link-icon.png'); }

.email-link:before {
  background-image: url('../Images/email-icon.png'); }

.download-link:before {
  background-image: url('../Images/download-icon1.png'); }

.related-items-cntr {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  list-style: none; }
  .related-items-cntr .related-item {
    display: block;
    margin: 0 !important;
    padding: 0 0 20px;
    font-size: 1rem;
    width: 100%; }
  .related-items-cntr .related-item:not(:first-child) {
    padding: 20px 0;
    border-top: 2px solid rgba(102, 102, 102, 0.3); }
  .related-items-cntr .related-item p {
    font-size: 1rem !important; }
  .related-items-cntr .related-item .related-item-title {
    font-weight: 700; }
  .related-items-cntr .related-item .related-item-text {
    padding: 10px 0; }
  .related-items-cntr .related-item .related-item-link {
    font-weight: 600;
    color: #004677;
    text-decoration: none; }
    .related-items-cntr .related-item .related-item-link:hover {
      text-decoration: underline; }

.default-link {
  font-weight: 600;
  color: #004677;
  text-decoration: none; }
  .default-link:hover {
    text-decoration: underline; }

.link-btn-blue {
  display: inline-table;
  padding: 12px 14px;
  float: left;
  font-size: 0.88889rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #18203c; }

.pagination {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4%;
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #f2f2f2; }
  .pagination ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    width: 100%;
    text-align: center; }
  .pagination ul.constant-btn {
    width: 14.22222%; }
    .pagination ul.constant-btn.prev-btns {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .pagination ul.constant-btn.next-btns {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .pagination ul.flex-btn {
    /*width: 50%;*/
    width: 68%;
    max-width: 68%; }
  .pagination ul li {
    display: inline-block;
    /*max-width: percent-of(80, 1000);*/
    height: 100%;
    width: 100%;
    max-width: 80px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle; }
    .pagination ul li.pagination-btn {
      color: white;
      background-color: #273360; }
      .pagination ul li.pagination-btn:hover {
        background-color: #18203c; }
      .pagination ul li.pagination-btn.double-btn {
        /*background-color: darken($lGrey2, 10%) !important;*/ }
        .pagination ul li.pagination-btn.double-btn.is-blocked {
          background-color: #8c8c8c !important; }
      .pagination ul li.pagination-btn.simple-btn {
        background-color: #009ee2; }
        .pagination ul li.pagination-btn.simple-btn:hover {
          background-color: #007aaf; }
        .pagination ul li.pagination-btn.simple-btn.is-blocked {
          /*background-color: darken($lGrey2, 10%) !important;*/
          background-color: #ccc !important; }
    .pagination ul li a {
      display: block;
      height: 100%;
      width: 100%;
      text-decoration: none;
      color: inherit; }
    .pagination ul li:not(.pagination-btn) a {
      position: relative;
      z-index: 1; }
      .pagination ul li:not(.pagination-btn) a:after {
        position: absolute;
        left: calc(50% - 17px);
        top: calc(50% - 17px);
        z-index: -1;
        display: block;
        content: '';
        height: 30px;
        width: 30px;
        border-radius: 100%;
        border: 2px solid white; }
      .pagination ul li:not(.pagination-btn):hover a:after {
        background-color: white; }
    .pagination ul li.current a {
      pointer-events: none; }
      .pagination ul li.current a:after {
        background-color: white; }
    .pagination ul li.pagination-btn {
      font-size: 0;
      color: transparent;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .pagination ul li.simple-btn.next-btn {
      background-image: url('../Images/s-arrow-r.png'); }
      .pagination ul li.simple-btn.prev-btn {
        background-image: url('../Images/s-arrow-l.png'); }
    .pagination ul li.double-btn.first-btn {
      background-image: url('../Images/d-arrow-l.png'); }
      .pagination ul li.double-btn.last-btn {
        background-image: url('../Images/d-arrow-r.png'); }

.list-agenda .pagination .pagination-btn {
  /*&.simple-btn{
   background-color: lighten($lRed, 10%);
   &:hover{
   background-color: $lRed;
   }
   }*/ }
  .list-agenda .pagination .pagination-btn.double-btn {
    background-color: #72021f; }
    .list-agenda .pagination .pagination-btn.double-btn:hover {
      background-color: #400111; }
  .list-agenda .pagination .pagination-btn.simple-btn {
    background-color: #ae0833; }
    .list-agenda .pagination .pagination-btn.simple-btn:hover {
      background-color: #96072c; }

.navigation-cntr {
  display: block;
  margin-bottom: 40px;
  width: 100%; }
  .navigation-cntr .navigation-opener {
    position: relative;
    display: block;
    padding: 8.33333% 8.33333% 8.33333% 16.66667%;
    /*background-color: $dGrey;*/
    background-color: #009ee2;
    font-size: 1.11111rem;
    line-height: 1.11111rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .navigation-cntr .navigation-opener:before {
    position: absolute;
    content: '+';
    top: calc(50% - 6px);
    left: 5.41667%;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    height: 14px;
    width: 14px;
    font-size: 19px;
    line-height: 10px;
    color: #009ee2;
    text-align: center;
    background-color: white; }
  .navigation-cntr .navigation-opener.active:before {
    content: '-'; }
  .navigation-cntr .navigation {
    display: none;
    width: 100%;
    overflow: hidden; }
  .navigation-cntr .navigation.navigation-opened {
    display: inline-block; }
  .navigation-cntr .navigation > li {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    font-size: 1rem;
    color: #333; }
  .navigation-cntr .navigation > li.opened {
    background-color: white; }
  .navigation-cntr .navigation > li > a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 8.33333% 4.16667%;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    vertical-align: middle; }
    .navigation-cntr .navigation > li > a.see-more {
      margin: 0 2.08333%;
      cursor: pointer; }
    .navigation-cntr .navigation > li > a.see-more:before {
      position: absolute;
      top: 50%;
      left: 10px;
      z-index: -1;
      display: block;
      content: '+';
      height: 23px;
      width: 23px;
      /*background-color: white;*/
      cursor: pointer;
      border-radius: 100%;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .navigation-cntr .navigation > li > a.see-more.see-less:before {
      content: "-"; }
    .navigation-cntr .navigation > li > a.see-more:hover {
      text-decoration: none; }
    .navigation-cntr .navigation > li > a:hover {
      text-decoration: underline; }
  .navigation-cntr .navigation > li ul.level-2 {
    display: none;
    background-color: white;
    padding: 0 8.33333%; }
    .navigation-cntr .navigation > li ul.level-2 > li {
      padding: 8.33333% 4.16667%;
      border-top: 1px dotted #004677; }
    .navigation-cntr .navigation > li ul.level-2 > li > a {
      text-decoration: none;
      color: inherit; }
      .navigation-cntr .navigation > li ul.level-2 > li > a:hover {
        text-decoration: underline; }
    .navigation-cntr .navigation > li ul.level-2 > li span {
      display: block; }
    .navigation-cntr .navigation > li ul.level-2 > li label {
      display: inline-block;
      margin: 5px 0;
      margin-right: 5px;
      height: 40px;
      width: 22.22222%;
      vertical-align: middle; }
      .navigation-cntr .navigation > li ul.level-2 > li label.calender {
        background-image: url('../Images/calender.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center; }
    .navigation-cntr .navigation > li ul.level-2 > li input {
      display: inline-block;
      margin: 5px 0;
      height: 40px;
      width: 66.66667%;
      font-family: 'Titillium Web', sans-serif;
      font-size: 0.77778rem;
      color: black;
      border: none; }
      .navigation-cntr .navigation > li ul.level-2 > li input::-webkit-input-placeholder {
        color: black; }
      .navigation-cntr .navigation > li ul.level-2 > li input::-moz-placeholder {
        color: black; }
      .navigation-cntr .navigation > li ul.level-2 > li input:-ms-input-placeholder {
        color: black; }
      .navigation-cntr .navigation > li ul.level-2 > li input:-moz-placeholder {
        color: black; }

.navigation-cntr ul.navigation > li {
  padding-left: 5px; }
  .navigation-cntr ul.navigation > li.current {
    position: relative; }
    .navigation-cntr ul.navigation > li.current:not(.has-children) {
      padding: 15px 0 15px 25px;
      /*font-weight: 700;*/
      text-decoration: none;
      vertical-align: middle;
      /*background-color: $lBlue;*/
      /*color: black;*/ }
    .navigation-cntr ul.navigation > li.current:not(.has-children):before {
      position: absolute;
      left: 2%;
      top: 0;
      bottom: 0;
      display: block;
      padding: 13px 0;
      content: '>'; }
  .navigation-cntr ul.navigation > li > a {
    padding: 8.33333% 2.08333%; }
    .navigation-cntr ul.navigation > li > a.see-more {
      display: table-cell;
      padding: 0 10px; }
    .navigation-cntr ul.navigation > li > a.see-more:before {
      top: calc(50% - 14px);
      left: -1px;
      line-height: 1.5; }
    .navigation-cntr ul.navigation > li > a:not(.see-more) {
      display: table-cell;
      padding: 15px 0;
      padding-right: 10px 6; }
  .navigation-cntr ul.navigation > li:not(.has-children) > a {
    padding-left: 20px; }
  .navigation-cntr ul.navigation > li > ul.level-2 > li {
    padding: 6.25% 0 6.25% 8.33333%;
    font-size: 0.88889rem; }
    .navigation-cntr ul.navigation > li > ul.level-2 > li.has-children {
      padding: 6.25% 0; }
      .navigation-cntr ul.navigation > li > ul.level-2 > li.has-children > a.see-more {
        position: relative;
        z-index: 1;
        padding: 0 8px; }
        .navigation-cntr ul.navigation > li > ul.level-2 > li.has-children > a.see-more:before {
          position: absolute;
          content: '+';
          top: calc(50% - 6px);
          left: -5px;
          box-sizing: border-box;
          display: block;
          padding: 0;
          margin: 0;
          height: 14px;
          width: 14px;
          font-size: 19px;
          line-height: 10px;
          color: #333;
          text-align: center;
          background-color: white; }
        .navigation-cntr ul.navigation > li > ul.level-2 > li.has-children > a.see-more.see-less:before {
          z-index: 0;
          content: '-'; }
        .navigation-cntr ul.navigation > li > ul.level-2 > li.has-children > a.see-more:hover {
          text-decoration: none; }
    .navigation-cntr ul.navigation > li > ul.level-2 > li > ul.level-3 {
      display: none;
      padding: 2.08333% 0 0 8.33333%; }
      .navigation-cntr ul.navigation > li > ul.level-2 > li > ul.level-3 > li {
        position: relative;
        margin: 10px 0;
        padding: 10px 4.16667%;
        background-color: #f2f2f2; }
        .navigation-cntr ul.navigation > li > ul.level-2 > li > ul.level-3 > li a {
          position: relative;
          z-index: 1;
          display: block;
          color: inherit;
          text-decoration: none; }
        .navigation-cntr ul.navigation > li > ul.level-2 > li > ul.level-3 > li a:hover {
          text-decoration: underline; }
        .navigation-cntr ul.navigation > li > ul.level-2 > li > ul.level-3 > li:before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          z-index: 0;
          display: block;
          content: '';
          width: 0;
          height: 100%;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
          background-color: rgba(0, 158, 226, 0.4); }
        .navigation-cntr ul.navigation > li > ul.level-2 > li > ul.level-3 > li:hover:before {
          width: 100%;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }

.grid-50-50, .grid-75-25, .grid-25-75, .grid-80-20, .grid-20-80, .grid-33-66, .grid-33 {
  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: 20px; }
  .grid-50-50 .grid-sct, .grid-75-25 .grid-sct, .grid-25-75 .grid-sct, .grid-80-20 .grid-sct, .grid-20-80 .grid-sct, .grid-33-66 .grid-sct, .grid-33 .grid-sct {
    padding: 0 10px;
    margin: 0;
    margin-top: 10px; }
  .grid-50-50 .grid-sct img, .grid-75-25 .grid-sct img, .grid-25-75 .grid-sct img, .grid-80-20 .grid-sct img, .grid-20-80 .grid-sct img, .grid-33-66 .grid-sct img, .grid-33 .grid-sct img {
    max-width: 100%;
    width: auto;
    height: auto; }

.grid-50-50 .grid-sct {
  display: inline-block;
  width: 50%;
  max-width: 50%; }

.grid-75-25 .grid-sct {
  display: inline-block; }
  .grid-75-25 .grid-sct:first-child, .grid-75-25 .grid-sct.grid-75 {
    width: 75%;
    max-width: 75%; }
  .grid-75-25 .grid-sct:last-child, .grid-75-25 .grid-sct.grid-25 {
    width: 25%;
    max-width: 25%; }

.grid-25-75 .grid-sct {
  display: inline-block; }
  .grid-25-75 .grid-sct:first-child, .grid-25-75 .grid-sct.grid-25 {
    width: 25%;
    max-width: 25%; }
  .grid-25-75 .grid-sct:last-child, .grid-25-75 .grid-sct.grid-75 {
    width: 75%;
    max-width: 75%; }

.grid-80-20 .grid-sct {
  display: inline-block; }
  .grid-80-20 .grid-sct:first-child, .grid-80-20 .grid-sct.grid-80 {
    width: 80%;
    max-width: 80%; }
  .grid-80-20 .grid-sct:last-child, .grid-80-20 .grid-sct.grid-20 {
    width: 20%;
    max-width: 20%; }

.grid-20-80 .grid-sct {
  display: inline-block; }
  .grid-20-80 .grid-sct:first-child, .grid-20-80 .grid-sct.grid-20 {
    width: 20%;
    max-width: 20%; }
  .grid-20-80 .grid-sct:last-child, .grid-20-80 .grid-sct.grid-80 {
    width: 80%;
    max-width: 80%; }

.grid-66-33 .grid-sct {
  display: inline-block; }
  .grid-66-33 .grid-sct .grid-66 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .grid-66-33 .grid-sct .grid-33 {
    width: 33.33333%;
    max-width: 33.33333%; }

.grid-33 .grid-sct {
  display: inline-block;
  width: 33.33333%;
  max-width: 33.33333%; }

.ui-datepicker {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.94444rem;
  border-radius: 3px; }
  .ui-datepicker .ui-datepicker-header {
    border-radius: 2px;
    background-color: #ae0833; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
    margin: 5px;
    height: 40px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.77778rem;
    border: none; }
  .ui-datepicker .ui-datepicker-header .ui-icon {
    color: white;
    background-image: url('../Images/arrow-datepicker.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    height: calc(100% - 6px);
    top: 3px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
    left: 2px;
    border: none;
    background-color: #400111; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    height: calc(100% - 6px);
    top: 3px; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
    right: 2px;
    border: none;
    background-color: #400111; }
  .ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
    color: white;
    background-color: #f75881;
    border: 1px solid #ae0833; }
  .ui-datepicker .ui-datepicker-calendar .ui-state-active {
    color: white;
    background-color: #ae0833;
    border: 1px solid #72021f; }

.carousel-dotted {
  position: relative; }

.carousel-drop {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .carousel-drop:first-child, .carousel-drop:nth-child(1) {
    right: 100%;
    background-color: coral; }
  .carousel-drop:last-child, .carousel-drop:nth-child(2) {
    left: 100%;
    background-color: seagreen; }

.carousel-interactif, .carousel-interactif * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*@include transition(all 0.8s cubic-bezier(0.5, -0.5, 0.5, 1.5));*/ }

.carousel-bouncy-effect, .carousel-bouncy-effect * {
  -webkit-transition: all 0.8s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition: all 0.8s cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.carousel-dots-cntr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center; }

.carousel-btn-left, .carousel-btn-right {
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 12.5%;
  max-width: 80px;
  cursor: pointer; }
  .carousel-btn-left:hover, .carousel-btn-right:hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .carousel-btn-left.is-disable, .carousel-btn-right.is-disable {
    cursor: context-menu; }

.carousel-btn-right {
  background-image: url('../Images/s-arrow-r.png'); }

.carousel-btn-left {
  background-image: url('../Images/s-arrow-l.png'); }

.carousel-dot {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 25px;
  height: 30px;
  width: 30px;
  line-height: 26px;
  color: white;
  /*background-color: $lBlue;*/
  background-color: transparent;
  border: 2px solid white;
  border-radius: 100%;
  cursor: pointer; }
  .carousel-dot:not(.dot-numbered) {
    margin: 0 15px;
    height: 15px;
    width: 15px;
    font-size: 0;
    line-height: 0; }
  .carousel-dot.active, .carousel-dot:hover {
    color: #18203c;
    background-color: white; }

.child-item {
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .child-item.is-selected {
    opacity: 1;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear; }
/*
 .child-item{
 cursor: -webkit-grab !important;
 &:active, &:focus{
 cursor: -webkit-grabbing;
 }
 }
 */
header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  /*padding: 0 percent-of(80, 1440);*/
  height: 160px;
  width: 100%;
  /*background-color: lightyellow;*/
  background-color: white; }
  header.before-visible:after, header.before-visible:before {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    height: 100%;
    width: 100vw;
    background-color: white; }
  header.before-visible:after {
    left: 100%; }

.search-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right; }
  .search-bar .search-bar-form {
    position: relative;
    display: block; }
  .search-bar .search-bar-form > input[type="text"] {
    /*display: block;*/
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    color: #333;
    height: 60px;
    width: 100%;
    background-color: #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 30px; }
  .search-bar .search-bar-form > input[type="text"]:focus {
    font-weight: 500;
    font-style: normal;
    outline: none; }
  .search-bar .search-bar-form > input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-image: url("../Images/search-icon.png");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: center;
    background-color: #f2f2f2; }
  .search-bar .search-bar-form > input[type="submit"]:active, .search-bar .search-bar-form > input[type="submit"]:focus {
    outline: none; }

.header-logo-cntr {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
  padding: 0;
  width: 31.25%; }
  .header-logo-cntr h1, .header-logo-cntr a {
    display: block;
    margin: 0;
    vertical-align: middle; }
  .header-logo-cntr img {
    display: block;
    /*width: 100%;*/
    width: 360px;
    height: auto; }

.header-nav-opener-cntr {
  position: relative;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-flex-line-pack: center;
  align-content: center;
  align-self: center;
  height: 80px;
  width: 6.25%;
  cursor: pointer;
  /*background-color: lightpink;*/ }
  .header-nav-opener-cntr .header-nav-opener {
    position: relative;
    display: block;
    margin: calc(75px / 2) auto;
    vertical-align: middle;
    width: 24px;
    height: 5px;
    background-color: #18203c;
    border-radius: 3px; }
  .header-nav-opener-cntr .header-nav-opener:before, .header-nav-opener-cntr .header-nav-opener:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 100%;
    width: 17px;
    background-color: #18203c;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .header-nav-opener-cntr .header-nav-opener:before {
    top: -8px; }
  .header-nav-opener-cntr .header-nav-opener:after {
    top: 8px; }
  .header-nav-opener-cntr:hover .header-nav-opener {
    width: 17px; }
  .header-nav-opener-cntr:hover .header-nav-opener:before {
    -webkit-transform: translateX(7px);
    transform: translateX(7px); }
  .header-nav-opener-cntr:hover .header-nav-opener:after {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px); }
  .header-nav-opener-cntr.active .header-nav-opener {
    background-color: transparent; }
  .header-nav-opener-cntr.active .header-nav-opener:before {
    top: 0;
    left: -3px;
    width: 110%;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: top;
    transform-origin: top; }
  .header-nav-opener-cntr.active .header-nav-opener:after {
    top: -1px;
    left: -3px;
    width: 110%;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  .header-nav-opener-cntr.active .text-menu {
    display: none; }
  .header-nav-opener-cntr.active:hover .header-nav-opener {
    width: 24px; }
    .header-nav-opener-cntr.active:hover .header-nav-opener:before {
      -webkit-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg); }
    .header-nav-opener-cntr.active:hover .header-nav-opener:after {
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg); }
  .header-nav-opener-cntr .text-menu {
    display: block;
    position: absolute;
    bottom: 10px;
    /*left: 10px; 
     width: 80px;*/
    left: 50%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.header-nav-cntr {
  position: absolute;
  /*top: -100vh;*/
  top: 100%;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  /*max-width: 700px;*/
  background-color: white; }
  .header-nav-cntr:before, .header-nav-cntr:after {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    content: '';
    height: 100%;
    width: 100vw;
    background-color: white; }
  .header-nav-cntr:after {
    left: 100%; }
  .header-nav-cntr > li {
    display: block; }
  .header-nav-cntr.is-visible {
    height: auto;
    padding: 0 40px 40px;
    min-height: calc(100vh - 160px); }
  .header-nav-cntr.is-visible > li {
    display: block; }

.header-nav {
  /*position: absolute;*/
  /*@include displayFlex();*/
  /*flex-direction: row;*/
  /*justify-content: space-around;*/
  display: none;
  margin: 0;
  box-sizing: border-box;
  min-width: 47.22222%;
  width: 100%;
  /*max-width: 1024px;*/
  background-color: white;
  /*background-color: #ff4d5d;*/
  -webkit-transition: none;
  transition: none; }
  .header-nav > li {
    /*display: inline-block;*/
    display: block;
    /*width: 25%;*/
    width: 100%;
    max-width: 600px;
    vertical-align: top;
    border-bottom: 2px solid #f2f2f2;
    /*&.has-children:hover{
     ul.menu-heir{
     &.level-2{
     @include displayFlex();
     flex-wrap: wrap;
     flex-direction: row;
     flex-flow: row wrap;
     > li{
     width: 50%;
     }
     }
     }
     > a.see-more{
     background-image: url("../Images/minus-icon.png");
     }
     }*/ }
  .header-nav > li > a {
    display: inline-block;
    padding: 15px;
    padding-left: 5px;
    font-weight: 700;
    color: #053c64;
    text-decoration: none;
    vertical-align: middle; }
  .header-nav > li > a.see-more {
    display: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-image: url("../Images/plus-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent; }
    .header-nav > li > a.see-more.see-less {
      background-image: url("../Images/minus-icon.png"); }
  .header-nav > li > a:not(.see-more):hover:hover {
    text-decoration: underline; }
  .header-nav > li > ul.level-2 {
    position: absolute;
    top: 0;
    left: 210px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 75vw;
    max-width: 1188px;
    font-size: 0.94444rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    /*border-right: 2px solid white;*/ }
  .header-nav > li > ul.level-2 > li {
    /*padding: 0 #{$unit + 15px};*/
    padding: 15px 0px;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    /*margin-right: 5%;*/
    border-left: 2px solid white; }
    .header-nav > li > ul.level-2 > li:not(: last-child) {
      /*border-bottom: 2px solid white;*/ }
    .header-nav > li > ul.level-2 > li > a {
      display: inline-block;
      padding: 13px 0;
      vertical-align: middle;
      font-weight: 600;
      color: #053c64;
      text-decoration: none; }
    .header-nav > li > ul.level-2 > li > a.see-more {
      position: relative;
      display: inline-block;
      height: 23px;
      width: 23px;
      line-height: 23px;
      margin: 0 0;
      cursor: pointer; }
      .header-nav > li > ul.level-2 > li > a.see-more:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        display: block;
        content: '-';
        height: 23px;
        width: 23px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .header-nav > li > ul.level-2 > li > a.see-more.see-less:before {
        content: "+"; }
      .header-nav > li > ul.level-2 > li > a.see-more:hover {
        text-decoration: none; }
    .header-nav > li > ul.level-2 > li > a:not(.see-more) {
      /*display: inline;*/
      display: inline; }
      .header-nav > li > ul.level-2 > li > a:not(.see-more):hover {
        text-decoration: underline; }
    .header-nav > li > ul.level-2 > li > ul.level-3 {
      /*display: none;*/
      /*padding-left: 27px;*/ }
    .header-nav > li > ul.level-2 > li > ul.level-3 > li {
      display: block; }
      .header-nav > li > ul.level-2 > li > ul.level-3 > li:hover {
        /*font-size: rem(19);*/ }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li:hover > a {
          font-weight: 600;
          color: #af0834; }
      .header-nav > li > ul.level-2 > li > ul.level-3 > li > a {
        display: inline-block;
        padding: 10px;
        vertical-align: middle;
        font-weight: 400;
        color: #053c64;
        text-decoration: none; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > a.see-more {
          position: relative;
          display: inline-block;
          height: 23px;
          width: 23px;
          line-height: 23px;
          margin: 0 0;
          cursor: pointer; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > a.see-more:before {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          display: block;
          content: '-';
          height: 23px;
          width: 23px;
          text-align: center;
          cursor: pointer;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > a.see-more.see-less:before {
          content: "+"; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > a.see-more:hover {
          text-decoration: none; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > a:not(.see-more):hover {
          text-decoration: underline; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > a:not(.see-more):hover:hover {
          text-decoration: underline; }
      .header-nav > li > ul.level-2 > li > ul.level-3 > li:not(.has-children) {
        /*display: inline;*/
        padding-left: 24px; }
      .header-nav > li > ul.level-2 > li > ul.level-3 > li > ul.level-4 {
        /*display: none;*/
        padding-left: 40px; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > ul.level-4 > li {
          display: block; }
        .header-nav > li > ul.level-2 > li > ul.level-3 > li > ul.level-4 > li > a {
          padding: 10px 0;
          font-weight: 300;
          font-size: 0.83333rem; }
    .header-nav > li > ul.level-2 > li:not(.has-children) {
      /*width: auto;*/
      padding: 15px 30px; }
    .header-nav > li > ul.level-2 > li:not(.has-children) > a {
      margin-left: 0; }
  .header-nav > li:hover {
    position: relative; }
  .header-nav > li:hover .level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-nav > li:not(:first-child) {
    /*border-top: 2px solid $lGrey2;*/ }

.overlay-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.overlay-popup.close {
  display: none; }

.overlay {
  position: fixed;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1);
  transform: scale(1);
  /*@include transition(all 0.2s linear);*/
  -webkit-transition: none;
  transition: none; }
  .overlay.overlay-hidden {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: none;
    transition: none; }

.header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.5);
  /*&:before {
   position: absolute;
   right: 100%;
   top: 0;
   bottom: 0;
   display: block;
   content: '';
   width: 15%;
   height: 100%;
   background-color: white;
   }*/ }
  .header-overlay.overlay-hidden {
    display: none; }

#c43 {
  display: inline-block;
  margin-left: 18.75%;
  width: 43.75%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right; }

.carousel-img-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 8.88889rem;
  background-color: rgba(0, 0, 0, 0.3); }

.mobile-search-bar {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.search-bar-opener {
  display: none;
  border-radius: 30px;
  background-image: url(../Images/search-icon-1.png);
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-position: right;
  background-color: #f2f2f2; }
  .search-bar-opener.is-active {
    background-image: url(../Images/search-icon-close.png); }

.mobile-search-bar {
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }
  .mobile-search-bar #c43 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100px;
    width: 100%;
    background-color: #f2f2f2; }
  .mobile-search-bar #c43.is-visible {
    /*@include displayFlex();*/ }
  .mobile-search-bar #c43 .tx_solr {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center; }
  .mobile-search-bar #c43 .tx_solr:before, .mobile-search-bar #c43 .tx_solr:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #f2f2f2; }
  .mobile-search-bar #c43 .tx_solr:before {
    right: 100%; }
  .mobile-search-bar #c43 .tx_solr:after {
    left: 100%; }
  .mobile-search-bar #c43 form {
    display: block;
    margin: 0 auto;
    width: 90%; }
  .mobile-search-bar #c43 input[type="text"], .mobile-search-bar #c43 input[type="submit"] {
    background-color: white; }

.socialShare {
  display: none; }

.body-wrapper, .header-wrapper, .footer-wrapper {
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  /*padding: 0 0 $unit;*/
  width: 100%;
  max-width: 1440px;
  /*min-height: 600vh;*/
  height: auto; }

.body-wrapper {
  margin-bottom: 40px; }

.body-nav-cntr {
  display: inline-block;
  width: 18.75%;
  margin-right: 3.125%; }

.body-section-cntr {
  display: inline-block;
  width: 78.125%; }

main {
  position: relative;
  z-index: 0; }
  main.is-pushedDown {
    margin-top: 100px; }

footer {
  position: relative;
  /*min-height: 200px;*/
  background-color: white; }

.footer-wrapper {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-shortcuts-cntr {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  background-color: white; }

.footer-shortcut {
  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;
  margin: 0;
  padding: 20px 1.5%;
  width: 24%;
  min-height: 210px;
  color: white;
  background-color: #1b203c; }
  .footer-shortcut:first-child {
    margin-left: 0; }
  .footer-shortcut:last-child {
    margin-right: 0; }
  .footer-shortcut h2.entete, .footer-shortcut .footer-title-cntr {
    margin-bottom: 0; }
  .footer-shortcut h2.entete .footer-title, .footer-shortcut .footer-title-cntr .footer-title {
    display: block;
    line-height: 2.22222rem;
    font-size: 2.22222rem;
    color: white; }
  .footer-shortcut h2.entete .footer-title.thin, .footer-shortcut .footer-title-cntr .footer-title.thin {
    font-weight: 100; }
  .footer-shortcut h2.entete .footer-title.bold, .footer-shortcut .footer-title-cntr .footer-title.bold {
    font-weight: 700; }
  .footer-shortcut .info-cntr, .footer-shortcut .ce-textpic {
    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: 15px auto 0;
    padding: 5px;
    height: 70px;
    width: 100%;
    color: white;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
  .footer-shortcut .info-cntr p a, .footer-shortcut .ce-textpic p a {
    text-decoration: none;
    color: inherit; }
  .footer-shortcut .info-cntr p.align-left, .footer-shortcut .ce-textpic p.align-left {
    font-size: 3.33333rem;
    line-height: 1;
    font-weight: bold; }
  .footer-shortcut .info-cntr p.align-right, .footer-shortcut .ce-textpic p.align-right {
    text-align: right;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .footer-shortcut .info-cntr > a.subscribe-link, .footer-shortcut .ce-textpic > a.subscribe-link, .footer-shortcut .info-cntr > p, .footer-shortcut .ce-textpic > p, .footer-shortcut .info-cntr > p a.subscribe-link, .footer-shortcut .ce-textpic > p a.subscribe-link {
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    vertical-align: middle;
    text-align: center;
    color: white;
    text-decoration: none; }
  .footer-shortcut .info-cntr a, .footer-shortcut .ce-textpic a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .footer-shortcut .info-cntr > span, .footer-shortcut .ce-textpic > span {
    display: inline-block;
    vertical-align: middle; }
  .footer-shortcut .info-cntr > span.date-day, .footer-shortcut .ce-textpic > span.date-day {
    /*margin: 0 8% 0 0;*/
    font-size: 3.33333rem;
    line-height: 1; }
  .footer-shortcut .info-cntr > span:not(.date-day), .footer-shortcut .ce-textpic > span:not(.date-day) {
    /*margin: 0 0 0 5%;*/
    font-size: 1.11111rem;
    font-weight: 300;
    line-height: 23px; }
  .footer-shortcut .info-cntr .icon-link, .footer-shortcut .ce-textpic .icon-link {
    height: 48px;
    width: 48px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%; }
  .footer-shortcut .info-cntr .link-facebook, .footer-shortcut .ce-textpic .link-facebook {
    background-image: url('../Images/link-icons/facebook-icon.png'); }
  .footer-shortcut .info-cntr .link-twitter, .footer-shortcut .ce-textpic .link-twitter {
    background-image: url('../Images/link-icons/twitter-icon.png'); }
  .footer-shortcut .info-cntr .link-youtube, .footer-shortcut .ce-textpic .link-youtube {
    background-image: url('../Images/link-icons/youtube-icon.png'); }
  .footer-shortcut .info-cntr .link-call, .footer-shortcut .ce-textpic .link-call {
    background-image: url('../Images/link-icons/phone-icon.png'); }
  .footer-shortcut .info-cntr .link-mail, .footer-shortcut .ce-textpic .link-mail {
    background-image: url('../Images/link-icons/email-icon.png'); }
  .footer-shortcut .info-cntr .link-map, .footer-shortcut .ce-textpic .link-map {
    background-image: url('../Images/link-icons/map-icon.png'); }
  .footer-shortcut .info-cntr.link-cntr, .footer-shortcut .ce-textpic.link-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .footer-shortcut .info-cntr.magazine-cntr, .footer-shortcut .ce-textpic.magazine-cntr {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*align-content: center;*/ }

.footer-background {
  position: absolute;
  bottom: 0;
  left: -100vw;
  z-index: -1;
  width: 300vw;
  background-color: #009ee2;
  height: 50%; }

.nav-footer-cntr {
  display: block;
  padding: 35px 7.8125%;
  width: 100%; }
  .nav-footer-cntr .nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-footer-cntr .nav-footer li {
    display: inline-block;
    font-size: 0.77778rem;
    font-weight: 600;
    text-transform: uppercase; }
  .nav-footer-cntr .nav-footer li > a {
    text-decoration: none;
    color: inherit; }
  .nav-footer-cntr .nav-footer li > button {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 0.77778rem;
    font-weight: 600;
    text-transform: uppercase; }

.cookiebanner, #inform-and-ask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0; }
  .cookiebanner #cookie-banner, #inform-and-ask #cookie-banner, .cookiebanner #inform-and-consent, #inform-and-ask #inform-and-consent {
    padding: 15px 5px;
    height: auto;
    width: 100%;
    background-color: #18203c;
    color: white;
    font-size: 0.83333rem;
    text-align: center; }
  .cookiebanner #cookie-banner #cookie-banner-message, #inform-and-ask #cookie-banner #cookie-banner-message, .cookiebanner #inform-and-consent #cookie-banner-message, #inform-and-ask #inform-and-consent #cookie-banner-message {
    display: block;
    width: 100%;
    height: 100%; }
  .cookiebanner #cookie-banner button, #inform-and-ask #cookie-banner button, .cookiebanner #inform-and-consent button, #inform-and-ask #inform-and-consent button, .cookiebanner #cookie-banner a, #inform-and-ask #cookie-banner a, .cookiebanner #inform-and-consent a, #inform-and-ask #inform-and-consent a {
    display: inline-block;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    background-color: #009ee2;
    border: none; }
  .cookiebanner #cookie-banner button, #inform-and-ask #cookie-banner button, .cookiebanner #inform-and-consent button, #inform-and-ask #inform-and-consent button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 10px;
    padding: 13px 15px; }

#c24 {
  display: block;
  width: 100%; }

.home-page-cntr {
  display: block;
  margin: 0 auto;
  width: 88.88889%;
  min-height: 300px;
  /*background-color: rgba(seagreen, 0.6);*/ }

.home-banner {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: 640px;
  /*margin-bottom: $unit;*/
  background-color: #009ee2;
  /*background-color: lightpink;*/
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0.31, 0.84, 0.05);
  transition: all 0.5s cubic-bezier(0.5, 0.31, 0.84, 0.05); }
  .home-banner:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 0;
    display: block;
    content: '';
    height: 100%;
    width: 100vw;
    background-color: #009ee2; }

.banner-home-carousel-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /*background-color: coral;*/
  overflow-x: hidden; }

.banner-home-carousel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  min-width: 100%;
  height: 100%;
  -webkit-transition: all 0.3 cubuc-bezier(0.5, 0.31, 0.84, 0.05);
  transition: all 0.3 cubuc-bezier(0.5, 0.31, 0.84, 0.05); }

.banner-home-carousel-item {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  /*background-color: lightyellow;*/ }
  .banner-home-carousel-item:first-child {
    background-color: #009ee2; }

.banner-home-carousel-item-info {
  display: inline-block;
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.2); }

.banner-home-carousel-item-img {
  display: inline-block;
  height: 100%;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden; }
  .banner-home-carousel-item-img a {
    display: block;
    width: 100%;
    height: 100%; }
  .banner-home-carousel-item-img img {
    display: block;
    width: 100%;
    height: auto; }

.carousel-interactif {
  position: static;
  width: 100%;
  height: 100%;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.banner-home-carousel-img-cntr, .banner-home-carousel-info-cntr {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 50%;
  overflow: hidden; }

.banner-home-carousel-img-cntr {
  /*background-color: rgba(white, 0.2);*/
  background-color: white; }
  .banner-home-carousel-img-cntr .banner-home-carousel-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: auto;
    overflow-x: hidden; }
  .banner-home-carousel-img-cntr .banner-home-carousel-img .carousel-img-item {
    display: block;
    width: 100%;
    overflow: hidden; }
  .banner-home-carousel-img-cntr .banner-home-carousel-img .carousel-img-item a {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto; }
    .banner-home-carousel-img-cntr .banner-home-carousel-img .carousel-img-item a img {
      display: block;
      height: 100%;
      width: 100%;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -o-object-fit: cover;
      object-fit: cover; }

.banner-home-carousel-info-cntr {
  position: relative;
  /*background-color: rgba(black, 0.2);*/ }
  .banner-home-carousel-info-cntr .banner-home-carousel-info {
    /*position: absolute;*/
    padding: 12.5%;
    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;
    height: 100%;
    width: auto;
    overflow-x: hidden;
    color: #18203c; }
  .banner-home-carousel-info-cntr .banner-home-carousel-info .top-new-title {
    display: block;
    height: 80px;
    width: 100%;
    font-size: 2.22222rem;
    font-weight: 300;
    text-transform: uppercase; }
  .banner-home-carousel-info-cntr .banner-home-carousel-info .see-all-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 80px;
    width: 100%;
    font-size: 1.11111rem;
    font-weight: 600; }
  .banner-home-carousel-info-cntr .banner-home-carousel-info .see-all-news a {
    display: block;
    vertical-align: -200%;
    text-decoration: none;
    color: inherit; }
  .banner-home-carousel-info-cntr .banner-home-carousel-info .news-title-cntr {
    position: relative;
    display: block;
    padding: 0 25px;
    overflow: hidden;
    width: 100%;
    height: 500px;
    text-overflow: ellipsis; }
  .banner-home-carousel-info-cntr .banner-home-carousel-info .news-title-cntr .news-titles {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 100%;
    width: auto;
    /*background-color: lightgreen;*/ }
    .banner-home-carousel-info-cntr .banner-home-carousel-info .news-title-cntr .news-titles .news-title-item {
      padding: 0.55556rem 0 1.66667rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      /*justify-content: space-around;*/
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-overflow: ellipsis;
      width: 100%;
      max-width: 100%;
      height: 100%;
      overflow: hidden; }
    .banner-home-carousel-info-cntr .banner-home-carousel-info .news-title-cntr .news-titles .news-title-item h2.new-title {
      margin-bottom: 0;
      font-size: 2.77778rem;
      line-height: 1;
      color: #18203c; }

.carousel-img-btns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 25%;
  height: 8.88889rem; }
  .carousel-img-btns .carousel-btn-right, .carousel-img-btns .carousel-btn-left {
    width: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-color: #18203c; }
  .carousel-img-btns .carousel-btn-right:hover, .carousel-img-btns .carousel-btn-left:hover {
    background-color: #090d18; }

.home-shortcuts-services {
  position: relative;
  z-index: 13;
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 880px;
  width: 100%; }
  .home-shortcuts-services .shortcuts-bloc {
    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;
    padding: 4.44444rem 6.25%;
    padding-right: 3.125%;
    width: 37.5%;
    height: 100%;
    min-height: 880px; }
  .home-shortcuts-services .shortcuts-bloc h3.shortcuts-title {
    margin: 0;
    height: 4.44444rem;
    font-size: 2.22222rem;
    font-weight: 300; }
  .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr {
    display: block;
    height: 31.11111rem;
    width: 100%;
    /*background-color: lightpink;*/ }
  .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%; }
    .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 5px 20px;
      margin: 15px 0;
      height: 116px;
      width: 100%;
      border-left: 2px solid #ccc; }
    .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut:first-child {
      margin-top: 0; }
    .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut:last-child {
      margin-bottom: 0; }
    .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut .shortcut-category {
      font-size: 1rem;
      font-weight: 300;
      color: #2c3979; }
      .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut .shortcut-category a {
        display: block;
        text-decoration: none;
        color: inherit; }
    .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut .shortcut-title {
      font-size: 1.11111rem;
      line-height: 1;
      font-weight: 600; }
    .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut .shortcut-read-more {
      font-size: 0.77778rem;
      font-weight: 400;
      color: #2c3979; }
      .home-shortcuts-services .shortcuts-bloc .shortcuts-cntr ul.shortcuts li.shortcut .shortcut-read-more a {
        display: block;
        text-decoration: none;
        color: inherit; }
  .home-shortcuts-services .shortcuts-bloc .see-all-shortcuts {
    height: 4.44444rem;
    font-size: 1.11111rem;
    font-weight: 600;
    color: #18203c; }
  .home-shortcuts-services .shortcuts-bloc .see-all-shortcuts a {
    /*display: block;*/
    text-decoration: none;
    color: inherit; }
  .home-shortcuts-services .services-bloc {
    position: relative;
    display: block;
    padding: 4.44444rem 6.25%;
    width: 62.5%;
    height: 100%;
    min-height: 880px;
    background-color: #c5d523; }
  .home-shortcuts-services .services-bloc:before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    content: '';
    height: calc(100% + 8.88889rem);
    width: 100vw;
    background-color: inherit; }
  .home-shortcuts-services .services-bloc #c43 {
    margin: 0;
    width: 100%; }
  .home-shortcuts-services .services-bloc .search-bar {
    display: inline-block;
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: right; }
  .home-shortcuts-services .services-bloc .search-bar .search-bar-form {
    position: relative;
    display: block;
    margin: 2.5rem 0;
    padding: 0;
    width: 100%;
    height: 3.88889rem; }
    .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="text"] {
      display: block;
      padding: 1.38889rem;
      width: 100%;
      height: 100%;
      font-size: 1.11111rem;
      font-weight: 300;
      font-style: italic;
      color: black;
      background-color: white;
      border: none;
      border-radius: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="text"]:focus {
      font-weight: 500;
      font-style: normal;
      outline: none; }
    .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="text"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black; }
    .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="text"]:-ms-input-placeholder {
      /* IE 10+ */
      color: black; }
    .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: black; }
    .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 3.88889rem;
      height: 100%;
      color: transparent;
      font-size: 0;
      background-image: url('../Images/search-icon.png');
      background-repeat: no-repeat;
      background-position: 5px center;
      /*background-size: cover;*/
      background-color: white;
      border: none;
      border-radius: 0;
      vertical-align: middle;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .home-shortcuts-services .services-bloc .service-search-title {
    font-size: 2.22222rem;
    line-height: 1;
    font-weight: 300; }
  .home-shortcuts-services .services-bloc .service-search form.service-search-form {
    position: relative;
    display: block;
    margin: 2.5rem 0;
    padding: 0;
    width: 100%;
    height: 3.88889rem; }
    .home-shortcuts-services .services-bloc .service-search form.service-search-form .service-search-input {
      display: block;
      padding: 1.38889rem;
      width: 100%;
      height: 100%;
      font-size: 1.11111rem;
      font-weight: 300;
      font-style: italic;
      color: black;
      background-color: white;
      border: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .home-shortcuts-services .services-bloc .service-search form.service-search-form .service-search-input:focus {
      font-weight: 500;
      font-style: normal;
      outline: none; }
    .home-shortcuts-services .services-bloc .service-search form.service-search-form .service-search-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: black; }
    .home-shortcuts-services .services-bloc .service-search form.service-search-form .service-search-input::-moz-placeholder {
      /* Firefox 19+ */
      color: black; }
    .home-shortcuts-services .services-bloc .service-search form.service-search-form .service-search-input:-ms-input-placeholder {
      /* IE 10+ */
      color: black; }
    .home-shortcuts-services .services-bloc .service-search form.service-search-form .service-search-input:-moz-placeholder {
      /* Firefox 18- */
      color: black; }
    .home-shortcuts-services .services-bloc .service-search form.service-search-form .service-search-submit {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 3.88889rem;
      height: 100%;
      color: transparent;
      font-size: 0;
      background-image: url('../Images/search-icon.png');
      background-repeat: no-repeat;
      background-position: 5px center;
      /*background-size: cover;*/
      background-color: white;
      border: none;
      vertical-align: middle;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .home-shortcuts-services .services-bloc .see-all-services {
    display: block;
    height: 80px;
    font-size: 1.11111rem;
    font-weight: 600; }
  .home-shortcuts-services .services-bloc .see-all-services a {
    display: block;
    padding: 40px 0 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit; }

.carousel-services-wrapper {
  display: block;
  margin: 2.22222rem 0;
  width: 100%;
  height: 280px;
  overflow: hidden; }

.carousel-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%; }
  .carousel-service .carousel-btn-left, .carousel-service .carousel-btn-right {
    background-color: #95a303; }
  .carousel-service .carousel-btn-left:hover, .carousel-service .carousel-btn-right:hover {
    background-color: #677102; }
  .carousel-service .carousel-btn-left.is-disable, .carousel-service .carousel-btn-right.is-disable {
    cursor: context-menu;
    opacity: 0.5; }
  .carousel-service .carousel-btn-left.is-disable:hover, .carousel-service .carousel-btn-right.is-disable:hover {
    background-color: #95a303; }

.carousel-service-cntr {
  position: relative;
  display: block;
  width: 75%;
  height: 100%;
  background-color: white;
  overflow: hidden; }
  .carousel-service-cntr .carousel-service-shortcut {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    min-width: 100%;
    height: 100%; }
  .carousel-service-cntr .carousel-service-shortcut .item {
    display: block;
    width: 100%;
    height: 100%; }
  .carousel-service-cntr .carousel-service-shortcut .item:first-child {
    /*background-color: rgba(lightpink, 0.3);*/ }
  .carousel-service-cntr .carousel-service-shortcut .item:last-child {
    /*background-color: rgba(lightblue, 0.3);*/ }
  .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    width: 100%;
    height: 100%; }
    .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut li.item-shortcut {
      position: relative;
      display: inline-block;
      width: 33.33333%;
      height: 50%;
      color: black;
      /*background-color: lightyellow;*/
      counter-increment: test;
      /*
       &:before{
       position: absolute;
       left: 0;
       right: 0;
       top: 0;
       bottom: 0;
       display: block;
       margin: 0 auto;
       height: 100%;
       width: 50%;
       font-size: 15px;
       color: inherit;
       content: counter(test);
       }
       */ }
    .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut li.item-shortcut:hover {
      background-color: #f2f2f2; }
      .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut li.item-shortcut:hover a img, .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut li.item-shortcut:hover a span {
        margin: 10px auto;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut li.item-shortcut a {
      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;
      padding: 1rem 0;
      width: 100%;
      height: 100%;
      text-align: center;
      text-decoration: none;
      color: inherit; }
      .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut li.item-shortcut a img {
        display: block;
        margin: 0 auto 0.55556rem;
        width: 2.5rem;
        height: 2.5rem; }
      .carousel-service-cntr .carousel-service-shortcut .item ul.service-shortcut li.item-shortcut a span {
        display: block;
        margin: 0 auto;
        /*padding: 0 rem(10);*/
        white-space: pre-wrap;
        /*word-spacing: 2 * rem(36);*/
        word-wrap: break-word;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 100%;
        font-size: 0.77778rem;
        font-weight: 600;
        text-transform: uppercase; }

.home-agenda {
  position: relative;
  /*z-index: 15;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 80px 0;
  padding: 0;
  /*height: 10 * $unit;*/
  min-height: 400px;
  width: 100%;
  background-color: #c00c3f; }
  .home-agenda:before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    z-index: 0;
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #c00c3f; }

.home-agenda-cockpit {
  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;
  padding: 2.77778rem 1.5625%;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 400px;
  width: 21.875%;
  color: white;
  vertical-align: top; }
  .home-agenda-cockpit a {
    text-decoration: none;
    color: inherit; }
  .home-agenda-cockpit .agenda-cockpit-title {
    margin-bottom: 1.44444rem;
    font-size: 2.22222rem;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase; }
  .home-agenda-cockpit .agenda-cockpit-filter-cntr {
    display: block;
    width: 100%;
    height: auto; }
  .home-agenda-cockpit .agenda-cockpit-filter-cntr .agenda-cockpit-filter {
    display: block;
    padding: 3px 0 0;
    width: 100%;
    font-weight: 300;
    line-height: 1.5;
    -webkit-transition: none;
    transition: none; }
  .home-agenda-cockpit .agenda-cockpit-filter-cntr .agenda-cockpit-filter:hover, .home-agenda-cockpit .agenda-cockpit-filter-cntr .agenda-cockpit-filter.is-active {
    font-weight: 600; }
  .home-agenda-cockpit .agenda-cockpit-see-all {
    display: block;
    margin-top: 40px;
    font-weight: 600; }

.agenda-brief-cntr {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 78.125%;
  height: 400px;
  /*background-color: lightseagreen;*/
  overflow: hidden; }
  .agenda-brief-cntr > div {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.agenda-brief-carousel {
  display: block;
  height: 100%;
  min-height: 22.22222rem;
  width: auto;
  min-width: 100%;
  background-color: #c00c3f; }
  .agenda-brief-carousel .carousel-btns-cntr {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 7.92079%;
    height: 100%; }
  .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-left, .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-right {
    display: block;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.2); }
  .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-left:hover, .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-right:hover {
    background-color: #72021f; }
  .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-left.is-disable, .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-right.is-disable {
    cursor: context-menu;
    opacity: 0.5; }
    .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-left.is-disable:hover, .agenda-brief-carousel .carousel-btns-cntr .carousel-btn-right.is-disable:hover {
      background-color: rgba(0, 0, 0, 0.2); }

.carousel-agenda-brief-wrapper {
  position: relative;
  display: block;
  width: 92.07921%;
  height: 100%;
  min-height: 22.22222rem;
  overflow: hidden; }
  .carousel-agenda-brief-wrapper .carousel-agenda-brief {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    min-width: 100%;
    height: 100%;
    min-height: 22.22222rem; }
  .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    /*@for $i from 1 through 3{*/
    /*  &:nth-child(#{$i}){*/
    /*    background-color: darken(lightyellow, $i * 10%);*/
    /*  }*/
    /*}*/
    overflow: hidden; }
  .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item {
    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;
    padding: 4.44444rem 1.9802%;
    width: 33.3334%;
    height: 100%;
    font-size: 1.11111rem;
    color: white;
    background-color: lightblue;
    background-image: linear-gradient(130deg, #ae0833, #c00c3f); }
    .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item .agenda-date {
      display: block;
      font-weight: 600; }
    .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item .agenda-category {
      display: block;
      font-weight: 300; }
    .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item .agenda-title {
      display: block;
      margin-bottom: -10px;
      font-weight: 700;
      line-height: 1.11111rem; }
    .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item .agenda-title a {
      display: block;
      color: inherit;
      text-decoration: none; }
    .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item .agenda-place {
      display: block;
      font-weight: 300; }
    .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item .agenda-learn-more {
      font-size: 0.77778rem;
      text-transform: uppercase; }
    .carousel-agenda-brief-wrapper .carousel-agenda-brief .agenda-brief-item .agenda-item .agenda-learn-more a {
      display: block;
      color: inherit;
      text-decoration: none; }

.home-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*padding: rem(80);*/
  /*margin-bottom: rem(80);*/
  height: 36.66667rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .home-medias .media-bloc {
    display: block;
    padding: 0 6.25% 4.44444rem;
    width: 50%;
    height: 100%; }
  .home-medias .media-bloc .media-title {
    display: block;
    margin-bottom: 2.22222rem;
    font-size: 2.22222rem;
    font-weight: 300;
    color: black;
    text-transform: uppercase; }

.media-carousel {
  display: block;
  /*@include displayFlex();*/
  /*flex-direction: column;*/
  height: 100%;
  width: 100%;
  /*background-color: lightyellow;*/ }
  .media-carousel .see-all-media {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #2c3979; }
  .media-carousel .see-all-media a {
    display: block;
    text-decoration: none;
    color: inherit; }
  .media-carousel .see-all-media a:hover {
    text-decoration: underline; }
  .media-carousel .video-carousel-cntr, .media-carousel .image-carousel-cntr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    display: block;
    width: 100%;
    height: 17.77778rem; }
  .media-carousel .video-carousel-cntr .video-carousel-wrapper, .media-carousel .image-carousel-cntr .video-carousel-wrapper, .media-carousel .video-carousel-cntr .image-carousel-wrapper, .media-carousel .image-carousel-cntr .image-carousel-wrapper {
    position: relative;
    width: 83.33334%;
    height: 100%;
    /*background-color: lightblue;*/
    overflow: hidden; }
  .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    height: 100%;
    min-width: 100%; }
    .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .image-item, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .image-item, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .image-item, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .image-item, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .image-item, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .image-item, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .image-item, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .image-item, .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .video-item, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .video-item, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .video-item, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .video-item, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .video-item, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .video-item, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .video-item, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .video-item {
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(199, 199, 199, 0.21); }
    .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .image-item > a, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .image-item > a, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .image-item > a, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .image-item > a, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .image-item > a, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .image-item > a, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .image-item > a, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .image-item > a, .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .video-item > a, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .video-item > a, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .video-item > a, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .video-item > a, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .video-item > a, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .video-item > a, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .video-item > a, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .video-item > a {
      display: block;
      width: 100%;
      height: 100%; }
    .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .image-item .iframe-cntr, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .image-item .iframe-cntr, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .image-item .iframe-cntr, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .image-item .iframe-cntr, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .image-item .iframe-cntr, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .image-item .iframe-cntr, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .image-item .iframe-cntr, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .image-item .iframe-cntr, .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .video-item .iframe-cntr, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .video-item .iframe-cntr, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .video-item .iframe-cntr, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .video-item .iframe-cntr, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .video-item .iframe-cntr, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .video-item .iframe-cntr, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .video-item .iframe-cntr, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .video-item .iframe-cntr {
      display: none;
      max-height: 300px;
      height: 100%;
      max-width: 600px;
      width: 100%; }
    .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .image-item img, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .image-item img, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .image-item img, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .image-item img, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .image-item img, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .image-item img, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .image-item img, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .image-item img, .media-carousel .video-carousel-cntr .video-carousel-wrapper .video-carousel .video-item img, .media-carousel .image-carousel-cntr .video-carousel-wrapper .video-carousel .video-item img, .media-carousel .video-carousel-cntr .image-carousel-wrapper .video-carousel .video-item img, .media-carousel .image-carousel-cntr .image-carousel-wrapper .video-carousel .video-item img, .media-carousel .video-carousel-cntr .video-carousel-wrapper .image-carousel .video-item img, .media-carousel .image-carousel-cntr .video-carousel-wrapper .image-carousel .video-item img, .media-carousel .video-carousel-cntr .image-carousel-wrapper .image-carousel .video-item img, .media-carousel .image-carousel-cntr .image-carousel-wrapper .image-carousel .video-item img {
      display: block;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .media-carousel .video-carousel-cntr .carousel-btns-cntr, .media-carousel .image-carousel-cntr .carousel-btns-cntr {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16.6667%;
    height: 100%;
    background-color: #009ee2; }
  .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-left, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-left, .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-right, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-right {
    display: block;
    width: 100%;
    height: 50%; }
    .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-left:hover, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-left:hover, .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-right:hover, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-right:hover {
      background-color: #18203c; }
    .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-left.is-disable, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-left.is-disable, .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-right.is-disable, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-right.is-disable {
      cursor: context-menu;
      opacity: 0.5; }
    .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-left.is-disable:hover, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-left.is-disable:hover, .media-carousel .video-carousel-cntr .carousel-btns-cntr .carousel-btn-right.is-disable:hover, .media-carousel .image-carousel-cntr .carousel-btns-cntr .carousel-btn-right.is-disable:hover {
      background-color: #18203c; }
  .media-carousel .info-carousel-wrapper {
    position: relative;
    display: block;
    margin: 0;
    /*padding-right: percent-of(80, 480);*/
    /*width: percent-of(400, 480);*/
    width: 100%;
    height: 8.88889rem;
    /*background-color: rgba(lightyellow, 0.5);*/
    /*border: 2px dotted seagreen;*/
    overflow: hidden; }
  .media-carousel .info-carousel-wrapper:before {
    position: absolute;
    left: 0;
    top: 1.66667rem;
    display: block;
    content: '';
    height: calc(100% - 3.33333rem);
    width: 2px;
    background-color: #2c3979; }
  .media-carousel .info-carousel-wrapper .info-media-carousel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 1.66667rem 0;
    width: auto;
    height: 100%;
    min-width: 100%; }
  .media-carousel .info-carousel-wrapper .info-media-carousel .info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.11111rem;
    width: 100%;
    height: auto;
    color: #2c3979;
    /*border-left: 2px solid $dBlue3;*/
    vertical-align: middle; }
    .media-carousel .info-carousel-wrapper .info-media-carousel .info-item a {
      display: block;
      text-decoration: none;
      color: inherit;
      /*&:hover{*/
      /*  text-decoration: underline;*/
      /*}*/ }
    .media-carousel .info-carousel-wrapper .info-media-carousel .info-item .info-category {
      display: block;
      margin-bottom: 5px;
      font-size: 1.11111rem;
      font-weight: 300; }
    .media-carousel .info-carousel-wrapper .info-media-carousel .info-item .info-title {
      display: block;
      font-size: 1.11111rem;
      font-weight: 700;
      color: black; }
    .media-carousel .info-carousel-wrapper .info-media-carousel .info-item .info-see-video, .media-carousel .info-carousel-wrapper .info-media-carousel .info-item .info-see-image {
      display: block;
      margin-top: 1.11111rem;
      font-size: 0.77778rem;
      font-weight: 400;
      text-transform: uppercase; }

#c35, #c37, #c36, #c38 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: 'all 0.5s linear';
  transition: 'all 0.5s linear';
  -webkit-transform: translateY(0);
  transform: translateY(0); }
  #c35 .news, #c37 .news, #c36 .news, #c38 .news {
    height: 100%; }
  #c35.is-hidden, #c37.is-hidden, #c36.is-hidden, #c38.is-hidden {
    z-index: 0;
    display: block !important;
    opacity: 0;
    /*visibility: hidden;*/
    -webkit-transition: 'all 0.5s linear';
    transition: 'all 0.5s linear';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #c35.is-hidden:nth-child(even), #c37.is-hidden:nth-child(even), #c36.is-hidden:nth-child(even), #c38.is-hidden:nth-child(even) {
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }

#c37, #c36, #c38 {
  /*display: none;*/ }

#tx-solr-search .search-bar {
  display: block;
  margin: 20px 0;
  width: 100%;
  text-align: center; }
  #tx-solr-search .search-bar form {
    display: block;
    margin: 0 auto;
    width: 90%; }

.agenda-topnews, .agenda-all, .agenda-today, .agenda-week, .agenda-month {
  height: 100%; }

#popup_box {
  display: block;
  height: 300px;
  width: 600px; }
  body .scroller {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    height: 40px;
    width: 40px;
    background-image: url('../Images/arrowTop.png');
    background-color: #1b203c;
    background-size: cover;
    border-radius: 100%;
    cursor: pointer; }

.default-page-cntr {
  width: 100%; }

.sub-header-page-cntr {
  position: relative;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 4.44444rem;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  /*width: percent-of(1280, 1440);*/ }

.filAriane {
  color: #989898; }
  .filAriane li {
    display: inline-block; }
  .filAriane li.current-item {
    margin-left: 15px; }
  .filAriane a {
    color: inherit; }
  .filAriane a:after {
    display: inline-block;
    margin-left: 10px;
    content: '>'; }
  .filAriane .prefil {
    padding: 0 15px; }
  .filAriane .ir.filHome {
    margin: 0 10px 0 5px; }
  .filAriane span.flechDRose {
    margin-right: 15px; }
  .filAriane span.flechD {
    margin-left: 10px; }

.options {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px; }

.social-share-opener, .print-opener {
  margin-left: 15px;
  height: 48px;
  width: 48px;
  background-image: url('../Images/print-ro.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .social-share-opener:hover, .print-opener:hover {
    background-position: top; }

.social-share-opener {
  background-image: url('../Images/share-ro.png'); }
  .social-share-opener.is-active {
    background-position: top;
    /*border: 2px solid $dBlue;*/ }

.socialShare {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 15;
  padding: 20px;
  background-color: #f2f2f2;
  -webkit-transition: none;
  transition: none;
  /*text-align: 100%;*/ }
  .social_share_privacy_area img {
    width: auto; }
  .social_share_privacy_area li.settings_info {
    position: static !important;
    clear: both;
    float: none !important; }
  .social_share_privacy_area li.settings_info .settings_info_menu.off, .social_share_privacy_area li.settings_info .settings_info_menu.on {
    position: static;
    display: inline-block;
    min-width: 50px; }

.page-type-header h1.page-type-header-title {
  margin: 2% 0;
  font-size: 1.94444rem;
  font-weight: bold;
  color: #053c64;
  text-transform: uppercase; }
  .page-type-header .page-type-header-img {
    display: block;
    width: 100%; }
  .page-type-header .page-type-header-img img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .page-type-header .page-type-header-teaser {
    margin: 40px 0;
    font-size: 1.44444rem;
    font-weight: bold; }

.page-type-body {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-type-body .page-type-left-col {
    width: 64%;
    /*background-color: rgb(251, 250, 235);*/ }
  .page-type-body .page-type-left-col p {
    margin: 0 0 1.66667rem;
    font-size: 400; }
  .page-type-body .page-type-left-col h2 {
    margin: 0 0 2.22222rem;
    font-size: 1.66667rem;
    font-weight: 700;
    color: #004677; }
  .page-type-body .page-type-left-col ul {
    padding-left: 6.25%;
    list-style-type: square; }
  .page-type-body .page-type-left-col ul li {
    margin: 1.73611% 0; }
  .page-type-body .page-type-left-col b {
    font-weight: 700; }
  .page-type-body .page-type-right-col {
    margin-left: 2%;
    width: 32%;
    /*background-color: rgb(250, 231, 231);*/
    overflow: hidden; }
  .page-type-body .page-type-right-col > img {
    width: 100%;
    height: auto;
    margin-bottom: 4.6875%; }
  .page-type-body .page-type-right-col .bloc:not(: last-child) {
    margin-bottom: 9.375%; }
  .page-type-body .page-type-right-col .bloc .bloc-title {
    display: block;
    padding: 6.25%;
    width: 100%;
    font-size: 1.11111rem;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    background-color: #333; }
  .page-type-body .page-type-right-col .bloc .bloc-body {
    display: block;
    padding: 6.25%;
    width: 100%;
    background-color: #f2f2f2; }
    .page-type-body .page-type-right-col .bloc .bloc-body > img {
      margin: 3.125% 0;
      width: 100%;
      height: auto; }
    .page-type-body .page-type-right-col .bloc .bloc-body .uppercase {
      text-transform: uppercase; }
    .page-type-body .page-type-right-col .bloc .bloc-body p {
      margin: 3.125% 0;
      font-size: 0.88889rem; }
    .page-type-body .page-type-right-col .bloc .bloc-body p.title {
      font-size: 1rem;
      font-weight: 700; }
    .page-type-body .page-type-right-col .bloc .bloc-body ul {
      font-weight: 600; }
    .page-type-body .page-type-right-col .bloc .bloc-body ul li {
      margin: 1.5625%; }

.page-detail-header h1.page-detail-header-title {
  margin: 2% 0;
  font-size: 1.94444rem;
  font-weight: bold;
  /*line-height: rem(35);*/
  color: #053c64;
  text-transform: uppercase; }
  .page-detail-header .page-detail-header-img {
    display: block;
    width: 100%; }
  .page-detail-header .page-detail-header-img img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .page-detail-header .page-detail-header-teaser {
    margin: 30px 0;
    font-size: 1.44444rem;
    /*line-height: rem(26);*/
    font-weight: bold; }

.page-detail-body {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .page-detail-body.fx-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .page-detail-body .page-detail-left-col {
    width: 64%;
    /*background-color: rgb(251, 250, 235);*/ }
  .page-detail-body .page-detail-left-col p {
    margin: 0 0 1.66667rem;
    font-size: 400; }
  .page-detail-body .page-detail-left-col p img {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .page-detail-body .page-detail-left-col img {
    width: 100%;
    height: auto;
    margin-bottom: 4.6875%; }
  .page-detail-body .page-detail-left-col h2, .page-detail-body .page-detail-left-col h3, .page-detail-body .page-detail-left-col h4, .page-detail-body .page-detail-left-col h5, .page-detail-body .page-detail-left-col h6 {
    color: #004677; }
  .page-detail-body .page-detail-left-col h2, .page-detail-body .page-detail-left-col h3, .page-detail-body .page-detail-left-col h4, .page-detail-body .page-detail-left-col h5, .page-detail-body .page-detail-left-col h6 {
    text-transform: uppercase; }
  .page-detail-body .page-detail-left-col ul {
    padding-left: 6.25%;
    list-style-type: square; }
  .page-detail-body .page-detail-left-col ul li {
    margin: 1.73611% 0; }
  .page-detail-body .page-detail-left-col b {
    font-weight: 700; }
  .page-detail-body .page-detail-right-col {
    margin-left: 2%;
    width: 32%;
    /*background-color: rgb(250, 231, 231);*/
    overflow: hidden; }
  .page-detail-body .page-detail-right-col > img {
    width: 100%;
    height: auto;
    margin-bottom: 4.6875%; }
  .page-detail-body .page-detail-right-col .bloc {
    margin-bottom: 9.375%; }
  .page-detail-body .page-detail-right-col .bloc .bloc-title {
    display: block;
    padding: 6.25%;
    width: 100%;
    font-size: 1.11111rem;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    background-color: #004677; }
  .page-detail-body .page-detail-right-col .bloc .bloc-body {
    display: block;
    padding: 6.25%;
    width: 100%;
    background-color: #f2f2f2; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body > img {
      margin: 3.125% 0;
      width: 100%;
      height: auto; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body .uppercase {
      text-transform: uppercase; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body p {
      margin: 3.125% 0;
      font-size: 0.88889rem; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body p.title {
      margin: 0;
      font-size: 1rem;
      font-weight: 700;
      color: black; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body a {
      color: #004677;
      text-decoration: none; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body a:hover {
      text-decoration: underline; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body .download-title {
      font-size: 1rem;
      font-weight: 600;
      color: #004677;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body .download-title a {
      position: relative;
      padding: 0.55556rem 0 0.55556rem 1.94444rem;
      text-decoration: none;
      color: inherit; }
      .page-detail-body .page-detail-right-col .bloc .bloc-body .download-title a:after {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        content: '';
        height: 100%;
        width: 1.66667rem;
        background-image: url('../Images/download-icon.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body ul {
      font-weight: 600; }
    .page-detail-body .page-detail-right-col .bloc .bloc-body ul li {
      margin: 1.5625%; }

.formulaire-cntr .formulaire-form hr {
  border: 1px solid #ccc; }

.formulaire-input {
  display: table;
  padding: 0.72222rem 0;
  width: 100%;
  /*margin: 0 0 0 percent-of(40, 640);*/
  display: block; }
  .formulaire-input .parsley-errors-list {
    list-style: none; }
  .formulaire-input .parsley-errors-list .parsley-custom-error-message {
    display: block;
    font-style: italic;
    color: #d43434; }
  .formulaire-input .label-form, .formulaire-input .label-checkbox, .formulaire-input .label-input, .formulaire-input .label-radio {
    display: inline-block;
    padding: 0.83333rem 1rem;
    width: 26.5625%;
    font-weight: 300;
    font-style: italic;
    color: #333;
    text-align: right;
    vertical-align: top; }
  .formulaire-input .label-checkbox, .formulaire-input .label-radio {
    width: auto;
    font-style: italic; }
  .formulaire-input .textarea-input, .formulaire-input .input-form, .formulaire-input .file-form, .formulaire-input .submit-form, .formulaire-input .reset-form {
    padding: 0.83333rem 1rem;
    width: 67.34375%;
    border: 1px solid #666;
    max-width: 485px; }
  .formulaire-input .textarea-input:focus, .formulaire-input .input-form:focus, .formulaire-input .file-form:focus, .formulaire-input .submit-form:focus, .formulaire-input .reset-form:focus {
    outline: 1px solid #333; }
  .formulaire-input .submit-form, .formulaire-input .reset-form {
    display: block;
    margin: 0 auto !important; }
  .formulaire-input .file-form, .formulaire-input .submit-form, .formulaire-input .reset-form {
    width: auto;
    color: white;
    background-color: #004677;
    border: none; }
  .formulaire-input .submit-form, .formulaire-input .reset-form {
    margin: 0;
    padding: 0.83333rem 1.66667rem;
    /*float: right;*/
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer; }
  .formulaire-input .submit-form:hover, .formulaire-input .reset-form:hover {
    background-color: #002844; }
  .formulaire-input .reset-form {
    background-color: #c00c3f;
    color: white; }
  .formulaire-input .reset-form:hover {
    background-color: #7d0625; }
  .formulaire-input .checkbox-form {
    margin: 0.83333rem 0;
    /*vertical-align: 15px;*/ }
  .formulaire-input .checkbox-cntr {
    width: 100%; }
  .formulaire-input .checkbox-cntr input, .formulaire-input .checkbox-cntr label {
    display: inline-block;
    margin: auto;
    vertical-align: sub; }
  .formulaire-input .checkbox-cntr label {
    margin-left: 15px;
    vertical-align: top; }
  .formulaire-input .radio-form {
    margin: 0.83333rem 0;
    border-radius: 100%; }

p.bloc-title {
  display: block;
  padding: 6.25%;
  width: 100%;
  font-size: 1.11111rem;
  font-weight: 700;
  line-height: 1.3;
  color: white;
  background-color: #004677; }
  p.bloc-body {
    display: block;
    padding: 6.25%;
    width: 100%;
    background-color: #f2f2f2; }

.btn {
  /*margin: 0 10px 10px 0;*/
  display: block;
  padding: 0.83333rem 1.66667rem;
  float: right;
  width: auto;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: none; }
  .btn a {
    display: block;
    color: inherit;
    text-decoration: none; }
  .btn.btn-default, .btn.btn-primary, .btn.btn-blue {
    background-color: #004677; }
  .btn.btn-danger, .btn.btn-red {
    background-color: #ae0833; }
  .btn.btn-success {
    background-color: #c5d523; }
  .default-page .page-detail-right-col > div {
    margin-bottom: 2.22222rem; }
  .default-page .page-detail-right-col > div .entete {
    display: block;
    padding: 6.25%;
    margin: 0;
    width: 100%;
    font-size: 1.11111rem;
    font-weight: 700;
    line-height: 1.3;
    color: white;
    background-color: #004677; }
  .default-page .page-detail-right-col > div .ce-textpic {
    display: block;
    padding: 6.25%;
    width: 100%;
    background-color: #f2f2f2; }

#heading-catcher {
  position: relative;
  margin-top: 40px;
  -webkit-transition: none;
  transition: none; }

.heading-nav-cntr {
  /*display: none;*/
  /*padding: percent-of(5, 240) 0 0 percent-of(20, 240);*/ }
  .heading-nav-cntr > li {
    position: relative;
    margin: 10px 0;
    padding: 10px 4.16667%;
    background-color: #f2f2f2;
    overflow: hidden;
    /*
     &:before{
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     z-index: 0;
     display: block;
     content: '';
     width: 0;
     height: 100%;
     @include transition(all 0.2s linear);
     background-color: rgba($lBlue, 0.4);
     }
     /*&:after{
     position: absolute;
     top: 0;
     bottom: 0;
     right: -30%;
     z-index: 0;
     display: block;
     content: '';
     opacity: 0;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-top: 7px solid black;
     @include transform(rotateZ(-90deg));
     @include transition(all 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5));
     }*/ }
  .heading-nav-cntr > li a {
    position: relative;
    z-index: 1;
    display: block;
    color: inherit;
    text-decoration: none; }
  .heading-nav-cntr > li a:hover {
    text-decoration: underline; }
  .heading-nav-cntr > li:hover .toc-bar {
    width: 100% !important;
    /* background-color: lighten($lBlue, 5%);*/
    background-color: #c1e1ee;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .heading-nav-cntr > li:hover:after {
    right: -10px;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: all 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5); }

img[alt="sort ascending"] {
  height: auto;
  width: auto; }

.content_full {
  width: 100%; }

.sub-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 4;
  flex-shrink: 4;
  padding: 5px;
  /*background-color: lightseagreen;*/ }

.sub-page-cntr {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 5px;
  min-height: 200px;
  height: auto;
  width: calc(25% - 10px);
  overflow: hidden; }
  .sub-page-cntr .sub-page-img {
    height: 100%;
    width: 100%;
    background-image: url('../Images/file-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #18203c; }
  .sub-page-cntr .sub-page-img img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: 100%; }
  .sub-page-cntr .sub-page-body a {
    text-decoration: none;
    color: inherit;
    text-shadow: 1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, -1px 0 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black; }
  .sub-page-cntr .sub-page-body .sub-page-body-title {
    font-size: 1.44444rem;
    /*line-height: 1.44444rem;*/
    font-weight: 600;
    z-index: 2; }
  .sub-page-cntr .sub-page-body .sub-page-body-subtitle {
    margin-top: 5px;
    font-size: 0.7rem;
    /*line-height: 0.7rem;*/ }
  .sub-page-cntr .legend {
    display: block;
    position: absolute;
    bottom: 0px;
    height: 50%;
    width: 100%;
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, transparent), color-stop(100%, rgba(51, 51, 51, 0.5)), color-stop(100%, rgba(51, 51, 51, 0.6)), color-stop(100%, rgba(51, 51, 51, 0.8)), to(rgba(51, 51, 51, 0.9)));
     background: linear-gradient(to bottom, transparent 100%, rgba(51, 51, 51, 0.5) 100%, rgba(51, 51, 51, 0.6) 100%, rgba(51, 51, 51, 0.8) 100%, rgba(51, 51, 51, 0.9));
     -webkit-transition: all 0.3s;
     transition: all 0.3s;*/ }
  .sub-page-cntr:hover .legend {
    /* background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0,0,0,0.5)), color-stop(55%, rgba(0,0,0,0.6)), color-stop(80%, rgba(0,0,0,0.8)), to(rgba(0,0,0,0.9)));
     background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0.9));
     height: 60%;*/ }

.sub-pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 4;
  flex-shrink: 4;
  padding: 10px;
  /*background-color: lightseagreen;*/ }

.sub-page-cntr {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0.55556rem 1.4% 0.55556rem 0;
  min-height: 200px;
  height: auto;
  width: 24%;
  overflow: hidden; }
  .sub-page-cntr:nth-child(4n) {
    margin-right: -10px; }
  .sub-page-cntr .sub-page-img {
    height: 100%;
    width: 100%;
    background-image: url('../Images/file-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #18203c; }
  .sub-page-cntr .sub-page-img img {
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
    height: 100%; }
  .sub-page-cntr .sub-page-body {
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    bottom: 0px;
    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;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1); }
  .sub-page-cntr .sub-page-body a {
    text-decoration: none;
    color: inherit; }
  .sub-page-cntr .sub-page-body .sub-page-body-title {
    font-size: 1.44444rem;
    /*line-height: 1.44444rem;*/
    font-weight: 600;
    padding-left: 10px;
    padding-bottom: 20px; }
  .sub-page-cntr .sub-page-body .sub-page-body-subtitle {
    margin-top: 5px;
    font-size: 0.7rem;
    /*line-height: 0.7rem;*/ }
  .sub-page-cntr .sub-page-body .sub-page-read-more-link {
    display: none; }
  .sub-page-cntr:hover {
    /* background-color: rgba(black, 0.3);*/ }
  .body-nav-cntr .menu-02 .navigation .has-children .level-2 li.visible {
    background-color: #009ee2;
    color: white;
    font-weight: 600; }

.ce-intext.ce-right .ce-gallery {
  margin-left: 0;
  margin-bottom: 20px; }
/*PLAN DU SITE*/
div.unfold {
  position: relative;
  padding: 13px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: px-to-em(18, 20);
  font-weight: 400;
  font-stretch: extra-condensed;
  color: white;
  background-color: #009ee2; }
  div.unfold:after {
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    display: block;
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid white;
    -webkit-transform: rotateX(-180deg) translateY(2px);
    transform: rotateX(-180deg) translateY(2px);
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear; }
  div.unfold.plier:after {
    -webkit-transform: none;
    transform: none; }
  div.unfold:first-child {
    display: none; }

ul.ce-menu {
  /*background-color: lightpink;*/ }
  ul.ce-menu.ce-menu-2 {
    color: #004677;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-stretch: extra-condensed; }
  ul.ce-menu.ce-menu-2 > li.nivi {
    /*background-color: lightgreen;*/ }
  ul.ce-menu.ce-menu-2 > li.nivi a {
    text-decoration: none;
    color: inherit; }
  ul.ce-menu.ce-menu-2 > li.nivi > ul {
    /*background-color: lightblue;*/ }
    ul.ce-menu.ce-menu-2 > li.nivi > ul > li.nivi {
      /*background-color: lightyellow;*/ }

.unfold {
  margin-bottom: 1.5rem; }
  .unfold span {
    display: none;
    cursor: pointer; }
  .unfold span.active {
    display: inline-block; }

.ce-menu-2 {
  margin-left: 40px; }
  .ce-menu-2 > li:before {
    background: none !important; }
  .ce-menu-2 li {
    list-style: none;
    margin-bottom: 0.8rem; }
  .ce-menu-2 li li {
    list-style: none;
    margin: 0.5rem 0; }
  .ce-menu-2 li:before, .ce-menu-2 li .img_plansite {
    background: url("../Images/spritesPlanSite.png") 0 0 no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    content: " ";
    display: inline-block;
    margin: 0 0.2rem 0 -0.3rem;
    cursor: pointer;
    vertical-align: middle; }
  .ce-menu-2 li.nivi:before {
    display: none; }
  .ce-menu-2 li .img_plansite {
    background-position: -1.6rem 0; }
  .ce-menu-2 li .img_plansite.niviclosed {
    background-position: -3.4rem 0; }

.unfold {
  cursor: pointer;
  margin-bottom: 15px; }

.ce-menu-2 li {
  list-style: none; }
  .ce-menu-2 li:before, .ce-menu-2 li .img_plansite {
    background: url("../Images/spritesPlanSite.png") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin-right: 5px;
    cursor: pointer; }
  .ce-menu-2 li.nivi:before {
    display: none; }
  .ce-menu-2 li.nivi ul {
    margin-left: 20px; }
  .ce-menu-2 li .img_plansite {
    background-position: -16px 0; }
  .ce-menu-2 li .img_plansite:nth-child(2) {
    display: none; }
  .ce-menu-2 li .img_plansite.niviclosed {
    background-position: -34px 0; }

.img_plansite {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.ancre-cntr .toc-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* background-color: rgba($lBlue, 1);*/
  background-color: #c1e1ee; }

.special-bloc {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: #f2f2f2; }
  .special-bloc > h2 {
    display: block;
    padding: 10px 6.25%;
    margin: 0;
    width: 100%;
    font-size: 1.11111rem;
    font-weight: 700;
    line-height: 1.3;
    color: white !important;
    text-align: center;
    background-color: #004677; }

.special-bloc {
  margin-bottom: 60px; }
  .special-bloc table {
    margin: 20px 5px; }
  .special-bloc td {
    text-align: center; }
  .special-bloc td h2, .special-bloc td h3 {
    margin: 0.5rem 0; }

.fiche-video-cntr {
  width: 100%; }
  .fiche-video-cntr iframe {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    min-height: 500px; }

.video-gallery .albums-list .thumbs-albums .img-thumbnail .thumb-album-img {
  background-image: url('../Images/video-icon.svg'); }
  .video-gallery .albums-list .thumbs-albums .img-thumbnail .thumb-album-img * {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.annuaire-list-view .annuaire-item, .annuaire-detail-body .annuaire-item, .annuaire-list-view .annuaire-info, .annuaire-detail-body .annuaire-info {
  padding: 0 0 15px 15px;
  width: 100%;
  font-size: 0.88889rem; }
  .annuaire-list-view .annuaire-item b, .annuaire-detail-body .annuaire-item b, .annuaire-list-view .annuaire-info b, .annuaire-detail-body .annuaire-info b {
    font-weight: 700; }
  .annuaire-list-view .annuaire-item:not(:first-child), .annuaire-detail-body .annuaire-item:not(:first-child), .annuaire-list-view .annuaire-info:not(:first-child), .annuaire-detail-body .annuaire-info:not(:first-child) {
    padding: 15px 0 15px 15px;
    border-top: 2px solid #ccc; }
  .annuaire-list-view .annuaire-item .annuaire-item-title, .annuaire-detail-body .annuaire-item .annuaire-item-title, .annuaire-list-view .annuaire-info .annuaire-item-title, .annuaire-detail-body .annuaire-info .annuaire-item-title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.27778rem;
    font-weight: 700;
    color: #2c3979; }
  .annuaire-list-view .annuaire-item .annuaire-item-title a, .annuaire-detail-body .annuaire-item .annuaire-item-title a, .annuaire-list-view .annuaire-info .annuaire-item-title a, .annuaire-detail-body .annuaire-info .annuaire-item-title a {
    text-decoration: none;
    color: inherit; }
  .annuaire-list-view .annuaire-item .annuaire-item-title a:hover, .annuaire-detail-body .annuaire-item .annuaire-item-title a:hover, .annuaire-list-view .annuaire-info .annuaire-item-title a:hover, .annuaire-detail-body .annuaire-info .annuaire-item-title a:hover {
    text-decoration: underline; }
  .annuaire-list-view .annuaire-item .annuaire-item-address, .annuaire-detail-body .annuaire-item .annuaire-item-address, .annuaire-list-view .annuaire-info .annuaire-item-address, .annuaire-detail-body .annuaire-info .annuaire-item-address, .annuaire-list-view .annuaire-item .annuaire-item-job, .annuaire-detail-body .annuaire-item .annuaire-item-job, .annuaire-list-view .annuaire-info .annuaire-item-job, .annuaire-detail-body .annuaire-info .annuaire-item-job {
    padding-left: 15px; }
  .annuaire-list-view .annuaire-item .annuaire-item-address span, .annuaire-detail-body .annuaire-item .annuaire-item-address span, .annuaire-list-view .annuaire-info .annuaire-item-address span, .annuaire-detail-body .annuaire-info .annuaire-item-address span, .annuaire-list-view .annuaire-item .annuaire-item-job span, .annuaire-detail-body .annuaire-item .annuaire-item-job span, .annuaire-list-view .annuaire-info .annuaire-item-job span, .annuaire-detail-body .annuaire-info .annuaire-item-job span {
    /*display: block;*/
    margin-bottom: 3px; }
  .annuaire-list-view .annuaire-item .annuaire-item-address span b, .annuaire-detail-body .annuaire-item .annuaire-item-address span b, .annuaire-list-view .annuaire-info .annuaire-item-address span b, .annuaire-detail-body .annuaire-info .annuaire-item-address span b, .annuaire-list-view .annuaire-item .annuaire-item-job span b, .annuaire-detail-body .annuaire-item .annuaire-item-job span b, .annuaire-list-view .annuaire-info .annuaire-item-job span b, .annuaire-detail-body .annuaire-info .annuaire-item-job span b {
    /*color: $mGreen;*/ }
  .annuaire-list-view .annuaire-item .annuaire-item-job, .annuaire-detail-body .annuaire-item .annuaire-item-job, .annuaire-list-view .annuaire-info .annuaire-item-job, .annuaire-detail-body .annuaire-info .annuaire-item-job {
    margin-bottom: 10px; }
  .annuaire-list-view .annuaire-item .annuaire-item-job span, .annuaire-detail-body .annuaire-item .annuaire-item-job span, .annuaire-list-view .annuaire-info .annuaire-item-job span, .annuaire-detail-body .annuaire-info .annuaire-item-job span {
    display: block;
    font-weight: 600; }
  .annuaire-list-view .annuaire-item .annuaire-item-job span.organisme, .annuaire-detail-body .annuaire-item .annuaire-item-job span.organisme, .annuaire-list-view .annuaire-info .annuaire-item-job span.organisme, .annuaire-detail-body .annuaire-info .annuaire-item-job span.organisme {
    font-style: italic;
    font-weight: 300; }
  .annuaire-list-view .annuaire-item .see-more, .annuaire-detail-body .annuaire-item .see-more, .annuaire-list-view .annuaire-info .see-more, .annuaire-detail-body .annuaire-info .see-more {
    display: inline-block;
    padding-left: 15px;
    margin-top: 15px;
    font-weight: 700;
    /*color: darken($lGrey, 40%);*/
    color: #18203c;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.77778rem; }
  .annuaire-list-view .annuaire-item .see-more:hover, .annuaire-detail-body .annuaire-item .see-more:hover, .annuaire-list-view .annuaire-info .see-more:hover, .annuaire-detail-body .annuaire-info .see-more:hover {
    text-decoration: underline; }
  .annuaire-list-view .annuaire-item .annuaire-item-call, .annuaire-detail-body .annuaire-item .annuaire-item-call, .annuaire-list-view .annuaire-info .annuaire-item-call, .annuaire-detail-body .annuaire-info .annuaire-item-call {
    padding-left: 15px; }
  .annuaire-list-view .annuaire-item .annuaire-item-call span, .annuaire-detail-body .annuaire-item .annuaire-item-call span, .annuaire-list-view .annuaire-info .annuaire-item-call span, .annuaire-detail-body .annuaire-info .annuaire-item-call span {
    /*display: block;*/
    margin-bottom: 3px; }
  .annuaire-list-view .annuaire-item .annuaire-item-link, .annuaire-detail-body .annuaire-item .annuaire-item-link, .annuaire-list-view .annuaire-info .annuaire-item-link, .annuaire-detail-body .annuaire-info .annuaire-item-link {
    padding-left: 15px; }
  .annuaire-list-view .annuaire-item .annuaire-item-link span, .annuaire-detail-body .annuaire-item .annuaire-item-link span, .annuaire-list-view .annuaire-info .annuaire-item-link span, .annuaire-detail-body .annuaire-info .annuaire-item-link span {
    /*display: block;*/
    margin-bottom: 3px; }
  .annuaire-list-view .annuaire-item .annuaire-item-link span b, .annuaire-detail-body .annuaire-item .annuaire-item-link span b, .annuaire-list-view .annuaire-info .annuaire-item-link span b, .annuaire-detail-body .annuaire-info .annuaire-item-link span b {
    /*color: $lBlue;*/ }

.annuaire-search-form fieldset {
  width: 100%; }
  .annuaire-search-form fieldset label, .annuaire-search-form fieldset input, .annuaire-search-form fieldset select {
    width: 100%;
    display: block; }
  .annuaire-search-form fieldset .keyWord, .annuaire-search-form fieldset .categorie {
    position: relative;
    margin-bottom: 20px; }
  .annuaire-search-form fieldset label {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 0 5px;
    line-height: 2.22222rem;
    height: 100%;
    width: 100%; }
  .annuaire-search-form fieldset input, .annuaire-search-form fieldset select {
    padding: 0;
    height: 2.22222rem;
    line-height: 2.22222rem; }
  .annuaire-search-form fieldset select {
    padding: 0 0 0 10px; }
  .annuaire-search-form fieldset input[type="text"] {
    padding: 0 0 0 10px; }
  .annuaire-search-form fieldset input[type="text"]::-webkit-input-placeholder {
    color: #053c64;
    font-style: italic;
    opacity: 1; }
  .annuaire-search-form fieldset input[type="text"]::-moz-placeholder {
    color: #053c64;
    font-style: italic;
    opacity: 1; }
  .annuaire-search-form fieldset input[type="text"]:-ms-input-placeholder {
    color: #053c64;
    font-style: italic;
    opacity: 1; }
  .annuaire-search-form fieldset input[type="text"]:-moz-placeholder {
    color: #053c64;
    font-style: italic;
    opacity: 1; }

#c124, #c58, #c57 {
  display: block;
  width: 100%; }

p.info-search {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic; }

.annuaire-detail-body .annuaire-info {
  margin-bottom: 40px;
  padding: 0 0 0 30px;
  font-size: 1rem; }
  .annuaire-detail-body .annuaire-info .annuaire-item-address, .annuaire-detail-body .annuaire-info .annuaire-item-call, .annuaire-detail-body .annuaire-info .annuaire-item-link {
    padding-left: 0; }
  .annuaire-detail-body .annuaire-info .annuaire-item-address span, .annuaire-detail-body .annuaire-info .annuaire-item-call span, .annuaire-detail-body .annuaire-info .annuaire-item-link span {
    display: block; }
  .annuaire-detail-body .annuaire-body {
    padding: 0 0 15px 30px; }
  .annuaire-detail-body .annuaire-body .annuaire-description {
    margin-bottom: 40px; }

.annuaire-list-view {
  /*color: darken($lGrey, 25%);*/ }
  .annuaire-personne {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .annuaire-personne .annuaire-item-img {
    margin-right: 15px;
    width: 100%;
    max-width: 105px; }
  .annuaire-personne .annuaire-item-info {
    width: 100%; }
  .annuaire-personne .annuaire-item-info .see-more, .annuaire-personne .annuaire-item-info .annuaire-item-job, .annuaire-personne .annuaire-item-info .annuaire-item-address, .annuaire-personne .annuaire-item-info .annuaire-item-call, .annuaire-personne .annuaire-item-info .annuaire-item-link {
    padding-left: 0; }

.annuaire-detail-body .annuaire-personne .annuaire-item-img {
  max-width: 200px; }

.fiche-text-cntr {
  margin-bottom: 40px; }

.header-cntr {
  height: 500px;
  overflow: hidden;
  background-color: #f2f2f2; }
  .header-cntr .header-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-cntr .header-item .header-item-img, .header-cntr .header-item .header-item-text {
    width: 50%;
    height: 100%;
    overflow: hidden; }
  .header-cntr .header-item .header-item-img > a {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%; }
  .header-cntr .header-item .header-item-img img {
    height: 100%;
    width: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -o-object-fit: cover;
    object-fit: cover; }
  .header-cntr .header-item .header-item-text {
    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;
    padding: 4%; }
  .header-cntr .header-item .header-item-text .header-item-text-date {
    font-size: 1.11111rem;
    font-weight: 600;
    color: white; }
  .header-cntr .header-item .header-item-text .header-item-text-category {
    /*margin-bottom: percent-of(40, 500);*/
    font-size: 1.11111rem;
    color: white; }
  .header-cntr .header-item .header-item-text .header-item-text-title {
    /*margin-bottom: percent-of(40, 500);*/
    margin: 0;
    font-size: 2.77778rem;
    font-weight: bold;
    /*line-height: rem(50);*/
    color: #18203c; }
  .header-cntr .header-item .header-item-text .header-item-text-place {
    font-size: 1.11111rem;
    font-weight: 300;
    color: white; }
  .header-cntr .header-item .header-item-text .header-item-text-btn {
    display: inline-table;
    padding: 12px 14px;
    float: left;
    font-size: 0.88889rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #18203c; }
  .header-cntr .header-item .header-item-text .header-item-text-btn:hover {
    background-color: #273360; }

.header-agenda .header-item .header-item-text .header-item-text-title {
  color: white; }
  .header-agenda .header-item .header-item-text .header-item-text-btn {
    padding: 12px 0 !important;
    font-size: 0.77778rem;
    font-weight: 400;
    background-color: transparent !important; }
  .header-agenda .header-item .header-item-text .header-item-text-btn:hover {
    text-decoration: underline !important; }

.blue-theme {
  background-color: #009ee2; }

.red-theme {
  background-color: #ae0833; }

.list-cntr {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
  overflow: hidden; }
  .list-cntr .list-item {
    display: inline-block;
    float: left;
    margin-bottom: 4%;
    width: 48%;
    height: 240px;
    cursor: default;
    /*background-color: lightseagreen;*/ }
  .list-cntr .list-item:nth-child(even) {
    margin-left: 4%; }
  .list-cntr .list-item:not(:nth-last-child(2)) {
    margin-bottom: 4%; }
  .list-cntr .list-item .list-item-img, .list-cntr .list-item .list-item-text {
    display: inline-block;
    float: left;
    width: 50%;
    height: 100%; }
  .list-cntr .list-item .list-item-img {
    overflow: hidden; }
  .list-cntr .list-item .list-item-img > a {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%; }
  .list-cntr .list-item .list-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    /*
     width: auto;
     height: 100%;
     */ }
  .list-cntr .list-item .list-item-text {
    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;
    padding: 4.16667%; }
  .list-cntr .list-item .list-item-text .list-item-text-type {
    font-size: 1rem;
    font-weight: 400; }
  .list-cntr .list-item .list-item-text .list-item-text-teaser {
    /*margin: 30px 0;*/
    font-size: 1.11111rem;
    font-weight: 700;
    /*line-height: rem(20);*/ }
  .list-cntr .list-item .list-item-text .list-item-text-link {
    font-size: 0.77778rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
    text-transform: uppercase; }
  .list-cntr .list-item .list-item-text .list-item-text-link a {
    color: inherit;
    text-decoration: none; }
  .list-cntr .list-item .list-item-text .list-item-text-link:hover a {
    text-decoration: underline; }

.list-actualite .list-item:hover {
  background-color: #009ee2; }
  .list-actualite .list-item:hover .list-item-text {
    padding: 4.16667%; }
  .list-actualite .list-item:hover .list-item-text .list-item-text-type {
    color: white; }
  .list-actualite .list-item:hover .list-item-text .list-item-text-teaser {
    /*font-weight: 700;*/
    color: white; }
  .list-actualite .list-item:hover .list-item-text .list-item-text-link {
    color: white; }

.list-agenda .list-item .list-item-img {
  max-width: 37.5%; }
  .list-agenda .list-item .list-item-text {
    padding: 4.16667%; }
  .list-agenda .list-item .list-item-text .list-item-text-date {
    font-size: 1.11111rem;
    font-weight: 600;
    color: #ae0833; }
  .list-agenda .list-item .list-item-text .list-item-text-category {
    font-size: 1.11111rem;
    font-weight: 400;
    color: #666; }
  .list-agenda .list-item .list-item-text .list-item-text-teaser {
    font-weight: 700; }
  .list-agenda .list-item .list-item-text .list-item-text-place {
    font-weight: 300; }
  .list-agenda .list-item .list-item-text .list-item-text-link {
    color: #ae0833;
    letter-spacing: 1px; }
  .list-agenda .list-item .list-item-text.list-item-text-full {
    width: 100%; }
  .list-agenda .list-item:hover {
    background-color: #ae0833; }
  .list-agenda .list-item:hover * {
    color: white !important; }

.search-agenda {
  padding: 2.22222rem 3.84246%;
  margin-top: 2.22222rem;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .search-agenda .search-title {
    font-size: 1.11111rem;
    /*line-height: rem(20);*/
    font-weight: 600;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 24%; }
  .search-agenda > div:not(.search-title) {
    display: block;
    width: 76.08696%; }
  .search-agenda > div:not(.search-title) form {
    display: block;
    width: 100%; }
  .search-agenda > div:not(.search-title) fieldset {
    display: block;
    width: 100%; }
  .search-agenda > div:not(.search-title) fieldset .inputs-cntr {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .search-agenda > div:not(.search-title) fieldset .search-category, .search-agenda > div:not(.search-title) fieldset .search-keyword {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1px; }
  .search-agenda > div:not(.search-title) fieldset .search-category input, .search-agenda > div:not(.search-title) fieldset .search-keyword input, .search-agenda > div:not(.search-title) fieldset .search-category select, .search-agenda > div:not(.search-title) fieldset .search-keyword select, .search-agenda > div:not(.search-title) fieldset .search-category option, .search-agenda > div:not(.search-title) fieldset .search-keyword option {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
    font-style: normal;
    color: black; }
  .search-agenda > div:not(.search-title) fieldset .search-category label, .search-agenda > div:not(.search-title) fieldset .search-keyword label {
    display: none; }
  .search-agenda > div:not(.search-title) fieldset .search-category {
    width: 38.23529%; }
  .search-agenda > div:not(.search-title) fieldset .search-category select {
    background-image: url(../Images/arrow-select-agenda.png); }
  .search-agenda > div:not(.search-title) fieldset .search-keyword {
    width: 47.05882%; }
  .search-agenda > div:not(.search-title) fieldset input[type="submit"] {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px; }

div#c67 form input.btn-submit {
  display: block;
  width: 100%;
  color: white;
  background-color: #ae0833; }

.empty-error {
  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;
  height: 100%;
  width: 100%;
  font-size: 3rem;
  color: #96072c;
  /*line-height: 400px;*/
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  background-image: linear-gradient(130deg, #ae0833, #c00c3f);
  vertical-align: middle; }
  .empty-error span {
    display: block; }

.msg-error {
  color: #ae0833;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem; }
/*FAQ*/
.faq-list-cntr {
  display: block;
  margin-top: 40px;
  width: 100%; }
  .faq-list-cntr .faq-list-item {
    margin-bottom: 4px; }
  .faq-list-cntr .faq-list-item .faq-item-question {
    display: block;
    min-height: 40px;
    color: white;
    background-color: #009ee2; }
  .faq-list-cntr .faq-list-item .faq-item-question .see-answer {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.83333rem 1.66667rem;
    padding-left: 2.77778rem;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    vertical-align: middle; }
  .faq-list-cntr .faq-list-item .faq-item-question .see-answer:before {
    position: absolute;
    top: calc(50% - 10px);
    left: 10px;
    z-index: -1;
    display: block;
    height: 23px;
    width: 23px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 0.5;
    content: '+';
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .faq-list-cntr .faq-list-item .faq-item-question .see-answer.hide-answer:before {
    content: '-'; }
  .faq-list-cntr .faq-list-item .faq-item-answer {
    display: none;
    background-color: #f2f2f2; }
  .faq-list-cntr .faq-list-item .faq-item-answer .answer {
    display: block;
    padding: 0 1.66667rem; }
  .faq-list-cntr .faq-list-item .faq-item-answer.is-visible .answer {
    padding: 1.66667rem; }

.results-list {
  padding: 20px 0; }
  .results-list .results-entry {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px; }
  .results-list .results-topic {
    color: #004677; }
  .results-list .results-topic a {
    text-decoration: none;
    color: inherit;
    font-size: 1.1rem;
    line-height: 1.1rem; }
  .results-list .results-topic:hover a {
    text-decoration: underline; }
  .result-content {
    font-weight: 400; }

.result-found, .result-range {
  font-size: 0.8rem; }

.searched-for {
  display: block; }
  .searched-for .search-word {
    font-weight: 600; }

#results-per-page select {
  padding: 0 10px;
  margin-left: 15px;
  min-width: 100px;
  height: 40px;
  font-size: 1rem; }

.relevance {
  margin: 10px 0 15px; }
  .relevance .relevance-label {
    color: #666; }
  .relevance .relevance-bar .tx-solr-relevance-bar {
    display: inline-table;
    margin: 0 10px;
    height: auto;
    vertical-align: 3px; }
  .relevance .relevance-bar .tx-solr-relevance-bar .tx-solr-relevance {
    display: block;
    background-color: #009ee2; }

#tx-solr-search-functions ul {
  margin-left: 15px; }
  #tx-solr-search-functions ul li {
    color: #004677; }
  #tx-solr-search-functions ul li a {
    text-decoration: none;
    color: inherit; }
  #tx-solr-search-functions ul li:hover a {
    text-decoration: underline; }
  #tx-solr-search-functions .secondaryContentSection .csc-header {
    padding-left: 0; }
  #tx-solr-search-functions .facet-label {
    background-color: #004677 !important;
    padding: 10px; }

.tx-solr-frequent-term-32 {
  font-size: 1rem;
  line-height: 1rem; }

.msg-error {
  font-style: italic;
  color: #ff3a3a; }
  .msg-error .search-word {
    font-weight: 600; }
/*
 #c42{
 .search-bar{
 .search-bar-form{
 position: relative;
 #search-bar-text-input{
 padding: rem(15) rem(18);
 max-width: 800px;
 width: 100%;
 min-width: 320px;
 border: 1px solid $mGrey;
 &:focus{
 outline: 1px solid $dGrey;
 }
 }
 #search-bar-submit-input{
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 height: 100%;
 width: 56px;
 }
 }
 }
 }
 */
.fs-media-gallery {
  display: block;
  width: 100%; }
  .fs-media-gallery .btn {
    margin: 0 10px 10px 0; }

.albums-list {
  display: block;
  width: 100%;
  height: auto; }
  .albums-list .thumbs-albums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 4;
    padding: 10px; }
  .albums-list .thumbs-albums .img-thumbnail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0.55556rem 1.4% 0.55556rem 0;
    min-height: 200px;
    height: auto;
    width: 24%;
    overflow: hidden; }
  .albums-list .thumbs-albums .img-thumbnail:nth-child(4n) {
    margin-right: -10px; }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-img {
    display: block;
    height: 100%;
    width: 100%;
    background-image: url('../Images/img-icon.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #18203c; }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-img a {
    display: block;
    height: 100%;
    width: 100%; }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-img a span {
    display: block;
    height: 100%;
    width: 100%; }
    .albums-list .thumbs-albums .img-thumbnail .thumb-album-img a span img {
      display: block;
      height: 100%;
      width: 100%;
      -o-object-fit: fill;
      object-fit: fill; }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3); }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-body a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.3); }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-body .thumb-album-title {
    font-size: 1.44444rem;
    line-height: 1.44444rem;
    font-weight: 600; }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-body .thumb-album-description {
    margin-top: 5px;
    font-size: 0.7rem;
    line-height: 0.7rem; }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-body .thumb-album-description .asset-count {
    display: block; }
  .albums-list .thumbs-albums .img-thumbnail .thumb-album-body .thumb-album-description .teaser {
    display: none; }
  .albums-list .thumbs-albums .img-thumbnail:hover .thumb-album-body {
    background-color: rgba(0, 0, 0, 0.5); }
  .albums-list .thumbs-albums .img-thumbnail:hover .thumb-album-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.album .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-shrink: 4;
  padding: 10px; }
  .album .thumbs .thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0.55556rem 1.4% 0.55556rem 0;
    min-height: 200px;
    height: auto;
    overflow: hidden; }
  .album .thumbs .thumb:nth-child(4n) {
    margin-right: -10px; }
  .album .thumbs .thumb a {
    display: block;
    height: 100%;
    width: 100%; }
  .album .thumbs .thumb a span {
    display: block; }
  .album .thumbs .thumb a span img {
    display: block; }
/* Glossaire*/
.glossary-list {
  display: block;
  margin: 0 auto;
  width: 95%; }
  .glossary-list dl strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #18203c;
    background-color: #f2f2f2; }
  .glossary-list dl dl {
    margin: 0 0 30px;
    padding-left: 15px; }
  .glossary-list dl dl dt {
    font-size: 1.1rem;
    color: #18203c; }
  .glossary-list dl dl dt a {
    text-decoration: none;
    color: inherit;
    font-weight: 600; }
  .glossary-list dl dl dt:hover a {
    text-decoration: underline; }
  .glossary-list dl dl dd {
    font-size: 15px;
    margin: 5px 0 5px 10px; }

.tx-e-gmap, .tx-e-gmap * {
  -webkit-transition: none;
  transition: none; }

.pois li.type {
  display: block;
  width: 100%; }
  .pois li.type > span {
    font-weight: 700; }
  .pois li .allpois li {
    margin: 5px 0 5px 15px;
    color: #18203c; }
  .pois li .allpois li a {
    font-weight: 500;
    color: inherit;
    text-decoration: none; }
  .pois li .allpois li:hover a {
    text-decoration: underline; }

.dpnglossary.details {
  margin-bottom: 40px; }
  .dpnglossary.details .description {
    margin-left: 20px; }
/* FAQ*/
/* Publications*/
.e_calameo_publisher_liste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big {
    display: block;
    margin: 0 auto;
    /*
     margin: 10px;
     width: 100%;
     //max-width: 600px;
     height: auto;
     > div{
     display: block;
     height: 100%;
     }
     iframe{
     //min-height: 100%;
     width: 100%;
     }
     */ }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*max-width: 600px;*/
    /*min-height: 300px;*/ }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item .calameo-large-item-img {
    height: 100%; }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item .calameo-large-item-img img {
    display: block;
    width: 100%;
    height: auto; }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item .calameo-large-item-info {
    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;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between; }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item .calameo-large-item-name {
    font-size: 1.33333rem;
    font-weight: 600;
    text-transform: capitalize;
    color: black; }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item .calameo-large-item-name a {
    text-decoration: none;
    color: inherit; }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item .calameo-large-item-iframe {
    display: block; }
  .e_calameo_publisher_liste .e_calameo_publisher_item_big .calameo-large-item .calameo-large-item-iframe iframe {
    width: 400px;
    height: 250px; }
  .e_calameo_publisher_liste .e_calameo_publisher_item {
    margin: 10px;
    width: 100%;
    max-width: 300px;
    min-height: 200px; }
  .e_calameo_publisher_liste .e_calameo_publisher_item > div {
    display: block;
    height: 100%; }
  .e_calameo_publisher_liste .e_calameo_publisher_item iframe {
    /*min-height: 100%;*/
    width: 100%; }
/* Cartographie*/
#eGmapPanel {
  position: static !important;
  display: block;
  margin-top: 40px;
  margin-left: 0 !important;
  padding: 20px;
  width: 100% !important;
  background-color: white;
  border: none; }
  #eGmapPanel .recherche_gmap {
    display: block;
    width: 100%; }
/* Powermail*/
.powermail_confirmation .btn, .powermail_create .btn {
  margin: 0 10px; }
  .powermail_confirmation .table tr, .powermail_create .table tr {
    margin-bottom: 15px;
    height: 25px; }
  .powermail_confirmation .table tr > .powermail_all_label, .powermail_create .table tr > .powermail_all_label {
    padding: 0 15px 0 0;
    font-weight: bold; }

.btn-group {
  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-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media only screen and (max-width: 1440px) {
  .header-wrapper, .body-wrapper, .footer-wrapper {
    max-width: 94.44444%; } }

@media only screen and (max-width: 1280px) {
  html, body {
    font-size: 17px; }

  .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker-title select.ui-datepicker-year {
    width: calc(50% - 10px) !important; }

  footer .footer-shortcut .footer-title-cntr .footer-title {
    font-size: 2.11765rem;
    /*line-height: rem(36);*/ } }

@media only screen and (max-width: 1150px) {
  /*font-size: $fontSize * 1px;*/
    header .header-nav-cntr.is-visible {
      padding: 0 0 40px; }
      header .header-nav-cntr .header-nav > li > ul.level-2 > li {
        min-width: 23%; }
    footer .footer-shortcut {
      min-height: 0; }
      footer .footer-shortcut .footer-title-cntr .footer-title, footer .footer-shortcut h2.entete .footer-title {
        font-size: 1.76471rem;
        /*line-height: rem(30);*/ } }

@media only screen and (max-width: 1024px) {
  header {
    /*justify-content: flex-start;*/ }
    header .header-nav > li > ul.level-2 > li:not(.has-children) {
      padding: 15px 25px; }
    header .header-nav-opener-cntr {
      width: 60px;
      margin-right: 20px; }
    header .header-logo-cntr {
      width: auto;
      margin-right: 125px; }
    header #c43 {
      width: 100%;
      margin-left: 0; }
    header .header-nav-cntr {
      width: auto; }
      header .header-nav-cntr.is-visible {
        padding: 0 20px;
        padding-bottom: 40px; }
      header .header-nav-cntr .header-nav > li {
        max-width: 100%; }
        header .header-nav-cntr .header-nav > li .level-2 {
          position: static;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%; }
          header .header-nav-cntr .header-nav > li .level-2 > li {
            width: 100%;
            min-width: 0;
            max-width: none; }
            header .header-nav-cntr .header-nav > li .level-2 > li:not(.has-children) a {
              padding: 15px; }
            header .header-nav-cntr .header-nav > li .level-2 > li > a:not(.see-more) {
              padding-left: 20px; }
            header .header-nav-cntr .header-nav > li .level-2 > li .level-3 > li {
              padding-left: 60px !important; }
      header .header-nav-cntr .header-nav > li > ul.level-2 > li > a.see-more:before {
        content: '+'; }
        header .header-nav-cntr .header-nav > li > ul.level-2 > li > .level-3 {
          display: none; }

  main .heading-nav-cntr {
    display: none; }
    main .home-page-cntr {
      width: 100%; }
    main .body-cntr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      main .body-cntr .body-nav-cntr {
        width: 100%;
        margin: 20px auto; }
        main .body-cntr .body-nav-cntr .navigation-cntr {
          margin-bottom: 0; }
        main .body-cntr .body-nav-cntr .navigation-cntr .navigation-opener {
          padding: 15px;
          padding-left: 45px; }
        main .body-cntr .body-nav-cntr .navigation-cntr .navigation-opener:before {
          left: 15px;
          /*content: '-';*/ }
        main .body-cntr .body-nav-cntr .navigation-cntr .navigation-opener.active {
          /*content: '+';*/ }
        main .body-cntr .body-nav-cntr .navigation-cntr .navigation {
          /*position: absolute;*/ }
        main .body-cntr .body-nav-cntr .navigation-cntr .navigation > li > ul.level-2 {
          padding: 0; }
          main .body-cntr .body-nav-cntr .navigation-cntr .navigation > li > ul.level-2 > li {
            padding: 15px;
            padding-left: 40px; }
            main .body-cntr .body-nav-cntr .navigation-cntr .navigation > li > ul.level-2 > li label.calender {
              width: 40px; }
            main .body-cntr .body-nav-cntr .navigation-cntr .navigation > li > ul.level-2 > li input {
              width: calc(100% - 45px); }
      main .body-cntr .body-section-cntr {
        width: 100%; }
    main .home-banner {
      height: 560px; }
    main .banner-home-carousel-info {
      padding: 9% 6% !important;
      padding-right: 9% !important; }
    main .news-title-item {
      -webkit-box-pack: space-between !important;
      -ms-flex-pack: space-between !important;
      justify-content: space-between !important; }
      main .news-title-item h2.new-title {
        font-size: 2.35294rem !important;
        /*line-height: rem(40) $i;*/ }
    main .header-item-text-title {
      font-size: 2.35294rem !important;
      /*line-height: rem(40) $i;*/ }
    main .shortcuts-bloc {
      padding: 3.52941rem 3.125% !important; }
    main .services-bloc {
      padding: 3.52941rem 3.125% !important;
      padding-left: 4.6875% !important; }
    main .home-agenda {
      margin: 40px 0 !important; }
    main .body-wrapper {
      margin-bottom: 0; }
    main .fs-media-gallery .thumb-album-title {
      font-size: 1.17647rem !important;
      /*line-height: rem(20) $i;*/ }
      main .fs-media-gallery .album .thumbs .thumb {
        margin: 5px;
        width: calc(25% - 10px);
        min-height: 0 !important; }
        main .fs-media-gallery .album .thumbs .thumb:nth-child(4n) {
          margin-right: 0; }
      main .fs-media-gallery .albums-list .thumbs-albums {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        main .fs-media-gallery .albums-list .thumbs-albums .img-thumbnail {
          width: calc(50% - 5px) !important;
          margin: 5px 0 !important; }
    main .list-item-text {
      font-size: 0.94118rem;
      padding: 15px !important; }
      main .list-item-text .list-item-text-date {
        font-size: 0.94118rem;
        /*line-height: rem(16);*/ }

  footer .nav-footer-cntr {
    padding: 35px 0; }
    footer .footer-shortcut .info-cntr.link-cntr .icon-link {
      width: 40px;
      height: 40px; }
      footer .footer-shortcut .info-cntr span:not(.date-day) {
        font-size: 0.88889rem;
        /*line-height: px-to-rem(18, 16);*/
        text-align: right; }
      footer .footer-shortcut .info-cntr .subscribe-link {
        font-size: 0.88889rem;
        /*line-height: px-to-rem(18, 16);*/ }
      footer .footer-shortcut .footer-title-cntr .footer-title {
        font-size: 1.5rem;
        /*line-height: px-to-rem(18, 27);*/ } }

@media only screen and (max-width: 925px) {
  footer .footer-shortcut h2.entete .footer-title, footer .footer-shortcut .footer-title-cntr .footer-title {
    font-size: 1.52941rem; } }

@media only screen and (max-width: 768px) {
  html, body {
    font-size: 16px; }

  .home-shortcuts-services .services-bloc .search-bar .search-bar-form > input[type="submit"], .search-bar .search-bar-form > input[type="submit"] {
    background-size: cover; }

  header .header-nav-cntr .header-nav > li > ul.level-2 > li a.see-more {
    padding: 16px 23px; }
    header .header-nav-cntr .header-nav > li > ul.level-2 > li a.see-more:before {
      left: calc(50% - 12.5px); }
    header .header-nav-cntr .header-nav > li > ul.level-2 > li a:not(.see-more) {
      padding-left: 0; }
    header .header-nav-cntr .header-nav > li > ul.level-2 > li:not(.has-children) > a {
      padding-left: 22px;
      margin-left: 0; }
    header .header-logo-cntr {
      margin-right: 10%; }
    header .header-logo-cntr img {
      width: 250px; }
    header .search-bar .search-bar-form > input[type="text"] {
      height: 40px;
      font-size: 0.76471rem; }
    header .search-bar .search-bar-form > input[type="submit"] {
      height: 40px;
      width: 40px; }

  main {
    /*.home-agenda-cockpit{*/
    /*  width: 27%;*/
    /*  padding-left: 0;*/
    /*}*/ }
    main .body-cntr {
      padding: 0 1%; }
    main .grid-50-50, main .grid-75-25, main .grid-25-75, main .grid-80-20, main .grid-20-80, main .grid-33-66, main .grid-33 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    main .grid-50-50 .grid-sct, main .grid-75-25 .grid-sct, main .grid-25-75 .grid-sct, main .grid-80-20 .grid-sct, main .grid-20-80 .grid-sct, main .grid-33-66 .grid-sct, main .grid-33 .grid-sct {
      display: block !important;
      width: 100% !important;
      max-width: none !important; }
    main #tx-solr-search-functions, main #tx-solr-search {
      display: block;
      width: 100%; }
    main .sub-pages-list .sub-page-cntr {
      width: calc(50% - 10px) !important;
      margin: 5px; }
    main .list-cntr {
      padding: 0 10px; }
    main .list-cntr .list-item {
      display: block;
      margin: 10px 0;
      width: 100%; }
    main .list-cntr .list-item:not(:nth-last-child(2)) {
      margin-bottom: 10px; }
    main .list-cntr .list-item:nth-child(even) {
      margin-left: 0; }
    main .home-banner {
      height: 460px; }
    main .home-banner .news-title-item .new-title {
      font-size: 2rem !important;
      /*line-height: rem(34) $i;*/ }
    main .carousel-dots-cntr {
      height: 100px;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    main .carousel-dots-cntr .carousel-dot {
      margin: 0; }
    main .carousel-img-btns {
      width: 100px;
      height: 100px; }
    main .home-shortcuts-services {
      min-height: 0; }
    main .home-shortcuts-services .shortcuts-bloc {
      display: none; }
    main .home-shortcuts-services .services-bloc {
      width: 100%;
      min-height: 0; }
    main .home-shortcuts-services .services-bloc:before {
      height: calc(100% + 100px); }
    main .home-shortcuts-services .services-bloc .see-all-services {
      height: auto; }
    main .home-shortcuts-services .services-bloc .see-all-services a {
      padding-top: 0 !important; }
    main li.item-shortcut {
      /*word-spacing: 6rem $i;*/ }
    main .home-agenda {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    main .home-agenda .agenda-brief-cntr {
      width: 100%; }
    main .home-agenda .home-agenda-cockpit {
      padding: 25px 0;
      height: auto;
      width: 100%;
      /*flex-direction: column;*/
      /*justify-content: flex-start;*/ }
    main .home-agenda .home-agenda-cockpit .agenda-cockpit-see-all {
      margin-top: 15px;
      display: none; }
    main .home-agenda .home-agenda-cockpit .agenda-cockpit-title {
      margin-bottom: 1rem; }
    main .home-agenda .home-agenda-cockpit .agenda-cockpit-filter-cntr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    main .home-agenda .home-agenda-cockpit .agenda-cockpit-filter-cntr .agenda-cockpit-see-all {
      display: block;
      padding: 3px 0 0;
      margin: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    main .home-agenda .home-agenda-cockpit .agenda-cockpit-filter-cntr .agenda-cockpit-filter {
      display: inline-block;
      width: auto;
      text-align: center; }
    main .banner-home-carousel-info {
      padding: 9% 3% !important; }
    main .body-wrapper {
      max-width: 100%;
      /*padding: 0 20px;*/ }
    main .options {
      display: none; }
    main .agenda-brief-item .agenda-item {
      width: 50% !important; }

  footer .nav-footer-cntr {
    padding: 20px 0; }
    footer .nav-footer-cntr .nav-footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    footer .nav-footer-cntr .nav-footer li {
      margin: 5px 20px; }
    footer .footer-shortcuts-cntr, footer h2.entete {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    footer .footer-shortcuts-cntr .footer-shortcut, footer h2.entete .footer-shortcut {
      width: 49.2%;
      margin: 10px 0 0; }
    footer .footer-shortcuts-cntr .footer-shortcut .footer-title-cntr, footer h2.entete .footer-shortcut .footer-title-cntr, footer .footer-shortcuts-cntr .footer-shortcut h2.entete, footer h2.entete .footer-shortcut h2.entete {
      /*line-height: rem(35) $i;*/ }
    footer .footer-shortcuts-cntr .footer-shortcut .footer-title-cntr .footer-title, footer h2.entete .footer-shortcut .footer-title-cntr .footer-title, footer .footer-shortcuts-cntr .footer-shortcut h2.entete .footer-title, footer h2.entete .footer-shortcut h2.entete .footer-title {
      font-size: 2.05882rem !important; }
    footer .footer-shortcuts-cntr .footer-shortcut .info-cntr .subscribe-link, footer h2.entete .footer-shortcut .info-cntr .subscribe-link {
      font-size: 1.17647rem;
      /*line-height: rem(20);*/ }
    footer .footer-shortcuts-cntr .footer-shortcut .info-cntr span:not(.date-day), footer h2.entete .footer-shortcut .info-cntr span:not(.date-day) {
      font-size: 1.17647rem;
      /*line-height: rem(20);*/ } }

@media only screen and (max-width: 640px) {
  header {
    height: 100px; }

  main .list-cntr {
    margin-top: 10px; }
    main .page-detail-right-col .bloc .bloc-title {
      padding: 15px; }
      main .page-detail-right-col > div {
        margin-bottom: 20px; }
        main .page-detail-right-col > div .entete {
          padding: 15px; }
        main .page-detail-right-col > div .ce-textpic {
          padding: 15px; }
    main .search-agenda {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.17647rem 1.92123%; }
      main .search-agenda .search-title {
        display: block;
        margin-bottom: 1.17647rem;
        width: 100%; }
      main .search-agenda > div:not(.search-title) {
        width: 100%; }
        main .search-agenda > div:not(.search-title) fieldset .inputs-cntr {
          /*flex-direction: column;*/
          width: 100%; }
    main .home-medias {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto; }
      main .home-medias .media-bloc {
        width: 100%; }
        main .home-medias .media-bloc .video-carousel-cntr .video-carousel-wrapper, main .home-medias .media-bloc .image-carousel-cntr .video-carousel-wrapper, main .home-medias .media-bloc .video-carousel-cntr .image-carousel-wrapper, main .home-medias .media-bloc .image-carousel-cntr .image-carousel-wrapper {
          width: calc(100% - 60px); }
          main .home-medias .media-bloc .video-carousel-cntr .carousel-btns-cntr, main .home-medias .media-bloc .image-carousel-cntr .carousel-btns-cntr {
            width: 60px; }
    main .fiche-video-cntr iframe {
      display: block;
      margin: 0 auto;
      width: 95%;
      min-height: 300px; }
    main .fs-media-gallery .albums-list {
      padding: 5px; }
      main .fs-media-gallery .albums-list .thumbs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        main .fs-media-gallery .albums-list .thumbs .thumb-album-title {
          font-size: 1.47059rem !important;
          /*line-height: rem(25) $i;*/ }
        main .fs-media-gallery .albums-list .thumbs .thumb-album-description {
          font-size: 1.05882rem !important;
          /*line-height: rem(18) $i;*/ }
        main .fs-media-gallery .albums-list .thumbs .img-thumbnail {
          width: 100% !important; }
      main .fs-media-gallery .thumbs {
        padding: 5px; }
      main .fs-media-gallery .thumbs .thumb {
        width: calc(50% - 10px) !important; }
        main .fs-media-gallery .thumbs .thumb:nth-child(2n) {
          margin-right: 0; }
    main .body-cntr .page-detail-header {
      padding: 10px; }
      main .body-cntr .page-detail-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px; }
      main .body-cntr .page-detail-body .page-detail-right-col, main .body-cntr .page-detail-body .page-detail-left-col {
        display: block;
        width: 100%;
        margin: 0; }
        main .body-cntr .page-detail-body .page-detail-right-col .bloc:not(:last-child), main .body-cntr .page-detail-body .page-detail-left-col .bloc:not(:last-child) {
          margin-bottom: 20px; }
          main .body-cntr .page-detail-body .page-detail-right-col .bloc .bloc-title, main .body-cntr .page-detail-body .page-detail-left-col .bloc .bloc-title {
            padding: 10px; }
          main .body-cntr .page-detail-body .page-detail-right-col .bloc .bloc-body, main .body-cntr .page-detail-body .page-detail-left-col .bloc .bloc-body {
            padding: 15px; }
      main .body-cntr .page-detail-body .page-detail-left-col .added-part {
        width: 100%; }
      main .body-cntr .page-detail-body .page-detail-right-col {
        margin-top: 20px; }
    main .home-banner {
      height: auto; }
      main .home-banner .banner-home-carousel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      main .home-banner .carousel-dots-cntr {
        height: 50px; }
      main .home-banner .banner-home-carousel-info-cntr, main .home-banner .banner-home-carousel-img-cntr {
        width: 100%;
        height: auto;
        min-height: 300px; }
      main .home-banner .carousel-img-item .link-btn-blue img {
        width: 100%;
        -o-object-fit: fill;
        object-fit: fill; }
      main .home-banner .banner-home-carousel-info {
        padding: 20px 15px !important; }
      main .home-banner .banner-home-carousel-info .news-title-cntr {
        height: 200px !important; }
    main .home-agenda .home-agenda-cockpit {
      padding: 25px 10px; }
      main .home-agenda .carousel-agenda-brief .agenda-brief-item {
        /*width: 100% $i;*/ }
        main .services-bloc {
          padding-left: 3.125% !important; }
    main .carousel-dots-cntr .carousel-dot {
      margin: 0;
      height: 15px;
      width: 15px;
      font-size: 0;
      line-height: 0; }
    main .body-wrapper {
      padding: 5px; }

  footer .footer-wrapper {
    max-width: 100%; }
    footer .nav-footer-cntr .nav-footer {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .nav-footer-cntr .nav-footer li {
        margin: 5px 20px; } }

@media only screen and (max-width: 560px) {
  header .header-logo-cntr {
    margin-right: 5%; }
    header .search-bar-opener {
      display: block;
      height: 40px;
      width: 40px;
      float: right;
      background-size: cover; }
    header #c43 {
      display: none; }
    header .mobile-search-bar {
      display: block; }
      header .mobile-search-bar #c43 {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        header .mobile-search-bar #c43.is-visible {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear; }

  main h1 {
    font-size: 1.5rem;
    /*line-height: 1.5rem;*/
    margin: 0; }
    main .fs-media-gallery .album .thumbs .thumb {
      width: 100%; }
    main .sub-pages-list .sub-page-cntr {
      margin: 5px 0 !important;
      width: 100% !important;
      height: 200px; }
    main .header-cntr {
      height: auto; }
      main .header-cntr .header-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
        main .header-cntr .header-item .header-item-text, main .header-cntr .header-item .header-item-img {
          width: 100%;
          height: auto; }
        main .header-cntr .header-item .header-item-text {
          padding: 15px;
          min-height: 300px; }
          main .header-cntr .header-item .header-item-text.red-theme .header-item-text-title {
            margin: 15px 0; }
        main .header-cntr .header-item .header-item-img a {
          display: block; }
          main .header-cntr .header-item .header-item-img a img {
            display: block;
            height: 100%;
            width: 100%;
            -o-object-fit: fill;
            object-fit: fill; }
    main .carousel-agenda-brief .agenda-brief-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
      main .carousel-agenda-brief .agenda-brief-item .agenda-item {
        width: 100% !important;
        height: 50% !important;
        padding: 20px !important; }

  footer .footer-shortcuts-cntr .footer-shortcut, footer h2.entete .footer-shortcut {
    width: 100%;
    padding: 20px 10px; }
    footer .footer-shortcuts-cntr .footer-shortcut .info-cntr.link-cntr, footer h2.entete .footer-shortcut .info-cntr.link-cntr {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .footer-shortcuts-cntr .footer-shortcut .info-cntr.link-cntr .icon-link, footer h2.entete .footer-shortcut .info-cntr.link-cntr .icon-link {
        margin: 0 20px; } }

@media only screen and (max-width: 450px) {
  main .fiche-video-cntr iframe {
    min-height: 200px;
    height: 100%; }
    main .home-banner .banner-home-carousel-info .news-title-cntr {
      padding: 0 !important;
      min-height: 230px !important; }
      main .home-banner .banner-home-carousel-info .news-title-cntr .news-title-item {
        padding: 0 !important;
        -webkit-box-pack: space-around !important;
        -ms-flex-pack: space-around !important;
        justify-content: space-around !important; }
    main .agenda-cockpit-filter-cntr {
      display: none !important; }
    main .agenda-brief-carousel .carousel-btns-cntr {
      width: 40px !important; } }

@media only screen and (max-width: 425px) {
  header .header-nav-opener-cntr:hover .header-nav-opener {
    width: 24px; }
    header .header-nav-opener-cntr:hover .header-nav-opener:before {
      -webkit-transform: none;
      transform: none; }
    header .header-nav-opener-cntr:hover .header-nav-opener:after {
      -webkit-transform: none;
      transform: none; }
    header .header-nav-cntr.is-visible {
      padding: 0; }

  main .header-cntr .header-item .header-item-text .header-item-text-title {
    font-size: 1.64706rem !important;
    margin: 0 !important; }
    main .list-agenda .list-item .list-item-img {
      max-width: 50%; }
    main .search-agenda > div:not(.search-title) fieldset .inputs-cntr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      main .search-agenda > div:not(.search-title) fieldset .inputs-cntr .search-category, main .search-agenda > div:not(.search-title) fieldset .inputs-cntr .search-keyword, main .search-agenda > div:not(.search-title) fieldset .inputs-cntr .btn {
        margin: 5px 0;
        width: 100%;
        height: 40px; }
    main .home-medias .media-bloc {
      padding-left: 5px;
      padding-right: 5px; }
    main .annuaire-list-view {
      margin-top: 15px; }
    main .annuaire-list-view .annuaire-item {
      padding: 0 0 5px 15px; }
    main .services-bloc {
      padding: 20px 10px !important; }
    main .services-bloc .service-search-title {
      font-size: 1.47059rem !important;
      /*line-height: rem(25) $i;*/ }
    main .home-agenda .home-agenda-cockpit {
      padding: 20px 10px; }
    main .home-agenda .home-agenda-cockpit .agenda-cockpit-title {
      font-size: 1.47059rem !important;
      /*line-height: rem(25) $i;*/
      margin-bottom: 0; }
    main .agenda-brief-cntr {
      /*height: calc(100vh - 63px);*/ }
    main .home-banner {
      /*height: 100vh;*/ }
    main .home-banner .banner-home-carousel-img-cntr {
      min-height: 200px;
      height: 50% !important; }
    main .home-banner .banner-home-carousel-info-cntr {
      height: 50% !important; }
    main .home-banner .banner-home-carousel-info-cntr .top-new-title {
      font-size: 1.64706rem;
      /*line-height: rem(28);*/
      height: auto; }
    main .home-banner .banner-home-carousel-info-cntr .news-title-cntr {
      height: 150px !important;
      min-height: 0 !important; }
    main .home-banner .news-title-item h2.new-title {
      font-size: 1.47059rem !important;
      /*line-height: rem(25) $i;*/ } }

@media only screen and (max-width: 370px) {
  header .header-nav-opener-cntr {
    padding: 0 10px;
    margin-right: 0; }
    header .header-logo-cntr {
      margin-left: 10px;
      margin-right: 0; }
      header .header-logo-cntr img {
        width: 200px; }

  main .body-cntr .body-nav-cntr .navigation-cntr .navigation > li > ul.level-2 > li {
    padding-left: 10px; }
    main .list-cntr .list-item {
      height: auto; }
      main .list-cntr .list-item .list-item-img, main .list-cntr .list-item .list-item-text {
        display: block;
        width: 100%; }
        main .list-cntr .list-item .list-item-img a, main .list-cntr .list-item .list-item-text a {
          display: block; }
          main .list-cntr .list-item .list-item-img a img, main .list-cntr .list-item .list-item-text a img {
            display: block;
            width: 100%;
            -o-object-fit: fill;
            object-fit: fill; }
    main .list-agenda .list-item .list-item-img {
      max-width: none; } }
