@charset "UTF-8";
/*----------------------------------------------------------------------------*\
 * BASE IMPORT SCSS
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * GRID VARIABLES BOOTRAAP TEMPORAIRE
\*----------------------------------------------------------------------------*/
/* @link https://utopia.fyi/grid/calculator?c=512,25,1.125,2660,29,1.225,10,4,&s=0.75|0.5|0.25|0.15,1.5|2|3|4|6|8.25,m-l|m-xl|m-2xl|m-3xl|m-4xl|l-xl|l-2xl|l-3xl|l-4xl&g=xs,m,3xl,12 */
:root {
  --grid-max-width: 128rem;
  --grid-gutter: var(--space-xs-m, clamp(1.19rem, calc(0.82rem + 1.16vw), 2.75rem));
  --grid-columns: 12;
}

.container,
.container-fluid {
  margin-inline: auto;
  padding-inline: var(--grid-gutter);
}

.container {
  max-width: var(--grid-max-width);
}

/*----------------------------------------------------------------------------*\
 * GRID VARIABLES BOOTRAAP TEMPORAIRE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.row {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1160px) {
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1290px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
/*----------------------------------------------------------------------------*\
 * T MIXIN PLACEHOLDER
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * T MIXIN UNDERLINE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    * U BG AFTER
    * AJOUTE A l'ELEMENT HTML CHOISI UN BACKGROUND EN :AFTER
\*----------------------------------------------------------------------------*/
[class*=bg-c] {
  position: relative;
}

[class*=bg-c]:after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  z-index: -5;
  left: 50%;
  top: 0;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  *  U CENTER
