@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900);
@charset "UTF-8";
/*!
Theme Name: CIUSSS
Theme URI: http://nutrinor.com/
Author: Arsenal Web
Author URI: http://arsenalweb.ca/
Description: Thème du CIUSSS
Version: 1.0.0
*/
.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1.0875rem; }
  .grid--container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
  .grid--no-gutters {
    padding: 0; }

.grid--xs-no-gutters {
  margin: 0; }

@media (min-width: 768px) {
  .grid--sm-no-gutters {
    margin: 0; } }

@media (min-width: 992px) {
  .grid--md-no-gutters {
    margin: 0; } }

@media (min-width: 1280px) {
  .grid--lg-no-gutters {
    margin: 0; } }

@media (min-width: 1600px) {
  .grid--xl-no-gutters {
    margin: 0; } }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: -2.175rem -1.0875rem 2.175rem;
  padding: 0; }
  .row:last-child {
    margin-bottom: 0; }
  .row--no-gutters {
    margin: 0; }
  .row--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row--bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.row--xs-no-gutters {
  margin: 0; }

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

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

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

.row--xs-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

@media (min-width: 768px) {
  .row--sm-no-gutters {
    margin: 0; }
  .row--sm-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row--sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row--sm-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row--sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 992px) {
  .row--md-no-gutters {
    margin: 0; }
  .row--md-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row--md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row--md-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row--md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 1280px) {
  .row--lg-no-gutters {
    margin: 0; }
  .row--lg-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row--lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row--lg-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row--lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 1600px) {
  .row--xl-no-gutters {
    margin: 0; }
  .row--xl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row--xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .row--xl-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .row--xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  padding: 2.175rem 1.0875rem 0; }
  .col--no-gutters {
    padding: 0; }
  .col--align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--align-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .col--align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .col--last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .col--reset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .col--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.col--xs-no-gutters {
  padding: 0; }

.col--xs-align-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.col--xs-align-center {
  -ms-flex-item-align: center;
      align-self: center; }

.col--xs-align-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.col--xs-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.col--xs-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.col--xs-reset {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.col--xs-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.col--xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }

.col--xs-0 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  max-width: 0; }

.col--xs-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col--xs-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col--xs-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col--xs-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col--xs-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col--xs-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col--xs-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col--xs-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col--xs-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col--xs-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col--xs-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col--xs-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col--sm-no-gutters {
    padding: 0; }
  .col--sm-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--sm-align-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .col--sm-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .col--sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .col--sm-reset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .col--sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col--sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col--sm-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    max-width: 0; }
  .col--sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col--sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col--sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col--sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col--sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col--sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col--sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col--sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col--sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col--sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col--sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col--sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .col--sm-offset-0 {
    margin-left: 0; }
  .col--sm-offset-1 {
    margin-left: 8.33333%; }
  .col--sm-offset-2 {
    margin-left: 16.66667%; }
  .col--sm-offset-3 {
    margin-left: 25%; }
  .col--sm-offset-4 {
    margin-left: 33.33333%; }
  .col--sm-offset-5 {
    margin-left: 41.66667%; }
  .col--sm-offset-6 {
    margin-left: 50%; }
  .col--sm-offset-7 {
    margin-left: 58.33333%; }
  .col--sm-offset-8 {
    margin-left: 66.66667%; }
  .col--sm-offset-9 {
    margin-left: 75%; }
  .col--sm-offset-10 {
    margin-left: 83.33333%; }
  .col--sm-offset-11 {
    margin-left: 91.66667%; }
  .col--sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col--md-no-gutters {
    padding: 0; }
  .col--md-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--md-align-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .col--md-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .col--md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .col--md-reset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .col--md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col--md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col--md-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    max-width: 0; }
  .col--md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col--md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col--md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col--md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col--md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col--md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col--md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col--md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col--md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col--md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col--md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col--md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .col--md-offset-0 {
    margin-left: 0; }
  .col--md-offset-1 {
    margin-left: 8.33333%; }
  .col--md-offset-2 {
    margin-left: 16.66667%; }
  .col--md-offset-3 {
    margin-left: 25%; }
  .col--md-offset-4 {
    margin-left: 33.33333%; }
  .col--md-offset-5 {
    margin-left: 41.66667%; }
  .col--md-offset-6 {
    margin-left: 50%; }
  .col--md-offset-7 {
    margin-left: 58.33333%; }
  .col--md-offset-8 {
    margin-left: 66.66667%; }
  .col--md-offset-9 {
    margin-left: 75%; }
  .col--md-offset-10 {
    margin-left: 83.33333%; }
  .col--md-offset-11 {
    margin-left: 91.66667%; }
  .col--md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .col--lg-no-gutters {
    padding: 0; }
  .col--lg-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--lg-align-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .col--lg-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .col--lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .col--lg-reset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .col--lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col--lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col--lg-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    max-width: 0; }
  .col--lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col--lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col--lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col--lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col--lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col--lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col--lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col--lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col--lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col--lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col--lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col--lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .col--lg-offset-0 {
    margin-left: 0; }
  .col--lg-offset-1 {
    margin-left: 8.33333%; }
  .col--lg-offset-2 {
    margin-left: 16.66667%; }
  .col--lg-offset-3 {
    margin-left: 25%; }
  .col--lg-offset-4 {
    margin-left: 33.33333%; }
  .col--lg-offset-5 {
    margin-left: 41.66667%; }
  .col--lg-offset-6 {
    margin-left: 50%; }
  .col--lg-offset-7 {
    margin-left: 58.33333%; }
  .col--lg-offset-8 {
    margin-left: 66.66667%; }
  .col--lg-offset-9 {
    margin-left: 75%; }
  .col--lg-offset-10 {
    margin-left: 83.33333%; }
  .col--lg-offset-11 {
    margin-left: 91.66667%; }
  .col--lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1600px) {
  .col--xl-no-gutters {
    padding: 0; }
  .col--xl-align-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--xl-align-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .col--xl-align-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .col--xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .col--xl-reset {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .col--xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .col--xl {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col--xl-0 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    max-width: 0; }
  .col--xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col--xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col--xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col--xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col--xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col--xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col--xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col--xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col--xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col--xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col--xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col--xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .col--xl-offset-0 {
    margin-left: 0; }
  .col--xl-offset-1 {
    margin-left: 8.33333%; }
  .col--xl-offset-2 {
    margin-left: 16.66667%; }
  .col--xl-offset-3 {
    margin-left: 25%; }
  .col--xl-offset-4 {
    margin-left: 33.33333%; }
  .col--xl-offset-5 {
    margin-left: 41.66667%; }
  .col--xl-offset-6 {
    margin-left: 50%; }
  .col--xl-offset-7 {
    margin-left: 58.33333%; }
  .col--xl-offset-8 {
    margin-left: 66.66667%; }
  .col--xl-offset-9 {
    margin-left: 75%; }
  .col--xl-offset-10 {
    margin-left: 83.33333%; }
  .col--xl-offset-11 {
    margin-left: 91.66667%; }
  .col--xl-offset-12 {
    margin-left: 100%; } }

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

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

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

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

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

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

@media (min-width: 768px) {
  .text--sm-right {
    text-align: right; }
  .text--sm-left {
    text-align: left; }
  .text--sm-center {
    text-align: center; } }

@media (min-width: 992px) {
  .text--md-right {
    text-align: right; }
  .text--md-left {
    text-align: left; }
  .text--md-center {
    text-align: center; } }

@media (min-width: 1280px) {
  .text--lg-right {
    text-align: right; }
  .text--lg-left {
    text-align: left; }
  .text--lg-center {
    text-align: center; } }

@media (min-width: 1600px) {
  .text--xl-right {
    text-align: right; }
  .text--xl-left {
    text-align: left; }
  .text--xl-center {
    text-align: center; } }

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

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

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

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

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

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

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

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

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

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

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

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

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

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

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

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

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

.swiper-pagination-lock {
  display: none; }

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

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

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

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

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

.swiper-scrollbar-lock {
  display: none; }

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

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

.swiper-slide-zoomed {
  cursor: move; }

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

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

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

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

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

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

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible; }

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* http://meyerweb.com/eric/tools/css/reset/
   v3.0 | 20180413
   License: none (public domain)
*/
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

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; }

html {
  font-size: 14px; }
  @media (max-width: 991px) {
    html {
      font-size: 13px; } }
  @media (max-width: 767px) {
    html {
      font-size: 12px; } }

body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  margin: 0; }
  body.touch :focus {
    outline: none; }

@media (min-width: 1599px) {
  .grid--container {
    max-width: 1440px;
    width: 100%; } }

.breadcrumb {
  background: #f5f5f5; }
  .breadcrumb p#breadcrumbs {
    margin: 0 auto;
    padding: 1.08rem 0; }

main#main {
  padding: 5rem 0; }
  @media (max-width: 991px) {
    main#main {
      padding: 2.175rem 0; } }

#outils {
  width: 100%;
  max-width: 1440px; }
  #outils ul {
    float: right;
    margin: 10px 0 0; }
    #outils ul li {
      display: inline-block;
      position: relative;
      right: 0; }
      #outils ul li a {
        background: url(../../assets/images/logo_header.png) no-repeat;
        display: block;
        height: 22px;
        text-indent: -10000px;
        float: left; }
      #outils ul li.contraste a {
        background-position: 2px 8px;
        width: 19px; }
      #outils ul li.diminuer a {
        background-position: -38px 4px;
        width: 20px;
        height: 18px;
        margin-left: 12px;
        margin-right: 8px;
        margin-top: 4px; }
      #outils ul li.reinitialiser a {
        background-position: -58px 8px;
        width: 17px;
        margin-right: 9px; }
      #outils ul li.augmenter a {
        background-position: -16px 8px;
        width: 24px;
        margin-right: 15px; }
      #outils ul li.imprimer {
        background-position: -72px 8px;
        width: 21px;
        margin-left: 6px;
        margin-right: 10px; }
        #outils ul li.imprimer a {
          background-position: -72px 8px;
          width: 21px;
          margin-right: 10px; }
      #outils ul li.sitemap a {
        background-position: -91px 8px;
        width: 22px;
        margin-left: 6px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #111111;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2.143rem; }
  .inverted h1, .inverted .h1, .inverted
  h2, .inverted .h2, .inverted
  h3, .inverted .h3, .inverted
  h4, .inverted .h4, .inverted
  h5, .inverted .h5, .inverted
  h6, .inverted .h6 {
    color: #ffffff; }
  h1.darken, .h1.darken,
  h2.darken, .h2.darken,
  h3.darken, .h3.darken,
  h4.darken, .h4.darken,
  h5.darken, .h5.darken,
  h6.darken, .h6.darken {
    color: #252226; }

h1, .h1 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 40px; }

h2, .h2 {
  font-size: 1.7rem;
  line-height: 2.5rem;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 15px; }

h3, .h3 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 15px; }

h4, .h4 {
  font-size: 1.14rem;
  line-height: 1.42rem;
  margin-bottom: 15px; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.9rem;
  margin-bottom: 1.429rem; }

h6, .h6 {
  font-size: 0.92rem;
  line-height: 1rem;
  margin-bottom: 1.071rem; }

p, .p {
  color: #666666;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 28px; }
  .inverted p, .inverted .p {
    color: #ffffff; }
  p:last-of-type, .p:last-of-type {
    margin-bottom: 1.2rem; }

pre, .pre {
  white-space: normal; }

strong {
  font-weight: 700; }

.btn, input[type=button] {
  font-weight: 600;
  border: 1px solid #0098b4;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #0098b4;
  background-color: transparent;
  font-size: 14px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.5rem;
  padding: 11.2px 19.6px;
  padding: 0.8rem 1.4rem; }
  .btn:hover, .btn.active, input[type=button]:hover, input[type=button].active {
    color: #FFF;
    background-color: #0098b4; }
  .btn.inverted, .inverted .btn, input[type=button].inverted, .inverted input[type=button] {
    color: #FFF;
    background-color: #0098b4; }
    .btn.inverted:hover, .btn.inverted.ative, .inverted .btn:hover, .inverted .btn.ative, input[type=button].inverted:hover, input[type=button].inverted.ative, .inverted input[type=button]:hover, .inverted input[type=button].ative {
      color: #0098b4;
      background-color: transparent; }
  .btn.btn-semi-transparent, input[type=button].btn-semi-transparent {
    background-color: rgba(0, 0, 0, 0.5); }
    .btn.btn-semi-transparent:hover, .btn.btn-semi-transparent.active, input[type=button].btn-semi-transparent:hover, input[type=button].btn-semi-transparent.active {
      background-color: black; }
  .btn.btn-transparent, input[type=button].btn-transparent {
    background-color: transparent;
    color: #000; }
    .inverted .btn.btn-transparent, .inverted input[type=button].btn-transparent {
      color: #FFF; }
  .btn-primary, input[type=button]-primary {
    color: #0098b4;
    background-color: transparent; }
    .btn-primary:hover, .btn-primary.active, input[type=button]-primary:hover, input[type=button]-primary.active {
      color: #FFF;
      background-color: #0098b4; }
    .btn-primary.inverted, .inverted .btn-primary, input[type=button]-primary.inverted, .inverted input[type=button]-primary {
      color: #FFF;
      background-color: #0098b4; }
      .btn-primary.inverted:hover, .btn-primary.inverted.ative, .inverted .btn-primary:hover, .inverted .btn-primary.ative, input[type=button]-primary.inverted:hover, input[type=button]-primary.inverted.ative, .inverted input[type=button]-primary:hover, .inverted input[type=button]-primary.ative {
        color: #0098b4;
        background-color: transparent; }
    .btn-primary.btn-semi-transparent, input[type=button]-primary.btn-semi-transparent {
      background-color: rgba(0, 0, 0, 0.5); }
      .btn-primary.btn-semi-transparent:hover, .btn-primary.btn-semi-transparent.active, input[type=button]-primary.btn-semi-transparent:hover, input[type=button]-primary.btn-semi-transparent.active {
        background-color: black; }
    .btn-primary.btn-transparent, input[type=button]-primary.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-primary.btn-transparent, .inverted input[type=button]-primary.btn-transparent {
        color: #FFF; }
  .btn-primary-hover, input[type=button]-primary-hover {
    color: #FFF;
    background-color: #006477; }
    .btn-primary-hover:hover, .btn-primary-hover.active, input[type=button]-primary-hover:hover, input[type=button]-primary-hover.active {
      color: #FFF;
      background-color: #00313a; }
    .btn-primary-hover.inverted, .inverted .btn-primary-hover, input[type=button]-primary-hover.inverted, .inverted input[type=button]-primary-hover {
      color: #FFF;
      background-color: #00313a; }
      .btn-primary-hover.inverted:hover, .btn-primary-hover.inverted.ative, .inverted .btn-primary-hover:hover, .inverted .btn-primary-hover.ative, input[type=button]-primary-hover.inverted:hover, input[type=button]-primary-hover.inverted.ative, .inverted input[type=button]-primary-hover:hover, .inverted input[type=button]-primary-hover.ative {
        color: #FFF;
        background-color: #006477; }
    .btn-primary-hover.btn-semi-transparent, input[type=button]-primary-hover.btn-semi-transparent {
      background-color: rgba(0, 100, 119, 0.5); }
      .btn-primary-hover.btn-semi-transparent:hover, .btn-primary-hover.btn-semi-transparent.active, input[type=button]-primary-hover.btn-semi-transparent:hover, input[type=button]-primary-hover.btn-semi-transparent.active {
        background-color: #006477; }
    .btn-primary-hover.btn-transparent, input[type=button]-primary-hover.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-primary-hover.btn-transparent, .inverted input[type=button]-primary-hover.btn-transparent {
        color: #FFF; }
  .btn-primary-light, input[type=button]-primary-light {
    color: #FFF;
    background-color: #1bdcff; }
    .btn-primary-light:hover, .btn-primary-light.active, input[type=button]-primary-light:hover, input[type=button]-primary-light.active {
      color: #FFF;
      background-color: #00badd; }
    .btn-primary-light.inverted, .inverted .btn-primary-light, input[type=button]-primary-light.inverted, .inverted input[type=button]-primary-light {
      color: #FFF;
      background-color: #00badd; }
      .btn-primary-light.inverted:hover, .btn-primary-light.inverted.ative, .inverted .btn-primary-light:hover, .inverted .btn-primary-light.ative, input[type=button]-primary-light.inverted:hover, input[type=button]-primary-light.inverted.ative, .inverted input[type=button]-primary-light:hover, .inverted input[type=button]-primary-light.ative {
        color: #FFF;
        background-color: #1bdcff; }
    .btn-primary-light.btn-semi-transparent, input[type=button]-primary-light.btn-semi-transparent {
      background-color: rgba(27, 220, 255, 0.5); }
      .btn-primary-light.btn-semi-transparent:hover, .btn-primary-light.btn-semi-transparent.active, input[type=button]-primary-light.btn-semi-transparent:hover, input[type=button]-primary-light.btn-semi-transparent.active {
        background-color: #1bdcff; }
    .btn-primary-light.btn-transparent, input[type=button]-primary-light.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-primary-light.btn-transparent, .inverted input[type=button]-primary-light.btn-transparent {
        color: #FFF; }
  .btn-info, input[type=button]-info {
    color: #FFF;
    background-color: #2889b4; }
    .btn-info:hover, .btn-info.active, input[type=button]-info:hover, input[type=button]-info.active {
      color: #FFF;
      background-color: #1d6382; }
    .btn-info.inverted, .inverted .btn-info, input[type=button]-info.inverted, .inverted input[type=button]-info {
      color: #FFF;
      background-color: #1d6382; }
      .btn-info.inverted:hover, .btn-info.inverted.ative, .inverted .btn-info:hover, .inverted .btn-info.ative, input[type=button]-info.inverted:hover, input[type=button]-info.inverted.ative, .inverted input[type=button]-info:hover, .inverted input[type=button]-info.ative {
        color: #FFF;
        background-color: #2889b4; }
    .btn-info.btn-semi-transparent, input[type=button]-info.btn-semi-transparent {
      background-color: rgba(40, 137, 180, 0.5); }
      .btn-info.btn-semi-transparent:hover, .btn-info.btn-semi-transparent.active, input[type=button]-info.btn-semi-transparent:hover, input[type=button]-info.btn-semi-transparent.active {
        background-color: #2889b4; }
    .btn-info.btn-transparent, input[type=button]-info.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-info.btn-transparent, .inverted input[type=button]-info.btn-transparent {
        color: #FFF; }
  .btn-success, input[type=button]-success {
    color: #FFF;
    background-color: #96cc00; }
    .btn-success:hover, .btn-success.active, input[type=button]-success:hover, input[type=button]-success.active {
      color: #FFF;
      background-color: #698f00; }
    .btn-success.inverted, .inverted .btn-success, input[type=button]-success.inverted, .inverted input[type=button]-success {
      color: #FFF;
      background-color: #698f00; }
      .btn-success.inverted:hover, .btn-success.inverted.ative, .inverted .btn-success:hover, .inverted .btn-success.ative, input[type=button]-success.inverted:hover, input[type=button]-success.inverted.ative, .inverted input[type=button]-success:hover, .inverted input[type=button]-success.ative {
        color: #FFF;
        background-color: #96cc00; }
    .btn-success.btn-semi-transparent, input[type=button]-success.btn-semi-transparent {
      background-color: rgba(150, 204, 0, 0.5); }
      .btn-success.btn-semi-transparent:hover, .btn-success.btn-semi-transparent.active, input[type=button]-success.btn-semi-transparent:hover, input[type=button]-success.btn-semi-transparent.active {
        background-color: #96cc00; }
    .btn-success.btn-transparent, input[type=button]-success.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-success.btn-transparent, .inverted input[type=button]-success.btn-transparent {
        color: #FFF; }
  .btn-warning, input[type=button]-warning {
    color: #000;
    background-color: #ffd800; }
    .btn-warning:hover, .btn-warning.active, input[type=button]-warning:hover, input[type=button]-warning.active {
      color: #000;
      background-color: #c2a400; }
    .btn-warning.inverted, .inverted .btn-warning, input[type=button]-warning.inverted, .inverted input[type=button]-warning {
      color: #000;
      background-color: #c2a400; }
      .btn-warning.inverted:hover, .btn-warning.inverted.ative, .inverted .btn-warning:hover, .inverted .btn-warning.ative, input[type=button]-warning.inverted:hover, input[type=button]-warning.inverted.ative, .inverted input[type=button]-warning:hover, .inverted input[type=button]-warning.ative {
        color: #000;
        background-color: #ffd800; }
    .btn-warning.btn-semi-transparent, input[type=button]-warning.btn-semi-transparent {
      background-color: rgba(255, 216, 0, 0.5); }
      .btn-warning.btn-semi-transparent:hover, .btn-warning.btn-semi-transparent.active, input[type=button]-warning.btn-semi-transparent:hover, input[type=button]-warning.btn-semi-transparent.active {
        background-color: #ffd800; }
    .btn-warning.btn-transparent, input[type=button]-warning.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-warning.btn-transparent, .inverted input[type=button]-warning.btn-transparent {
        color: #FFF; }
  .btn-danger, input[type=button]-danger {
    color: #FFF;
    background-color: #e60004; }
    .btn-danger:hover, .btn-danger.active, input[type=button]-danger:hover, input[type=button]-danger.active {
      color: #FFF;
      background-color: #a90003; }
    .btn-danger.inverted, .inverted .btn-danger, input[type=button]-danger.inverted, .inverted input[type=button]-danger {
      color: #FFF;
      background-color: #a90003; }
      .btn-danger.inverted:hover, .btn-danger.inverted.ative, .inverted .btn-danger:hover, .inverted .btn-danger.ative, input[type=button]-danger.inverted:hover, input[type=button]-danger.inverted.ative, .inverted input[type=button]-danger:hover, .inverted input[type=button]-danger.ative {
        color: #FFF;
        background-color: #e60004; }
    .btn-danger.btn-semi-transparent, input[type=button]-danger.btn-semi-transparent {
      background-color: rgba(230, 0, 4, 0.5); }
      .btn-danger.btn-semi-transparent:hover, .btn-danger.btn-semi-transparent.active, input[type=button]-danger.btn-semi-transparent:hover, input[type=button]-danger.btn-semi-transparent.active {
        background-color: #e60004; }
    .btn-danger.btn-transparent, input[type=button]-danger.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-danger.btn-transparent, .inverted input[type=button]-danger.btn-transparent {
        color: #FFF; }
  .btn-gray, input[type=button]-gray {
    color: #FFF;
    background-color: #111111; }
    .btn-gray:hover, .btn-gray.active, input[type=button]-gray:hover, input[type=button]-gray.active {
      color: #FFF;
      background-color: black; }
    .btn-gray.inverted, .inverted .btn-gray, input[type=button]-gray.inverted, .inverted input[type=button]-gray {
      color: #FFF;
      background-color: black; }
      .btn-gray.inverted:hover, .btn-gray.inverted.ative, .inverted .btn-gray:hover, .inverted .btn-gray.ative, input[type=button]-gray.inverted:hover, input[type=button]-gray.inverted.ative, .inverted input[type=button]-gray:hover, .inverted input[type=button]-gray.ative {
        color: #FFF;
        background-color: #111111; }
    .btn-gray.btn-semi-transparent, input[type=button]-gray.btn-semi-transparent {
      background-color: rgba(17, 17, 17, 0.5); }
      .btn-gray.btn-semi-transparent:hover, .btn-gray.btn-semi-transparent.active, input[type=button]-gray.btn-semi-transparent:hover, input[type=button]-gray.btn-semi-transparent.active {
        background-color: #111111; }
    .btn-gray.btn-transparent, input[type=button]-gray.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-gray.btn-transparent, .inverted input[type=button]-gray.btn-transparent {
        color: #FFF; }
  .btn-black, input[type=button]-black {
    color: #FFF;
    background-color: #000; }
    .btn-black:hover, .btn-black.active, input[type=button]-black:hover, input[type=button]-black.active {
      color: #FFF;
      background-color: #000; }
    .btn-black.inverted, .inverted .btn-black, input[type=button]-black.inverted, .inverted input[type=button]-black {
      color: #FFF;
      background-color: #000; }
      .btn-black.inverted:hover, .btn-black.inverted.ative, .inverted .btn-black:hover, .inverted .btn-black.ative, input[type=button]-black.inverted:hover, input[type=button]-black.inverted.ative, .inverted input[type=button]-black:hover, .inverted input[type=button]-black.ative {
        color: #FFF;
        background-color: #000; }
    .btn-black.btn-semi-transparent, input[type=button]-black.btn-semi-transparent {
      background-color: rgba(0, 0, 0, 0.5); }
      .btn-black.btn-semi-transparent:hover, .btn-black.btn-semi-transparent.active, input[type=button]-black.btn-semi-transparent:hover, input[type=button]-black.btn-semi-transparent.active {
        background-color: black; }
    .btn-black.btn-transparent, input[type=button]-black.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-black.btn-transparent, .inverted input[type=button]-black.btn-transparent {
        color: #FFF; }
  .btn-white, input[type=button]-white {
    color: #000;
    background-color: #FFF; }
    .btn-white:hover, .btn-white.active, input[type=button]-white:hover, input[type=button]-white.active {
      color: #000;
      background-color: #e0e0e0; }
    .btn-white.inverted, .inverted .btn-white, input[type=button]-white.inverted, .inverted input[type=button]-white {
      color: #000;
      background-color: #e0e0e0; }
      .btn-white.inverted:hover, .btn-white.inverted.ative, .inverted .btn-white:hover, .inverted .btn-white.ative, input[type=button]-white.inverted:hover, input[type=button]-white.inverted.ative, .inverted input[type=button]-white:hover, .inverted input[type=button]-white.ative {
        color: #000;
        background-color: #FFF; }
    .btn-white.btn-semi-transparent, input[type=button]-white.btn-semi-transparent {
      background-color: rgba(255, 255, 255, 0.5); }
      .btn-white.btn-semi-transparent:hover, .btn-white.btn-semi-transparent.active, input[type=button]-white.btn-semi-transparent:hover, input[type=button]-white.btn-semi-transparent.active {
        background-color: white; }
    .btn-white.btn-transparent, input[type=button]-white.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-white.btn-transparent, .inverted input[type=button]-white.btn-transparent {
        color: #FFF; }
  .btn-orange, input[type=button]-orange {
    color: #FFF;
    background-color: #e18f40; }
    .btn-orange:hover, .btn-orange.active, input[type=button]-orange:hover, input[type=button]-orange.active {
      color: #FFF;
      background-color: #e36240; }
    .btn-orange.inverted, .inverted .btn-orange, input[type=button]-orange.inverted, .inverted input[type=button]-orange {
      color: #FFF;
      background-color: #e36240; }
      .btn-orange.inverted:hover, .btn-orange.inverted.ative, .inverted .btn-orange:hover, .inverted .btn-orange.ative, input[type=button]-orange.inverted:hover, input[type=button]-orange.inverted.ative, .inverted input[type=button]-orange:hover, .inverted input[type=button]-orange.ative {
        color: #FFF;
        background-color: #e18f40; }
    .btn-orange.btn-semi-transparent, input[type=button]-orange.btn-semi-transparent {
      background-color: rgba(225, 143, 64, 0.5); }
      .btn-orange.btn-semi-transparent:hover, .btn-orange.btn-semi-transparent.active, input[type=button]-orange.btn-semi-transparent:hover, input[type=button]-orange.btn-semi-transparent.active {
        background-color: #e18f40; }
    .btn-orange.btn-transparent, input[type=button]-orange.btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted .btn-orange.btn-transparent, .inverted input[type=button]-orange.btn-transparent {
        color: #FFF; }
  .btn-x-small, input[type=button]-x-small {
    font-size: 8.4px;
    font-size: 0.6rem;
    line-height: 12.6px;
    line-height: 0.9rem;
    padding: 6.72px 11.76px;
    padding: 0.48rem 0.84rem; }
  .btn-small, input[type=button]-small {
    font-size: 11.2px;
    font-size: 0.8rem;
    line-height: 16.8px;
    line-height: 1.2rem;
    padding: 8.96px 15.68px;
    padding: 0.64rem 1.12rem; }
  .btn-default, input[type=button]-default {
    font-size: 14px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.5rem;
    padding: 11.2px 19.6px;
    padding: 0.8rem 1.4rem; }
  .btn-medium, input[type=button]-medium {
    font-size: 18.2px;
    font-size: 1.3rem;
    line-height: 27.3px;
    line-height: 1.95rem;
    padding: 14.56px 25.48px;
    padding: 1.04rem 1.82rem; }
  .btn-large, input[type=button]-large {
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 31.5px;
    line-height: 2.25rem;
    padding: 16.8px 29.4px;
    padding: 1.2rem 2.1rem; }
  .btn-x-large, input[type=button]-x-large {
    font-size: 26.6px;
    font-size: 1.9rem;
    line-height: 39.9px;
    line-height: 2.85rem;
    padding: 21.28px 37.24px;
    padding: 1.52rem 2.66rem; }
  .btn-transparent, input[type=button]-transparent {
    background: none; }
  .btn-full-width, input[type=button]-full-width {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: center; }
  .btn.btn-small-bigger-font, input[type=button].btn-small-bigger-font {
    font-size: 1rem; }

/*Swiper btn*/
#home_slider .swiper-button-next, #home_slider .swiper-button-prev, #history .swiper-button-next, #history .swiper-button-prev {
  top: initial;
  width: initial;
  height: initial;
  font-size: .906rem;
  line-height: 3.71rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  background: #0098b4;
  padding: 0 2.175rem 0 4.35rem;
  min-width: 18.125rem; }

#home_slider .swiper-button-prev, #history .swiper-button-prev {
  padding: 0 1rem 0 2.175rem;
  min-width: 0; }

#home_slider .swiper-button-prev, #home_slider .swiper-container-rtl .swiper-button-next, #history .swiper-button-prev, #history .swiper-container-rtl .swiper-button-next {
  left: 0;
  bottom: 0; }
  #home_slider .swiper-button-prev span:before, #home_slider .swiper-container-rtl .swiper-button-next span:before, #history .swiper-button-prev span:before, #history .swiper-container-rtl .swiper-button-next span:before {
    content: url("../../assets/images/home_slider_arrow.png");
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    float: left; }

#home_slider .swiper-button-next, #home_slider .swiper-container-rtl .swiper-button-prev, #history .swiper-button-next, #history .swiper-container-rtl .swiper-button-prev {
  right: 0;
  bottom: 0; }
  #home_slider .swiper-button-next span:after, #home_slider .swiper-container-rtl .swiper-button-prev span:after, #history .swiper-button-next span:after, #history .swiper-container-rtl .swiper-button-prev span:after {
    content: url("../../assets/images/home_slider_arrow.png");
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: right;
    height: 51px; }

#home_slider .swiper-pagination-bullet-active, #history .swiper-pagination-bullet-active {
  background: #0098b4; }

img {
  max-width: 100%; }

img.alignright, figure.alignright {
  float: right;
  margin: 0 0 1em 1em; }
  @media (max-width: 767px) {
    img.alignright, figure.alignright {
      display: block;
      float: none;
      margin: 0 auto 1rem;
      max-width: 100%;
      height: auto; } }

img.alignleft, figure.alignleft {
  float: left;
  margin: 0 1em 1em 0; }
  @media (max-width: 767px) {
    img.alignleft, figure.alignleft {
      display: block;
      float: none;
      margin: 0 auto 1rem;
      max-width: 100%;
      height: auto; } }

img.aligncenter, figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    img.aligncenter, figure.aligncenter {
      display: block;
      float: none;
      margin: 0 auto 1rem;
      max-width: 100%;
      height: auto; } }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  figure {
    max-width: 100%; } }

figure {
  position: relative; }
  figure img {
    max-width: 100%; }
    figure img[src*=".svg"] {
      width: 100%;
      height: auto; }
  figure figcaption {
    position: absolute;
    bottom: 2px;
    width: 100%;
    color: #ffffff;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.7143rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

ul, ol {
  padding-left: 15px;
  margin: 0 0 0.7143rem;
  list-style: none; }
  ul li, ol li {
    font-size: 1.15rem;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #242424;
    line-height: 2.2425rem;
    font-weight: 400; }
    .inverted ul li, .inverted ol li {
      color: #ffffff; }
    ul li ul, ul li ol, ol li ul, ol li ol {
      margin: .7143rem 0; }

section.page .padding-left ul,
section.page .col--md-12 ul {
  margin-bottom: 28px; }
  section.page .padding-left ul li,
  section.page .col--md-12 ul li {
    position: relative;
    padding-left: 1.45rem; }
    section.page .padding-left ul li:before,
    section.page .col--md-12 ul li:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 11px;
      width: 6px;
      height: 6px;
      background-color: #0098b4; }

.col--sm-9.content ul {
  margin-bottom: 28px; }
  .col--sm-9.content ul li {
    position: relative;
    padding-left: 1.45rem; }
    .col--sm-9.content ul li:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 11px;
      width: 6px;
      height: 6px;
      background-color: #0098b4; }

blockquote {
  border-left: 5px solid #0cb2cd;
  padding: 5px 20px !important;
  margin: 0 40px 28px !important; }
  @media (max-width: 991px) {
    blockquote {
      margin: 0 0 28px 20px !important; } }
  blockquote p {
    position: relative;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    margin-bottom: 0 !important;
    font-weight: 600 !important; }

a {
  color: #0098b4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }
  .inverted a {
    color: #ffffff; }
  a:hover {
    color: #006477; }
    .inverted a:hover {
      color: #ffffff;
      opacity: .7; }

a[href$=".pdf"]:after {
  content: "\F1C1";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
  display: inline-block;
  margin-left: 5px; }

a[href$=".doc"]:after {
  content: "\F1C2";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
  display: inline-block;
  margin-left: 5px; }

a[href$=".docx"]:after {
  content: "\F1C2";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
  display: inline-block;
  margin-left: 5px; }

a[href$=".xls"]:after {
  content: "\F1C3";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
  display: inline-block;
  margin-left: 5px; }

a[href$=".ppt"]:after {
  content: "\F1C4";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
  display: inline-block;
  margin-left: 5px; }

a[href^="mailto:"]:after {
  content: "\F0E0";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace;
  display: inline-block;
  margin-left: 5px; }

.fab {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands", monospace !important; }

#iframe_csvmanager {
  height: 700px; }

.candidatures_spontanees {
  height: 1000px !important; }

.alerte_emplois {
  height: 600px !important; }

.Activites_de_recrutement {
  height: 950px !important; }

.mise_a_jours_du_dossier {
  height: 600px !important; }

form {
  width: 100% !important; }
  @media (min-width: 991px) {
    form {
      width: calc(100% - 2.175rem) !important; } }
  form label {
    color: #989898;
    margin-bottom: 0 !important; }
    form label.gfield_label {
      width: 100%;
      display: block;
      margin-bottom: 0.5714rem;
      font-size: 1.45rem !important;
      line-height: 2.5rem !important;
      font-weight: 500 !important;
      color: #0098b4; }
  form input, form textarea {
    border: 1px solid #0098b4; }
  form input, form textarea {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 11.2px 19.6px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    form input[type="text"], form textarea[type="text"] {
      -webkit-appearance: none;
      -moz-appearance: none; }
    form input:focus, form textarea:focus {
      outline: none;
      border-color: #0098b4; }
  form input[type="submit"], form input[type="button"] {
    font-weight: 600;
    border: 1px solid #0098b4;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    color: #0098b4;
    background-color: transparent;
    font-size: 14px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.5rem;
    padding: 11.2px 19.6px;
    padding: 0.8rem 1.4rem;
    color: #0098b4;
    background-color: transparent;
    width: auto;
    font-size: 1rem !important; }
    form input[type="submit"]:hover, form input[type="submit"].active, form input[type="button"]:hover, form input[type="button"].active {
      color: #FFF;
      background-color: #0098b4; }
    form input[type="submit"].inverted, .inverted form input[type="submit"], form input[type="button"].inverted, .inverted form input[type="button"] {
      color: #FFF;
      background-color: #0098b4; }
      form input[type="submit"].inverted:hover, form input[type="submit"].inverted.ative, .inverted form input[type="submit"]:hover, .inverted form input[type="submit"].ative, form input[type="button"].inverted:hover, form input[type="button"].inverted.ative, .inverted form input[type="button"]:hover, .inverted form input[type="button"].ative {
        color: #0098b4;
        background-color: transparent; }
    form input[type="submit"].btn-semi-transparent, form input[type="button"].btn-semi-transparent {
      background-color: rgba(0, 0, 0, 0.5); }
      form input[type="submit"].btn-semi-transparent:hover, form input[type="submit"].btn-semi-transparent.active, form input[type="button"].btn-semi-transparent:hover, form input[type="button"].btn-semi-transparent.active {
        background-color: black; }
    form input[type="submit"].btn-transparent, form input[type="button"].btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted form input[type="submit"].btn-transparent, .inverted form input[type="button"].btn-transparent {
        color: #FFF; }
    form input[type="submit"]:hover, form input[type="submit"].active, form input[type="button"]:hover, form input[type="button"].active {
      color: #FFF;
      background-color: #0098b4; }
    form input[type="submit"].inverted, .inverted form input[type="submit"], form input[type="button"].inverted, .inverted form input[type="button"] {
      color: #FFF;
      background-color: #0098b4; }
      form input[type="submit"].inverted:hover, form input[type="submit"].inverted.ative, .inverted form input[type="submit"]:hover, .inverted form input[type="submit"].ative, form input[type="button"].inverted:hover, form input[type="button"].inverted.ative, .inverted form input[type="button"]:hover, .inverted form input[type="button"].ative {
        color: #0098b4;
        background-color: transparent; }
    form input[type="submit"].btn-semi-transparent, form input[type="button"].btn-semi-transparent {
      background-color: rgba(0, 0, 0, 0.5); }
      form input[type="submit"].btn-semi-transparent:hover, form input[type="submit"].btn-semi-transparent.active, form input[type="button"].btn-semi-transparent:hover, form input[type="button"].btn-semi-transparent.active {
        background-color: black; }
    form input[type="submit"].btn-transparent, form input[type="button"].btn-transparent {
      background-color: transparent;
      color: #000; }
      .inverted form input[type="submit"].btn-transparent, .inverted form input[type="button"].btn-transparent {
        color: #FFF; }
  form input[type="checkbox"] {
    padding: .5rem;
    margin-top: 0; }
  form select {
    font-size: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 49px;
    cursor: pointer;
    background-image: url("../../assets/images/arrow.png");
    background-position: right !important;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''; }
    form select::-ms-expand {
      display: none; }
    form select:focus {
      outline: none; }
  form [type="checkbox"]:not(:checked) + label:before,
  form [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #0098b4; }
  form [type="checkbox"]:not(:checked) + label:after,
  form [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background: #0098b4;
    border: 1px solid #0098b4;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    /* coche invisible */
    -webkit-transform: scale(0);
            transform: scale(0);
    /* mise à l'échelle à 0 */ }
  form [type="checkbox"]:checked + label:after {
    opacity: 1;
    /* coche opaque */
    -webkit-transform: scale(1);
            transform: scale(1);
    /* mise à l'échelle 1:1 */ }
  form .demi label {
    width: 50%; }

input, select, textarea {
  background-color: #f9f9f9;
  border: 1px solid #b1b1b1 !important; }

nav.prev-next-posts {
  width: 100%;
  margin: 1.429rem 0; }
  nav.prev-next-posts:after {
    content: "";
    display: table;
    clear: both; }
  nav.prev-next-posts .prev-posts-link {
    float: left; }
  nav.prev-next-posts .next-posts-link {
    float: right; }

.box-shadow {
  -webkit-box-shadow: 2px 4px 13px -1px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 4px 13px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

hr {
  border: 1px solid #ededed;
  margin: 2.175rem 0; }

.icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  position: relative; }
  .icon:before {
    font-size: 2rem;
    line-height: 2.5rem;
    width: 2.5rem; }
  .icon-circle {
    border-style: solid;
    border-radius: 100%;
    -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.25rem;
    background-color: transparent;
    border-color: #0098b4; }
  .icon-square {
    border-style: solid;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.25rem;
    background-color: #0098b4;
    border-color: transparent; }
  .icon-x-small {
    width: 0.6rem;
    height: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    border-width: 0.06rem; }
    .icon-x-small:before {
      font-size: 0.48rem;
      line-height: 0.6rem;
      width: 0.6rem; }
  .icon-small {
    width: 0.8rem;
    height: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.08rem; }
    .icon-small:before {
      font-size: 0.64rem;
      line-height: 0.8rem;
      width: 0.8rem; }
  .icon-default {
    width: 1rem;
    height: 1rem;
    width: 1rem;
    height: 1rem;
    border-width: 0.1rem; }
    .icon-default:before {
      font-size: 0.8rem;
      line-height: 1rem;
      width: 1rem; }
  .icon-medium {
    width: 1.3rem;
    height: 1.3rem;
    width: 1.3rem;
    height: 1.3rem;
    border-width: 0.13rem; }
    .icon-medium:before {
      font-size: 1.04rem;
      line-height: 1.3rem;
      width: 1.3rem; }
  .icon-large {
    width: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.15rem; }
    .icon-large:before {
      font-size: 1.2rem;
      line-height: 1.5rem;
      width: 1.5rem; }
  .icon-x-large {
    width: 1.9rem;
    height: 1.9rem;
    width: 1.9rem;
    height: 1.9rem;
    border-width: 0.19rem; }
    .icon-x-large:before {
      font-size: 1.52rem;
      line-height: 1.9rem;
      width: 1.9rem; }
  .icon-primary.icon-circle:before {
    color: transparent; }
  .icon-primary.icon-circle {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.5); }
  .icon-primary.icon-square:before {
    color: #0098b4; }
  .icon-primary.icon-square {
    background-color: transparent;
    border-color: #0098b4; }
  .icon-primary-hover.icon-circle:before {
    color: #006477; }
  .icon-primary-hover.icon-circle {
    background-color: transparent;
    border-color: rgba(0, 100, 119, 0.5); }
  .icon-primary-hover.icon-square:before {
    color: #FFF; }
  .icon-primary-hover.icon-square {
    background-color: #006477;
    border-color: #00313a; }
  .icon-primary-light.icon-circle:before {
    color: #1bdcff; }
  .icon-primary-light.icon-circle {
    background-color: transparent;
    border-color: rgba(27, 220, 255, 0.5); }
  .icon-primary-light.icon-square:before {
    color: #FFF; }
  .icon-primary-light.icon-square {
    background-color: #1bdcff;
    border-color: #00badd; }
  .icon-info.icon-circle:before {
    color: #2889b4; }
  .icon-info.icon-circle {
    background-color: transparent;
    border-color: rgba(40, 137, 180, 0.5); }
  .icon-info.icon-square:before {
    color: #FFF; }
  .icon-info.icon-square {
    background-color: #2889b4;
    border-color: #1d6382; }
  .icon-success.icon-circle:before {
    color: #96cc00; }
  .icon-success.icon-circle {
    background-color: transparent;
    border-color: rgba(150, 204, 0, 0.5); }
  .icon-success.icon-square:before {
    color: #FFF; }
  .icon-success.icon-square {
    background-color: #96cc00;
    border-color: #698f00; }
  .icon-warning.icon-circle:before {
    color: #ffd800; }
  .icon-warning.icon-circle {
    background-color: transparent;
    border-color: rgba(255, 216, 0, 0.5); }
  .icon-warning.icon-square:before {
    color: #000; }
  .icon-warning.icon-square {
    background-color: #ffd800;
    border-color: #c2a400; }
  .icon-danger.icon-circle:before {
    color: #e60004; }
  .icon-danger.icon-circle {
    background-color: transparent;
    border-color: rgba(230, 0, 4, 0.5); }
  .icon-danger.icon-square:before {
    color: #FFF; }
  .icon-danger.icon-square {
    background-color: #e60004;
    border-color: #a90003; }
  .icon-gray.icon-circle:before {
    color: #111111; }
  .icon-gray.icon-circle {
    background-color: transparent;
    border-color: rgba(17, 17, 17, 0.5); }
  .icon-gray.icon-square:before {
    color: #FFF; }
  .icon-gray.icon-square {
    background-color: #111111;
    border-color: black; }
  .icon-black.icon-circle:before {
    color: #000; }
  .icon-black.icon-circle {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.5); }
  .icon-black.icon-square:before {
    color: #FFF; }
  .icon-black.icon-square {
    background-color: #000;
    border-color: #000; }
  .icon-white.icon-circle:before {
    color: #FFF; }
  .icon-white.icon-circle {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5); }
  .icon-white.icon-square:before {
    color: #000; }
  .icon-white.icon-square {
    background-color: #FFF;
    border-color: #e0e0e0; }
  .icon-orange.icon-circle:before {
    color: #e18f40; }
  .icon-orange.icon-circle {
    background-color: transparent;
    border-color: rgba(225, 143, 64, 0.5); }
  .icon-orange.icon-square:before {
    color: #FFF; }
  .icon-orange.icon-square {
    background-color: #e18f40;
    border-color: #e36240; }

.inverted i.mdi {
  color: #ffffff; }

.gallery:after {
  content: "";
  display: table;
  clear: both; }

.gallery figure {
  float: left;
  margin: 0 2% 1em 0; }
  .gallery figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none; }

.gallery.gallery-columns-3 figure {
  width: 32%; }
  .gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
    margin-right: 0; }
  .gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
    clear: left; }

.gallery.gallery-columns-2 figure {
  width: 49%; }
  .gallery.gallery-columns-2 figure:nth-of-type(even) {
    margin-right: 0; }
  .gallery.gallery-columns-2 figure:nth-of-type(odd) {
    clear: left; }

.gallery.gallery-columns-4 figure {
  width: 23.25%; }
  .gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
    margin-right: 0; }
  .gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
    clear: left; }

.gallery.gallery-columns-5 figure {
  width: 18%; }
  .gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
    margin-right: 0; }
  .gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
    clear: left; }

.gallery.gallery-columns-6 figure {
  width: 14.2%; }
  .gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
    margin-right: 0; }
  .gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
    clear: left; }

.gallery.gallery-columns-7 figure {
  width: 12%; }
  .gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
    margin-right: 0; }
  .gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
    clear: left; }

.gallery.gallery-columns-8 figure {
  width: 10.2%; }
  .gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
    margin-right: 0; }
  .gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
    clear: left; }

.gallery.gallery-columns-9 figure {
  width: 8.85%; }
  .gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
    margin-right: 0; }
  .gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
    clear: left; }

@media (max-width: 767px) {
  .gallery.gallery-columns-4 figure,
  .gallery.gallery-columns-5 figure,
  .gallery.gallery-columns-6 figure,
  .gallery.gallery-columns-7 figure,
  .gallery.gallery-columns-8 figure,
  .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none; } }

table {
  border: 1px solid #ddd;
  margin: 2rem auto; }
  table tr:nth-child(even) {
    background-color: #f3f3f3; }
  table thead {
    background: #f3f3f3;
    text-transform: uppercase;
    font-weight: bold; }
  table th, table td {
    padding: 15px 10px; }

.wpgmza_marker_holder {
  overflow: hidden;
  border: 1px solid #d9d9d9; }

div#wpgmza_table_1_length, div#wpgmza_table_1_filter, div#wpgmza_table_1_paginate, div#wpgmza_table_1_info {
  padding: 2.175rem; }

div#wpgmza_table_15_length, div#wpgmza_table_15_filter, div#wpgmza_table_15_paginate, div#wpgmza_table_15_info {
  padding: 2.175rem; }

.wpgmza_cat_checkbox_holder {
  height: auto !important;
  max-height: 500px !important; }

ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder {
  -webkit-column-count: 2;
          column-count: 2; }
  ul.wpgmza_cat_ul.wpgmza_cat_checkbox_item_holder li:before {
    background-color: transparent !important; }

input {
  padding: 11.2px 19.6px !important;
  background-color: #f9f9f9;
  border: 1px solid #b1b1b1 !important; }

.wpgmza_sl_query_innerdiv1 {
  padding: 11.2px 0 !important;
  width: 100px !important; }

.wpgmza-form-field__label {
  display: block;
  float: left;
  width: 100px; }

.wpgmza-form-field {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

li.widget_archive ul {
  padding: 0;
  list-style: none; }
  li.widget_archive ul li {
    margin-bottom: 0.7143rem; }
    li.widget_archive ul li a {
      text-decoration: none;
      font-family: "Poppins", Helvetica, Arial, sans-serif; }

aside.widget-area > ul {
  margin: 0;
  padding: 0; }
  aside.widget-area > ul li.widget {
    list-style: none;
    padding: 2.143rem 1.429rem;
    border-top: 0.4286rem solid #0098b4;
    margin-bottom: 2.143rem;
    -webkit-box-shadow: 2px 4px 13px -1px rgba(0, 0, 0, 0.09);
    box-shadow: 2px 4px 13px -1px rgba(0, 0, 0, 0.09); }
    aside.widget-area > ul li.widget h2 {
      font-size: 0.92rem;
      line-height: 1rem;
      margin-bottom: 1.071rem; }
    aside.widget-area > ul li.widget .textwidget, aside.widget-area > ul li.widget p {
      font-size: 1rem;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      color: #333333;
      line-height: 2.2425rem;
      margin-top: 0;
      margin-bottom: 1.429rem; }
    aside.widget-area > ul li.widget .textwidget {
      margin: 0; }
      aside.widget-area > ul li.widget .textwidget p:last-of-type {
        margin: 0; }
    aside.widget-area > ul li.widget.widget_search {
      border: none;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }

footer#colophon {
  /** Footer nav menu, pages, catégories widget **/ }
  footer#colophon .padding-left {
    padding-left: 2.175rem; }
  footer#colophon h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.429rem; }
  footer#colophon p {
    font-size: 1.14rem;
    line-height: 1.6rem;
    font-weight: 500; }
  footer#colophon a {
    text-decoration: none; }
    footer#colophon a.hover, footer#colophon a.focus {
      color: #ffffff;
      opacity: .8; }
  footer#colophon span {
    color: #ffffff; }
  footer#colophon.widget_nav_menu, footer#colophon.widget_categories, footer#colophon.widget_pages {
    /** Footer archives, tags widget **/ }
    footer#colophon.widget_nav_menu li a:hover, footer#colophon.widget_categories li a:hover, footer#colophon.widget_pages li a:hover {
      color: #0098b4; }
    footer#colophon.widget_nav_menu li.current-menu-item > a, footer#colophon.widget_nav_menu li.current-cat > a, footer#colophon.widget_nav_menu li.current_page_item > a, footer#colophon.widget_categories li.current-menu-item > a, footer#colophon.widget_categories li.current-cat > a, footer#colophon.widget_categories li.current_page_item > a, footer#colophon.widget_pages li.current-menu-item > a, footer#colophon.widget_pages li.current-cat > a, footer#colophon.widget_pages li.current_page_item > a {
      color: #0098b4; }
    footer#colophon.widget_nav_menu.widget_archive a:hover, footer#colophon.widget_nav_menu.widget_tag_cloud a:hover, footer#colophon.widget_categories.widget_archive a:hover, footer#colophon.widget_categories.widget_tag_cloud a:hover, footer#colophon.widget_pages.widget_archive a:hover, footer#colophon.widget_pages.widget_tag_cloud a:hover {
      color: #0098b4; }
    footer#colophon.widget_nav_menu.widget_rss > ul
li .rssSummary, footer#colophon.widget_categories.widget_rss > ul
li .rssSummary, footer#colophon.widget_pages.widget_rss > ul
li .rssSummary {
      color: #ffffff; }

.widget_recent_entries ul {
  list-style: none;
  padding: 0; }
  .widget_recent_entries ul li a {
    text-decoration: none;
    display: block;
    color: #0098b4;
    font-weight: 600; }
    .widget_recent_entries ul li a:hover {
      text-decoration: underline; }
  .widget_recent_entries ul li span {
    display: block;
    font-family: "Poppins", Helvetica, Arial, sans-serif; }
  .widget_recent_entries ul li:last-of-type {
    margin: 0; }

li.widget_recent_comments ul {
  list-style: none;
  padding: 0; }
  li.widget_recent_comments ul li a {
    color: #0098b4;
    text-decoration: none;
    font-weight: 600; }
    li.widget_recent_comments ul li a.url {
      font-weight: 400; }
    li.widget_recent_comments ul li a:hover {
      text-decoration: underline; }

li.widget_search form label {
  position: relative; }
  li.widget_search form label span {
    display: none; }
  li.widget_search form label input {
    width: 100%; }

li.widget_search form .search-submit {
  display: none; }

.widget_tag_cloud .tagcloud a {
  color: #0098b4;
  text-decoration: none;
  padding: 0 0.1429rem; }
  .widget_tag_cloud .tagcloud a:hover {
    color: #006477; }

li.widget_rss a {
  text-decoration: none; }

li.widget_rss > ul {
  padding: 0;
  list-style: none; }
  li.widget_rss > ul li {
    margin-bottom: 1.786rem; }
    li.widget_rss > ul li a {
      font-weight: 600; }
      li.widget_rss > ul li a:hover {
        text-decoration: underline;
        color: #0098b4; }
    li.widget_rss > ul li .rss-date {
      display: block;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      margin-bottom: 0.7143rem; }

.menu-menu-top-container {
  width: 100%;
  background: #039; }

.link-ciusss {
  float: left; }
  @media (min-width: 600px) {
    .link-ciusss {
      width: 18%; } }

header.top {
  padding: 2.175rem 2.175rem 1.08rem;
  background: #fff; }
  header.top div.icon {
    display: none; }
  header.top nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 1.15rem 0 1.15rem 1.15rem;
    margin-top: 5.15rem; }
    @media (max-width: 991px) {
      header.top nav {
        display: none; } }
    header.top nav .menu {
      width: 100%;
      font-family: Arial,Verdana,Arial,Helvetica,sans-serif;
      margin: 0;
      padding: 0;
      display: block;
      overflow: hidden; }
      header.top nav .menu li {
        font-size: 0.87rem !important;
        line-height: 1.5rem;
        font-weight: 400;
        float: left;
        padding: 0 12px;
        margin: 0; }
        header.top nav .menu li a {
          color: #fff;
          display: block;
          font-weight: 500; }
          header.top nav .menu li a:hover, header.top nav .menu li a:active, header.top nav .menu li a:focus {
            text-decoration: underline; }

section.main-menu nav {
  background: #111111; }
  @media (max-width: 1600px) {
    section.main-menu nav {
      padding: 0 2.175rem; } }
  @media only screen and (max-width: 991px) {
    section.main-menu nav .menu-menu-principal-container, section.main-menu nav .menu-menu-principal-container.close {
      display: none; } }
  section.main-menu nav .menu-menu-principal-container {
    max-width: calc(1200px - 2.175rem);
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 1599px) {
      section.main-menu nav .menu-menu-principal-container {
        max-width: calc(1440px - 2.175rem); } }
    section.main-menu nav .menu-menu-principal-container.open {
      display: block; }
    section.main-menu nav .menu-menu-principal-container ul {
      margin: 0px;
      padding: 0px;
      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: left;
          -ms-flex-pack: left;
              justify-content: left; }
      @media (max-width: 991px) {
        section.main-menu nav .menu-menu-principal-container ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column wrap;
                  flex-flow: column wrap; } }
      section.main-menu nav .menu-menu-principal-container ul li {
        margin: 0; }
        section.main-menu nav .menu-menu-principal-container ul li a {
          padding: 15px;
          font-size: 1.15rem;
          color: #cbcbcb;
          text-transform: uppercase;
          font-weight: 600;
          display: block;
          /* &:after {
              color: #cbcbcb;
              content: ' ▾';
            }*/ }
          section.main-menu nav .menu-menu-principal-container ul li a:hover, section.main-menu nav .menu-menu-principal-container ul li a:active, section.main-menu nav .menu-menu-principal-container ul li a:focus {
            background: #0098b4;
            color: #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          @media (max-width: 1600px) {
            section.main-menu nav .menu-menu-principal-container ul li a {
              font-size: 1.1rem; } }
          @media (max-width: 1235px) {
            section.main-menu nav .menu-menu-principal-container ul li a {
              font-size: 1rem;
              line-height: 1.5; } }
        section.main-menu nav .menu-menu-principal-container ul li.blue a {
          color: #6dd9ec !important; }
        @media (min-width: 1279px) {
          section.main-menu nav .menu-menu-principal-container ul li ul.sub-menu {
            display: none;
            position: absolute;
            left: 0;
            width: 100%;
            background: #fff;
            margin-top: 1px; }
            section.main-menu nav .menu-menu-principal-container ul li ul.sub-menu li {
              width: 25%;
              float: left; }
              section.main-menu nav .menu-menu-principal-container ul li ul.sub-menu li a {
                color: #0098b4;
                text-transform: initial;
                line-height: 24px; }
                section.main-menu nav .menu-menu-principal-container ul li ul.sub-menu li a:after {
                  content: none; }
          section.main-menu nav .menu-menu-principal-container ul li:hover ul.sub-menu, section.main-menu nav .menu-menu-principal-container ul li:active ul.sub-menu, section.main-menu nav .menu-menu-principal-container ul li:focus ul.sub-menu, section.main-menu nav .menu-menu-principal-container ul li.open ul.sub-menu {
            display: block;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; } }

.search-form .row {
  position: relative; }
  .search-form .row .main-search.input-group {
    position: absolute;
    right: 0;
    top: -23px;
    display: none; }
    .search-form .row .main-search.input-group input {
      width: 0;
      opacity: 0;
      float: right; }
    .search-form .row .main-search.input-group:hover input {
      width: 80%;
      opacity: 1; }
    .search-form .row .main-search.input-group button {
      width: 15%;
      float: right;
      background: url("../../assets/images/loupe.png") center center no-repeat;
      background-size: 70%;
      border: none;
      min-height: 42px; }
      .search-form .row .main-search.input-group button:hover, .search-form .row .main-search.input-group button:active {
        opacity: .7; }

.piv {
  margin-bottom: 0 !important;
  padding: 0 2.175rem !important; }

@media screen and (min-width: 992px) {
  .contenu-fixe {
    max-width: calc(1200px - 2.175rem) !important;
    width: 100% !important;
    padding: 0 1.0875rem !important; } }

@media (min-width: 1599px) {
  .contenu-fixe {
    max-width: calc(1440px - 2.175rem) !important;
    width: 100% !important;
    padding: 0 1.0875rem !important; } }

@media screen and (min-width: 768px) {
  .zone1 {
    -ms-flex: 0 0 35% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 35% !important;
    max-width: 35% !important; }
  .zone2 {
    -ms-flex: 0 0 35% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 35% !important;
    max-width: 35% !important; } }

@media screen and (min-width: 992px) {
  .zone1 {
    -ms-flex: 0 0 20% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 20% !important;
    max-width: 20% !important; }
  .zone2 {
    -ms-flex: 0 0 50% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 50% !important;
    max-width: 50% !important; } }

@media screen and (max-width: 992px) {
  .zone3 {
    -ms-flex: 0 0 30% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 30% !important;
    max-width: 30% !important; }
  .contenu-fluide {
    width: calc(100% - 4.35rem) !important; }
  .contenu-fixe {
    width: 100% !important;
    padding: 0 !important; } }

@media screen and (max-width: 768px) {
  .zone3 {
    -ms-flex: 0 0 40% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 40% !important;
    max-width: 40% !important; } }

.titreM.mobile p {
  color: #fff !important; }

.contenu-fixe {
  padding: 0 !important; }

.contenu-fluide {
  width: calc(100% - 4.35rem) !important; }

@media only screen and (max-width: 991px) {
  .main-menu.close .menu {
    display: none; } }

.toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0; }
  .toggle .icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 20px;
    margin: auto;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .toggle .icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .toggle .icon span:nth-child(1) {
        top: 0px; }
      .toggle .icon span:nth-child(2), .toggle .icon span:nth-child(3) {
        top: 8px; }
      .toggle .icon span:nth-child(4) {
        top: 16px; }
  .toggle.open .icon span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .toggle.open .icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .toggle.open .icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .toggle.open .icon span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

@media only screen and (max-width: 991px) {
  .header-menu-toggle {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 19px;
    padding: 20px 30px;
    float: right; }
    .header-menu-toggle .icon {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 30px;
      height: 20px;
      margin: auto;
      cursor: pointer; }
    .header-menu-toggle.open .icon {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 99; } }

@-webkit-keyframes menu-open {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes menu-open {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes menu-close {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    display: none; } }

@keyframes menu-close {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    display: none; } }

.noscroll {
  overflow: hidden; }

.hello-bar {
  padding: 1.5rem 0;
  display: none; }
  .hello-bar .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer; }
  .hello-bar .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 4rem;
    /* .button{
            margin-top: 1.75rem;
        }*/ }
    .hello-bar .flex .img {
      margin-right: 1.75rem; }
    .hello-bar .flex .content {
      -webkit-box-flex: 2;
          -ms-flex: 2 0;
              flex: 2 0; }
    @media (max-width: 991px) {
      .hello-bar .flex {
        display: block !important; }
        .hello-bar .flex .button {
          margin-top: 1.75rem; } }
  .hello-bar h1, .hello-bar h2, .hello-bar h3, .hello-bar h4, .hello-bar h5, .hello-bar h6, .hello-bar p, .hello-bar ul, .hello-bar li {
    color: #fff !important;
    margin-bottom: 0; }
  .hello-bar p {
    margin: 15px 0; }
  .hello-bar .btn {
    background-color: transparent;
    color: #fff;
    line-height: 1.75rem;
    border: 1px solid #fff; }
    .hello-bar .btn:hover, .hello-bar .btn:focus {
      background-color: #fff;
      color: #333333; }

body.banner .hello-bar {
  display: block; }

.social_medias {
  padding: 5rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  background: #ffffff; }
  .social_medias .cont {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0.7143rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .social_medias .cont a {
      background: #666;
      padding: .7143rem;
      color: #ffffff; }

footer#colophon {
  background: #0098b4 url("../../assets/images/bg_footer.jpg");
  background-size: cover;
  padding: 65px 0; }
  footer#colophon span {
    color: #ffffff;
    border-top: 1px solid rgba(249, 249, 249, 0.5);
    font-weight: 600;
    font-size: 1.28rem;
    width: 100%;
    display: block;
    padding: 15px 0;
    text-transform: uppercase; }
  footer#colophon ul {
    padding-left: 0;
    margin-bottom: 2.9rem; }
    footer#colophon ul li {
      margin-bottom: 15px;
      line-height: 20px; }
      footer#colophon ul li a {
        font-weight: 500; }
  footer#colophon .site-info {
    z-index: 2;
    position: absolute;
    bottom: 6rem;
    background-color: #0098b4;
    color: #a3a3a3;
    font-size: 0.7143rem;
    font-weight: 700;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-align: left; }
    footer#colophon .site-info a {
      color: #ffffff;
      text-decoration: none; }
      footer#colophon .site-info a img {
        width: 1.786rem; }
      footer#colophon .site-info a:hover {
        color: #a3a3a3; }
    @media (max-width: 991px) {
      footer#colophon .site-info {
        padding-right: 10px; } }
    @media (max-width: 767px) {
      footer#colophon .site-info {
        padding: 10px;
        bottom: 1rem; } }

section.footer-menu .menu-menu-top-container {
  background: none; }

section.footer-menu nav {
  background: #111111; }
  section.footer-menu nav .menu-menu-top-container {
    max-width: calc(1440px - 2.175rem);
    margin: 0 auto; }
    section.footer-menu nav .menu-menu-top-container ul {
      text-align: center; }
      section.footer-menu nav .menu-menu-top-container ul li {
        display: inline-block;
        margin-bottom: 0; }
        section.footer-menu nav .menu-menu-top-container ul li a {
          padding: 15px;
          font-size: 1.15rem;
          color: #cbcbcb;
          text-transform: uppercase;
          font-weight: 600;
          display: block; }
          section.footer-menu nav .menu-menu-top-container ul li a:hover, section.footer-menu nav .menu-menu-top-container ul li a:active, section.footer-menu nav .menu-menu-top-container ul li a:focus {
            background: #0098b4;
            color: #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
          @media (max-width: 1600px) {
            section.footer-menu nav .menu-menu-top-container ul li a {
              font-size: 1.1rem; } }
          @media (max-width: 1235px) {
            section.footer-menu nav .menu-menu-top-container ul li a {
              font-size: 1rem;
              line-height: 1.5; } }

.wrapper {
  width: 100%;
  text-align: center; }
  .wrapper .copy {
    font-size: 0.857em;
    color: #333333;
    float: left; }
    .wrapper .copy a {
      margin-left: 1.45rem;
      color: #223e92; }

#wrap_footer_bottom div.bottom.container {
  display: inline-block;
  width: auto;
  padding: .725rem 0 1.08rem; }

.copyrightQuebec {
  font-family: 'chaloult_cond_demi_grasnormal';
  display: block;
  text-align: center;
  font-size: 12px;
  color: #003399;
  text-decoration: underline; }

.home {
  background: url("../../assets/images/images_new_haute.jpg") 0 800px no-repeat;
  background-size: contain; }
  @media (max-width: 991px) {
    .home {
      background-size: cover; } }
  .home section.img-top--container {
    position: relative;
    height: 50rem; }
    @media (max-width: 2000px) {
      .home section.img-top--container {
        height: 50rem; } }
    @media (max-width: 991px) {
      .home section.img-top--container {
        height: 40rem; } }
    @media (max-width: 767px) {
      .home section.img-top--container {
        height: 35rem; } }
    @media (max-width: 600px) {
      .home section.img-top--container {
        height: 25rem; } }
    .home section.img-top--container .img-top {
      background-size: cover !important;
      background-position: center top !important;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: -1;
      opacity: .5; }
    .home section.img-top--container .grid--container {
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .home section.img-top--container .grid--container h1 {
        font-size: 3rem;
        line-height: 4rem;
        font-weight: 500;
        margin: 22% auto 2%;
        text-align: center; }
        @media (max-width: 1279px) {
          .home section.img-top--container .grid--container h1 {
            font-size: 2rem;
            line-height: 3rem; } }
  .home div.fast_btn {
    position: relative;
    width: 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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -5rem; }
    @media (max-width: 991px) {
      .home div.fast_btn {
        margin-top: 0; } }
    @media (max-width: 1200px) {
      .home div.fast_btn .grid {
        margin: 0 1.08rem; } }
    @media (max-width: 768px) {
      .home div.fast_btn .grid {
        margin: 0 !important; } }
    .home div.fast_btn .box {
      -webkit-box-flex: 1;
          -ms-flex: 1 30%;
              flex: 1 30%;
      padding: 1.5rem 1.3rem;
      min-height: 135px; }
      .home div.fast_btn .box .box_title img {
        float: left;
        margin: 0 1rem 1rem 0; }
      .home div.fast_btn .box a p {
        color: #fff;
        margin-left: calc(79px + 1rem); }
      @media (max-width: 767px) {
        .home div.fast_btn .box {
          -webkit-box-flex: 1;
              -ms-flex: 1 38%;
                  flex: 1 38%;
          min-height: 140px; }
          .home div.fast_btn .box img {
            display: none; }
          .home div.fast_btn .box a p {
            margin-left: 0; } }
      .home div.fast_btn .box a.link {
        font-size: 1.15rem;
        font-weight: 500;
        text-decoration: underline;
        display: block;
        padding: 15px 0 0;
        color: #fff; }
      .home div.fast_btn .box span {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 2rem;
        font-weight: 700;
        text-align: left;
        margin: 15px auto 5px; }
        @media (max-width: 1600px) {
          .home div.fast_btn .box span {
            font-size: 1.3rem;
            line-height: 1.5rem; } }
        @media (max-width: 600px) {
          .home div.fast_btn .box span {
            font-size: 1.1rem;
            line-height: 2rem;
            margin: 5px auto 5px; } }
      .home div.fast_btn .box:hover {
        -webkit-transform: scaleY(1.05);
                transform: scaleY(1.05); }
  .home section.content_home {
    padding-bottom: 6.5rem; }
    @media (max-width: 991px) {
      .home section.content_home .box-mobile {
        margin-bottom: 2.175rem; } }
    .home section.content_home .news {
      border-bottom: 1px solid #dedede;
      padding: 6.5rem 0px 0px 0px;
      width: 100%;
      margin-bottom: 3.6rem;
      position: relative; }
      @media (max-width: 991px) {
        .home section.content_home .news {
          border: none;
          padding: 3.5rem 0px 0px 0px; } }
      .home section.content_home .news .title {
        position: relative; }
        .home section.content_home .news .title span.new {
          font-size: 2.64rem;
          line-height: 6rem;
          font-weight: 500;
          letter-spacing: .02em; }
          .home section.content_home .news .title span.new:after {
            content: " ";
            height: 2px;
            width: 5.2rem;
            background: #0098b4;
            position: absolute;
            left: 0;
            margin: 5.95rem 0; }
        .home section.content_home .news .title.right {
          right: 0;
          position: absolute;
          margin: 35px 0px 0;
          color: #22b0ca !important;
          font-weight: 500;
          font-size: 1.64rem; }
          @media (max-width: 767px) {
            .home section.content_home .news .title.right {
              margin: 0 auto;
              right: inherit; } }
    .home section.content_home .box-news {
      background: #ffffff;
      padding: 1.45rem 1.8rem;
      height: 100%;
      position: relative; }
      .home section.content_home .box-news img {
        width: 100%;
        height: auto;
        margin-bottom: 1.45rem; }
      .home section.content_home .box-news .title-news {
        font-size: 1.5rem;
        line-height: 1.85rem;
        font-weight: 500; }
      .home section.content_home .box-news .content-news {
        padding-bottom: 1.8rem;
        min-height: 7.25rem; }
        .home section.content_home .box-news .content-news p {
          color: #98a6a9;
          line-height: 1.85rem;
          margin-bottom: 0; }
      .home section.content_home .box-news .link-news {
        font-size: 1.15rem;
        text-align: right;
        display: block;
        padding: 15px 0 0;
        color: #0098b4;
        position: absolute;
        bottom: 1.45rem;
        right: 1.45rem;
        width: 90.5%;
        border-top: 1px solid #dedede; }
  .home section.content_campaign {
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 7.2rem; }
    .home section.content_campaign .news {
      border-bottom: 1px solid #dedede;
      padding: 6.5rem 0px 0px 0px;
      width: 100%;
      margin-bottom: 3.6rem;
      position: relative; }
      @media (max-width: 991px) {
        .home section.content_campaign .news {
          border: none;
          padding: 3.5rem 0px 0px 0px; } }
      .home section.content_campaign .news .title {
        position: relative; }
        .home section.content_campaign .news .title span.new {
          font-size: 2.64rem;
          line-height: 6rem;
          font-weight: 500;
          letter-spacing: .02em; }
          .home section.content_campaign .news .title span.new:after {
            content: " ";
            height: 2px;
            width: 5.2rem;
            background: #0098b4;
            position: absolute;
            left: 0;
            margin: 5.95rem 0; }
        .home section.content_campaign .news .title.right {
          right: 0;
          position: absolute;
          margin: 35px 0px 0;
          font-size: 1.64rem; }
          @media (max-width: 767px) {
            .home section.content_campaign .news .title.right {
              margin: 0 auto; } }
          .home section.content_campaign .news .title.right .swiper-pagination {
            position: relative; }
            .home section.content_campaign .news .title.right .swiper-pagination .swiper-pagination-bullet {
              margin-right: .3rem; }
    .home section.content_campaign .swiper-button-next, .home section.content_campaign .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 20px;
      height: 15px;
      margin-top: 15px;
      z-index: 10;
      cursor: pointer;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 61%; }
    .home section.content_campaign .swiper-button-prev, .home section.content_campaign .swiper-container-rtl .swiper-button-next {
      background-image: url("../../assets/images/left.png");
      left: 50px;
      right: auto; }
    .home section.content_campaign .swiper-button-next, .home section.content_campaign .swiper-container-rtl .swiper-button-prev {
      background-image: url("../../assets/images/right.png");
      right: 0px;
      left: auto; }
    .home section.content_campaign .swiper-pagination-bullet-active {
      opacity: 1;
      background: #0098b4; }

div#ajaxsearchlite1 {
  width: 75%; }
  @media (max-width: 600px) {
    div#ajaxsearchlite1 {
      width: 98%; } }

#ajaxsearchlite1 .probox, div.asl_w .probox {
  height: 60px !important; }

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
  font-size: 16px !important; }

div.asl_m .probox .proinput input {
  height: 60px !important; }

div.asl_w .probox .promagnifier {
  height: 60px !important;
  width: 60px !important; }

div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
  height: 60px !important;
  width: 60px !important; }

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  color: #0098b4; }

div.asl_m .probox div.asl_simple-circle {
  height: 40% !important;
  width: 40% !important; }

.flexible-section.type-background_content .important-text-block {
  position: relative;
  background-size: cover;
  background-position: top center; }
  .flexible-section.type-background_content .important-text-block .black-overlay {
    background-color: rgba(0, 0, 0, 0.7); }
  .flexible-section.type-background_content .important-text-block .content {
    position: relative;
    z-index: 3;
    padding: 3.571rem; }
    @media (max-width: 767px) {
      .flexible-section.type-background_content .important-text-block .content {
        padding: 40px; } }

.important-btn-block a.link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 1.429rem;
  background-color: #f9f9f9;
  border: 5px solid #fff; }
  .important-btn-block a.link.page {
    padding: 2.175rem; }
  .important-btn-block a.link.text--black .content .h5 {
    color: #333333; }
  .important-btn-block a.link.text--black .content .entry-content p {
    color: #333333; }
  .important-btn-block a.link.text--white .content .h5 {
    color: #ffffff; }
  .important-btn-block a.link.text--white .content .entry-content p {
    color: #ffffff; }
  .important-btn-block a.link:not(.no-lines):before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: #0098b4;
    z-index: 2;
    -webkit-transition: height 500ms;
    transition: height 500ms; }
  .important-btn-block a.link .content {
    z-index: 2;
    position: relative; }
    .important-btn-block a.link .content header {
      min-height: 0; }
      .important-btn-block a.link .content header i {
        font-size: 22px; }
      .important-btn-block a.link .content header .h5 {
        font-size: 1.429rem;
        margin: 1.429rem 0; }
    .important-btn-block a.link .content .entry-content p {
      font-weight: bold;
      margin-bottom: 1rem; }
    .important-btn-block a.link .content footer.zone--dark .btn.ec_color {
      color: #000;
      background-color: #FCF000;
      border-color: #FCF000; }
      .important-btn-block a.link .content footer.zone--dark .btn.ec_color:hover {
        color: #FCF000;
        background-color: transparent; }
    .important-btn-block a.link .content footer:not(.zone--dark) .btn.ec_color {
      color: #ffffff;
      background-color: #000;
      border-color: #000; }
      .important-btn-block a.link .content footer:not(.zone--dark) .btn.ec_color:hover {
        color: #000;
        background-color: transparent; }
    .important-btn-block a.link .content footer span:after {
      border-color: transparent;
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .important-btn-block a.link .content footer span:before {
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .important-btn-block a.link .content footer span:hover:before {
      color: #ffffff; }
    .important-btn-block a.link .content footer span:hover:after {
      border-color: rgba(255, 255, 255, 0.5); }
  .important-btn-block a.link:hover {
    opacity: .7; }
    .important-btn-block a.link:hover footer span:before {
      color: #ffffff; }
    .important-btn-block a.link:hover footer span:after {
      visibility: visible;
      border-color: rgba(255, 255, 255, 0.5); }

.flexible-section.type-pills ul.section-menu {
  margin-bottom: 2.857rem; }
  .flexible-section.type-pills ul.section-menu:after {
    content: "";
    display: table;
    clear: both; }
  .flexible-section.type-pills ul.section-menu li {
    cursor: pointer;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem; }
    .flexible-section.type-pills ul.section-menu li:before {
      content: none; }
    .flexible-section.type-pills ul.section-menu li:last-of-type {
      margin: 0; }

.flexible-section.type-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flexible-section.type-stacked ul.section-menu {
    -webkit-box-flex: 15%;
        -ms-flex: 15%;
            flex: 15%; }
    .flexible-section.type-stacked ul.section-menu li {
      display: block;
      margin-bottom: 2px;
      cursor: pointer;
      text-align: center; }
  .flexible-section.type-stacked .sections {
    -webkit-box-flex: 85%;
        -ms-flex: 85%;
            flex: 85%;
    margin-left: 1.429rem; }

.flexible-section.type-pills ul.section-menu, .flexible-section.type-stacked ul.section-menu, .flexible-section.type-tabs ul.section-menu {
  list-style: none;
  padding: 0; }

.flexible-section.type-pills .sections .section, .flexible-section.type-stacked .sections .section, .flexible-section.type-tabs .sections .section {
  display: none; }
  .flexible-section.type-pills .sections .section.active, .flexible-section.type-stacked .sections .section.active, .flexible-section.type-tabs .sections .section.active {
    display: block; }

.flexible-section {
  margin-bottom: 2.143rem; }
  .flexible-section:after {
    content: "";
    display: table;
    clear: both; }

.statistical {
  position: relative;
  width: 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7.143rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991px) {
    .statistical {
      padding: 3.57rem 0; } }
  .statistical.inverted:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .statistical .stat {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 0 0.7143rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .statistical .stat i {
      font-size: 1.786rem; }
    .statistical .stat .h1 {
      margin: 1.071rem 0;
      font-size: 2.5rem;
      font-weight: 600; }
      @media (max-width: 767px) {
        .statistical .stat .h1 {
          font-size: 2rem;
          margin: 0.5rem 0; } }
    .statistical .stat .h5 {
      margin: 0; }
      @media (max-width: 767px) {
        .statistical .stat .h5 {
          font-size: 1.3rem;
          line-height: 1.6rem;
          font-weight: 400; } }

.flexible-section.type-accordeon > .sections > .section {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid rgba(0, 0, 0, 0.09); }
  .flexible-section.type-accordeon.size-large > .sections > .section {
    margin-bottom: 1.786rem; }
  .flexible-section.type-accordeon > .sections > .section:last-of-type {
    border-bottom: none; }
  .flexible-section.type-accordeon > .sections > .section > header {
    position: relative;
    padding: 2.143rem 1.429rem;
    width: 100%;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 600;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #0098b4;
    color: #ffffff; }
    .flexible-section.type-accordeon > .sections > .section > header span:before {
      color: #0098b4; }
      .flexible-section.type-accordeon > .sections > .section header.has-background:hover span:before {
        color: #000; }
    .flexible-section.type-accordeon > .sections > .section > header span:after {
      background-color: #FFF;
      border-color: #FFF; }
    .flexible-section.type-accordeon.size-large > .sections > .section > header {
      font-size: 2.143rem;
      padding: 3.929rem 1.429rem;
      background-color: #ffffff;
      color: #333333; }
      .flexible-section.type-accordeon.size-large > .sections > .section > header span:before {
        color: #0098b4; }
        .flexible-section.type-accordeon > .sections > .section header.has-background:hover span:before {
          color: #333333; }
      .flexible-section.type-accordeon.size-large > .sections > .section > header span:after {
        background-color: #FFF;
        border-color: #FFF; }
    .flexible-section.type-accordeon > .sections > .section > header.has-background {
      -webkit-transition: height all 0.3s;
      transition: height all 0.3s; }
      .flexible-section.type-accordeon > .sections > .section > header.has-background .title {
        color: #ffffff;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); }
      .flexible-section.type-accordeon > .sections > .section.active header.has-background span {
        -ms-flex-item-align: end;
            align-self: flex-end; }
      .flexible-section.type-accordeon > .sections > .section.active header.has-background {
        height: 17.14rem; }
      .flexible-section.type-accordeon > .sections > .section > header.has-background:hover {
        border-left: none; }
    .flexible-section.type-accordeon > .sections > .section > header:hover {
      background-color: #ffffff !important;
      color: #333333;
      border-left: 5px solid #0098b4; }
      .flexible-section.type-accordeon > .sections > .section > header:hover span:before {
        color: #0098b4; }
        .flexible-section.type-accordeon > .sections > .section header.has-background:hover span:before {
          color: #333333; }
      .flexible-section.type-accordeon > .sections > .section > header:hover span:after {
        background-color: #FFF;
        border-color: #FFF; }
  .flexible-section.type-accordeon > .sections > .section .section-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s; }
    .flexible-section.type-accordeon > .sections > .section .section-content .section-content-inner {
      padding: 1.429rem; }
    .flexible-section.type-accordeon > .sections > .section.active .section-content {
      max-height: 100%; }

form ul li {
  padding-left: 0 !important; }
  form ul li:before {
    background: transparent !important; }

.flexible-section.type-tabs ul.section-menu {
  border-bottom: 5px solid #0098b4; }
  .flexible-section.type-tabs ul.section-menu:after {
    content: "";
    display: table;
    clear: both; }
  .flexible-section.type-tabs ul.section-menu li {
    float: left;
    cursor: pointer;
    margin: 0;
    border-top: 2px solid #0098b4;
    border-left: 2px solid #0098b4;
    border-bottom: 0; }
    .flexible-section.type-tabs ul.section-menu li:before {
      content: none; }
    .flexible-section.type-tabs ul.section-menu li:last-of-type {
      border-right: 2px solid #0098b4; }

.two_col img {
  max-width: 100%; }

.two_col__embed {
  width: 100% !important; }
  .two_col__embed iframe {
    width: 100% !important; }

.slider-gallery .news {
  border-bottom: 1px solid #dedede;
  padding: 6.5rem 0px 0px 0px;
  width: 100%;
  margin-bottom: 3.6rem;
  position: relative; }
  @media (max-width: 991px) {
    .slider-gallery .news {
      border: none;
      padding: 3.5rem 0px 0px 0px; } }
  .slider-gallery .news .title {
    position: relative; }
    .slider-gallery .news .title span.new {
      font-size: 2.64rem;
      line-height: 6rem;
      font-weight: 700;
      text-transform: uppercase; }
      .slider-gallery .news .title span.new:after {
        content: " ";
        height: 2px;
        width: 5.2rem;
        background: #0098b4;
        position: absolute;
        left: 0;
        margin: 5.95rem 0; }
    .slider-gallery .news .title.right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 35px 0px 0;
      font-size: 1.64rem; }
      @media (max-width: 767px) {
        .slider-gallery .news .title.right {
          margin: 0 auto; } }
      .slider-gallery .news .title.right .swiper-pagination {
        position: relative; }
        .slider-gallery .news .title.right .swiper-pagination .swiper-pagination-bullet {
          margin-right: 0.3rem; }

.slider-gallery .swiper-button-next,
.slider-gallery .swiper-button-prev {
  position: relative;
  width: 20px;
  height: 15px;
  margin-top: 15px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 61%; }

.slider-gallery .swiper-button-prev,
.slider-gallery .swiper-container-rtl .swiper-button-next {
  background-image: url("../../assets/images/left.png");
  left: unset;
  right: unset; }

.slider-gallery .swiper-button-next,
.slider-gallery .swiper-container-rtl .swiper-button-prev {
  background-image: url("../../assets/images/right.png");
  left: unset;
  right: unset; }

.slider-gallery .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0098b4; }

.slider-gallery__container {
  position: relative;
  padding-top: 50%; }

.slider-gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.section-btn-image .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: hidden; }
  .section-btn-image .link--full-w {
    padding-bottom: 40%; }
  .section-btn-image .link--text:hover .content {
    opacity: 1; }
  .section-btn-image .link--image:hover .image--hover {
    opacity: 1; }
  @media (max-width: 1200px) {
    .section-btn-image .link .image--hover {
      opacity: 1 !important; } }
  .section-btn-image .link.page {
    padding: 2.175rem; }
  .section-btn-image .link .image {
    max-width: unset; }
    .section-btn-image .link .image--abs {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .section-btn-image .link .image--hover {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0; }
  .section-btn-image .link.text--black .content .h5 {
    color: #333333; }
  .section-btn-image .link.text--black .content .entry-content p {
    color: #333333; }
  .section-btn-image .link.text--white .content .h5 {
    color: #ffffff; }
  .section-btn-image .link.text--white .content .entry-content p {
    color: #ffffff; }
  .section-btn-image .link .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.429rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1200px) {
      .section-btn-image .link .content {
        opacity: 1; } }
    .section-btn-image .link .content header {
      width: 100%;
      min-height: 0; }
      .section-btn-image .link .content header i {
        font-size: 22px; }
      .section-btn-image .link .content header .h5 {
        font-size: 1.429rem;
        margin: 1.429rem 0; }
    .section-btn-image .link .content .entry-content {
      width: 100%; }
      .section-btn-image .link .content .entry-content p {
        font-weight: bold;
        margin-bottom: 1rem; }
    .section-btn-image .link .content footer {
      width: 100%; }
      .section-btn-image .link .content footer.zone--dark .btn.ec_color {
        color: #000;
        background-color: #fcf000;
        border-color: #fcf000; }
        .section-btn-image .link .content footer.zone--dark .btn.ec_color:hover {
          color: #fcf000;
          background-color: transparent; }
      .section-btn-image .link .content footer:not(.zone--dark) .btn.ec_color {
        color: #ffffff;
        background-color: #000;
        border-color: #000; }
        .section-btn-image .link .content footer:not(.zone--dark) .btn.ec_color:hover {
          color: #000;
          background-color: transparent; }
    .section-btn-image .link .content footer span:after {
      border-color: transparent;
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .section-btn-image .link .content footer span:before {
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    .section-btn-image .link .content footer span:hover:before {
      color: #ffffff; }
    .section-btn-image .link .content footer span:hover:after {
      border-color: rgba(255, 255, 255, 0.5); }
  .section-btn-image .link:hover footer span:before {
    color: #ffffff; }
  .section-btn-image .link:hover footer span:after {
    visibility: visible;
    border-color: rgba(255, 255, 255, 0.5); }

article.type-post {
  padding: 2.175rem 0 4.35rem;
  border-bottom: 1px solid #efefef; }

.bloc_date .day {
  font-size: 4rem;
  font-weight: 800; }

.bloc_date .date {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase; }

.entry-content p {
  margin-bottom: 1.7rem; }

.menu-page ul > li.page_item {
  padding: 1.08rem 2.175rem;
  background-color: #0098b4;
  border-bottom: 1px solid #efefef;
  margin: 0 auto;
  list-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 1.3rem; }
  .menu-page ul > li.page_item:before {
    width: 0 !important; }
  .menu-page ul > li.page_item > a {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 600; }
    .menu-page ul > li.page_item > a:after {
      content: ">";
      position: absolute;
      right: 1.08rem;
      -webkit-transform: none;
              transform: none; }
  .menu-page ul > li.page_item:hover, .menu-page ul > li.page_item.current_page_item, .menu-page ul > li.page_item.current_page_parent {
    padding-left: calc(2.175rem - 5px);
    border-left: 5px solid #0098b4;
    background: #f5f5f5;
    position: relative; }
    .menu-page ul > li.page_item:hover a, .menu-page ul > li.page_item.current_page_item a, .menu-page ul > li.page_item.current_page_parent a {
      color: #333333;
      display: table; }
  .menu-page ul > li.page_item.current_page_item ul.children, .menu-page ul > li.page_item.current_page_parent ul.children {
    display: block; }
  .menu-page ul > li.page_item.page_item_has_children.current_page_item > a:after {
    content: ">";
    position: absolute;
    right: 1.08rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .menu-page ul > li.page_item ul.children {
    display: none;
    background: #f5f5f5; }
    .menu-page ul > li.page_item ul.children li {
      background: transparent;
      border: none;
      padding-left: 0; }
      .menu-page ul > li.page_item ul.children li a {
        color: #666;
        padding-left: 1rem; }
        .menu-page ul > li.page_item ul.children li a.hover {
          color: #0098b4; }
        .menu-page ul > li.page_item ul.children li a:after {
          content: " "; }

.important-btn-block header.height {
  min-height: 3.6rem; }

@media (min-width: 991px) {
  .padding-left {
    padding-left: 2.175rem; } }

.menu-page ul {
  padding-left: 0; }

.wpgmza_sl_reset_button_div {
  margin-bottom: 1.6rem; }

header.entry-header,
.entry-content {
  width: 100%; }

article {
  border-bottom: 1px solid #dedede;
  padding: 2.175rem 1.08rem 0; }

body.contraste {
  color: blue; }
  body.contraste section.main-menu nav,
  body.contraste section.footer-menu nav {
    background: blue; }
  body.contraste .breadcrumb a {
    color: blue !important; }
  body.contraste h1, body.contraste h2, body.contraste h3, body.contraste h4, body.contraste h5, body.contraste h6 {
    color: blue; }
  body.contraste .box {
    background: #333 !important;
    border: 2px solid #EDEDED; }
  body.contraste a.more {
    color: blue !important; }
  body.contraste section.content_home .news .title.right {
    color: blue !important; }
    body.contraste section.content_home .news .title.right a {
      color: blue !important; }
  body.contraste section.content_home .box-news .link-news {
    color: blue !important; }
  body.contraste section.content_home .box-news .content-news p {
    color: black; }
  body.contraste .site-main p {
    color: black !important; }
  body.contraste .site-main a {
    color: blue !important;
    border-color: blue !important; }
  body.contraste .menu-page ul > li.page_item {
    background: #f5f5f5;
    border: 1px solid blue; }
  body.contraste footer#colophon {
    background: #333; }
  body.contraste .flexible-section.type-accordeon > .sections > .section > header {
    background-color: blue !important; }
  body.contraste .important-text-block {
    background: #f5f5f5 !important; }
  body.contraste .important-btn-block a.link:before {
    background: blue; }
  body.contraste blockquote {
    border-left: 5px solid blue; }
  body.contraste .flexible-section.type-tabs ul.section-menu li {
    border-top: 2px solid blue !important;
    border-left: 2px solid blue !important; }
  body.contraste .flexible-section.type-tabs ul.section-menu {
    border-bottom: 5px solid blue !important; }
  body.contraste .btn, body.contraste .btn:hover, body.contraste .btn.active {
    color: #FFF;
    background-color: #333 !important;
    border-color: #333 !important; }
  body.contraste form input[type="submit"], body.contraste form input[type="button"] {
    color: blue; }
  body.contraste form label.gfield_label {
    color: blue !important; }

@media print {
  .main-menu,
  .breadcrumb,
  .menu-page,
  .site-footer,
  .social_medias,
  .footer-menu,
  #top-menu,
  #outils,
  .noprint {
    display: none; }
  main#main {
    padding: 0; }
    main#main h1 {
      margin-bottom: 15px; }
  .home .fast_btn,
  .home .img-top {
    display: none !important; } }

.row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 100%; }