\*----------------------------------------------------------------------------*/
.u-center {
  margin: auto !important;
  text-align: center !important;
  max-width: 90rem !important;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  *  U CTN UPPER
\*----------------------------------------------------------------------------*/
@media (min-width: 1290px) {
  .u-ctn-upper {
    max-width: 138rem !important;
  }
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * HELPER FADE & COLLASPE (BOOTRAAP)
\*----------------------------------------------------------------------------*/
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
   *  U FILTER POUR ASSOMBRIR un ELEMENT
 \*----------------------------------------------------------------------------*/
.u-flt0:before {
  opacity: 0;
}

.u-flt1:before {
  opacity: 0.2;
}

.u-flt2:before {
  opacity: 0.3;
}

.u-flt3:before {
  opacity: 0.4;
}

.u-flt4:before {
  opacity: 0.5;
}

.u-flt5:before {
  opacity: 0.6;
}

.u-flt6:before {
  opacity: 0.8;
}

[class*=u-flt]:before {
  content: "";
  mix-blend-mode: hard-light;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  *  U FONT SIZE
   * variables in settings/s-typography
\*----------------------------------------------------------------------------*/
.u-fs-4 {
  font-size: var(--step--4);
}

.u-fs-3 {
  font-size: var(--step--3);
}

.u-fs-2 {
  font-size: var(--step--2);
}

.u-fs-1 {
  font-size: var(--step--1);
}

.u-fs0 {
  font-size: var(--step-0);
}

.u-fs1 {
  font-size: var(--step-1);
}

.u-fs2 {
  font-size: var(--step-2);
}

.u-fs3 {
  font-size: var(--step-3);
}

.u-fs4 {
  font-size: var(--step-4);
}

.u-fs5 {
  font-size: var(--step-5);
}

.u-fs6 {
  font-size: var(--step-6);
}

.u-fs7 {
  font-size: var(--step-7);
}

.u-fs8 {
  font-size: var(--step-8);
}

.u-fs9 {
  font-size: var(--step-9);
}

.u-fs10 {
  font-size: var(--step-10);
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  *  U SPACERS
   * variables in settings/s-spacers
\*----------------------------------------------------------------------------*/
.u-py0 {
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
}

.u-py1 {
  padding-top: var(--space-m);
  padding-bottom: var(--space-m);
}

.u-py2 {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}

.u-py3 {
  padding-top: var(--space-l-xl);
  padding-bottom: var(--space-l-xl);
}

.u-py4 {
  padding-top: var(--space-l-2xl);
  padding-bottom: var(--space-l-2xl);
}

.u-py5 {
  padding-top: var(--space-l-3xl);
  padding-bottom: var(--space-l-3xl);
}

.u-py6 {
  padding-top: var(--space-l-4xl);
  padding-bottom: var(--space-l-4xl);
}

.u-px0 {
  padding-left: var(--space-s);
  padding-right: var(--space-s);
}

.u-px1 {
  padding-left: var(--space-m);
  padding-right: var(--space-m);
}

.u-px2 {
  padding-left: var(--space-l);
  padding-right: var(--space-l);
}

.u-px3 {
  padding-left: var(--space-l-xl);
  padding-right: var(--space-l-xl);
}

.u-px4 {
  padding-left: var(--space-l-2xl);
  padding-right: var(--space-l-2xl);
}

.u-px5 {
  padding-left: var(--space-l-3xl);
  padding-right: var(--space-l-3xl);
}

.u-px6 {
  padding-left: var(--space-l-4xl);
  padding-right: var(--space-l-4xl);
}

.u-p0 {
  padding: var(--space-s);
}

.u-p1 {
  padding: var(--space-m);
}

.u-p2 {
  padding: var(--space-l);
}

.u-p3 {
  padding: var(--space-l-xl);
}

.u-p4 {
  padding: var(--space-l-2xl);
}

.u-p5 {
  padding: var(--space-l-3xl);
}

.u-p6 {
  padding: var(--space-l-4xl);
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  *  SR ONLY - ACCESSIBILITE
\*----------------------------------------------------------------------------*/
.u-sr-only {
  border: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  padding: 0 !important;
  width: 1px !important;
}

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

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * S COLORS
 * Les --c-xx sont les couleurs des champs ACF des thèmes options
 * Les --c-xx-rgb sont  les valeurs RGB des couleurs, pour pouvoir les utiliser avec rgba()
 * Fichier principalement à titre informatif pour voir le nom des var(xx)
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * FONTS
\*----------------------------------------------------------------------------*/
@font-face {
  font-family: "Deficons";
  src: url("../fonts/deficons.woff2") format("woff2"), url("../fonts/deficons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../fonts/RobotoMono-Regular.woff2") format("woff2"), url("../fonts/RobotoMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * GRID VARIABLES BOOTRAAP TEMPORAIRE
\*----------------------------------------------------------------------------*/
/* @link https://utopia.fyi/grid/calculator?c=512,25,1.125,2660,29,1.225,10,4,&s=0.75|0.5|0.25|0.15,1.5|2|3|4|6|8.25,m-l|m-xl|m-2xl|m-3xl|m-4xl|l-xl|l-2xl|l-3xl|l-4xl&g=xs,m,3xl,12 */
:root {
  --grid-max-width: 128rem;
  --grid-gutter: var(--space-xs-m, clamp(1.19rem, calc(0.82rem + 1.16vw), 2.75rem));
  --grid-columns: 12;
}

.container,
.container-fluid {
  margin-inline: auto;
  padding-inline: var(--grid-gutter);
}

.container {
  max-width: var(--grid-max-width);
}

/*----------------------------------------------------------------------------*\
 * GRID VARIABLES BOOTRAAP TEMPORAIRE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * S BORDER-RADIUS
\*----------------------------------------------------------------------------*/
:root {
  --rad1: .25rem;
  --rad2: 1rem;
  --rad3: 2rem;
  --rad4: 3rem;
  --rad5: 4rem;
  --rad6: 5rem;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * S BOX-SHADOW
\*----------------------------------------------------------------------------*/
:root {
  --shd1: 0 .5rem 1rem -1rem;
  --shd2: 0 .5rem 2rem -2rem;
  --shd3: 0 .5rem 3rem -3rem;
  --shd4: 0 .5rem 4rem -4rem;
  --shd5: 0 .5rem 5rem -5rem;
  --shd6: 0 .5rem 6rem -6rem;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * SPACER VARIABLES
 * https://modern-fluid-typography.vercel.app
 \*----------------------------------------------------------------------------*/
/* @link https://utopia.fyi/space/calculator?c=512,25,1.125,1980,29,1.225,10,4,&s=0.75|0.5|0.25|0.15,1.5|2|3|4|6|8.25,m-l|m-xl|m-2xl|m-3xl|m-4xl|l-xl|l-2xl|l-3xl|l-4xl&g=s,l,xl,12 */
:root {
  --space-4xs: clamp(0.25rem, calc(0.25rem + 0.00vw), 0.25rem);
  --space-3xs: clamp(0.38rem, calc(0.35rem + 0.07vw), 0.44rem);
  --space-2xs: clamp(0.81rem, calc(0.77rem + 0.14vw), 0.94rem);
  --space-xs: clamp(1.19rem, calc(1.12rem + 0.20vw), 1.38rem);
  --space-s: clamp(1.56rem, calc(1.48rem + 0.27vw), 1.81rem);
  --space-m: clamp(2.38rem, calc(2.24rem + 0.41vw), 2.75rem);
  --space-l: clamp(3.13rem, calc(2.95rem + 0.54vw), 3.63rem);
  --space-xl: clamp(4.69rem, calc(4.43rem + 0.82vw), 5.44rem);
  --space-2xl: clamp(6.25rem, calc(5.90rem + 1.09vw), 7.25rem);
  --space-3xl: clamp(9.38rem, calc(8.85rem + 1.63vw), 10.88rem);
  --space-4xl: clamp(12.88rem, calc(12.16rem + 2.25vw), 14.94rem);
  /* One-up pairs */
  --space-4xs-3xs: clamp(0.25rem, calc(0.18rem + 0.20vw), 0.44rem);
  --space-3xs-2xs: clamp(0.38rem, calc(0.18rem + 0.61vw), 0.94rem);
  --space-2xs-xs: clamp(0.81rem, calc(0.62rem + 0.61vw), 1.38rem);
  --space-xs-s: clamp(1.19rem, calc(0.97rem + 0.68vw), 1.81rem);
  --space-s-m: clamp(1.56rem, calc(1.15rem + 1.29vw), 2.75rem);
  --space-m-l: clamp(2.38rem, calc(1.94rem + 1.36vw), 3.63rem);
  --space-l-xl: clamp(3.13rem, calc(2.32rem + 2.52vw), 5.44rem);
  --space-xl-2xl: clamp(4.69rem, calc(3.79rem + 2.79vw), 7.25rem);
  --space-2xl-3xl: clamp(6.25rem, calc(4.64rem + 5.04vw), 10.88rem);
  --space-3xl-4xl: clamp(9.38rem, calc(7.43rem + 6.06vw), 14.94rem);
  /* Custom pairs */
  --space-m-l: clamp(2.38rem, calc(1.94rem + 1.36vw), 3.63rem);
  --space-m-xl: clamp(2.38rem, calc(1.31rem + 3.34vw), 5.44rem);
  --space-m-2xl: clamp(2.38rem, calc(0.67rem + 5.31vw), 7.25rem);
  --space-m-3xl: clamp(2.38rem, calc(-0.59rem + 9.26vw), 10.88rem);
  --space-m-4xl: clamp(2.38rem, calc(-2.01rem + 13.69vw), 14.94rem);
  --space-l-xl: clamp(3.13rem, calc(2.32rem + 2.52vw), 5.44rem);
  --space-l-2xl: clamp(3.13rem, calc(1.69rem + 4.50vw), 7.25rem);
  --space-l-3xl: clamp(3.13rem, calc(0.42rem + 8.45vw), 10.88rem);
  --space-l-4xl: clamp(3.13rem, calc(-0.99rem + 12.87vw), 14.94rem);
  --space-xs-3xl: clamp(1.19rem, calc(-1.12rem + 7.22vw), 10.88rem);
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * S TRANSITION
\*----------------------------------------------------------------------------*/
:root {
  --transi-time: 415ms;
  --bezier: cubic-bezier(0.165, 0.84, 0.44, 1);
  --transition: all var(--transi-time) var(--bezier);
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * TYPOGRAPHY VARIABLES
 * https://utopia.fyi
 * https://typescale.com
 * https://www.fluid-type-scale.com
 * https://fluid-typography.netlify.app
 * https://modern-fluid-typography.vercel.app
 \*----------------------------------------------------------------------------*/
/* @link https://utopia.fyi/type/calculator?c=512,25,1.125,1980,29,1.225,10,4,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
:root {
  --step--4: clamp(0.81rem, calc(1.04rem + -0.19vw), 0.98rem);
  --step--3: clamp(0.99rem, calc(1.14rem + -0.12vw), 1.10rem);
  --step--2: clamp(1.21rem, calc(1.24rem + -0.03vw), 1.23rem);
  --step--1: clamp(1.39rem, calc(1.36rem + 0.10vw), 1.48rem);
  --step-0: clamp(1.56rem, calc(1.48rem + 0.27vw), 1.81rem);
  --step-1: clamp(1.76rem, calc(1.60rem + 0.50vw), 2.22rem);
  --step-2: clamp(1.98rem, calc(1.72rem + 0.81vw), 2.72rem);
  --step-3: clamp(2.23rem, calc(1.84rem + 1.21vw), 3.33rem);
  --step-4: clamp(2.50rem, calc(1.95rem + 1.72vw), 4.08rem);
  --step-5: clamp(2.82rem, calc(2.05rem + 2.38vw), 5.00rem);
  --step-6: clamp(3.17rem, calc(2.14rem + 3.22vw), 6.13rem);
  --step-7: clamp(3.56rem, calc(2.19rem + 4.29vw), 7.50rem);
  --step-8: clamp(4.01rem, calc(2.20rem + 5.65vw), 9.19rem);
  --step-9: clamp(4.51rem, calc(2.16rem + 7.36vw), 11.26rem);
  --step-10: clamp(5.07rem, calc(2.03rem + 9.50vw), 13.79rem);
}

:root {
  --f-serif: serif, Times;
  --f1: 'Roboto Mono', Helvetica, Arial;
  --f2: 'Roboto', Helvetica, Arial;
  --lh-md: calc(1em + 0.5rem);
  --f-sm: 1.6rem;
  --f-md: 1.8rem;
  --fw-md: 400;
  --ls-md: 0;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
   *  TRANSFORME L'ELEMENT HTML CHOISI EN BACKGROUND
\*----------------------------------------------------------------------------*/
.o-bg {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
.o-bg img, .o-bg video, .o-bg iframe, .o-bg embed {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .o-bg .prlx,
  [class*=_figure] .prlx {
    top: -15%;
    height: 130%;
  }
}

@media (max-width: 991.98px) {
  .prlx, .prlx-h {
    -webkit-transform: initial !important;
            transform: initial !important;
  }
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * Deficons
\*----------------------------------------------------------------------------*/
[class*=o-deficon][class] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Deficons" !important;
  text-transform: none;
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.o-deficon-chevrons-right:before {
  content: "\e932";
}

.o-deficon-chevron-right1:before {
  content: "\e933";
}

.o-deficon-minus:before {
  content: "\e904";
}

.o-deficon-info:before {
  content: "\e905";
}

.o-deficon-check:before {
  content: "\e906";
}

.o-deficon-favorite_outline:before {
  content: "\e907";
}

.o-deficon-star_outline:before {
  content: "\e908";
}

.o-deficon-star:before {
  content: "\e909";
}

.o-deficon-favorite:before {
  content: "\e90a";
}

.o-deficon-facebook:before {
  content: "\e90b";
}

.o-deficon-help-with-circle:before {
  content: "\e902";
}

.o-deficon-exclamation-solid:before {
  content: "\e903";
}

.o-deficon-search:before {
  content: "\e90c";
}

.o-deficon-youtube-play:before {
  content: "\e90d";
}

.o-deficon-linkedin:before {
  content: "\e90e";
}

.o-deficon-instagram:before {
  content: "\e90f";
}

.o-deficon-brand:before {
  content: "\e90f";
}

.o-deficon-social:before {
  content: "\e90f";
}

.o-deficon-twitter:before {
  content: "\e910";
}

.o-deficon-brand1:before {
  content: "\e910";
}

.o-deficon-tweet:before {
  content: "\e910";
}

.o-deficon-social1:before {
  content: "\e910";
}

.o-deficon-pinterest:before {
  content: "\e911";
}

.o-deficon-brand2:before {
  content: "\e911";
}

.o-deficon-social2:before {
  content: "\e911";
}

.o-deficon-adjustments-horizontal:before {
  content: "\e900";
}

.o-deficon-archive-box:before {
  content: "\e912";
}

.o-deficon-arrow-down-on-square:before {
  content: "\e913";
}

.o-deficon-arrow-down-tray:before {
  content: "\e914";
}

.o-deficon-arrow-long-right:before {
  content: "\e915";
}

.o-deficon-arrow-right:before {
  content: "\e916";
}

.o-deficon-arrow-right-circle:before {
  content: "\e917";
}

.o-deficon-arrow-small-right:before {
  content: "\e901";
}

.o-deficon-chat-bubble-left-right:before {
  content: "\e918";
}

.o-deficon-check-circle:before {
  content: "\e919";
}

.o-deficon-clock:before {
  content: "\e91c";
}

.o-deficon-cloud-arrow-down:before {
  content: "\e91d";
}

.o-deficon-envelope:before {
  content: "\e91e";
}

.o-deficon-eye:before {
  content: "\e91f";
}

.o-deficon-flag:before {
  content: "\e920";
}

.o-deficon-folder-open:before {
  content: "\e921";
}

.o-deficon-globe-europe-africa:before {
  content: "\e922";
}

.o-deficon-hand-thumb-up:before {
  content: "\e923";
}

.o-deficon-heart:before {
  content: "\e924";
}

.o-deficon-home:before {
  content: "\e925";
}

.o-deficon-lock-closed:before {
  content: "\e926";
}

.o-deficon-map-pin:before {
  content: "\e927";
}

.o-deficon-paper-airplane:before {
  content: "\e928";
}

.o-deficon-pencil-square:before {
  content: "\e929";
}

.o-deficon-phone:before {
  content: "\e92a";
}

.o-deficon-play:before {
  content: "\e92b";
}

.o-deficon-shield-check:before {
  content: "\e92c";
}

.o-deficon-user:before {
  content: "\e92d";
}

.o-deficon-user-circle:before {
  content: "\e92e";
}

.o-deficon-user-group:before {
  content: "\e92f";
}

.o-deficon-x-circle:before {
  content: "\e930";
}

.o-deficon-x-mark:before {
  content: "\e931";
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  *  SEPARATEUR LI - barre verticale entre les <li> - à mettre  sur un <ul>
\*----------------------------------------------------------------------------*/
[class*=o-li-sep] > li + li:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  content: "|";
}

.o-li-sep-1 > li + li:before {
  padding: 0 0.7em;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.o-li-sep-2 > li + li:before {
  padding: 0 0.7em;
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
}

.o-li-sep-3 > li + li:before {
  padding: 0 1em;
  -webkit-transform: scaleY(1.5);
          transform: scaleY(1.5);
}

.o-li-sep-4 > li + li:before {
  padding: 0 1.5em;
  -webkit-transform: scaleY(1.7);
          transform: scaleY(1.7);
}

.no-hr > li + li:before {
  opacity: 0;
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
  *  ELEMENT DIMENSIONNÉ SELON UN RATIO
\*----------------------------------------------------------------------------*/
.rt-gld {
  aspect-ratio: 1.618;
}

.rt-16x9 {
  aspect-ratio: 16/9;
}

.rt-21x9 {
  aspect-ratio: 21/9;
}

.rt-10x3 {
  aspect-ratio: 10/3;
}

.rt-4x3 {
  aspect-ratio: 4/3;
}

.rt-1x2 {
  aspect-ratio: 1/2;
}

.rt-1x1 {
  aspect-ratio: 1/1;
}

.rt-full:not(.video) {
  height: 100%;
}
@media (max-width: 991.98px) {
  .rt-full:not(.video) {
    aspect-ratio: 21/9;
  }
}

[class*=rt-] {
  overflow: hidden;
  position: relative;
  width: 100%;
}
[class*=rt-] img, [class*=rt-] video, [class*=rt-] iframe, [class*=rt-] embed {
  -o-object-position: center;
     object-position: center;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/*----------------------------------------------------------------------------*/
/* ----------------------------- */
/* == Reset Cliffhanger   */
/* ----------------------------- */
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-margin: 15rem;
}

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

html, body {
  height: auto;
  position: relative;
  min-height: 100%;
}

html {
  scroll-behavior: initial;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

header, footer, section {
  position: relative;
}

video {
  width: 100%;
}

blockquote, q {
  quotes: none;
}

ol, ul {
  list-style: none;
}

@-ms-viewport {
  width: device-width;
}
progress {
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

button {
  overflow: visible;
  text-transform: none;
  background: none;
}

button, a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-style: none;
  width: 100%;
}

/*----------------------------------------------------------------------------*\
 * ACCORDION GLOBAL
\*----------------------------------------------------------------------------*/
.accordion-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  border: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.accordion-button:after {
  content: "\e933";
  font-family: "Deficons";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--step-2);
}

.accordion-button.collapsed:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-button:not(.collapsed):after {
  content: "\e904";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*----------------------------------------------------------------------------*\
 * G BASES
\*----------------------------------------------------------------------------*/
#tinymce, .g-body {
  font-size: var(--step-0);
  font-family: var(--f1);
  line-height: 1.5;
  font-weight: 400;
}
#tinymce i, #tinymce em, .g-body i, .g-body em {
  font-style: italic;
}
#tinymce b, #tinymce strong, .g-body b, .g-body strong {
  font-weight: bold;
}
#tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6, .g-body h1, .g-body h2, .g-body h3, .g-body h4, .g-body h5, .g-body h6 {
  font-weight: 400;
  line-height: var(--lh-md);
  font-family: var(--f2);
}
#tinymce h1, .g-body h1 {
  font-size: var(--step-6);
}
#tinymce h2, .g-body h2 {
  font-size: var(--step-4);
}
#tinymce h3, .g-body h3 {
  font-size: var(--step-2);
}
#tinymce h4, .g-body h4 {
  font-size: var(--step-1);
}
#tinymce h5, .g-body h5 {
  font-size: var(--step-1);
}
#tinymce h6, .g-body h6 {
  font-size: var(--step-1);
}
#tinymce .btn, #tinymce .pagination .prev, .pagination #tinymce .prev, #tinymce .pagination .next, .pagination #tinymce .next, #tinymce .btn-a a, #tinymce [class*=_btn], .g-body .btn, .g-body .pagination .prev, .pagination .g-body .prev, .g-body .pagination .next, .pagination .g-body .next, .g-body .btn-a a, .g-body [class*=_btn] {
  font-family: var(--f1);
  font-weight: 600;
}

section.bg-c0 + .bg-c0, section.bg-c1 + .bg-c1,
section.bg-c2 + .bg-c2, section.bg-c3 + .bg-c3,
section.bg-c4 + .bg-c4, section.bg-c5 + .bg-c5,
section.bg-c6 + .bg-c6, section.bg-cw + .bg-cw,
section.bg-cg + .bg-cg, section.bg-cb + .bg-cb,
section.bg-tr + .bg-tr {
  padding-top: 0 !important;
}

[class*=b-][class*=_header] {
  margin-bottom: var(--space-m);
}

main > section:first-of-type > .container,
main > section:first-of-type .c-hero-slide.container {
  margin-top: 8.63rem;
}
@media (min-width: 992px) {
  main > section:first-of-type > .container,
  main > section:first-of-type .c-hero-slide.container {
    margin-top: 18.2rem;
  }
}

main > .b-hero-slider:first-of-type [swiper-disable] .container {
  padding-top: var(--space-s);
  padding-bottom: var(--space-m);
}

main > .b-hero-slider:first-of-type [swiper-type] .container {
  padding-top: var(--space-s);
  padding-bottom: var(--space-m);
}

#tinymce {
  padding: var(--space-xs);
}

/*----------------------------------------------------------------------------*\
*  G BODY
\*----------------------------------------------------------------------------*/
#g-body:before {
  content: "";
  position: fixed;
  pointer-events: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--cb);
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
#g-body:not(.g-mob-nav-active) .g-mob-nav {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}
#g-body.g-mob-nav-active {
  overflow: hidden;
}
#g-body.g-mob-nav-active:before {
  pointer-events: initial;
  opacity: 0.5;
}
#g-body.g-mob-nav-active .burger {
  outline: none;
}
#g-body.g-mob-nav-active .burger .icon-bar {
  position: absolute;
}
#g-body.g-mob-nav-active .burger .burger-wrp {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g-body.g-mob-nav-active .burger .icon-bar:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#g-body.g-mob-nav-active .burger .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#g-body.g-mob-nav-active .burger .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#g-body.g-mob-nav-active .g-mob-nav {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: initial;
  z-index: 1;
}
#g-body {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
*  GENERAL BURGER ICON
\*----------------------------------------------------------------------------*/
.g-burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: none !important;
  outline: none;
  cursor: pointer;
  -webkit-align-self: normal;
      -ms-flex-item-align: normal;
          align-self: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .g-burger {
    display: none;
  }
}
.g-burger .burger-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.6rem;
  width: 2rem;
}
.g-burger .icon-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--cw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-radius: 1em;
  height: 0.32rem;
  width: 100%;
}
.g-burger.burger-on .icon-bar {
  position: absolute;
}
.g-burger.burger-on .burger-wrp {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-burger.burger-on .icon-bar:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.g-burger.burger-on .icon-bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.g-burger.burger-on .icon-bar:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.g-burger {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * BTN GLOBAL
 * [data-wplink-url-error] et [data-mce-selected] sont pour le tinymce en back
/*----------------------------------------------------------------------------*/
.btn, .pagination .prev, .pagination .next, [class*=_btn],
[class*=btn-][class*=-a] > a,
a[data-wplink-url-error][class*=_btn] {
  outline: none;
  display: table;
  text-align: center;
  position: relative;
  border: 2px solid;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 5px;
  z-index: 0;
}
.btn:after, .pagination .prev:after, .pagination .next:after, [class*=_btn]:after,
[class*=btn-][class*=-a] > a:after,
a[data-wplink-url-error][class*=_btn]:after {
  content: "\e915";
  display: inline-block;
  font-family: "Deficons";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  margin-left: 0.5em;
  line-height: 0;
  font-size: 0;
  opacity: 0;
}
.btn:before, .pagination .prev:before, .pagination .next:before, [class*=_btn]:before,
[class*=btn-][class*=-a] > a:before,
a[data-wplink-url-error][class*=_btn]:before {
  content: "";
  outline: inherit;
  position: absolute;
  border-radius: 3px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0rem 0.6rem 1.5rem -0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0.6rem 1.5rem -0.5rem rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 0%;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: -1;
}
.btn:hover:after, .pagination .prev:hover:after, .pagination .next:hover:after, [class*=_btn]:hover:after,
[class*=btn-][class*=-a] > a:hover:after,
a[data-wplink-url-error][class*=_btn]:hover:after {
  font-size: inherit;
  opacity: 1;
}
.btn:hover:before, .pagination .prev:hover:before, .pagination .next:hover:before, [class*=_btn]:hover:before,
[class*=btn-][class*=-a] > a:hover:before,
a[data-wplink-url-error][class*=_btn]:hover:before {
  width: 100%;
  opacity: 1;
}

/*----------------------------------------------------------------------------*\
 * INTERNAL SPACEMENTS BTN
/*----------------------------------------------------------------------------*/
.btn-in,
[class*=btn-][class*=-in] > a {
  padding: initial !important;
  border: initial !important;
}

a[data-mce-selected],
.btn,
.pagination .prev,
.pagination .next, [class*=_btn],
[class*=btn-][class*=-a] > a {
  padding: var(--space-xs) var(--space-m);
}

@media (min-width: 992px) {
  [class*=btn-sm]:not([class*=-a]),
  [class*=btn-sm][class*=-a] > a {
    padding: var(--space-2xs) var(--space-s);
    font-size: var(--step--1);
  }
}

@media (min-width: 992px) {
  [class*=btn-lg]:not([class*=-a]),
  [class*=btn-lg][class*=-a] > a {
    padding: var(--space-s) var(--space-m);
    font-size: var(--step--1);
  }
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 *  G CRUMB (breadcrumb)
\*----------------------------------------------------------------------------*/
.g-crumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 3px solid var(--cg1);
  padding: var(--space-xs) 0;
  gap: 1rem;
}
.g-crumb_separator {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.g-crumb_item:last-child .g-crumb_link {
  opacity: 0.5;
}
.g-crumb_link:hover {
  color: var(--c1);
}
.g-crumb_link {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--step-0);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.g-crumb_link:before {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--c2);
  -webkit-box-shadow: inset 0 1em 0;
          box-shadow: inset 0 1em 0;
  border-radius: 1px;
  height: 1.5px;
  bottom: 0px;
  width: 0%;
  z-index: -1;
}
.g-crumb_link:hover:before, .g-crumb_link:focus:before, .g-crumb_link:active:before, .g-crumb_link.active::before {
  width: 100%;
}
.g-crumb_link {
  line-height: 2.3;
  font-weight: 600;
}
.g-crumb {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * GENERAL CURSOR
\*----------------------------------------------------------------------------*/
html.custom-cursor {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFBAMAAAB/QTvWAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAABVQTFRFCgoKBQUFBQUFBAQEDAwMAQEBAwMDC9zFlQAAAAd0Uk5TIL//zyAgIAOoCTIAAAAcSURBVHicY2BUdmAwUhJgUFJSYBBSMmAIVkwAABQ2AmW+r7YzAAAAAElFTkSuQmCC), auto !important;
}

[data-cursor] {
  border-radius: 50%;
  margin-left: 2px;
  margin-top: 2px;
  z-index: 999;
}

[data-cursor="0"] {
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 3px solid rgba(var(--c1-rvb), 0.9);
  background: rgba(var(--cw-rvb), 0.1);
  height: var(--space-m);
  width: var(--space-m);
}

.cursor-hover--a [data-cursor="0"] {
  border-color: rgba(var(--c1-rvb), 0.2);
  height: var(--space-2xl);
  width: var(--space-2xl);
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 *  G DESK NAV HEADER
\*----------------------------------------------------------------------------*/
.g-desk-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
  gap: 1rem;
}
@media (min-width: 992px) {
  .g-desk-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.g-desk-nav > .menu-item,
.g-desk-nav > .menu-item > a,
.g-desk-nav > .menu-item > button {
  color: var(--cw);
  font-weight: 600;
}
.g-desk-nav > .menu-item:hover:before,
.g-desk-nav > .menu-item > a:hover:before,
.g-desk-nav > .menu-item > button:hover:before {
  color: inherit;
}
.g-desk-nav .sub-menu {
  color: var(--c_body);
  text-transform: initial;
  padding: 1rem;
}
.g-desk-nav > .current-menu-item > a,
.g-desk-nav > .current-menu-item > button {
  color: var(--cw);
}
.g-desk-nav .menu-item-has-children > a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-desk-nav > li > a {
  font-weight: 500;
  font-size: var(--step--1);
  margin: 0 1rem;
}
.g-desk-nav > li:not([class*=btn]) > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.g-desk-nav > li:not([class*=btn]) > a:before {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--c2);
  -webkit-box-shadow: inset 0 1em 0;
          box-shadow: inset 0 1em 0;
  border-radius: 1px;
  height: 1.5px;
  bottom: 0px;
  width: 0%;
  z-index: -1;
}
.g-desk-nav > li:not([class*=btn]) > a:hover:before, .g-desk-nav > li:not([class*=btn]) > a:focus:before, .g-desk-nav > li:not([class*=btn]) > a:active:before, .g-desk-nav > li:not([class*=btn]) > a.active::before {
  width: 100%;
}
.g-desk-nav button {
  cursor: unset;
}
.g-desk-nav [class*=has-child] > a:after,
.g-desk-nav [class*=has-child] > button:after {
  display: inline-block;
  font-family: "Deficons";
  -webkit-transform: translateY(-0.15em) rotate(90deg);
          transform: translateY(-0.15em) rotate(90deg);
  margin-left: 0.6rem;
  margin-top: -0.1em;
  font-size: 0.7em;
  content: "\e92b";
}
.g-desk-nav li:hover > ul {
  pointer-events: initial;
  margin-top: 0.5rem;
  opacity: 1;
}
.g-desk-nav li > a, .g-desk-nav li > button {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.g-desk-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--cw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0 0 1rem -0.5rem;
          box-shadow: 0 0 1rem -0.5rem;
  border-radius: 0.6rem;
  margin-top: -0.5rem;
  line-height: 1.38;
  font-weight: 600;
  opacity: 0;
}
.g-desk-nav ul:before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  height: 2rem;
  top: 1.6rem;
}
.g-desk-nav ul a:before, .g-desk-nav ul button:before {
  content: "❙";
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--c1);
  opacity: 0;
  left: -0.5rem;
}
.g-desk-nav ul a:hover, .g-desk-nav ul button:hover {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.g-desk-nav ul a:hover:before, .g-desk-nav ul button:hover:before {
  opacity: 1;
  left: 0;
}
.g-desk-nav ul [class*=has-child] > a:after,
.g-desk-nav ul [class*=has-child] > button:after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  right: 1rem;
}
.g-desk-nav ul ul {
  margin-left: 1.5rem;
  left: 100%;
  top: -1em;
}
.g-desk-nav ul ul:before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: 100%;
  left: -1.5rem;
  width: 2rem;
  top: 100%;
}
.g-desk-nav ul li {
  position: relative;
  text-align: left;
}
.g-desk-nav ul li > a, .g-desk-nav ul li > button {
  display: block;
  text-align: left;
  padding: 1rem 2rem 1rem 1rem;
  min-width: 18rem;
}
.g-desk-nav-modal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, auto));
  padding-bottom: var(--space-l-2xl);
  font-size: var(--step--1);
  gap: 5rem 10rem;
}
.g-desk-nav-modal .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.7rem;
  gap: 1.6rem;
}
.g-desk-nav-modal .sub-menu > .menu-item > .sub-menu {
  margin-top: 1rem;
  gap: 1.2rem;
}
.g-desk-nav-modal .sub-menu > .menu-item > .sub-menu .menu-item {
  font-size: 1.6rem;
}
.g-desk-nav-modal .sub-menu > .menu-item > .sub-menu .menu-item:last-child {
  margin-bottom: 1.5rem;
}
.g-desk-nav-modal .sub-menu > .menu-item > .sub-menu .menu-item:before {
  content: "↳ ";
  vertical-align: text-bottom;
  white-space: nowrap;
  color: var(--c1);
}
.g-desk-nav-modal .sub-menu-label {
  cursor: initial;
  text-align: left;
}
.g-desk-nav-modal .menu-item a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.g-desk-nav-modal .menu-item a:before {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--c2);
  -webkit-box-shadow: inset 0 1em 0;
          box-shadow: inset 0 1em 0;
  border-radius: 1px;
  height: 1.5px;
  bottom: 0px;
  width: 0%;
  z-index: -1;
}
.g-desk-nav-modal .menu-item a:hover:before, .g-desk-nav-modal .menu-item a:focus:before, .g-desk-nav-modal .menu-item a:active:before, .g-desk-nav-modal .menu-item a.active::before {
  width: 100%;
}
.g-desk-nav-modal > .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 20rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.g-desk-nav-modal > .menu-item > a,
.g-desk-nav-modal > .menu-item > .sub-menu-label {
  color: var(--c1);
  text-align: left;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
}
.g-desk-nav-modal > .sub-menu > .menu-item {
  margin-top: 2rem;
}
.g-desk-nav {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * EDITOR SCSS
/*----------------------------------------------------------------------------*/
#tinymce h1 + *, #tinymce h2 + *, .editor h1 + *, .editor h2 + * {
  margin-top: var(--space-s);
}
#tinymce h3 + *, #tinymce h4 + *, #tinymce h5 + *, #tinymce h6 + *, .editor h3 + *, .editor h4 + *, .editor h5 + *, .editor h6 + * {
  margin-top: var(--space-2xs);
}
#tinymce p + *, .editor p + * {
  margin-top: var(--space-2xs);
}
#tinymce * + h2, .editor * + h2 {
  margin-top: var(--space-l);
}
#tinymce * + h3, #tinymce * + h4, #tinymce * + h4, #tinymce * + h6, .editor * + h3, .editor * + h4, .editor * + h4, .editor * + h6 {
  margin-top: var(--space-s);
}
#tinymce h2 + h3, #tinymce h3 + h4, #tinymce h4 + h5, #tinymce h5 + h6, .editor h2 + h3, .editor h3 + h4, .editor h4 + h5, .editor h5 + h6 {
  margin-top: var(--space-3xs);
}
#tinymce ol, #tinymce ul, .editor ol, .editor ul {
  margin: var(--space-s) 0;
}
#tinymce li + li, .editor li + li {
  margin-top: var(--space-3xs);
}
#tinymce * + blockquote, .editor * + blockquote {
  margin-top: var(--space-s);
}
#tinymce blockquote, .editor blockquote {
  gap: var(--space-xs);
}
#tinymce img + *, #tinymce embed + *, #tinymce iframe + *, #tinymce figure + *,
#tinymce * + img, #tinymce * + embed, #tinymce * + iframe, #tinymce * + figure,
#tinymce * + hr, #tinymce hr + *, #tinymce [class*=rt-], .editor img + *, .editor embed + *, .editor iframe + *, .editor figure + *,
.editor * + img, .editor * + embed, .editor * + iframe, .editor * + figure,
.editor * + hr, .editor hr + *, .editor [class*=rt-] {
  margin-top: var(--space-m);
}
#tinymce [style*=padding-left], .editor [style*=padding-left] {
  margin-top: var(--space-m-s);
}
#tinymce [class*=btn], .editor [class*=btn] {
  margin-top: var(--space-l);
}
#tinymce [class*=alignleft], .editor [class*=alignleft] {
  margin-right: var(--space-s);
  margin-bottom: var(--space-2xs);
  float: left;
}
#tinymce [class*=alignright], .editor [class*=alignright] {
  margin-left: var(--space-s);
  margin-bottom: var(--space-2xs);
  float: right;
}
#tinymce [class*=aligncenter], .editor [class*=aligncenter] {
  margin-right: auto;
  margin-left: auto;
}
#tinymce [style*=center] > *, .editor [style*=center] > * {
  margin-right: auto;
  margin-left: auto;
}
#tinymce img, .editor img {
  height: auto;
  display: block;
  width: initial;
  max-width: 100%;
}
#tinymce blockquote, .editor blockquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--space-s-m) var(--space-s);
  font-weight: 600;
}
@media (min-width: 768px) {
  #tinymce blockquote, .editor blockquote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#tinymce blockquote:before, .editor blockquote:before {
  content: "“";
  line-height: 0.7;
  margin-top: 0.075em;
  font-size: 6em;
  height: 0.3em;
}
#tinymce blockquote > *:last-child, .editor blockquote > *:last-child {
  display: inline-block;
}
#tinymce ol, #tinymce ul, .editor ol, .editor ul {
  list-style: none;
  counter-reset: olCounter;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  #tinymce ol, #tinymce ul, .editor ol, .editor ul {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
  }
}
#tinymce ol li, #tinymce ul li, .editor ol li, .editor ul li {
  position: relative;
  counter-increment: olCounter;
  padding: 0em 1em;
}
#tinymce ol li:before, #tinymce ul li:before, .editor ol li:before, .editor ul li:before {
  position: absolute;
  left: 0;
}
#tinymce ul > li:before, .editor ul > li:before {
  content: "●";
  font-size: 1.2em;
  line-height: 1em;
}
#tinymce ol > li:before, .editor ol > li:before {
  font-weight: bold;
  content: counter(olCounter) ".";
  line-height: 1.4em;
}
#tinymce hr, .editor hr {
  border-top-width: 1px;
}
#tinymce a:not([class*=btn]), .editor a:not([class*=btn]) {
  text-decoration: underline;
}
#tinymce a[data-mce-selected][class*=btn], .editor a[data-mce-selected][class*=btn] {
  padding: var(--space-2xs) var(--space-s);
}
#tinymce [style*=padding-left], .editor [style*=padding-left] {
  display: table;
  font-weight: bold;
  position: relative;
  border-style: solid;
  padding: var(--space-xs) var(--space-s) !important;
  border-left-width: 4px;
  border-radius: 3px;
}
#tinymce > *:first-child, .editor > *:first-child {
  margin-top: 0;
}
#tinymce > *:last-child, .editor > *:last-child {
  margin-bottom: 0;
}
#tinymce, .editor {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * G FOOTER SCSS
\*----------------------------------------------------------------------------*/
.g-footer {
  display: none;
  border-top: 1px solid var(--cg3);
}
.g-footer_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--space-l);
}
@media (max-width: 991.98px) {
  .g-footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 0;
  }
}
.g-footer_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: var(--space-s-m);
  padding-bottom: var(--space-s-m);
  gap: var(--space-2xs);
}
.g-footer_logo a:before {
  display: none !important;
}
.g-footer_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: var(--space-s);
}
.g-footer_socials-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.g-footer_socials-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.g-footer_socials-item a:before {
  width: 0 !important;
}
.g-footer_socials-item img {
  width: 2.3rem;
}
@media (min-width: 992px) {
  .g-footer_sub-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-s);
  }
}
.g-footer_ttl, .g-footer_address, .g-footer_menu li a:not([class*=btn]), .g-footer_menu li button:not([class*=btn]) {
  text-transform: uppercase;
  font-size: var(--step--2);
}
.g-footer_ttl {
  font-size: var(--step--1);
  font-weight: 800;
}
.g-footer_media_med {
  max-width: 21rem;
}
.g-footer_sub {
  border-top: 1px solid var(--cg1);
  display: none;
}
.g-footer_sub-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--step--2);
  gap: var(--space-s);
  color: var(--cg3);
  width: 100%;
}
@media (max-width: 991.98px) {
  .g-footer_sub-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.g-footer hr {
  height: auto;
  display: block;
  margin: 0 auto;
  width: 80%;
  opacity: 0.2;
}
.g-footer hr:last-child {
  display: none;
}
@media (min-width: 992px) {
  .g-footer hr {
    width: auto;
  }
}
.g-footer a:not([class*=btn], [class*=lnk]),
.g-footer button:not([class*=btn], [class*=lnk]) {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.g-footer a:not([class*=btn], [class*=lnk]):before,
.g-footer button:not([class*=btn], [class*=lnk]):before {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--c2);
  -webkit-box-shadow: inset 0 1em 0;
          box-shadow: inset 0 1em 0;
  border-radius: 1px;
  height: 1.5px;
  bottom: 0px;
  width: 0%;
  z-index: -1;
}
.g-footer a:not([class*=btn], [class*=lnk]):hover:before, .g-footer a:not([class*=btn], [class*=lnk]):focus:before, .g-footer a:not([class*=btn], [class*=lnk]):active:before, .g-footer a:not([class*=btn], [class*=lnk]).active::before,
.g-footer button:not([class*=btn], [class*=lnk]):hover:before,
.g-footer button:not([class*=btn], [class*=lnk]):focus:before,
.g-footer button:not([class*=btn], [class*=lnk]):active:before,
.g-footer button:not([class*=btn], [class*=lnk]).active::before {
  width: 100%;
}
.g-footer_sub-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0rem 2rem;
}
@media (min-width: 992px) {
  .g-footer_sub-right {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media (max-width: 991.98px) {
  .g-footer_sub-nav {
    margin: 1rem 0 2rem 0;
  }
}
.g-footer_sub-wrp li > * {
  text-transform: uppercase;
}
.g-footer_sub-wrp {
  padding-bottom: 5rem;
}
.g-footer {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * G FORM
\*----------------------------------------------------------------------------*/
form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
form > * {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
form {
  gap: 1rem;
}
@media (min-width: 768px) {
  form > * {
    -webkit-box-flex: calc(50% - 2rem);
    -webkit-flex: calc(50% - 2rem);
        -ms-flex: calc(50% - 2rem);
            flex: calc(50% - 2rem);
  }
  form {
    gap: 2rem;
  }
}
form [data-name*=message],
form [data-name*=files],
form [data-name*=acceptance] {
  margin-right: auto;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
form [type=submit] {
  margin-right: auto;
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
form input, form textarea, form select {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  font-weight: normal;
  background-color: #FAFBFF;
  -webkit-appearance: none;
  font-family: var(--f1);
  font-size: 1.6rem;
  width: 100%;
}
form textarea, form select,
form input:not([type=checkbox], [type=radio]) {
  font-weight: 500;
  border-radius: 0.8rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  form textarea, form select,
  form input:not([type=checkbox], [type=radio]) {
    padding: 2rem;
  }
}
form textarea, form select,
form input:not([type=checkbox], [type=radio]) {
  border: 1.5px solid #D6D6D6;
  background: rgba(var(--cw-rvb), 0.2);
}
form label {
  display: block;
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-flex: calc(50% - 1.6rem);
  -webkit-flex: calc(50% - 1.6rem);
      -ms-flex: calc(50% - 1.6rem);
          flex: calc(50% - 1.6rem);
}
form textarea {
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 14rem;
  width: 100%;
}
form small {
  text-align: center;
  padding: 3rem 1rem 0 1rem;
  font-size: 1.1rem;
}
form input[type=radio],
form input[type=checkbox] {
  -webkit-box-shadow: inset 0 0 0 0.1rem;
          box-shadow: inset 0 0 0 0.1rem;
  color: var(--c2);
}
form input[type=radio],
form input[type=checkbox],
form input[type=radio]:after,
form input[type=checkbox]:after {
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3rem;
  margin-right: 1rem;
  height: 1.7rem;
  width: 1.7rem;
}
form input[type=radio]:after,
form input[type=checkbox]:after {
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: scale(0);
          transform: scale(0);
  content: "";
}
form input[type=radio]:checked:after,
form input[type=checkbox]:checked:after {
  background-color: var(--c2);
  border-color: var(--cw);
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}
form input:invalid,
form select:invalid,
form textarea:invalid {
  border-color: var(--c2);
}
form [class*=not-valid-tip] {
  display: none;
  position: absolute;
  font-weight: normal;
  color: var(--c2);
  font-size: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  form [class*=not-valid-tip] {
    display: block;
  }
}
form label.error form,
form label.error input,
form label.error select,
form label.error textarea,
form .wpcf7-form-control-wrap,
form .warning {
  position: relative;
}
form .wpcf7-output,
form .wpcf7-response-output {
  border: none;
  margin: initial;
  text-align: center;
  margin: 0 !important;
  border-color: transparent !important;
  padding: var(--space-xs) !important;
  margin-top: var(--space-xs) !important;
  background: rgba(var(--cw-rvb), 0.05);
  color: var(--cg3);
  border: 1px solid;
  font-size: 0.7em;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
form .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-list-item-label {
  font-weight: 400;
}

/*----------------------------------------------------------------------------*\
 * GENERAL HEADER
\*----------------------------------------------------------------------------*/
.g-header-centered.fixed-down .h-logo {
  margin: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.g-header-centered .h-ctn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.g-header-centered .h-nav-ctn {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  gap: 3rem;
}
@media (min-width: 992px) {
  .g-header-centered .h-nav-ctn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.g-header-centered .h-logo {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 100%;
  top: 0;
}
.g-header-centered .g-desk-nav {
  display: none;
}
.g-header-centered .g-desk-nav-left {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.g-header-centered .g-desk-nav-right {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (min-width: 992px) {
  .g-header-centered .g-desk-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.g-header-centered .h-wpml,
.g-header-centered .menu-item-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.g-header-centered .h-wpml img,
.g-header-centered .menu-item-ico img {
  max-width: 2.4rem;
  margin-top: -0.2rem;
}
.g-header-centered .icon-bar {
  background: var(--c1);
}
.g-header-centered {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * GENERAL HEADER
\*----------------------------------------------------------------------------*/
.g-header {
  border: none;
  position: fixed;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
  z-index: 5;
  left: 0;
}
.g-header .h-ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .g-header .h-ctn {
    padding: 2rem 0;
  }
}
.g-header .h-ctn {
  z-index: 2;
}
.g-header .h-logo {
  width: 21rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (min-width: 768px) {
  .g-header .h-logo {
    width: 30rem;
  }
}
.g-header.fixed {
  background: var(--cw);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-box-shadow: 0 2rem 2rem -3rem var(--cb);
          box-shadow: 0 2rem 2rem -3rem var(--cb);
}
.g-header.fixed-down {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.g-header.fixed .g-desk-nav > .menu-item > * {
  color: var(--c_body);
}
.g-header.fixed .g-burger .icon-bar {
  background: var(--c_body);
}
.g-header.fixed .h-logo {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.g-header-full-modal .icon-bar {
  background: var(--c1);
}
.g-header-full-modal.burger-on .h-navs {
  background: var(--c3);
}
.g-header-full-modal .h-navs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  background: var(--cw);
  color: var(--c1);
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .g-header-full-modal .h-navs {
    -webkit-transform: initial;
            transform: initial;
  }
}
.g-header-full-modal .h-navs > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.g-header-full-modal .h-navs > ul > li > a {
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--c1);
  color: var(--cw);
  padding: 1.8rem 3.5rem;
}
.g-header-full-modal .h-navs > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-header-full-modal .h-navs > ul > li:hover a {
  padding: 1.8rem 4.5rem;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.g-header-full-modal .h-navs > button {
  padding: 1rem 2rem;
  font-size: 2rem;
}
.g-header-full-modal .modal {
  overflow: visible;
  top: initial;
  height: calc(100vh - 10rem);
  z-index: -1;
  background: var(--cw);
}
.g-header-full-modal .modal:after {
  content: "";
  background: inherit;
  position: absolute;
  height: 30rem;
  bottom: 100%;
  width: 100%;
}
.g-header-full-modal .modal .modal-dialog, .g-header-full-modal .modal .modal-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: initial;
  max-height: initial;
  max-width: initial;
  margin: initial;
  border: initial;
  height: 100%;
}
.g-header-full-modal .modal .modal-content {
  overflow: scroll;
}
.g-header-full-modal .modal .container {
  height: 100%;
  margin: 5rem auto;
}
.g-header {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 *  MOBILE NAV HEADER
\*----------------------------------------------------------------------------*/
.g-mob-nav {
  position: absolute;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
  background: var(--cw);
  height: 100vh;
  width: 100%;
  z-index: 1;
  right: 0;
}
.g-mob-nav ul {
  position: relative;
}
.g-mob-nav a, .g-mob-nav button, .g-mob-nav span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-right: 2rem;
  width: 100%;
}
.g-mob-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin: 0 1.6rem;
  font-size: 1.4rem;
  padding: 1.5rem 0;
  font-weight: 800;
}
.g-mob-nav .mob-h-nav li + li {
  border-top: 2px solid var(--cg2);
}
.g-mob-nav .mob-h-nav-sub li {
  font-weight: bold;
  text-transform: uppercase;
}
.g-mob-nav .mob-h-nav-sub li:first-child {
  background: var(--c1);
  color: var(--c2);
}
.g-mob-nav .mob-h-nav-sub li:last-child img {
  mix-blend-mode: difference;
  opacity: 0.8;
}
.g-mob-nav .mob-h-nav-sub li {
  background: var(--cw);
  color: var(--c1);
  border-radius: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem;
  font-size: 1rem;
}
.g-mob-nav .back-item i {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.g-mob-nav .back-item {
  text-transform: uppercase;
  background: rgba(var(--c1-rvb), 0.05);
  color: rgba(var(--c1-rvb), 0.7);
  font-weight: 600;
  padding: 2rem;
}
.g-mob-nav .sub-menu {
  position: fixed;
  visibility: hidden;
  overflow-x: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--cw);
  width: 100%;
  left: 10%;
  opacity: 0;
  bottom: 0;
  top: 0;
}
.g-mob-nav .menu-item-has-children > .sub-menu-btn {
  padding-left: 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.g-mob-nav .sub-menu.active {
  visibility: visible;
  bottom: 12rem;
  z-index: 1;
  opacity: 1;
  left: 0;
}
.g-mob-nav {
  /*----------------------------------------------------------------------------*/
}

/* .modal-open      - body class for killing the scroll */
/* .modal           - container to scroll within */
/* .modal-dialog    - positioning shell for the actual modal */
/* .modal-content   - actual modal w/ bg and corners and stuff */
/* Container that the modal scrolls within */
.modal {
  display: none;
  position: fixed;
  overflow-y: auto; /* Prevent Chrome on Windows from adding a focus outline. For details, see */
  overflow-x: hidden; /* https:github.com/twbs/bootstrap/pull/10951.  */
  height: 100%;
  width: 100%;
  z-index: 1055;
  outline: 0;
  left: 0;
  top: 0;
  /* We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a */
  /* /* gnarly iOS Safari bug: https:bugs.webkit.org/show_bug.cgi?id=158342  */
  /* /* See also https:github.com/twbs/bootstrap/issues/17695  */
}

/* Shell div to position the modal with bottom padding */
.modal-dialog {
  width: auto;
  position: relative;
  pointer-events: none;
  background: var(--color-white);
  margin: 0.5rem;
  /* When fading in the modal, animate it to slide down */
}
.modal.fade .modal-dialog {
  -webkit-transition: all ease 333ms;
  transition: all ease 333ms;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal-dialog {
  /* When trying to close, animate focus to scale */
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

/* Actual modal */
.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  pointer-events: auto;
  background-clip: padding-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; /* Ensure `.modal-content` extends the full width of the parent `.modal-dialog` */
  outline: 0; /* Remove focus outline from opened modal */
}

/* Modal background */
.modal-backdrop {
  position: fixed;
  pointer-events: none;
  background-color: var(--color-gray);
  height: 100vh;
  width: 100vw;
  z-index: 1050;
  left: 0;
  top: 0;
  /* Fade for backdrop */
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

/* Modal header */
/* Top section of the modal w/ title and dismiss */
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Put modal header elements (title and dismiss) on opposite ends */
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* Title text within header */
.modal-title {
  margin-bottom: 0;
}

/* Modal body */
/* Where all modal content resides (sibling of .modal-header and .modal-footer) */
.modal-body {
  position: relative;
  /* Enable `flex-grow: 1` so that the body take up as much space as possible */
  /* when there should be a fixed height on `.modal-dialog`. */
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* Footer (for actions) */
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; /* vertically center */
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* Right align buttons with flex property because text-align doesn't work on flex items */
}

/* Scale up the modal */
@media (--mq-sm) {
  /* Automatically set modal's width for larger viewports */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (--mq-lg) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (--mq-xl) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*----------------------------------------------------------------------------*\
 * PAGINATION SCSS (avec ou sans wp-pageNavi)
 /*----------------------------------------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.pagination > * + * {
  margin-left: 1rem;
}
.pagination .prev {
  margin-right: 1rem;
}
.pagination .next {
  margin-left: 2rem;
}
.pagination .page, .pagination .current,
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pagination .page:after, .pagination .current:after,
.pagination .page-numbers:after {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.pagination .page, .pagination .current,
.pagination .page-numbers {
  margin-top: 1rem;
  font-weight: 600;
}
.pagination .page-numbers:not(.prev):not(.next) {
  color: var(--cg4);
}
.pagination .page-numbers.current,
.pagination .pages-numbers:hover:not(.prev):not(.next) {
  color: var(--c1) !important;
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .wp-pagenavi > * + * {
  margin-left: 1rem;
}
.pagination {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * GENERAL PRIVATE FORM
\*----------------------------------------------------------------------------*/
.g-private-form .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-private-form_ttl {
  text-align: center;
}
.g-private-form_subttl {
  margin-bottom: 2rem;
}
.g-private-form_wrp {
  padding: 3rem;
  border: 1px solid var(--c6);
  -webkit-box-shadow: 0 1rem 2rem -2rem;
          box-shadow: 0 1rem 2rem -2rem;
  border-radius: 3px;
}
.g-private-form_btn {
  width: 100% !important;
}
.g-private-form {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * SLIDER GENERAL
\*----------------------------------------------------------------------------*/
.swiper, .swipper-wrapper {
  height: 100%;
}

.swiper-pagination {
  margin-top: 3rem;
  width: initial !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  bottom: 2.5rem !important;
  left: 50% !important;
}

* + .swiper-pagination {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  * + .swiper-pagination {
    margin-top: 3rem;
  }
}

.swiper-pagination-bullet {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  height: 1.6rem;
  width: 1.6rem;
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  top: 50%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .swiper-navigation {
    display: none;
  }
}

.swiper-navigation > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9rem;
  margin: 1rem 3rem;
  font-size: 0.6em;
  height: 3rem;
  width: 3rem;
  opacity: 0.5;
}

/* -------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------*\
 * BASE - COLORS BY THEMING
/*----------------------------------------------------------------------------*/
::-moz-selection {
  background: rgba(var(--c2-rvb), 0.5);
}
::selection {
  background: rgba(var(--c2-rvb), 0.5);
}

html, body,
.bg-c5, [class*=bg-] .bg-c5,
.bg-c6, [class*=bg-] .bg-c6,
.bg-cw, [class*=bg-] .bg-cw,
.bg-cg, [class*=bg-] .bg-cg {
  color: var(--c_body);
}

.bg-c1, [class*=bg-] .bg-c1,
.bg-c2, [class*=bg-] .bg-c2,
.bg-c3, [class*=bg-] .bg-c3,
.bg-c4, [class*=bg-] .bg-c4,
.bg-cb, [class*=bg-] .bg-cb {
  color: rgba(var(--cw-rvb), 0.9);
}

/*----------------------------------------------------------------------------*\
* BACKGROUNDS - COLORS BY THEMING
/*----------------------------------------------------------------------------*/
.bg-tr:after {
  background-color: transparent;
}

.bg-cb:after {
  background-color: var(--cb);
  background-image: linear-gradient(45deg, var(--cb) 0%, var(--cb) 100%);
}

.bg-cw:after {
  background-color: var(--cw);
  background-image: linear-gradient(45deg, var(--cw) 0%, var(--cw) 100%);
}

.bg-cg:after {
  background-color: var(--cg);
  background-image: linear-gradient(45deg, var(--cg2) 0%, var(--cw) 100%);
}

.bg-c1:after {
  background-color: var(--c1);
  background-image: linear-gradient(45deg, var(--c1) 0%, var(--c1) 100%);
}

.bg-c2:after {
  background-color: var(--c2);
  background-image: linear-gradient(45deg, var(--c2) 0%, var(--c2) 100%);
}

.bg-c3:after {
  background-color: var(--c3);
  background-image: linear-gradient(45deg, var(--c3) 0%, var(--c3) 100%);
}

.bg-c4:after {
  background-color: var(--c4);
  background-image: linear-gradient(45deg, var(--c4) 0%, var(--c4) 100%);
}

.bg-c5:after {
  background-color: var(--c5);
  background-image: linear-gradient(45deg, var(--c5) 0%, var(--c5) 100%);
}

.bg-c6:after {
  background-color: var(--c6);
  background-image: linear-gradient(45deg, var(--c6) 0%, var(--c6) 100%);
}

/*----------------------------------------------------------------------------*\
* TINYMCE - COLORS BY THEMING
/*----------------------------------------------------------------------------*/
.bg-cw .editor hr, [class*=bg-] .bg-cw .editor hr,
.bg-cg .editor hr, [class*=bg-] .bg-cg .editor hr,
#tinymce hr, .editor hr {
  border-color: var(--cg4);
}
.bg-cw .editor ul > li::before, [class*=bg-] .bg-cw .editor ul > li::before,
.bg-cg .editor ul > li::before, [class*=bg-] .bg-cg .editor ul > li::before,
#tinymce ul > li::before, .editor ul > li::before {
  color: var(--c2);
}
.bg-cw .editor ol > li::before, [class*=bg-] .bg-cw .editor ol > li::before,
.bg-cg .editor ol > li::before, [class*=bg-] .bg-cg .editor ol > li::before,
#tinymce ol > li::before, .editor ol > li::before {
  color: var(--c2);
}
.bg-cw .editor a:not([class*=btn]), [class*=bg-] .bg-cw .editor a:not([class*=btn]),
.bg-cg .editor a:not([class*=btn]), [class*=bg-] .bg-cg .editor a:not([class*=btn]),
#tinymce a:not([class*=btn]), .editor a:not([class*=btn]) {
  color: var(--c2);
}
.bg-cw .editor h1, .bg-cw .editor h2, .bg-cw .editor h3, .bg-cw .editor h4, .bg-cw .editor h5, .bg-cw .editor h6, [class*=bg-] .bg-cw .editor h1, [class*=bg-] .bg-cw .editor h2, [class*=bg-] .bg-cw .editor h3, [class*=bg-] .bg-cw .editor h4, [class*=bg-] .bg-cw .editor h5, [class*=bg-] .bg-cw .editor h6,
.bg-cg .editor h1,
.bg-cg .editor h2,
.bg-cg .editor h3,
.bg-cg .editor h4,
.bg-cg .editor h5,
.bg-cg .editor h6, [class*=bg-] .bg-cg .editor h1, [class*=bg-] .bg-cg .editor h2, [class*=bg-] .bg-cg .editor h3, [class*=bg-] .bg-cg .editor h4, [class*=bg-] .bg-cg .editor h5, [class*=bg-] .bg-cg .editor h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  color: var(--cb);
}
.bg-cw .editor blockquote, [class*=bg-] .bg-cw .editor blockquote,
.bg-cg .editor blockquote, [class*=bg-] .bg-cg .editor blockquote,
#tinymce blockquote, .editor blockquote {
  background: rgba(var(--c2-rvb), 0.1);
  color: var(--c2);
}
.bg-cw .editor [style*=padding-left], [class*=bg-] .bg-cw .editor [style*=padding-left],
.bg-cg .editor [style*=padding-left], [class*=bg-] .bg-cg .editor [style*=padding-left],
#tinymce [style*=padding-left], .editor [style*=padding-left] {
  background: rgba(var(--c2-rvb), 0.1);
  border-left-color: var(--c2);
  color: var(--c2);
}

.bg-cb .editor hr, [class*=bg-] .bg-cb .editor hr {
  border-color: var(--cg4);
}
.bg-cb .editor ul > li::before, [class*=bg-] .bg-cb .editor ul > li::before {
  color: var(--c2);
}
.bg-cb .editor ol > li::before, [class*=bg-] .bg-cb .editor ol > li::before {
  color: var(--c2);
}
.bg-cb .editor a:not([class*=btn]), [class*=bg-] .bg-cb .editor a:not([class*=btn]) {
  color: var(--c2);
}
.bg-cb .editor h1, .bg-cb .editor h2, .bg-cb .editor h3, .bg-cb .editor h4, .bg-cb .editor h5, .bg-cb .editor h6, [class*=bg-] .bg-cb .editor h1, [class*=bg-] .bg-cb .editor h2, [class*=bg-] .bg-cb .editor h3, [class*=bg-] .bg-cb .editor h4, [class*=bg-] .bg-cb .editor h5, [class*=bg-] .bg-cb .editor h6 {
  color: var(--cw);
}
.bg-cb .editor blockquote, [class*=bg-] .bg-cb .editor blockquote {
  background: rgba(var(--cw-rvb), 9);
  color: var(--c2);
}
.bg-cb .editor [style*=padding-left], [class*=bg-] .bg-cb .editor [style*=padding-left] {
  background: rgba(var(--cw-rvb), 9);
  border-left-color: var(--c2);
}

.bg-c1 .editor hr, [class*=bg-] .bg-c1 .editor hr,
.bg-c2 .editor hr, [class*=bg-] .bg-c2 .editor hr,
.bg-c3 .editor hr, [class*=bg-] .bg-c3 .editor hr,
.bg-c4 .editor hr, [class*=bg-] .bg-c4 .editor hr {
  border-color: var(--cw);
}
.bg-c1 .editor ul > li:before, [class*=bg-] .bg-c1 .editor ul > li:before,
.bg-c2 .editor ul > li:before, [class*=bg-] .bg-c2 .editor ul > li:before,
.bg-c3 .editor ul > li:before, [class*=bg-] .bg-c3 .editor ul > li:before,
.bg-c4 .editor ul > li:before, [class*=bg-] .bg-c4 .editor ul > li:before {
  color: var(--cw);
}
.bg-c1 .editor ol > li:before, [class*=bg-] .bg-c1 .editor ol > li:before,
.bg-c2 .editor ol > li:before, [class*=bg-] .bg-c2 .editor ol > li:before,
.bg-c3 .editor ol > li:before, [class*=bg-] .bg-c3 .editor ol > li:before,
.bg-c4 .editor ol > li:before, [class*=bg-] .bg-c4 .editor ol > li:before {
  color: var(--cw);
}
.bg-c1 .editor a:not([class*=btn]), [class*=bg-] .bg-c1 .editor a:not([class*=btn]),
.bg-c2 .editor a:not([class*=btn]), [class*=bg-] .bg-c2 .editor a:not([class*=btn]),
.bg-c3 .editor a:not([class*=btn]), [class*=bg-] .bg-c3 .editor a:not([class*=btn]),
.bg-c4 .editor a:not([class*=btn]), [class*=bg-] .bg-c4 .editor a:not([class*=btn]) {
  color: var(--cw);
}
.bg-c1 .editor h1, .bg-c1 .editor h2, .bg-c1 .editor h3, .bg-c1 .editor h4, .bg-c1 .editor h5, .bg-c1 .editor h6, [class*=bg-] .bg-c1 .editor h1, [class*=bg-] .bg-c1 .editor h2, [class*=bg-] .bg-c1 .editor h3, [class*=bg-] .bg-c1 .editor h4, [class*=bg-] .bg-c1 .editor h5, [class*=bg-] .bg-c1 .editor h6,
.bg-c2 .editor h1,
.bg-c2 .editor h2,
.bg-c2 .editor h3,
.bg-c2 .editor h4,
.bg-c2 .editor h5,
.bg-c2 .editor h6, [class*=bg-] .bg-c2 .editor h1, [class*=bg-] .bg-c2 .editor h2, [class*=bg-] .bg-c2 .editor h3, [class*=bg-] .bg-c2 .editor h4, [class*=bg-] .bg-c2 .editor h5, [class*=bg-] .bg-c2 .editor h6,
.bg-c3 .editor h1,
.bg-c3 .editor h2,
.bg-c3 .editor h3,
.bg-c3 .editor h4,
.bg-c3 .editor h5,
.bg-c3 .editor h6, [class*=bg-] .bg-c3 .editor h1, [class*=bg-] .bg-c3 .editor h2, [class*=bg-] .bg-c3 .editor h3, [class*=bg-] .bg-c3 .editor h4, [class*=bg-] .bg-c3 .editor h5, [class*=bg-] .bg-c3 .editor h6,
.bg-c4 .editor h1,
.bg-c4 .editor h2,
.bg-c4 .editor h3,
.bg-c4 .editor h4,
.bg-c4 .editor h5,
.bg-c4 .editor h6, [class*=bg-] .bg-c4 .editor h1, [class*=bg-] .bg-c4 .editor h2, [class*=bg-] .bg-c4 .editor h3, [class*=bg-] .bg-c4 .editor h4, [class*=bg-] .bg-c4 .editor h5, [class*=bg-] .bg-c4 .editor h6 {
  color: var(--cw);
}
.bg-c1 .editor blockquote, [class*=bg-] .bg-c1 .editor blockquote,
.bg-c2 .editor blockquote, [class*=bg-] .bg-c2 .editor blockquote,
.bg-c3 .editor blockquote, [class*=bg-] .bg-c3 .editor blockquote,
.bg-c4 .editor blockquote, [class*=bg-] .bg-c4 .editor blockquote {
  background: rgba(var(--cw-rvb), 0.1);
  color: var(--cw);
}
.bg-c1 .editor [style*=padding-left], [class*=bg-] .bg-c1 .editor [style*=padding-left],
.bg-c2 .editor [style*=padding-left], [class*=bg-] .bg-c2 .editor [style*=padding-left],
.bg-c3 .editor [style*=padding-left], [class*=bg-] .bg-c3 .editor [style*=padding-left],
.bg-c4 .editor [style*=padding-left], [class*=bg-] .bg-c4 .editor [style*=padding-left] {
  background: rgba(var(--cw-rvb), 0.1);
  border-left-color: var(--cw);
  color: var(--cw);
}

.bg-c5 .editor hr, [class*=bg-] .bg-c5 .editor hr,
.bg-c6 .editor hr, [class*=bg-] .bg-c6 .editor hr {
  border-color: var(--c2);
}
.bg-c5 .editor ul > li:before, [class*=bg-] .bg-c5 .editor ul > li:before,
.bg-c6 .editor ul > li:before, [class*=bg-] .bg-c6 .editor ul > li:before {
  color: var(--c2);
}
.bg-c5 .editor ol > li:before, [class*=bg-] .bg-c5 .editor ol > li:before,
.bg-c6 .editor ol > li:before, [class*=bg-] .bg-c6 .editor ol > li:before {
  color: var(--c2);
}
.bg-c5 .editor a:not([class*=btn]), [class*=bg-] .bg-c5 .editor a:not([class*=btn]),
.bg-c6 .editor a:not([class*=btn]), [class*=bg-] .bg-c6 .editor a:not([class*=btn]) {
  color: var(--c2);
}
.bg-c5 .editor h1, .bg-c5 .editor h2, .bg-c5 .editor h3, .bg-c5 .editor h4, .bg-c5 .editor h5, .bg-c5 .editor h6, [class*=bg-] .bg-c5 .editor h1, [class*=bg-] .bg-c5 .editor h2, [class*=bg-] .bg-c5 .editor h3, [class*=bg-] .bg-c5 .editor h4, [class*=bg-] .bg-c5 .editor h5, [class*=bg-] .bg-c5 .editor h6,
.bg-c6 .editor h1,
.bg-c6 .editor h2,
.bg-c6 .editor h3,
.bg-c6 .editor h4,
.bg-c6 .editor h5,
.bg-c6 .editor h6, [class*=bg-] .bg-c6 .editor h1, [class*=bg-] .bg-c6 .editor h2, [class*=bg-] .bg-c6 .editor h3, [class*=bg-] .bg-c6 .editor h4, [class*=bg-] .bg-c6 .editor h5, [class*=bg-] .bg-c6 .editor h6 {
  color: var(--cb);
}
.bg-c5 .editor blockquote, [class*=bg-] .bg-c5 .editor blockquote,
.bg-c6 .editor blockquote, [class*=bg-] .bg-c6 .editor blockquote {
  background: rgba(var(--cw-rvb), 0.1);
  color: var(--cw);
}
.bg-c5 .editor [style*=padding-left], [class*=bg-] .bg-c5 .editor [style*=padding-left],
.bg-c6 .editor [style*=padding-left], [class*=bg-] .bg-c6 .editor [style*=padding-left] {
  background: rgba(var(--cw-rvb), 0.1);
  border-left-color: var(--cw);
  color: var(--cw);
}

/*----------------------------------------------------------------------------*\
* BTN - COLORS BY THEMING
/*----------------------------------------------------------------------------*/
[class*=_btn]:before,
[class*=bg-] .bg-cw [class*=btn]:before, .bg-cw [class*=btn]:before,
[class*=bg-] .bg-cg [class*=btn]:before, .bg-cg [class*=btn]:before,
[class*=bg-] .bg-cb [class*=btn]:before, .bg-cb [class*=btn]:before,
.btn-c1[class][class*=btn]:before, .btn-c1-a[class][class*=btn] a:before {
  background: var(--cw);
}
[class*=_btn],
[class*=bg-] .bg-cw [class*=btn], .bg-cw [class*=btn],
[class*=bg-] .bg-cg [class*=btn], .bg-cg [class*=btn],
[class*=bg-] .bg-cb [class*=btn], .bg-cb [class*=btn],
.btn-c1[class][class*=btn], .btn-c1-a[class][class*=btn] a {
  border-color: var(--c1);
  background: -webkit-gradient(linear, left top, right top, from(var(--c1)), color-stop(var(--c2)), to(var(--c3)));
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c3));
  color: var(--cw);
}
[class*=_btn]:hover,
[class*=bg-] .bg-cw [class*=btn]:hover, .bg-cw [class*=btn]:hover,
[class*=bg-] .bg-cg [class*=btn]:hover, .bg-cg [class*=btn]:hover,
[class*=bg-] .bg-cb [class*=btn]:hover, .bg-cb [class*=btn]:hover,
.btn-c1[class][class*=btn]:hover, .btn-c1-a[class][class*=btn] a:hover {
  border-color: var(--c3);
  color: var(--c3);
}

[class*=bg-] .bg-c1 [class*=btn]:before, .bg-c1 [class*=btn]:before,
[class*=bg-] .bg-c2 [class*=btn]:before, .bg-c2 [class*=btn]:before,
[class*=bg-] .bg-c3 [class*=btn]:before, .bg-c3 [class*=btn]:before,
[class*=bg-] .bg-c4 [class*=btn]:before, .bg-c4 [class*=btn]:before,
.btn-cw[class][class*=btn]:before, .btn-cw-a[class][class*=btn] a:before {
  background: var(--c1);
}
[class*=bg-] .bg-c1 [class*=btn], .bg-c1 [class*=btn],
[class*=bg-] .bg-c2 [class*=btn], .bg-c2 [class*=btn],
[class*=bg-] .bg-c3 [class*=btn], .bg-c3 [class*=btn],
[class*=bg-] .bg-c4 [class*=btn], .bg-c4 [class*=btn],
.btn-cw[class][class*=btn], .btn-cw-a[class][class*=btn] a {
  border-color: var(--cw);
  background: var(--cw);
  color: var(--c1);
}
[class*=bg-] .bg-c1 [class*=btn]:hover, .bg-c1 [class*=btn]:hover,
[class*=bg-] .bg-c2 [class*=btn]:hover, .bg-c2 [class*=btn]:hover,
[class*=bg-] .bg-c3 [class*=btn]:hover, .bg-c3 [class*=btn]:hover,
[class*=bg-] .bg-c4 [class*=btn]:hover, .bg-c4 [class*=btn]:hover,
.btn-cw[class][class*=btn]:hover, .btn-cw-a[class][class*=btn] a:hover {
  border-color: var(--cw);
  color: var(--cw);
}

[class*=bg-] .bg-c5 [class*=btn]:before, .bg-c5 [class*=btn]:before,
[class*=bg-] .bg-c6 [class*=btn]:before, .bg-c6 [class*=btn]:before,
.btn-cb[class][class*=btn]:before, .btn-cb-a[class][class*=btn] a:before {
  background: var(--cw);
}
[class*=bg-] .bg-c5 [class*=btn], .bg-c5 [class*=btn],
[class*=bg-] .bg-c6 [class*=btn], .bg-c6 [class*=btn],
.btn-cb[class][class*=btn], .btn-cb-a[class][class*=btn] a {
  background: var(--cb);
  border-color: var(--cb);
  color: var(--cw);
}
[class*=bg-] .bg-c5 [class*=btn]:hover, .bg-c5 [class*=btn]:hover,
[class*=bg-] .bg-c6 [class*=btn]:hover, .bg-c6 [class*=btn]:hover,
.btn-cb[class][class*=btn]:hover, .btn-cb-a[class][class*=btn] a:hover {
  border-color: var(--c1);
  color: var(--c1);
}

.btn-tr[class][class*=btn]:before, .btn-tr-a[class][class*=btn] a:before {
  background: var(--c1);
}
.btn-tr[class][class*=btn], .btn-tr-a[class][class*=btn] a {
  background: transparent;
  border-color: inherit;
  color: inherit;
}
.btn-tr[class][class*=btn]:hover, .btn-tr-a[class][class*=btn] a:hover {
  border-color: var(--c1);
  color: var(--cw);
}

.btn-c2[class][class*=btn]:before, .btn-c2-a[class][class*=btn] a:before {
  background: var(--cw);
}
.btn-c2[class][class*=btn], .btn-c2-a[class][class*=btn] a {
  border-color: var(--c2);
  background: var(--c2);
  color: var(--cw);
}
.btn-c2[class][class*=btn]:hover, .btn-c2-a[class][class*=btn] a:hover {
  border-color: var(--c2);
  color: var(--c2);
}

.btn-c3[class][class*=btn]:before, .btn-c3-a[class][class*=btn] a:before {
  background: var(--cw);
}
.btn-c3[class][class*=btn], .btn-c3-a[class][class*=btn] a {
  border-color: var(--c3);
  background: var(--c3);
  color: var(--cw);
}
.btn-c3[class][class*=btn]:hover, .btn-c3-a[class][class*=btn] a:hover {
  border-color: var(--c3);
  color: var(--c3);
}

.btn-c4[class][class*=btn]:before, .btn-c4-a[class][class*=btn] a:before {
  background: var(--cw);
}
.btn-c4[class][class*=btn], .btn-c4-a[class][class*=btn] a {
  border-color: var(--c4);
  background: var(--c4);
  color: var(--cw);
}
.btn-c4[class][class*=btn]:hover, .btn-c4-a[class][class*=btn] a:hover {
  border-color: var(--c4);
  color: var(--c4);
}

.btn-c5[class][class*=btn]:before, .btn-c5-a[class][class*=btn] a:before {
  background: var(--cw);
}
.btn-c5[class][class*=btn], .btn-c5-a[class][class*=btn] a {
  border-color: var(--c5);
  background: var(--c5);
  color: var(--cw);
}
.btn-c5[class][class*=btn]:hover, .btn-c5-a[class][class*=btn] a:hover {
  border-color: var(--c5);
  color: var(--c5);
}

.btn-c6[class][class*=btn]:before, .btn-c6-a[class][class*=btn] a:before {
  background: var(--cw);
}
.btn-c6[class][class*=btn], .btn-c6-a[class][class*=btn] a {
  border-color: var(--c6);
  background: var(--c6);
  color: var(--cw);
}
.btn-c6[class][class*=btn]:hover, .btn-c6-a[class][class*=btn] a:hover {
  border-color: var(--c6);
  color: var(--c6);
}

/*----------------------------------------------------------------------------*\
*  FILTERS - COLORS BY THEMING
/*----------------------------------------------------------------------------*/
[class=flt]:before {
  background: var(--c1);
}

.flt-c1:before {
  background: var(--c1);
}

.flt-c2:before {
  background: var(--c2);
}

.flt-c3:before {
  background: var(--c3);
}

.flt-c4:before {
  background: var(--c4);
}

.flt-c5:before {
  background: var(--c5);
}

.flt-c6:before {
  background: var(--c6);
}

.flt-cb:before {
  background: var(--cb);
}

.flt-cw:before {
  background: var(--cw);
}

/*----------------------------------------------------------------------------*\
*  SLIDERS - COLORS BY THEMING
/*----------------------------------------------------------------------------*/
.swiper-pagination-bullet {
  background-color: var(--cw);
}

.swiper-pagination-bullet-active {
  background: var(--cw);
}

.swiper-navigation > * {
  text-shadow: 1px 0 0 var(--c1);
  background: var(--cw);
  color: var(--c1);
}

.bg-cw .swiper-pagination-bullet {
  background-color: var(--cg4);
}
.bg-cw .swiper-pagination-bullet-active {
  background: var(--cg4);
}
.bg-cw .swiper-navigation > * {
  text-shadow: 1px 0 0 var(--cg4);
  background: var(--cg4);
  color: var(--cw);
}

/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
 * B ACCORDION SCSS
\*----------------------------------------------------------------------------*/
.b-accordion {
  overflow: hidden;
}
.b-accordion .row {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-accordion_header {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
}
.b-accordion_btn {
  display: table;
  text-align: center;
  margin: var(--space-m) auto 0 auto;
}
.b-accordion {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * BANNER SCSS
\*----------------------------------------------------------------------------*/
.b-banner_txt {
  margin: auto;
  max-width: 70rem;
}
.b-banner {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * FORM SCSS
\*----------------------------------------------------------------------------*/
.b-form [class*=row] {
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-form [class*=col] {
  position: relative;
}
.b-form [data-name*=acceptance] {
  text-align: center;
}
.b-form_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.b-form h2, .b-form h3, .b-form h4 {
  font-family: var(--f1) !important;
}
.b-form .btn, .b-form .pagination .prev, .pagination .b-form .prev, .b-form .pagination .next, .pagination .b-form .next {
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--space-l);
}
.b-form input, .b-form select, .b-form textarea {
  /* Hack PlaceHolders */
  color: var(--cw);
}
.b-form input:-ms-input-placeholder, .b-form select:-ms-input-placeholder, .b-form textarea:-ms-input-placeholder {
  color: var(--cw);
}
.b-form input::-webkit-input-placeholder, .b-form select::-webkit-input-placeholder, .b-form textarea::-webkit-input-placeholder {
  color: var(--cw);
}
.b-form input::-moz-placeholder, .b-form select::-moz-placeholder, .b-form textarea::-moz-placeholder {
  color: var(--cw);
  opacity: 1;
}
.b-form input::-ms-input-placeholder, .b-form select::-ms-input-placeholder, .b-form textarea::-ms-input-placeholder {
  color: var(--cw);
  opacity: 1;
}
.b-form input::placeholder, .b-form select::placeholder, .b-form textarea::placeholder {
  color: var(--cw);
  opacity: 1;
}
.b-form input:focus:-ms-input-placeholder, .b-form select:focus:-ms-input-placeholder, .b-form textarea:focus:-ms-input-placeholder {
  color: var(--cw);
}
.b-form input:focus::-webkit-input-placeholder, .b-form select:focus::-webkit-input-placeholder, .b-form textarea:focus::-webkit-input-placeholder {
  color: var(--cw);
}
.b-form input:focus::-moz-placeholder, .b-form select:focus::-moz-placeholder, .b-form textarea:focus::-moz-placeholder {
  color: var(--cw);
}
.b-form input:focus::-ms-input-placeholder, .b-form select:focus::-ms-input-placeholder, .b-form textarea:focus::-ms-input-placeholder {
  color: var(--cw);
}
.b-form input:focus::placeholder, .b-form select:focus::placeholder, .b-form textarea:focus::placeholder {
  color: var(--cw);
}
.b-form input, .b-form select, .b-form textarea {
  /* Hack Change Autocomplete styles in Chrome */
}
.b-form input:-webkit-autofill, .b-form input:-webkit-autofill:hover, .b-form input:-webkit-autofill:focus, .b-form input:-webkit-autofill, .b-form input:-webkit-autofill:hover, .b-form input:-webkit-autofill:focus, .b-form input:-webkit-autofill, .b-form input:-webkit-autofill:hover, .b-form input:-webkit-autofill:focus, .b-form select:-webkit-autofill, .b-form select:-webkit-autofill:hover, .b-form select:-webkit-autofill:focus, .b-form select:-webkit-autofill, .b-form select:-webkit-autofill:hover, .b-form select:-webkit-autofill:focus, .b-form select:-webkit-autofill, .b-form select:-webkit-autofill:hover, .b-form select:-webkit-autofill:focus, .b-form textarea:-webkit-autofill, .b-form textarea:-webkit-autofill:hover, .b-form textarea:-webkit-autofill:focus, .b-form textarea:-webkit-autofill, .b-form textarea:-webkit-autofill:hover, .b-form textarea:-webkit-autofill:focus, .b-form textarea:-webkit-autofill, .b-form textarea:-webkit-autofill:hover, .b-form textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 99rem transparent inset;
          box-shadow: 0 0 0px 99rem transparent inset;
  -webkit-transition: background-color 5000s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: background-color 5000s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.b-form option {
  color: var(--cb);
}
.b-form {
  /* JAUGE NOMBRE D'INSCRITS */
}
.b-form .jauge-inscriptions {
  max-width: 610px;
  width: 100%;
  margin: 45px auto 0;
}
.b-form {
  /* Piste de la jauge */
}
.b-form .jauge-track {
  width: 100%;
  height: 16px;
  background-color: var(--cg1);
  border-radius: 999px;
  overflow: hidden;
}
.b-form {
  /* Barre remplie */
}
.b-form .jauge-fill {
  height: 100%;
  width: 0;
  background: -webkit-gradient(linear, left top, right top, from(#dec271), to(#be9a40));
  background: linear-gradient(90deg, #dec271, #be9a40);
  border-radius: 999px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.b-form {
  /* Texte */
}
.b-form .jauge-info {
  margin-top: 8px;
  font-size: 14px;
  color: var(--cg1);
  text-align: center;
}
.b-form .form-waiting-text,
.b-form .form-full-text {
  text-align: center;
  font-size: 14px;
  background: var(--cw);
  padding: 10px 30px;
  color: var(--cb);
  border-radius: 10px;
  margin-bottom: 30px;
}
.b-form {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * HERO SLIDER SCSS
\*----------------------------------------------------------------------------*/
.b-hero-slider {
  overflow: hidden;
}
.b-hero-slider [swiper-type] .swiper-slide {
  overflow: hidden;
  height: auto;
}
.b-hero-slider [swiper-disable] .container {
  padding-top: var(--space-m-xl);
  padding-bottom: var(--space-m-2xl);
}
.b-hero-slider [swiper-type] .container {
  padding-top: var(--space-m-xl);
  padding-bottom: var(--space-2xl);
}
.b-hero-slider {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * HERO SM SCSS
\*----------------------------------------------------------------------------*/
.b-hero-sm {
  overflow: hidden;
}
@media (min-width: 992px) {
  .b-hero-sm_header {
    max-width: 115rem;
  }
}
.b-hero-sm_subttl {
  font-weight: 600;
  font-size: var(--step-1);
}
.b-hero-sm {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * RELATED POSTS
\*----------------------------------------------------------------------------*/
.b-list-posts-lg_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .b-list-posts-lg_item {
    height: 100%;
  }
}
.b-list-posts-lg {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * LIST POSTS MD SCSS
\*----------------------------------------------------------------------------*/
.b-list-posts-md {
  /* Gestion des filtres */
}
.b-list-posts-md_items > * + * {
  border-top: 0.5px solid var(--cg2);
  padding-top: var(--space-m);
  margin-top: var(--space-m);
}
.b-list-posts-md .searchandfilter ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem var(--space-s);
}
.b-list-posts-md .searchandfilter ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-list-posts-md .searchandfilter li[data-sf-field-input-type=radio] label {
  padding: var(--space-2xs) var(--space-xs);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-list-posts-md .sf-level-0 {
  border-bottom: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-list-posts-md .sf-level-0 input {
  display: none;
}
.b-list-posts-md .sf-level-0 label {
  text-align: center;
}
.b-list-posts-md .sf-level-0 label :hover {
  background-color: var(--c6);
}
.b-list-posts-md .sf-level-0 label {
  -webkit-transition: var(--transi-value);
  transition: var(--transi-value);
  background-color: var(--c1);
  color: var(--cw);
  border-radius: 0.8rem;
}
.b-list-posts-md .sf-level-0:hover label {
  background-color: var(--c6);
}
.b-list-posts-md {
  /* Affichage du nombre de résultats */
}
.b-list-posts-md .b-type-select_counter {
  text-align: center;
  margin-top: var(--space-m);
  margin-bottom: var(--space-xl);
  font-weight: 600;
}
.b-list-posts-md {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * LIST POSTS SM
\*----------------------------------------------------------------------------*/
.b-list-posts-sm_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-list-posts-sm_btn {
  margin: var(--space-m-l) auto auto;
}
.b-list-posts-sm {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * LIST POSTS SCSS
\*----------------------------------------------------------------------------*/
.b-list-posts_wrp {
  -webkit-transition: var(--transi-value);
  transition: var(--transi-value);
}
.b-list-posts {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * TABS SCSS
\*----------------------------------------------------------------------------*/
.b-tabs {
  overflow: hidden;
}
.b-tabs .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .b-tabs .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.b-tabs_nav {
  display: none;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-tabs_nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.b-tabs_nav {
  z-index: 5;
}
@media (min-width: 768px) {
  .b-tabs_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-tabs_acc-ttl {
  font-size: var(--step-1);
  font-family: var(--f2);
  font-weight: bold;
}
.b-tabs_nav-lnk {
  padding: var(--space-2xs);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
}
@media (max-width: 767.98px) {
  .b-tabs_nav-lnk {
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
    margin-bottom: var(--space-3xs);
  }
}
@media (min-width: 768px) {
  .b-tabs_nav-lnk {
    -webkit-transform: translateY(0.7rem);
            transform: translateY(0.7rem);
    background: rgba(var(--cg2-rvb), 1);
    font-size: var(--step-1);
    padding: var(--space-xs);
    color: var(--cg4);
  }
  .b-tabs_nav-lnk.active {
    color: var(--c_body);
    background: var(--cw);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.b-tabs .accordion-button {
  padding: var(--space-xs-s);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .b-tabs .accordion-button {
    display: none;
  }
}
.b-tabs .tab-pane {
  -webkit-box-shadow: var(--shd1);
          box-shadow: var(--shd1);
}
.b-tabs .tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-2xs);
}
@media (min-width: 768px) {
  .b-tabs .tab-content {
    background: var(--cw);
  }
}
.b-tabs .accordion-collapse .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-s) var(--space-m-l);
  padding: var(--space-s-m);
}
@media (max-width: 767.98px) {
  .b-tabs .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .b-tabs .collapse:not(.show) {
    display: block;
  }
}
.b-tabs {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * TEXT MEDIA LG SCSS
\*----------------------------------------------------------------------------*/
.b-text-media-lg {
  overflow: hidden;
}
@media (min-width: 992px) {
  .b-text-media-lg {
    padding: 0 !important;
  }
}
.b-text-media-lg [class*=row] {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .b-text-media-lg [class*=row] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.b-text-media-lg [class*=col] {
  position: relative;
}
.b-text-media-lg [class*=flt-]:before {
  z-index: 5;
}
.b-text-media-lg_swiper {
  width: 50vw;
}
@media (max-width: 991.98px) {
  .b-text-media-lg_swiper {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    left: 50%;
  }
}
.b-text-media-lg.tpl-t1 [class*=row] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.b-text-media-lg.tpl-t2 [class*=row] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 992px) {
  .b-text-media-lg.tpl-t2 [class*=b-text-media-lg_swiper] {
    position: absolute;
    right: 0;
  }
}
.b-text-media-lg .c-slide-media_img {
  overflow: hidden;
}
.b-text-media-lg {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * TEXT MEDIA MD SCSS
\*----------------------------------------------------------------------------*/
.b-text-media-md {
  overflow: hidden;
}
.b-text-media-md .row {
  gap: 1rem var(--space-s);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-text-media-md.tpl-t2 .container, .b-text-media-md.tpl-t2 .b-text-media-md_txt, .b-text-media-md.tpl-t2 .b-text-media-md_med {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.b-text-media-md {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * TEXT MEDIA XL SCSS
\*----------------------------------------------------------------------------*/
.b-text-media-xl {
  padding-bottom: 0 !important;
  overflow: hidden;
}
.b-text-media-xl .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .b-text-media-xl .row.tpl-t1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .b-text-media-xl .row.tpl-t2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.b-text-media-xl .swiper-slide {
  height: auto;
}
.b-text-media-xl_figure, .b-text-media-xl_med {
  background: var(--cw);
  height: 100%;
}
.b-text-media-xl_txt {
  position: relative;
  background: var(--cw);
  border-radius: var(--rad1);
  z-index: 2;
}
@media (min-width: 992px) {
  .b-text-media-xl_txt {
    padding: var(--space-s-m);
    -webkit-box-shadow: var(--shd1);
            box-shadow: var(--shd1);
    padding-top: 0;
  }
}
.b-text-media-xl_swiper {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .b-text-media-xl_swiper {
    margin-top: calc(var(--space-m) * -1);
  }
}
.b-text-media-xl_medias {
  max-height: 20rem;
}
@media (min-width: 992px) {
  .b-text-media-xl_medias {
    max-height: 45rem;
  }
}
.b-text-media-xl {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * TEXT TINYMCE SCSS
\*----------------------------------------------------------------------------*/
.b-tinymce .row {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 991.98px) {
  .b-tinymce .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .b-tinymce .row > * {
    width: 100%;
  }
}
.b-tinymce[class*="1bis"], .b-tinymce[class*="2bis"] {
  -webkit-column-gap: var(--space-m-2xl);
     -moz-column-gap: var(--space-m-2xl);
          column-gap: var(--space-m-2xl);
}
@media (min-width: 576px) {
  .b-tinymce[class*="1bis"] ul, .b-tinymce[class*="1bis"] ol, .b-tinymce[class*="2bis"] ul, .b-tinymce[class*="2bis"] ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .b-tinymce[class*="1bis"] li, .b-tinymce[class*="2bis"] li {
    orphans: 50;
  }
}
.b-tinymce {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C ACCORDION ITEM SCSS
\*----------------------------------------------------------------------------*/
.c-accordion-item {
  overflow: hidden;
  border: 1px solid rgba(var(--cb-rvb), 0.2);
  -webkit-box-shadow: 0 0.5rem 1rem -1rem var(--cb);
          box-shadow: 0 0.5rem 1rem -1rem var(--cb);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}
.c-accordion-item:hover {
  -webkit-transform: scale3d(1.01, 1.01, 1);
          transform: scale3d(1.01, 1.01, 1);
}
.c-accordion-item_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  font-weight: 600;
}
.c-accordion-item_link span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.c-accordion-item_link span:before {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--c2);
  -webkit-box-shadow: inset 0 1em 0;
          box-shadow: inset 0 1em 0;
  border-radius: 1px;
  height: 1.5px;
  bottom: 0px;
  width: 0%;
  z-index: -1;
}
.c-accordion-item_link span:hover:before, .c-accordion-item_link span:focus:before, .c-accordion-item_link span:active:before, .c-accordion-item_link span.active::before {
  width: 100%;
}
.c-accordion-item_link {
  font-size: var(--step-1);
  font-weight: bold;
}
.c-accordion-item_link, .c-accordion-item .accordion-button {
  padding: var(--space-xs) var(--space-s);
  line-height: 1.45;
  top: 0;
}
.c-accordion-item_txt {
  -webkit-box-shadow: inset 0 1px 0px 0px var(--cg2);
          box-shadow: inset 0 1px 0px 0px var(--cg2);
  border-radius: 0 0 8px 8px;
}
.c-accordion-item_txt, .c-accordion-item_items * + * {
  padding: var(--space-s);
}
.c-accordion-item.ttl-no-link .c-accordion-item_link {
  pointer-events: none;
  position: absolute;
}
.c-accordion-item.no-child .c-accordion-item_link {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.c-accordion-item.no-child .accordion-button {
  width: initial;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(0%, -50%) rotate(-90deg);
          transform: translate(0%, -50%) rotate(-90deg);
  top: 50%;
  right: 0;
}
.c-accordion-item {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C ACCORDION ITEMS SCSS
\*----------------------------------------------------------------------------*/
.c-accordion-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-xs);
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * GENERAL BANNER ALERT
\*----------------------------------------------------------------------------*/
.c-banner-alert {
  position: relative;
  border-bottom: 1px solid var(--cw);
  border-bottom: 1px solid rgb(var(--cw-rvb), 0.4);
  padding: 0.8rem 0;
  z-index: -1;
}
.c-banner-alert_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .c-banner-alert_ctn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.c-banner-alert_txt {
  max-width: 99rem;
  font-size: 1.4rem;
}
.c-banner-alert_btn, .c-banner-alert_lnk {
  font-weight: bold;
  white-space: nowrap;
  font-size: 1rem !important;
}
@media (max-width: 767.98px) {
  .c-banner-alert_btn, .c-banner-alert_lnk {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-banner-alert_lnk {
  margin-left: auto;
}
.c-banner-alert {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD POST LG RIGHT SCSS
\*----------------------------------------------------------------------------*/
.c-card-post-lg-left {
  height: 100%;
}
.c-card-post-lg-left_txt {
  padding: var(--space-m) 0 var(--space-2xs) 0;
}
@media (min-width: 992px) {
  .c-card-post-lg-left_txt {
    color: var(--cw) !important;
  }
  .c-card-post-lg-left_txt > *:not([class*=_btn]) {
    color: var(--cw) !important;
  }
  .c-card-post-lg-left_txt {
    padding: var(--space-s-m);
    position: absolute;
    z-index: 1;
    bottom: 0;
  }
}
.c-card-post-lg-left_desc {
  font-size: var(--step-1);
}
@media (min-width: 992px) {
  .c-card-post-lg-left_btn {
    background-color: var(--tr) !important;
    border-color: var(--cw) !important;
  }
}
.c-card-post-lg-left {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD POST LG LEFT SCSS
\*----------------------------------------------------------------------------*/
@media (min-width: 992px) {
  .c-card-post-lg-right_txt {
    padding-left: var(--space-xs);
  }
}
.c-card-post-lg-right {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD POST MD SCSS
\*----------------------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .c-card-post-md_figure {
    display: none;
  }
}
@media (min-width: 992px) {
  .c-card-post-md_header {
    padding-left: var(--space-xs);
  }
}
.c-card-post-md_terms {
  text-transform: uppercase;
  margin-bottom: var(--space-3xs);
  font-size: var(--step--1);
}
.c-card-post-md [class*=col] + [class*=col] {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.c-card-post-md [class*=_btn] {
  margin-top: var(--space-s);
  margin-right: auto;
}
.c-card-post-md {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD POST SM SCSS
\*----------------------------------------------------------------------------*/
.c-card-post-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 3px;
  height: 100%;
}
.c-card-post-sm_txt {
  padding-top: var(--space-xs);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card-post-sm_terms {
  text-transform: uppercase;
  font-size: var(--step--1);
}
.c-card-post-sm {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD PRODUCT LG SCSS
\*----------------------------------------------------------------------------*/
.c-card-product-lg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-card-product-lg_btn {
  font-size: 2rem !important;
}
.c-card-product-lg_desc {
  margin-top: 1rem;
}
.c-card-product-lg_help {
  color: var(--c_body);
  background: var(--cw);
  -webkit-box-shadow: inset 0 1px 0px 0px var(--cg2);
  box-shadow: inset 0 1px 0px 0px var(--cg2);
  padding: var(--space-s);
  border-radius: 0 0 8px 8px;
  margin: 0 4rem;
}
.c-card-product-lg_img {
  width: auto;
  margin: auto;
}
.c-card-product-lg .c-accordion-items {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.c-card-product-lg {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD PROFIL LG SCSS
\*----------------------------------------------------------------------------*/
.c-card-profil-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.5rem 0;
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-card-profil-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-card-profil-lg_ttl {
  line-height: 4.2rem;
  font-weight: 600;
  font-size: var(--step-2);
}
.c-card-profil-lg_subttl {
  font-size: 2.2rem;
}
.c-card-profil-lg_btn {
  margin: 0 !important;
}
.c-card-profil-lg {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD PROFIL SM SCSS
\*----------------------------------------------------------------------------*/
.c-card-profil {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 80%;
  gap: 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .c-card-profil {
    gap: 2rem;
  }
}
.c-card-profil_med {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  width: 80%;
}
.c-card-profil_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: var(--step--1);
  border-radius: 0 0 1rem 1rem;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .c-card-profil_txt {
    gap: 1rem;
  }
}
.c-card-profil_name {
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .c-card-profil_name {
    font-size: 1.5rem;
  }
}
.c-card-profil_desc {
  border-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .c-card-profil_desc {
    display: none;
  }
}
.c-card-profil_lnk {
  margin-top: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .c-card-profil_lnk {
    font-weight: bold;
  }
}
.c-card-profil_date {
  font-weight: 400;
}
.c-card-profil .rt-custom {
  margin: auto;
  width: 10rem;
  padding-bottom: 10rem;
  border-radius: 1rem 1rem 0 0;
}
.c-card-profil {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C HERO SLIDE SCSS
\*----------------------------------------------------------------------------*/
.c-hero-slide {
  height: 100%;
  margin-top: 250px !important;
}
.c-hero-slide .row {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .c-hero-slide [class*=col] {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-hero-slide_header {
  z-index: 1;
}
@media (max-width: 991.98px) {
  .c-hero-slide_header {
    text-align: center;
  }
}
.c-hero-slide_subttl {
  display: block;
  width: 90%;
}
.c-hero-slide_subttl, .c-hero-slide_btn {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .c-hero-slide_subttl, .c-hero-slide_btn {
    margin-left: initial;
  }
}
.c-hero-slide_figure {
  margin: 0 var(--space-xs);
}
.c-hero-slide .tpl-t1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-hero-slide .tpl-t2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.u-center .c-hero-slide_ttl {
  font-size: var(--step-9);
}
.u-center .c-hero-slide_btn, .u-center .c-hero-slide_subttl {
  margin-left: auto;
  margin-right: auto;
}
.c-hero-slide {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C PROGAMS SCSS
\*----------------------------------------------------------------------------*/
.c-programs {
  position: relative;
}
.c-programs .accordion-button:after {
  margin: initial;
}
.c-programs .accordion-button {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .c-programs .accordion-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    text-align: left;
    gap: 4rem;
  }
}
.c-programs .accordion-button:not(.collapsed) .c-programs_disp {
  opacity: 0.5;
}
.c-programs .accordion-button:not(.collapsed) {
  color: inherit;
}
.c-programs_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.45;
  font-weight: 600;
}
.c-programs_disp {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-programs_supttl {
  font-weight: 600;
  line-height: 1.3;
  font-size: 2.1rem;
}
@media (min-width: 992px) {
  .c-programs_supttl {
    font-size: 2.4rem;
  }
}
.c-programs_subttl {
  display: block;
  font-weight: 500;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .c-programs_subttl {
    font-size: 2.1rem;
  }
}
.c-programs_etcs {
  font-weight: 600;
  margin: 0 2rem;
}
@media (min-width: 992px) {
  .c-programs_etcs {
    text-align: right;
    border-left: 1px solid rgba(var(--cb-rvb), 0.1);
    margin: 0 5rem 0 auto;
    padding-left: 4rem;
    min-width: 17rem;
    font-size: 3rem;
  }
}
.c-programs_txt {
  border-top: 1px solid rgba(var(--cb-rvb), 0.1);
}
.c-programs_txt, .c-programs_tabs, .c-programs_rec-items {
  padding: 3rem;
}
@media (min-width: 992px) {
  .c-programs_txt, .c-programs_tabs, .c-programs_rec-items {
    padding: 4rem 4rem 4rem 3rem;
  }
}
.c-programs .accordion-button {
  padding: var(--u-p1);
}
@media (min-width: 992px) {
  .c-programs .accordion-button {
    padding: 6rem 5rem 6rem 4rem;
  }
}
.c-programs_rec-items {
  padding-top: 0;
}
.c-programs_rec-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 3rem;
}
@media (min-width: 992px) {
  .c-programs_rec-item {
    padding: 3rem 4rem;
  }
}
.c-programs_rec-item + * {
  margin-top: 1rem;
}
.c-programs_rec-ttl {
  font-weight: 700;
}
.c-programs_rec_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1rem;
}
.c-programs_rec-years, .c-programs_rec-duration {
  border: 1px solid var(--cg2);
  padding: 0.2em 0.6em;
  margin: 0 0.5em 0.5em 0;
  font-size: 1.5rem;
}
.c-programs_rec-link {
  text-decoration: underline;
  margin-top: 1.5rem;
  font-weight: 600;
}
.c-programs_tabs {
  font-size: 3rem;
  font-weight: 600;
}
.c-programs_tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: var(--cw);
  margin-bottom: 3rem;
  width: 100%;
}
.c-programs_tabs-nav > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-programs_tabs-nav-btn {
  width: 100%;
  padding: 1.1em;
}
@media (max-width: 991.98px) {
  .c-programs_tabs-nav-btn {
    font-size: var(--step--1);
  }
}
.c-programs_tabs-nav-btn.active {
  background: var(--c2);
  color: var(--cw);
}
.c-programs_tabs-link + * {
  margin-top: 1rem;
}
.c-programs_tabs-link span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.c-programs_tabs-link span:before {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--c2);
  -webkit-box-shadow: inset 0 1em 0;
          box-shadow: inset 0 1em 0;
  border-radius: 1px;
  height: 1.5px;
  bottom: 0px;
  width: 0%;
  z-index: -1;
}
.c-programs_tabs-link span:hover:before, .c-programs_tabs-link span:focus:before, .c-programs_tabs-link span:active:before, .c-programs_tabs-link span.active::before {
  width: 100%;
}
.c-programs_tabs-link i {
  text-shadow: 0 1px;
}
.c-programs_tabs-link:hover span:before {
  width: 100%;
}
.c-programs_tabs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--cw);
  padding: 1em;
  width: 100%;
}
@media (max-width: 991.98px) {
  .c-programs_tabs-link {
    font-size: var(--step--1);
  }
}
.c-programs h2 {
  font-weight: 500;
}
.c-programs h3, .c-programs h4 {
  font-weight: 600;
}
.c-programs.bg-cw {
  border: 1px solid var(--c2);
}
.c-programs.bg-cw .c-programs_disp, .c-programs.bg-cw .c-programs_etcs {
  color: var(--c2);
}
.c-programs.bg-c1 .c-programs_disp, .c-programs.bg-c1 .c-programs_etcs {
  color: var(--cw);
}
.c-programs.bg-c1 .accordion-button::after {
  -webkit-filter: brightness(5) invert(1);
          filter: brightness(5) invert(1);
}
.c-programs.bg-c2 .c-programs_disp, .c-programs.bg-c2 .c-programs_etcs {
  color: var(--cw);
}
.c-programs.bg-c2 .accordion-button::after {
  -webkit-filter: brightness(5) invert(1);
          filter: brightness(5) invert(1);
}
.c-programs.bg-c3 .c-programs_disp, .c-programs.bg-c3 .c-programs_etcs, .c-programs.bg-c4 .c-programs_disp, .c-programs.bg-c4 .c-programs_etcs {
  color: var(--c2);
}
.c-programs {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C CARD POST SM SCSS
\*----------------------------------------------------------------------------*/
.c-slide-media_med.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-slide-media_med.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-slide-media_img {
  position: relative;
}
.c-slide-media_img svg {
  height: auto;
  position: absolute;
  bottom: -4px;
  width: 50%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-slide-media_img svg {
    bottom: -10px;
    width: 66%;
  }
}
@media (min-width: 992px) {
  .c-slide-media_img svg {
    bottom: -8px;
    width: 67%;
  }
}
.c-slide-media {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * C WPML DROPDOWN
\*----------------------------------------------------------------------------*/
[class*=wpml][class*=shortcode] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
[class*=wpml][class*=shortcode] span {
  margin-left: 1rem;
}
[class*=wpml][class*=shortcode] a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
[class*=wpml][class*=shortcode] [class*=sub-menu] {
  position: absolute;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: var(--cb);
  background: var(--cw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.6rem;
  padding: 1rem;
  top: 100%;
  left: 50%;
  opacity: 0;
}
@media (min-width: 992px) {
  [class*=wpml][class*=shortcode] [class*=wpml-ls-native] {
    display: none;
  }
}
[class*=wpml][class*=shortcode] [class*=current-language] {
  position: relative;
}
[class*=wpml][class*=shortcode] [class*=current-language]:hover [class*=sub-menu] {
  top: calc(100% + 1rem);
  z-index: 1;
  opacity: 1;
}
[class*=wpml][class*=shortcode] [class*=current-language]:hover [class*=sub-menu]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1em;
  top: -1em;
  left: 0;
}
[class*=wpml][class*=shortcode] {
  /*----------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------*\
 * BASE DIVERS
/*----------------------------------------------------------------------------*/
[data-aos] {
  -webkit-transition-timing-function: var(--bezier) !important;
          transition-timing-function: var(--bezier) !important;
  -webkit-transition-duration: 550ms !important;
          transition-duration: 550ms !important;
}

body {
  overflow-x: hidden;
}

[class*=b-] [class*=header] [class*=_ttl],
.editor h1, .editor h2, .editor h3, .editor h4 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1)), color-stop(var(--c2)), to(var(--c3)));
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}

.pattern {
  display: block;
  position: absolute;
  mix-blend-mode: overlay;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: -3%;
  left: 0;
}

.background {
  width: 100vw;
  height: 100%;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
  opacity: 0.2;
  left: 0;
  top: 0;
}

.background span {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.background span:nth-child(1) {
  color: var(--c3);
  top: 45%;
  left: 59%;
  -webkit-animation-duration: 13.1s;
          animation-duration: 13.1s;
  -webkit-animation-delay: -15.6s;
          animation-delay: -15.6s;
  -webkit-transform-origin: -23vw 23vh;
          transform-origin: -23vw 23vh;
  -webkit-box-shadow: 40vmin 0 9.170380381vmin currentColor;
          box-shadow: 40vmin 0 9.170380381vmin currentColor;
}
.background span:nth-child(2) {
  color: var(--c2);
  top: 33%;
  left: 29%;
  -webkit-animation-duration: 15.1s;
          animation-duration: 15.1s;
  -webkit-animation-delay: -6.2s;
          animation-delay: -6.2s;
  -webkit-transform-origin: -15vw 0vh;
          transform-origin: -15vw 0vh;
  -webkit-box-shadow: 40vmin 0 11.2609755328vmin currentColor;
          box-shadow: 40vmin 0 11.2609755328vmin currentColor;
}
.background span:nth-child(3) {
  color: var(--c1);
  top: 19%;
  left: 69%;
  -webkit-animation-duration: 14.3s;
          animation-duration: 14.3s;
  -webkit-animation-delay: -6.8s;
          animation-delay: -6.8s;
  -webkit-transform-origin: 11vw 13vh;
          transform-origin: 11vw 13vh;
  -webkit-box-shadow: -40vmin 0 8.6811568394vmin currentColor;
          box-shadow: -40vmin 0 8.6811568394vmin currentColor;
}
.background span:nth-child(4) {
  color: var(--c2);
  top: 85%;
  left: 2%;
  -webkit-animation-duration: 10.1s;
          animation-duration: 10.1s;
  -webkit-animation-delay: -11.9s;
          animation-delay: -11.9s;
  -webkit-transform-origin: 24vw -22vh;
          transform-origin: 24vw -22vh;
  -webkit-box-shadow: -40vmin 0 7.8396018826vmin currentColor;
          box-shadow: -40vmin 0 7.8396018826vmin currentColor;
}
.background span:nth-child(5) {
  color: var(--c2);
  top: 77%;
  left: 62%;
  -webkit-animation-duration: 10.6s;
          animation-duration: 10.6s;
  -webkit-animation-delay: -9.3s;
          animation-delay: -9.3s;
  -webkit-transform-origin: -5vw 4vh;
          transform-origin: -5vw 4vh;
  -webkit-box-shadow: -40vmin 0 5.5719338397vmin currentColor;
          box-shadow: -40vmin 0 5.5719338397vmin currentColor;
}
.background span:nth-child(6) {
  color: var(--c2);
  top: 96%;
  left: 91%;
  -webkit-animation-duration: 13.1s;
          animation-duration: 13.1s;
  -webkit-animation-delay: -6.7s;
          animation-delay: -6.7s;
  -webkit-transform-origin: 17vw 5vh;
          transform-origin: 17vw 5vh;
  -webkit-box-shadow: 40vmin 0 10.3704271264vmin currentColor;
          box-shadow: 40vmin 0 10.3704271264vmin currentColor;
}
.background span:nth-child(7) {
  color: var(--c3);
  top: 64%;
  left: 15%;
  -webkit-animation-duration: 12.7s;
          animation-duration: 12.7s;
  -webkit-animation-delay: -5.1s;
          animation-delay: -5.1s;
  -webkit-transform-origin: 2vw -15vh;
          transform-origin: 2vw -15vh;
  -webkit-box-shadow: 40vmin 0 9.5270797849vmin currentColor;
          box-shadow: 40vmin 0 9.5270797849vmin currentColor;
}
.background span:nth-child(8) {
  color: var(--c3);
  top: 13%;
  left: 36%;
  -webkit-animation-duration: 15.4s;
          animation-duration: 15.4s;
  -webkit-animation-delay: -12.7s;
          animation-delay: -12.7s;
  -webkit-transform-origin: 8vw 16vh;
          transform-origin: 8vw 16vh;
  -webkit-box-shadow: 40vmin 0 12.7411718832vmin currentColor;
          box-shadow: 40vmin 0 12.7411718832vmin currentColor;
}
.background span:nth-child(9) {
  color: var(--c1);
  top: 85%;
  left: 48%;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  -webkit-transform-origin: -13vw 17vh;
          transform-origin: -13vw 17vh;
  -webkit-box-shadow: 40vmin 0 6.9540320275vmin currentColor;
          box-shadow: 40vmin 0 6.9540320275vmin currentColor;
}
.background span:nth-child(10) {
  color: var(--c1);
  top: 6%;
  left: 84%;
  -webkit-animation-duration: 14.4s;
          animation-duration: 14.4s;
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
  -webkit-transform-origin: -8vw 17vh;
          transform-origin: -8vw 17vh;
  -webkit-box-shadow: -40vmin 0 8.918869382vmin currentColor;
          box-shadow: -40vmin 0 8.918869382vmin currentColor;
}
.background span:nth-child(11) {
  color: var(--c2);
  top: 45%;
  left: 49%;
  -webkit-animation-duration: 11.8s;
          animation-duration: 11.8s;
  -webkit-animation-delay: -13.8s;
          animation-delay: -13.8s;
  -webkit-transform-origin: -9vw 17vh;
          transform-origin: -9vw 17vh;
  -webkit-box-shadow: 40vmin 0 9.1653489291vmin currentColor;
          box-shadow: 40vmin 0 9.1653489291vmin currentColor;
}
.background span:nth-child(12) {
  color: var(--c1);
  top: 34%;
  left: 67%;
  -webkit-animation-duration: 15.7s;
          animation-duration: 15.7s;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  -webkit-transform-origin: 14vw -24vh;
          transform-origin: 14vw -24vh;
  -webkit-box-shadow: 40vmin 0 14.4811978414vmin currentColor;
          box-shadow: 40vmin 0 14.4811978414vmin currentColor;
}
.background span:nth-child(13) {
  color: var(--c2);
  top: 77%;
  left: 19%;
  -webkit-animation-duration: 15.3s;
          animation-duration: 15.3s;
  -webkit-animation-delay: -10.4s;
          animation-delay: -10.4s;
  -webkit-transform-origin: 17vw -15vh;
          transform-origin: 17vw -15vh;
  -webkit-box-shadow: -40vmin 0 12.474703012vmin currentColor;
          box-shadow: -40vmin 0 12.474703012vmin currentColor;
}
.background span:nth-child(14) {
  color: var(--c3);
  top: 10%;
  left: 3%;
  -webkit-animation-duration: 15.4s;
          animation-duration: 15.4s;
  -webkit-animation-delay: -7.4s;
          animation-delay: -7.4s;
  -webkit-transform-origin: -4vw 0vh;
          transform-origin: -4vw 0vh;
  -webkit-box-shadow: 40vmin 0 9.3867986547vmin currentColor;
          box-shadow: 40vmin 0 9.3867986547vmin currentColor;
}
.background span:nth-child(15) {
  color: var(--c1);
  top: 100%;
  left: 50%;
  -webkit-animation-duration: 13.8s;
          animation-duration: 13.8s;
  -webkit-animation-delay: -10.3s;
          animation-delay: -10.3s;
  -webkit-transform-origin: 8vw -21vh;
          transform-origin: 8vw -21vh;
  -webkit-box-shadow: 40vmin 0 7.8493416139vmin currentColor;
          box-shadow: 40vmin 0 7.8493416139vmin currentColor;
}
.background span:nth-child(16) {
  color: var(--c1);
  top: 90%;
  left: 2%;
  -webkit-animation-duration: 14.2s;
          animation-duration: 14.2s;
  -webkit-animation-delay: -8.9s;
          animation-delay: -8.9s;
  -webkit-transform-origin: -7vw -6vh;
          transform-origin: -7vw -6vh;
  -webkit-box-shadow: 40vmin 0 13.8042746822vmin currentColor;
          box-shadow: 40vmin 0 13.8042746822vmin currentColor;
}
.background span:nth-child(17) {
  color: var(--c1);
  top: 48%;
  left: 70%;
  -webkit-animation-duration: 12.9s;
          animation-duration: 12.9s;
  -webkit-animation-delay: -11.6s;
          animation-delay: -11.6s;
  -webkit-transform-origin: -23vw -20vh;
          transform-origin: -23vw -20vh;
  -webkit-box-shadow: 40vmin 0 12.7840493251vmin currentColor;
          box-shadow: 40vmin 0 12.7840493251vmin currentColor;
}
.background span:nth-child(18) {
  color: var(--c3);
  top: 30%;
  left: 95%;
  -webkit-animation-duration: 12.6s;
          animation-duration: 12.6s;
  -webkit-animation-delay: -4.5s;
          animation-delay: -4.5s;
  -webkit-transform-origin: 15vw 17vh;
          transform-origin: 15vw 17vh;
  -webkit-box-shadow: -40vmin 0 6.6530111044vmin currentColor;
          box-shadow: -40vmin 0 6.6530111044vmin currentColor;
}
.background span:nth-child(19) {
  color: var(--c1);
  top: 34%;
  left: 1%;
  -webkit-animation-duration: 12.4s;
          animation-duration: 12.4s;
  -webkit-animation-delay: -14.2s;
          animation-delay: -14.2s;
  -webkit-transform-origin: -15vw 17vh;
          transform-origin: -15vw 17vh;
  -webkit-box-shadow: -40vmin 0 7.1433697245vmin currentColor;
          box-shadow: -40vmin 0 7.1433697245vmin currentColor;
}
.background span:nth-child(20) {
  color: var(--c2);
  top: 37%;
  left: 90%;
  -webkit-animation-duration: 14.7s;
          animation-duration: 14.7s;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  -webkit-transform-origin: -18vw 21vh;
          transform-origin: -18vw 21vh;
  -webkit-box-shadow: 40vmin 0 10.7195631878vmin currentColor;
          box-shadow: 40vmin 0 10.7195631878vmin currentColor;
}

@-webkit-keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
            transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

@keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, 1px) rotate(360deg);
            transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
/*----------------------------------------------------------------------------*/
/*# sourceMappingURL=main.css.map */
