@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bitter&display=swap);@charset "UTF-8";

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 708px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 964px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1220px;
  }
}

.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 708px;
  }
}

@media (min-width: 1024px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 964px;
  }
}

@media (min-width: 1280px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1220px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.625rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.625rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.625rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.625rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.625rem !important;
}

.m-2 {
  margin: 1.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.25rem !important;
}

.m-3 {
  margin: 1.875rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.875rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.875rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.875rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.875rem !important;
}

.m-4 {
  margin: 2.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.5rem !important;
}

.m-5 {
  margin: 3.125rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3.125rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.125rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.125rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.125rem !important;
}

.m-6 {
  margin: 3.75rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3.75rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3.75rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3.75rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3.75rem !important;
}

.m-7 {
  margin: 4.38rem !important;
}

.mt-7,
.my-7 {
  margin-top: 4.38rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 4.38rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 4.38rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 4.38rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

.m-9 {
  margin: 5.65rem !important;
}

.mt-9,
.my-9 {
  margin-top: 5.65rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 5.65rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 5.65rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 5.65rem !important;
}

.m-10 {
  margin: 6.25rem !important;
}

.mt-10,
.my-10 {
  margin-top: 6.25rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 6.25rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6.25rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 6.25rem !important;
}

.m-12 {
  margin: 7.6rem !important;
}

.mt-12,
.my-12 {
  margin-top: 7.6rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 7.6rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 7.6rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 7.6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.625rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.625rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.625rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.625rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.625rem !important;
}

.p-2 {
  padding: 1.25rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.25rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.25rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.25rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.25rem !important;
}

.p-3 {
  padding: 1.875rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.875rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.875rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.875rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.875rem !important;
}

.p-4 {
  padding: 2.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.5rem !important;
}

.p-5 {
  padding: 3.125rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3.125rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.125rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.125rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.125rem !important;
}

.p-6 {
  padding: 3.75rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3.75rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3.75rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3.75rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3.75rem !important;
}

.p-7 {
  padding: 4.38rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4.38rem !important;
}

.pr-7,
.px-7 {
  padding-right: 4.38rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4.38rem !important;
}

.pl-7,
.px-7 {
  padding-left: 4.38rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

.p-9 {
  padding: 5.65rem !important;
}

.pt-9,
.py-9 {
  padding-top: 5.65rem !important;
}

.pr-9,
.px-9 {
  padding-right: 5.65rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 5.65rem !important;
}

.pl-9,
.px-9 {
  padding-left: 5.65rem !important;
}

.p-10 {
  padding: 6.25rem !important;
}

.pt-10,
.py-10 {
  padding-top: 6.25rem !important;
}

.pr-10,
.px-10 {
  padding-right: 6.25rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 6.25rem !important;
}

.pl-10,
.px-10 {
  padding-left: 6.25rem !important;
}

.p-12 {
  padding: 7.6rem !important;
}

.pt-12,
.py-12 {
  padding-top: 7.6rem !important;
}

.pr-12,
.px-12 {
  padding-right: 7.6rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 7.6rem !important;
}

.pl-12,
.px-12 {
  padding-left: 7.6rem !important;
}

.m-n1 {
  margin: -0.625rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.625rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.625rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.625rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.625rem !important;
}

.m-n2 {
  margin: -1.25rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1.25rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.25rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.25rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.25rem !important;
}

.m-n3 {
  margin: -1.875rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.875rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.875rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.875rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.875rem !important;
}

.m-n4 {
  margin: -2.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.5rem !important;
}

.m-n5 {
  margin: -3.125rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.125rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.125rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.125rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.125rem !important;
}

.m-n6 {
  margin: -3.75rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3.75rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3.75rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3.75rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3.75rem !important;
}

.m-n7 {
  margin: -4.38rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -4.38rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -4.38rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -4.38rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -4.38rem !important;
}

.m-n8 {
  margin: -5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -5rem !important;
}

.m-n9 {
  margin: -5.65rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -5.65rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -5.65rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -5.65rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -5.65rem !important;
}

.m-n10 {
  margin: -6.25rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -6.25rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -6.25rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -6.25rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -6.25rem !important;
}

.m-n12 {
  margin: -7.6rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -7.6rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -7.6rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -7.6rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -7.6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.625rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.625rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.625rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.625rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.625rem !important;
  }

  .m-sm-2 {
    margin: 1.25rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.25rem !important;
  }

  .m-sm-3 {
    margin: 1.875rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.875rem !important;
  }

  .m-sm-4 {
    margin: 2.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.5rem !important;
  }

  .m-sm-5 {
    margin: 3.125rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.125rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.125rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.125rem !important;
  }

  .m-sm-6 {
    margin: 3.75rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.75rem !important;
  }

  .m-sm-7 {
    margin: 4.38rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4.38rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4.38rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4.38rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4.38rem !important;
  }

  .m-sm-8 {
    margin: 5rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5rem !important;
  }

  .m-sm-9 {
    margin: 5.65rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 5.65rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 5.65rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 5.65rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 5.65rem !important;
  }

  .m-sm-10 {
    margin: 6.25rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6.25rem !important;
  }

  .m-sm-12 {
    margin: 7.6rem !important;
  }

  .mt-sm-12,
  .my-sm-12 {
    margin-top: 7.6rem !important;
  }

  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 7.6rem !important;
  }

  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 7.6rem !important;
  }

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 7.6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.625rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.625rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.625rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.625rem !important;
  }

  .p-sm-2 {
    padding: 1.25rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.25rem !important;
  }

  .p-sm-3 {
    padding: 1.875rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.875rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.875rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.875rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.875rem !important;
  }

  .p-sm-4 {
    padding: 2.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.5rem !important;
  }

  .p-sm-5 {
    padding: 3.125rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.125rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.125rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.125rem !important;
  }

  .p-sm-6 {
    padding: 3.75rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.75rem !important;
  }

  .p-sm-7 {
    padding: 4.38rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4.38rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4.38rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4.38rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4.38rem !important;
  }

  .p-sm-8 {
    padding: 5rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5rem !important;
  }

  .p-sm-9 {
    padding: 5.65rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 5.65rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 5.65rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 5.65rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 5.65rem !important;
  }

  .p-sm-10 {
    padding: 6.25rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6.25rem !important;
  }

  .p-sm-12 {
    padding: 7.6rem !important;
  }

  .pt-sm-12,
  .py-sm-12 {
    padding-top: 7.6rem !important;
  }

  .pr-sm-12,
  .px-sm-12 {
    padding-right: 7.6rem !important;
  }

  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 7.6rem !important;
  }

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 7.6rem !important;
  }

  .m-sm-n1 {
    margin: -0.625rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.625rem !important;
  }

  .m-sm-n2 {
    margin: -1.25rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n3 {
    margin: -1.875rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n4 {
    margin: -2.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n5 {
    margin: -3.125rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.125rem !important;
  }

  .m-sm-n6 {
    margin: -3.75rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n7 {
    margin: -4.38rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -4.38rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -4.38rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -4.38rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -4.38rem !important;
  }

  .m-sm-n8 {
    margin: -5rem !important;
  }

  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5rem !important;
  }

  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5rem !important;
  }

  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5rem !important;
  }

  .m-sm-n9 {
    margin: -5.65rem !important;
  }

  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -5.65rem !important;
  }

  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -5.65rem !important;
  }

  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -5.65rem !important;
  }

  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -5.65rem !important;
  }

  .m-sm-n10 {
    margin: -6.25rem !important;
  }

  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6.25rem !important;
  }

  .m-sm-n12 {
    margin: -7.6rem !important;
  }

  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -7.6rem !important;
  }

  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -7.6rem !important;
  }

  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -7.6rem !important;
  }

  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -7.6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.625rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.625rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.625rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.625rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.625rem !important;
  }

  .m-md-2 {
    margin: 1.25rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 1.25rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.25rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.25rem !important;
  }

  .m-md-3 {
    margin: 1.875rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1.875rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.875rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.875rem !important;
  }

  .m-md-4 {
    margin: 2.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 2.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.5rem !important;
  }

  .m-md-5 {
    margin: 3.125rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3.125rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.125rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.125rem !important;
  }

  .m-md-6 {
    margin: 3.75rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 3.75rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.75rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.75rem !important;
  }

  .m-md-7 {
    margin: 4.38rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 4.38rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 4.38rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4.38rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 4.38rem !important;
  }

  .m-md-8 {
    margin: 5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 5rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 5rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 5rem !important;
  }

  .m-md-9 {
    margin: 5.65rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 5.65rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 5.65rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 5.65rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 5.65rem !important;
  }

  .m-md-10 {
    margin: 6.25rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 6.25rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 6.25rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 6.25rem !important;
  }

  .m-md-12 {
    margin: 7.6rem !important;
  }

  .mt-md-12,
  .my-md-12 {
    margin-top: 7.6rem !important;
  }

  .mr-md-12,
  .mx-md-12 {
    margin-right: 7.6rem !important;
  }

  .mb-md-12,
  .my-md-12 {
    margin-bottom: 7.6rem !important;
  }

  .ml-md-12,
  .mx-md-12 {
    margin-left: 7.6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.625rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.625rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.625rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.625rem !important;
  }

  .p-md-2 {
    padding: 1.25rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 1.25rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 1.25rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 1.25rem !important;
  }

  .p-md-3 {
    padding: 1.875rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1.875rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1.875rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.875rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1.875rem !important;
  }

  .p-md-4 {
    padding: 2.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 2.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 2.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 2.5rem !important;
  }

  .p-md-5 {
    padding: 3.125rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3.125rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3.125rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3.125rem !important;
  }

  .p-md-6 {
    padding: 3.75rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 3.75rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 3.75rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 3.75rem !important;
  }

  .p-md-7 {
    padding: 4.38rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 4.38rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 4.38rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4.38rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 4.38rem !important;
  }

  .p-md-8 {
    padding: 5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 5rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 5rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 5rem !important;
  }

  .p-md-9 {
    padding: 5.65rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 5.65rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 5.65rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 5.65rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 5.65rem !important;
  }

  .p-md-10 {
    padding: 6.25rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 6.25rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 6.25rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 6.25rem !important;
  }

  .p-md-12 {
    padding: 7.6rem !important;
  }

  .pt-md-12,
  .py-md-12 {
    padding-top: 7.6rem !important;
  }

  .pr-md-12,
  .px-md-12 {
    padding-right: 7.6rem !important;
  }

  .pb-md-12,
  .py-md-12 {
    padding-bottom: 7.6rem !important;
  }

  .pl-md-12,
  .px-md-12 {
    padding-left: 7.6rem !important;
  }

  .m-md-n1 {
    margin: -0.625rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.625rem !important;
  }

  .m-md-n2 {
    margin: -1.25rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.25rem !important;
  }

  .m-md-n3 {
    margin: -1.875rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.875rem !important;
  }

  .m-md-n4 {
    margin: -2.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.5rem !important;
  }

  .m-md-n5 {
    margin: -3.125rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.125rem !important;
  }

  .m-md-n6 {
    margin: -3.75rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3.75rem !important;
  }

  .m-md-n7 {
    margin: -4.38rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -4.38rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -4.38rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -4.38rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -4.38rem !important;
  }

  .m-md-n8 {
    margin: -5rem !important;
  }

  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5rem !important;
  }

  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5rem !important;
  }

  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5rem !important;
  }

  .m-md-n9 {
    margin: -5.65rem !important;
  }

  .mt-md-n9,
  .my-md-n9 {
    margin-top: -5.65rem !important;
  }

  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -5.65rem !important;
  }

  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -5.65rem !important;
  }

  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -5.65rem !important;
  }

  .m-md-n10 {
    margin: -6.25rem !important;
  }

  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6.25rem !important;
  }

  .m-md-n12 {
    margin: -7.6rem !important;
  }

  .mt-md-n12,
  .my-md-n12 {
    margin-top: -7.6rem !important;
  }

  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -7.6rem !important;
  }

  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -7.6rem !important;
  }

  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -7.6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.625rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.625rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.625rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.625rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.625rem !important;
  }

  .m-lg-2 {
    margin: 1.25rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.25rem !important;
  }

  .m-lg-3 {
    margin: 1.875rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.875rem !important;
  }

  .m-lg-4 {
    margin: 2.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.5rem !important;
  }

  .m-lg-5 {
    margin: 3.125rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.125rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.125rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.125rem !important;
  }

  .m-lg-6 {
    margin: 3.75rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.75rem !important;
  }

  .m-lg-7 {
    margin: 4.38rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4.38rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4.38rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4.38rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4.38rem !important;
  }

  .m-lg-8 {
    margin: 5rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5rem !important;
  }

  .m-lg-9 {
    margin: 5.65rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 5.65rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 5.65rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 5.65rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 5.65rem !important;
  }

  .m-lg-10 {
    margin: 6.25rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6.25rem !important;
  }

  .m-lg-12 {
    margin: 7.6rem !important;
  }

  .mt-lg-12,
  .my-lg-12 {
    margin-top: 7.6rem !important;
  }

  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 7.6rem !important;
  }

  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 7.6rem !important;
  }

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 7.6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.625rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.625rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.625rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.625rem !important;
  }

  .p-lg-2 {
    padding: 1.25rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.25rem !important;
  }

  .p-lg-3 {
    padding: 1.875rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.875rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.875rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.875rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.875rem !important;
  }

  .p-lg-4 {
    padding: 2.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.5rem !important;
  }

  .p-lg-5 {
    padding: 3.125rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.125rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.125rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.125rem !important;
  }

  .p-lg-6 {
    padding: 3.75rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.75rem !important;
  }

  .p-lg-7 {
    padding: 4.38rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4.38rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4.38rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4.38rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4.38rem !important;
  }

  .p-lg-8 {
    padding: 5rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5rem !important;
  }

  .p-lg-9 {
    padding: 5.65rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 5.65rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 5.65rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 5.65rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 5.65rem !important;
  }

  .p-lg-10 {
    padding: 6.25rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6.25rem !important;
  }

  .p-lg-12 {
    padding: 7.6rem !important;
  }

  .pt-lg-12,
  .py-lg-12 {
    padding-top: 7.6rem !important;
  }

  .pr-lg-12,
  .px-lg-12 {
    padding-right: 7.6rem !important;
  }

  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 7.6rem !important;
  }

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 7.6rem !important;
  }

  .m-lg-n1 {
    margin: -0.625rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.625rem !important;
  }

  .m-lg-n2 {
    margin: -1.25rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n3 {
    margin: -1.875rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n4 {
    margin: -2.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n5 {
    margin: -3.125rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.125rem !important;
  }

  .m-lg-n6 {
    margin: -3.75rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n7 {
    margin: -4.38rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4.38rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4.38rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4.38rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4.38rem !important;
  }

  .m-lg-n8 {
    margin: -5rem !important;
  }

  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5rem !important;
  }

  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5rem !important;
  }

  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5rem !important;
  }

  .m-lg-n9 {
    margin: -5.65rem !important;
  }

  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -5.65rem !important;
  }

  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -5.65rem !important;
  }

  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -5.65rem !important;
  }

  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -5.65rem !important;
  }

  .m-lg-n10 {
    margin: -6.25rem !important;
  }

  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6.25rem !important;
  }

  .m-lg-n12 {
    margin: -7.6rem !important;
  }

  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -7.6rem !important;
  }

  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -7.6rem !important;
  }

  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -7.6rem !important;
  }

  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -7.6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.625rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.625rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.625rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.625rem !important;
  }

  .m-xl-2 {
    margin: 1.25rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.25rem !important;
  }

  .m-xl-3 {
    margin: 1.875rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.875rem !important;
  }

  .m-xl-4 {
    margin: 2.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.5rem !important;
  }

  .m-xl-5 {
    margin: 3.125rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.125rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.125rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.125rem !important;
  }

  .m-xl-6 {
    margin: 3.75rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.75rem !important;
  }

  .m-xl-7 {
    margin: 4.38rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4.38rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4.38rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4.38rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4.38rem !important;
  }

  .m-xl-8 {
    margin: 5rem !important;
  }

  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5rem !important;
  }

  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5rem !important;
  }

  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5rem !important;
  }

  .m-xl-9 {
    margin: 5.65rem !important;
  }

  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5.65rem !important;
  }

  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5.65rem !important;
  }

  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5.65rem !important;
  }

  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5.65rem !important;
  }

  .m-xl-10 {
    margin: 6.25rem !important;
  }

  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6.25rem !important;
  }

  .m-xl-12 {
    margin: 7.6rem !important;
  }

  .mt-xl-12,
  .my-xl-12 {
    margin-top: 7.6rem !important;
  }

  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 7.6rem !important;
  }

  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 7.6rem !important;
  }

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 7.6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.625rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.625rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.625rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.625rem !important;
  }

  .p-xl-2 {
    padding: 1.25rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.25rem !important;
  }

  .p-xl-3 {
    padding: 1.875rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.875rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.875rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.875rem !important;
  }

  .p-xl-4 {
    padding: 2.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.5rem !important;
  }

  .p-xl-5 {
    padding: 3.125rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.125rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.125rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.125rem !important;
  }

  .p-xl-6 {
    padding: 3.75rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.75rem !important;
  }

  .p-xl-7 {
    padding: 4.38rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4.38rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4.38rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4.38rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4.38rem !important;
  }

  .p-xl-8 {
    padding: 5rem !important;
  }

  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5rem !important;
  }

  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5rem !important;
  }

  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5rem !important;
  }

  .p-xl-9 {
    padding: 5.65rem !important;
  }

  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5.65rem !important;
  }

  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5.65rem !important;
  }

  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5.65rem !important;
  }

  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5.65rem !important;
  }

  .p-xl-10 {
    padding: 6.25rem !important;
  }

  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6.25rem !important;
  }

  .p-xl-12 {
    padding: 7.6rem !important;
  }

  .pt-xl-12,
  .py-xl-12 {
    padding-top: 7.6rem !important;
  }

  .pr-xl-12,
  .px-xl-12 {
    padding-right: 7.6rem !important;
  }

  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 7.6rem !important;
  }

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 7.6rem !important;
  }

  .m-xl-n1 {
    margin: -0.625rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.625rem !important;
  }

  .m-xl-n2 {
    margin: -1.25rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n3 {
    margin: -1.875rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n4 {
    margin: -2.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n5 {
    margin: -3.125rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.125rem !important;
  }

  .m-xl-n6 {
    margin: -3.75rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n7 {
    margin: -4.38rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -4.38rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -4.38rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -4.38rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -4.38rem !important;
  }

  .m-xl-n8 {
    margin: -5rem !important;
  }

  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5rem !important;
  }

  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5rem !important;
  }

  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5rem !important;
  }

  .m-xl-n9 {
    margin: -5.65rem !important;
  }

  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5.65rem !important;
  }

  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5.65rem !important;
  }

  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5.65rem !important;
  }

  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5.65rem !important;
  }

  .m-xl-n10 {
    margin: -6.25rem !important;
  }

  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6.25rem !important;
  }

  .m-xl-n12 {
    margin: -7.6rem !important;
  }

  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -7.6rem !important;
  }

  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -7.6rem !important;
  }

  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -7.6rem !important;
  }

  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -7.6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.625rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.625rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.625rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.625rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.625rem !important;
  }

  .m-xxl-2 {
    margin: 1.25rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-3 {
    margin: 1.875rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.875rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.875rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.875rem !important;
  }

  .m-xxl-4 {
    margin: 2.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-5 {
    margin: 3.125rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3.125rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3.125rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3.125rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3.125rem !important;
  }

  .m-xxl-6 {
    margin: 3.75rem !important;
  }

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-7 {
    margin: 4.38rem !important;
  }

  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 4.38rem !important;
  }

  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 4.38rem !important;
  }

  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 4.38rem !important;
  }

  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 4.38rem !important;
  }

  .m-xxl-8 {
    margin: 5rem !important;
  }

  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 5rem !important;
  }

  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 5rem !important;
  }

  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 5rem !important;
  }

  .m-xxl-9 {
    margin: 5.65rem !important;
  }

  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 5.65rem !important;
  }

  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 5.65rem !important;
  }

  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 5.65rem !important;
  }

  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 5.65rem !important;
  }

  .m-xxl-10 {
    margin: 6.25rem !important;
  }

  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 6.25rem !important;
  }

  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 6.25rem !important;
  }

  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 6.25rem !important;
  }

  .m-xxl-12 {
    margin: 7.6rem !important;
  }

  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 7.6rem !important;
  }

  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 7.6rem !important;
  }

  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 7.6rem !important;
  }

  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 7.6rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.625rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.625rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.625rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.625rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.625rem !important;
  }

  .p-xxl-2 {
    padding: 1.25rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-3 {
    padding: 1.875rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.875rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.875rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.875rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.875rem !important;
  }

  .p-xxl-4 {
    padding: 2.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-5 {
    padding: 3.125rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3.125rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3.125rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3.125rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3.125rem !important;
  }

  .p-xxl-6 {
    padding: 3.75rem !important;
  }

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-7 {
    padding: 4.38rem !important;
  }

  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 4.38rem !important;
  }

  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 4.38rem !important;
  }

  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 4.38rem !important;
  }

  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 4.38rem !important;
  }

  .p-xxl-8 {
    padding: 5rem !important;
  }

  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 5rem !important;
  }

  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 5rem !important;
  }

  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 5rem !important;
  }

  .p-xxl-9 {
    padding: 5.65rem !important;
  }

  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 5.65rem !important;
  }

  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 5.65rem !important;
  }

  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 5.65rem !important;
  }

  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 5.65rem !important;
  }

  .p-xxl-10 {
    padding: 6.25rem !important;
  }

  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 6.25rem !important;
  }

  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 6.25rem !important;
  }

  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 6.25rem !important;
  }

  .p-xxl-12 {
    padding: 7.6rem !important;
  }

  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 7.6rem !important;
  }

  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 7.6rem !important;
  }

  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 7.6rem !important;
  }

  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 7.6rem !important;
  }

  .m-xxl-n1 {
    margin: -0.625rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.625rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.625rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.625rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.625rem !important;
  }

  .m-xxl-n2 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n3 {
    margin: -1.875rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1.875rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1.875rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1.875rem !important;
  }

  .m-xxl-n4 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3.125rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3.125rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3.125rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3.125rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3.125rem !important;
  }

  .m-xxl-n6 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n7 {
    margin: -4.38rem !important;
  }

  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -4.38rem !important;
  }

  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -4.38rem !important;
  }

  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -4.38rem !important;
  }

  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -4.38rem !important;
  }

  .m-xxl-n8 {
    margin: -5rem !important;
  }

  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -5rem !important;
  }

  .m-xxl-n9 {
    margin: -5.65rem !important;
  }

  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -5.65rem !important;
  }

  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -5.65rem !important;
  }

  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -5.65rem !important;
  }

  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -5.65rem !important;
  }

  .m-xxl-n10 {
    margin: -6.25rem !important;
  }

  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -6.25rem !important;
  }

  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -6.25rem !important;
  }

  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -6.25rem !important;
  }

  .m-xxl-n12 {
    margin: -7.6rem !important;
  }

  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -7.6rem !important;
  }

  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -7.6rem !important;
  }

  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -7.6rem !important;
  }

  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -7.6rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

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

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: "";
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: "";
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: "";
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff "" no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/cvm/dist/img/icons/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*****************************
 EXEMPLE:
 @include breakpoint(tab-landscape) {
     font-size: 20px;
 }

******************************/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  cursor: pointer;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.7;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Remove the border on images inside links in IE 10.
 */

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

header {
  position: relative;
  z-index: 100;
}

main {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

@media (min-width: 1280px) {
  main {
    z-index: 99;
  }
}

@media (min-width: 768px) {
  .container-post {
    max-width: 708px;
  }
}

@media (min-width: 1024px) {
  .container-post {
    max-width: 964px;
  }
}

@media (min-width: 1280px) {
  .container-post {
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-content {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .container-content {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .container-content {
    max-width: 944px;
  }
}

@media (min-width: 1280px) {
  .container-content {
    max-width: 1260px;
  }
}

@media (min-width: 768px) {
  .content-width-570 {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapper {
  position: relative;
}

.illustration {
  overflow: hidden;
}

button {
  -webkit-appearance: none;
}

input[type=button]:focus {
  outline: 2px solid #F95C18;
}

.skip-menu {
  position: absolute;
  width: 100%;
  background: #161E4D;
  left: 0px;
  top: -1000px;
  z-index: -1;
}

.skip-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

.skip-menu li:focus {
  border: 2px solid #ffffff;
}

.skip-menu a {
  color: #ffffff;
  padding: 10px;
  display: block;
}

.skip-menu a:focus {
  border: 2px solid #ffffff;
}

.skip-menu:focus-within {
  left: 0;
  top: 0;
  z-index: 1000;
}

.skip-menu.programme-parent .link-subpage {
  display: none !important;
}

.skip-menu.programme-enfant-sans-parent .link-subpage-no-parent {
  display: none !important;
}

.ss360-custom-search {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.ss360-n-button.ss360-close-button {
  right: 2px !important;
  top: -5px !important;
}

@media (min-width: 768px) {
  .ss360-n-button.ss360-close-button {
    right: 12px !important;
    top: 7px !important;
  }
}

.resp-container {
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: "Karbon Bold, sans-serif";
  src: url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Bold.otf"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Bold.svg"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Bold.ttf"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Bold.woff");
}

@font-face {
  font-family: "Karbon Semibold, sans-serif";
  src: url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Semibold.otf"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Semibold.svg"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Semibold.ttf"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Semibold.woff");
}

@font-face {
  font-family: "Karbon Medium, sans-serif";
  src: url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Medium.otf"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Medium.svg"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Medium.ttf"), url("/wp-content/themes/cvm/dist/fonts/Karbon/Karbon-Medium.woff");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

.big-title-1 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 2.5rem;
  line-height: 2.1875rem;
}

@media (min-width: 768px) {
  .big-title-1 {
    font-size: 4.6875rem;
    line-height: 4.0625rem;
  }
}

@media (min-width: 1280px) {
  .big-title-1 {
    font-size: 5.625rem;
    line-height: 4.625rem;
  }
}

.big-title-1.same-lh {
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .big-title-1.same-lh {
    line-height: 4.6875rem;
  }
}

@media (min-width: 1280px) {
  .big-title-1.same-lh {
    line-height: 5.625rem;
  }
}

.big-title-2 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 1.875rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .big-title-2 {
    font-size: 3.75rem;
    line-height: 3.25rem;
  }
}

@media (min-width: 1280px) {
  .big-title-2 {
    font-size: 4.25rem;
    line-height: 3.75rem;
  }
}

.subtitle {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.title-1,
.block__text h2.title-1,
.flexible h2.title-1,
.text h2.title-1,
.wysiwyg h2.title-1 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 2.375rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .title-1,
  .block__text h2.title-1,
  .flexible h2.title-1,
  .text h2.title-1,
  .wysiwyg h2.title-1 {
    font-size: 2.875rem;
    line-height: 3rem;
  }
}

@media (min-width: 1280px) {
  .title-1,
  .block__text h2.title-1,
  .flexible h2.title-1,
  .text h2.title-1,
  .wysiwyg h2.title-1 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}

.title-1--header {
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .title-1--header {
    line-height: 3rem;
  }
}

@media (min-width: 1280px) {
  .title-1--header {
    line-height: 3.25rem;
  }
}

.title-2 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 1.875rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .title-2 {
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1280px) {
  .title-2 {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}

.title-3 {
  font-family: "Karbon Semibold, sans-serif";
  font-size: 1.5rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .title-3 {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .title-3 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}

.title-4 {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.title-5,
.layout .navigation a,
.footer a.label,
.footer span {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.05px;
  font-weight: 400;
}

.title-5.bold,
.layout .navigation a.bold,
.footer a.bold.label,
.footer span.bold {
  font-family: "Karbon Bold, sans-serif";
  font-weight: 700;
}

@media (min-width: 1280px) {
  .title-5,
  .layout .navigation a,
  .footer a.label,
  .footer span {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.intro {
  font-family: "Bitter", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .intro {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1280px) {
  .intro {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.mini-intro {
  font-family: "Bitter", serif;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.body-text,
p {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

.body-text-sm {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

.body-text a,
.body-text-sm a {
  color: inherit;
  border-bottom: 2px solid #F95C18;
}

.body-text a:focus,
.body-text a:hover,
.body-text-sm a:focus,
.body-text-sm a:hover {
  border-bottom-color: transparent;
}

.ff-karbon-bold {
  font-family: "Karbon Bold, sans-serif";
}

.ff-karbon-sb {
  font-family: "Karbon Semibold, sans-serif";
}

.ff-karbon-md {
  font-family: "Karbon Medium, sans-serif";
}

.ff-noto {
  font-family: "Noto Sans", sans-serif;
}

.ff-bitter {
  font-family: "Bitter", serif;
}

.fw-bold {
  font-weight: 700;
}

.fw-bolder {
  font-weight: 400;
}

.block__text,
.flexible,
.text,
.wysiwyg {
  /*ol li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px;
  }

  ol {
      list-style: none;
      counter-reset: list;

      li {
          &:before {
              counter-increment: list;
              content: counter(list);
              color: $orange-2;
              margin-right: 10px;
          }
      }
  }*/
}

.block__text h2,
.block__text h3,
.block__text h4,
.flexible h2,
.flexible h3,
.flexible h4,
.text h2,
.text h3,
.text h4,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  color: #161E4D;
}

.block__text h3,
.flexible h3,
.text h3,
.wysiwyg h3 {
  margin-bottom: 20px;
}

.block__text.text h2,
.block__text.text h3,
.block__text.text h4,
.block__text .text h2,
.block__text .text h3,
.block__text .text h4,
.flexible.text h2,
.flexible.text h3,
.flexible.text h4,
.flexible .text h2,
.flexible .text h3,
.flexible .text h4,
.text.text h2,
.text.text h3,
.text.text h4,
.text .text h2,
.text .text h3,
.text .text h4,
.wysiwyg.text h2,
.wysiwyg.text h3,
.wysiwyg.text h4,
.wysiwyg .text h2,
.wysiwyg .text h3,
.wysiwyg .text h4 {
  color: #161E4D;
}

.block__text.text--white a,
.block__text.text--white h2,
.block__text.text--white h3,
.block__text.text--white h4,
.block__text.text--white li,
.block__text.text--white p,
.block__text .text--white a,
.block__text .text--white h2,
.block__text .text--white h3,
.block__text .text--white h4,
.block__text .text--white li,
.block__text .text--white p,
.flexible.text--white a,
.flexible.text--white h2,
.flexible.text--white h3,
.flexible.text--white h4,
.flexible.text--white li,
.flexible.text--white p,
.flexible .text--white a,
.flexible .text--white h2,
.flexible .text--white h3,
.flexible .text--white h4,
.flexible .text--white li,
.flexible .text--white p,
.text.text--white a,
.text.text--white h2,
.text.text--white h3,
.text.text--white h4,
.text.text--white li,
.text.text--white p,
.text .text--white a,
.text .text--white h2,
.text .text--white h3,
.text .text--white h4,
.text .text--white li,
.text .text--white p,
.wysiwyg.text--white a,
.wysiwyg.text--white h2,
.wysiwyg.text--white h3,
.wysiwyg.text--white h4,
.wysiwyg.text--white li,
.wysiwyg.text--white p,
.wysiwyg .text--white a,
.wysiwyg .text--white h2,
.wysiwyg .text--white h3,
.wysiwyg .text--white h4,
.wysiwyg .text--white li,
.wysiwyg .text--white p {
  color: #ffffff !important;
}

.block__text h2,
.flexible h2,
.text h2,
.wysiwyg h2 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 1.875rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .block__text h2,
  .flexible h2,
  .text h2,
  .wysiwyg h2 {
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1280px) {
  .block__text h2,
  .flexible h2,
  .text h2,
  .wysiwyg h2 {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}

.block__text h3,
.flexible h3,
.text h3,
.wysiwyg h3 {
  font-family: "Karbon Semibold, sans-serif";
  font-size: 1.5rem;
  line-height: 1.625rem;
}

@media (min-width: 768px) {
  .block__text h3,
  .flexible h3,
  .text h3,
  .wysiwyg h3 {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .block__text h3,
  .flexible h3,
  .text h3,
  .wysiwyg h3 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}

.block__text h4,
.flexible h4,
.text h4,
.wysiwyg h4 {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.block__text h5,
.flexible h5,
.text h5,
.wysiwyg h5 {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.block__text h5.bold,
.flexible h5.bold,
.text h5.bold,
.wysiwyg h5.bold {
  font-family: "Karbon Bold, sans-serif";
  font-weight: 700;
}

@media (min-width: 1280px) {
  .block__text h5,
  .flexible h5,
  .text h5,
  .wysiwyg h5 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.block__text h6,
.flexible h6,
.text h6,
.wysiwyg h6 {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.block__text h6.bold,
.flexible h6.bold,
.text h6.bold,
.wysiwyg h6.bold {
  font-family: "Karbon Bold, sans-serif";
  font-weight: 700;
}

@media (min-width: 1280px) {
  .block__text h6,
  .flexible h6,
  .text h6,
  .wysiwyg h6 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.block__text ol,
.block__text ul,
.flexible ol,
.flexible ul,
.text ol,
.text ul,
.wysiwyg ol,
.wysiwyg ul {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .block__text ol,
  .block__text ul,
  .flexible ol,
  .flexible ul,
  .text ol,
  .text ul,
  .wysiwyg ol,
  .wysiwyg ul {
    margin-bottom: 30px;
  }
}

.block__text ol:last-of-type,
.block__text ol li:last-of-type,
.block__text ul:last-of-type,
.block__text ul li:last-of-type,
.flexible ol:last-of-type,
.flexible ol li:last-of-type,
.flexible ul:last-of-type,
.flexible ul li:last-of-type,
.text ol:last-of-type,
.text ol li:last-of-type,
.text ul:last-of-type,
.text ul li:last-of-type,
.wysiwyg ol:last-of-type,
.wysiwyg ol li:last-of-type,
.wysiwyg ul:last-of-type,
.wysiwyg ul li:last-of-type {
  margin-bottom: 0;
}

.block__text li,
.block__text p,
.flexible li,
.flexible p,
.text li,
.text p,
.wysiwyg li,
.wysiwyg p {
  color: #313131;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

.block__text a:not(.btn),
.flexible a:not(.btn),
.text a:not(.btn),
.wysiwyg a:not(.btn) {
  color: #313131;
  padding-bottom: 2px;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border-bottom: 2px solid #F95C18;
}

.block__text a:not(.btn):focus,
.block__text a:not(.btn):hover,
.flexible a:not(.btn):focus,
.flexible a:not(.btn):hover,
.text a:not(.btn):focus,
.text a:not(.btn):hover,
.wysiwyg a:not(.btn):focus,
.wysiwyg a:not(.btn):hover {
  border-bottom-color: transparent;
}

.block__text strong,
.flexible strong,
.text strong,
.wysiwyg strong {
  font-weight: 700;
}

.block__text hr,
.flexible hr,
.text hr,
.wysiwyg hr {
  margin: 10px 0 20px;
  border-top: 1px solid rgba(22, 30, 77, 0.15);
}

@media (min-width: 768px) {
  .block__text hr,
  .flexible hr,
  .text hr,
  .wysiwyg hr {
    margin: 30px 0 40px;
  }
}

@media (min-width: 1280px) {
  .block__text hr,
  .flexible hr,
  .text hr,
  .wysiwyg hr {
    margin: 60px 0 50px;
  }
}

.block__text .intro a,
.block__text .intro li,
.block__text .intro p,
.flexible .intro a,
.flexible .intro li,
.flexible .intro p,
.text .intro a,
.text .intro li,
.text .intro p,
.wysiwyg .intro a,
.wysiwyg .intro li,
.wysiwyg .intro p {
  font-family: "Bitter", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .block__text .intro a,
  .block__text .intro li,
  .block__text .intro p,
  .flexible .intro a,
  .flexible .intro li,
  .flexible .intro p,
  .text .intro a,
  .text .intro li,
  .text .intro p,
  .wysiwyg .intro a,
  .wysiwyg .intro li,
  .wysiwyg .intro p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1280px) {
  .block__text .intro a,
  .block__text .intro li,
  .block__text .intro p,
  .flexible .intro a,
  .flexible .intro li,
  .flexible .intro p,
  .text .intro a,
  .text .intro li,
  .text .intro p,
  .wysiwyg .intro a,
  .wysiwyg .intro li,
  .wysiwyg .intro p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.block__text p,
.flexible p,
.text p,
.wysiwyg p {
  padding-bottom: 10px;
}

.block__text a,
.flexible a,
.text a,
.wysiwyg a {
  padding-bottom: 2px;
}

.block__text ul li,
.flexible ul li,
.text ul li,
.wysiwyg ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  /*&:after {
      width: 4px;
      height: 4px;
      margin-right: 15px;
      margin-bottom: 10px;
      background: $white;
      z-index: 2;
  }*/
}

.block__text ul li:before,
.flexible ul li:before,
.text ul li:before,
.wysiwyg ul li:before {
  content: " ";
  background-image: url("/wp-content/themes/cvm/dist/img/icons/bullet-point.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.block__text ul li:before,
.flexible ul li:before,
.text ul li:before,
.wysiwyg ul li:before {
  width: 8px;
  height: 8px;
  margin-right: 15px;
  margin-bottom: 0px;
  z-index: 1;
}

.block__text ul li ul li,
.flexible ul li ul li,
.text ul li ul li,
.wysiwyg ul li ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  /* &:after {
       width: 2px;
       height: 2px;
       top: 11.5px;
       left: 5.5px;
       background: $orange;
       z-index: 2;
   }*/
}

.block__text ul li ul li:before,
.flexible ul li ul li:before,
.text ul li ul li:before,
.wysiwyg ul li ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.block__text ul li ul li:before,
.flexible ul li ul li:before,
.text ul li ul li:before,
.wysiwyg ul li ul li:before {
  width: 6px;
  height: 6px;
  left: 4px;
  top: 10px;
  background: #F95C18;
  z-index: 1;
}

.block__text ul li ul li ul li,
.flexible ul li ul li ul li,
.text ul li ul li ul li,
.wysiwyg ul li ul li ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  /* &:after {
       width: 2px;
       height: 2px;
       top: 11.5px;
       left: 5.5px;
       background: #999;
       z-index: 2;
   }*/
}

.block__text ul li ul li ul li:before,
.flexible ul li ul li ul li:before,
.text ul li ul li ul li:before,
.wysiwyg ul li ul li ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.block__text ul li ul li ul li:before,
.flexible ul li ul li ul li:before,
.text ul li ul li ul li:before,
.wysiwyg ul li ul li ul li:before {
  width: 6px;
  height: 6px;
  left: 4px;
  top: 10px;
  background: #999;
  z-index: 1;
}

.block__text ol,
.flexible ol,
.text ol,
.wysiwyg ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.block__text ol > li,
.flexible ol > li,
.text ol > li,
.wysiwyg ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  padding-left: 15px;
}

.block__text ol > li:before,
.flexible ol > li:before,
.text ol > li:before,
.wysiwyg ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.4em;
  color: #e72323;
  background: transparent !important;
}

.block__text li ol > li,
.flexible li ol > li,
.text li ol > li,
.wysiwyg li ol > li {
  margin: 0;
}

.block__text li ol > li:before,
.flexible li ol > li:before,
.text li ol > li:before,
.wysiwyg li ol > li:before {
  content: counters(item, ".") " ";
  color: #e72323;
  background: transparent !important;
}

.block__text.bullet-white li,
.flexible.bullet-white li,
.text.bullet-white li,
.wysiwyg.bullet-white li {
  color: #ffffff;
  /*&:after {
      top: 14px;
      background: $orange!important;
  }*/
}

.block__text.bullet-white li:before,
.flexible.bullet-white li:before,
.text.bullet-white li:before,
.wysiwyg.bullet-white li:before {
  top: 0px;
  background: white !important;
}

.block__text.bullet-white li li:before,
.flexible.bullet-white li li:before,
.text.bullet-white li li:before,
.wysiwyg.bullet-white li li:before {
  top: 10px;
  background: white !important;
}

.block__text.bullet-white li li li:before,
.flexible.bullet-white li li li:before,
.text.bullet-white li li li:before,
.wysiwyg.bullet-white li li li:before {
  top: 10px;
  background: white !important;
}

.block__text.bullet-white ol li,
.flexible.bullet-white ol li,
.text.bullet-white ol li,
.wysiwyg.bullet-white ol li {
  color: #ffffff;
  /*&:after {
      top: 14px;
      background: $orange!important;
  }*/
}

.block__text.bullet-white ol li:before,
.flexible.bullet-white ol li:before,
.text.bullet-white ol li:before,
.wysiwyg.bullet-white ol li:before {
  top: 0px;
  color: #ffffff;
  background: transparent !important;
}

@media (min-width: 768px) {
  .fv-md {
    padding-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .fv-sm {
    padding-bottom: 5px;
  }
}

.wysiwyg-jobs {
  max-width: 720px;
}

.wysiwyg-jobs ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px;
}

.accordeon__vos-principaux-defis li,
.accordeon__vos-qualifications li {
  padding-left: 0px !important;
}

.color-orange {
  color: #F95C18 !important;
}

.color-orange-2 {
  color: #e72323 !important;
}

.color-blue {
  color: #1893BD !important;
}

.color-blue-2 {
  color: #0080a6 !important;
}

.color-red {
  color: #EC2026 !important;
}

.color-green {
  color: #18BD99 !important;
}

.color-blue-grey {
  color: #41486D !important;
}

.color-marine {
  color: #161E4D !important;
}

.color-marine-2 {
  color: #18103C !important;
}

.color-marine-dark-2 {
  color: #0F1434 !important;
}

.color-link {
  color: #18103C !important;
}

.color-hover-blue {
  color: #0F1435 !important;
}

.color-grey-dark {
  color: #313131 !important;
}

.color-grey-light {
  color: #F0F0F1 !important;
}

.color-yellow {
  color: #FDE7AA !important;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: #ffffff !important;
}

.hover-orange:hover {
  color: #F95C18;
}

.hover-orange-2:hover {
  color: #e72323;
}

.hover-blue:hover {
  color: #1893BD;
}

.hover-blue-2:hover {
  color: #0080a6;
}

.hover-red:hover {
  color: #EC2026;
}

.hover-green:hover {
  color: #18BD99;
}

.hover-blue-grey:hover {
  color: #41486D;
}

.hover-marine:hover {
  color: #161E4D;
}

.hover-marine-2:hover {
  color: #18103C;
}

.hover-marine-dark-2:hover {
  color: #0F1434;
}

.hover-link:hover {
  color: #18103C;
}

.hover-hover-blue:hover {
  color: #0F1435;
}

.hover-grey-dark:hover {
  color: #313131;
}

.hover-grey-light:hover {
  color: #F0F0F1;
}

.hover-yellow:hover {
  color: #FDE7AA;
}

.hover-black:hover {
  color: #000000;
}

.hover-white:hover {
  color: #ffffff;
}

.bg-orange {
  background-color: #F95C18;
}

.bg-orange-2 {
  background-color: #e72323;
}

.bg-blue {
  background-color: #1893BD;
}

.bg-blue-2 {
  background-color: #0080a6;
}

.bg-red {
  background-color: #EC2026;
}

.bg-green {
  background-color: #18BD99;
}

.bg-blue-grey {
  background-color: #41486D;
}

.bg-marine {
  background-color: #161E4D;
}

.bg-marine-2 {
  background-color: #18103C;
}

.bg-marine-dark-2 {
  background-color: #0F1434;
}

.bg-link {
  background-color: #18103C;
}

.bg-hover-blue {
  background-color: #0F1435;
}

.bg-grey-dark {
  background-color: #313131;
}

.bg-grey-light {
  background-color: #F0F0F1;
}

.bg-yellow {
  background-color: #FDE7AA;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.svg-fill-orange {
  fill: #F95C18;
}

.svg-fill-orange-2 {
  fill: #e72323;
}

.svg-fill-blue {
  fill: #1893BD;
}

.svg-fill-blue-2 {
  fill: #0080a6;
}

.svg-fill-red {
  fill: #EC2026;
}

.svg-fill-green {
  fill: #18BD99;
}

.svg-fill-blue-grey {
  fill: #41486D;
}

.svg-fill-marine {
  fill: #161E4D;
}

.svg-fill-marine-2 {
  fill: #18103C;
}

.svg-fill-marine-dark-2 {
  fill: #0F1434;
}

.svg-fill-link {
  fill: #18103C;
}

.svg-fill-hover-blue {
  fill: #0F1435;
}

.svg-fill-grey-dark {
  fill: #313131;
}

.svg-fill-grey-light {
  fill: #F0F0F1;
}

.svg-fill-yellow {
  fill: #FDE7AA;
}

.svg-fill-black {
  fill: #000000;
}

.svg-fill-white {
  fill: #ffffff;
}

.svg-stroke-orange {
  fill: #F95C18;
}

.svg-stroke-orange-2 {
  fill: #e72323;
}

.svg-stroke-blue {
  fill: #1893BD;
}

.svg-stroke-blue-2 {
  fill: #0080a6;
}

.svg-stroke-red {
  fill: #EC2026;
}

.svg-stroke-green {
  fill: #18BD99;
}

.svg-stroke-blue-grey {
  fill: #41486D;
}

.svg-stroke-marine {
  fill: #161E4D;
}

.svg-stroke-marine-2 {
  fill: #18103C;
}

.svg-stroke-marine-dark-2 {
  fill: #0F1434;
}

.svg-stroke-link {
  fill: #18103C;
}

.svg-stroke-hover-blue {
  fill: #0F1435;
}

.svg-stroke-grey-dark {
  fill: #313131;
}

.svg-stroke-grey-light {
  fill: #F0F0F1;
}

.svg-stroke-yellow {
  fill: #FDE7AA;
}

.svg-stroke-black {
  fill: #000000;
}

.svg-stroke-white {
  fill: #ffffff;
}

.color-grey-keyline,
.bg-grey-keyline {
  opacity: 0.15%;
}

.hideMe {
  display: none !important;
}

.overflowHidden {
  overflow: hidden;
}

.upperCase {
  text-transform: uppercase;
}

.lowerCase {
  text-transform: lowercase;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.bgCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.beforeCover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.objectFitCover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.no-margin-last:nth-last-child(1) {
  border: 1px solid red;
}

.centerElement {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.clearBoth {
  clear: both;
}

.screen-reader-only {
  position: absolute;
  left: -10000px;
  opacity: 0;
}

#atlwdg-trigger {
  z-index: 1000000;
}

#toggle-bootstrap-grid {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000;
}

.bootstrap-grid {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
}

.bootstrap-grid .row {
  height: 100%;
}

.bootstrap-grid .col-1 {
  position: relative;
  height: 100%;
}

.bootstrap-grid span {
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.1);
}

.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
  .cent-tab {
    max-width: 633px;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-5 {
    padding-bottom: 5px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-10 {
    padding-bottom: 10px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-15 {
    padding-bottom: 15px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-20 {
    padding-bottom: 20px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-25 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-30 {
    padding-bottom: 30px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-35 {
    padding-bottom: 35px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-40 {
    padding-bottom: 40px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-45 {
    padding-bottom: 45px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-50 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-55 {
    padding-bottom: 55px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-60 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tmb-65 {
    padding-bottom: 65px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .mtb-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .info-bloc-text {
    line-height: 1.375rem !important;
  }
}

.job-background-hero {
  left: 0 !important;
  background-position-x: center !important;
  z-index: 2;
}

.alert {
  position: relative;
  padding: 0.95rem 1.25rem 1.25rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-info {
  text-align: center;
  color: #fff;
  background-color: #0f90d2;
  border-color: #0f90d2;
  margin-right: auto;
  margin-left: auto;
}

.animate {
  opacity: 0.1;
}

.sfb {
  visibility: visible;
  -webkit-animation: sfb 1s ease forwards;
          animation: sfb 1s ease forwards;
}

.fadein {
  visibility: visible;
  -webkit-animation: fadein 1s ease forwards;
          animation: fadein 1s ease forwards;
}

@-webkit-keyframes sfb {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes sfb {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media print {
  footer,
  header,
  #toggle-bootstrap-grid,
  #atlwdg-trigger,
  .print-none {
    display: none;
  }
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
  font-family: "Karbon Semibold, sans-serif";
  font-size: 1.5rem !important;
  line-height: 1.625rem !important;
}

@media (min-width: 768px) {
  .gform_wrapper .gsection .gfield_label,
  .gform_wrapper h2.gsection_title,
  .gform_wrapper h3.gform_title {
    font-size: 1.625rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1280px) {
  .gform_wrapper .gsection .gfield_label,
  .gform_wrapper h2.gsection_title,
  .gform_wrapper h3.gform_title {
    font-size: 1.75rem !important;
    line-height: 1.875rem !important;
  }
}

.gform_wrapper ul li {
  padding-left: 0;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  font-weight: 400;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gform_wrapper .top_label .gfield_label .gfield_required,
.gform_wrapper legend.gfield_label .gfield_required {
  color: #F95C18;
  margin-left: 0;
  margin-right: 5px;
}

.gform_wrapper input:not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select,
.gform_wrapper textarea {
  background-color: #F0F0F1;
  border-color: transparent;
  outline: none;
  font-size: 0.9375rem;
  font-family: "Noto Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gform_wrapper input:not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  border-color: #161E4D !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 20px !important;
}

.gform_wrapper select {
  position: relative;
  padding: 14px 20px !important;
  border: 2px solid transparent;
  text-indent: 1px;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/icon-dropdown.svg");
  background-size: 10px 6px;
  background-position: 95% 22px;
  background-repeat: no-repeat;
}

.gform_wrapper textarea {
  border: 2px solid transparent;
}

.gform_wrapper li:before,
.gform_wrapper li:after,
.gform_wrapper li.gfield:after,
.gform_wrapper li.gfield:before {
  display: none !important;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  line-height: 2 !important;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem !important;
}

.gform_wrapper ul.gfield_checkbox li label:before,
.gform_wrapper ul.gfield_radio li label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #F0F0F1;
  border: 2px solid #161E4D;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  margin-right: 15px;
}

.gform_wrapper ul.gfield_radio li label:before {
  border-radius: 50%;
}

.gform_wrapper ul.gfield_radio li label:after {
  display: none;
  content: "";
  position: absolute;
  left: 11px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #161E4D;
}

.gform_wrapper ul.gfield_checkbox li label:after {
  display: none;
  content: "\2713";
  color: #ffffff;
  position: absolute;
  left: 9px;
  top: 1px;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:focus + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:focus + label {
  background: #F0F0F1;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:after,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:after {
  display: block;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
  background-color: #161E4D;
}

.gform_wrapper .gform_footer input[type=submit] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  position: relative;
  padding: 12px 50px 8px 20px;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.125rem !important;
  letter-spacing: 0.5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition: background-color 0.6s ease, -webkit-transform 0.6s ease;
  transition: background-color 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, background-color 0.6s ease;
  transition: transform 0.6s ease, background-color 0.6s ease, -webkit-transform 0.6s ease;
  background: #e72323;
  color: #ffffff;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/arrow-white.svg");
  background-size: 18px 18px;
  background-position: 85% center;
  background-repeat: no-repeat;
}

.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_footer input[type=submit]:hover {
  text-decoration: none;
  -webkit-transform: scale(1.02) perspective(1px) translateZ(0);
          transform: scale(1.02) perspective(1px) translateZ(0);
}

.gform_wrapper .gform_footer input[type=submit]:focus .icon--arrow,
.gform_wrapper .gform_footer input[type=submit]:hover .icon--arrow {
  -webkit-transform: translate3D(3px, 0, 0);
      -ms-transform: translate3D(3px, 0, 0);
          transform: translate3D(3px, 0, 0);
}

.gform_wrapper div.gform_heading {
  display: none;
}

.gform_wrapper .header_validation_error {
  color: #EC2026 !important;
  border-top: none !important;
  border-bottom: none !important;
  font-size: 0.9375rem !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400 !important;
  text-align: left !important;
}

.gform_wrapper .header_validation_error:before {
  content: url("/wp-content/themes/cvm/dist/img/icons/Alerte.svg");
  display: inline-block;
  margin-right: 20px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.gform_wrapper div.validation_error {
  color: #EC2026 !important;
  border-top-color: #EC2026 !important;
  border-bottom-color: #EC2026 !important;
}

.gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .validation_message,
.gform_wrapper li.gfield.gfield_error {
  color: #EC2026;
  border-top: none !important;
  border-bottom: none !important;
  background-color: transparent !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #EC2026 !important;
}

.gform_wrapper .gfield_description.validation_message {
  position: relative;
  font-size: 0.75rem !important;
  font-weight: 400;
}

.gform_wrapper .gfield_description.validation_message:before {
  content: url("/wp-content/themes/cvm/dist/img/icons/Alerte.svg");
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.gform_wrapper .gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 2px solid #EC2026 !important;
}

.gform_wrapper .gform_confirmation_message .text img {
  border: 1px solid red;
}

.gform_wrapper .image-ctn {
  width: 40px;
  height: 40px;
}

@media (min-width: 768px) {
  .gform_wrapper .image-ctn {
    width: 80px;
    height: 80px;
  }
}

.gform_wrapper ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(49, 49, 49, 0.4);
}

.gform_wrapper ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(49, 49, 49, 0.4);
}

.gform_wrapper ::-moz-placeholder {
  color: rgba(49, 49, 49, 0.4);
}

.gform_wrapper :-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.4);
}

.gform_wrapper ::placeholder {
  color: rgba(49, 49, 49, 0.4);
}

.gform_confirmation_message {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75rem;
}

.gform_confirmation_message img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .gform_confirmation_message img {
    width: 80px;
    height: 80px;
  }
}

.gform_confirmation_message br {
  display: none;
}

.footer {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.footer a.label,
.footer span {
  line-height: 24px;
  color: #ffffff;
}

.footer a:hover > span {
  border-bottom: 2px solid #F95C18;
}

@media (min-width: 768px) {
  .footer .title-5,
  .footer .layout .navigation a,
  .layout .navigation .footer a,
  .footer a.label,
  .footer span {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.footer__link--adress {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: "Noto Sans", sans-serif;
}

.footer__links-icon {
  border-bottom: 1px solid rgba(240, 240, 241, 0.3);
}

@media (min-width: 768px) {
  .footer__links-icon {
    border: none;
  }
}

.footer__link-icon > span {
  border-bottom: 2px solid transparent;
}

@media (min-width: 768px) {
  .footer__link-icon {
    width: auto;
  }

  .footer__link-icon span br {
    display: none;
  }

  .footer__link-icon span {
    margin-top: 3px;
  }
}

.footer__link-icon:hover >  span {
  border-bottom: 2px solid #F95C18;
}

.footer__icon {
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__icon-marker {
  width: 27px;
  height: 31px;
}

.footer__icon-email {
  width: 26px;
  height: 19px;
}

.footer__menu {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer__menu {
    border: none;
    border-left: 1px solid rgba(240, 240, 241, 0.3);
    border-right: 1px solid rgba(240, 240, 241, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .footer__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .footer__menu > ul {
    padding-left: 20px;
    position: relative;
  }
}

@media (min-width: 1280px) {
  .footer__menu > ul {
    padding-left: 0;
  }
}

.footer__menu .sub-menu {
  margin-top: 8px;
}

.footer__menu .sub-menu a,
.footer__menu .sub-menu span {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  padding-bottom: 1px;
}

.footer__menu .sub-menu a:hover,
.footer__menu .sub-menu span:hover {
  border-bottom: 2px solid #F95C18;
}

.footer__menu li span br {
  display: none;
}

@media (min-width: 768px) {
  .footer__menu li span br {
    display: block;
  }
}

@media (min-width: 1280px) {
  .footer__menu li span br {
    display: none;
  }
}

@media (min-width: 1280px) {
  .footer__menu li {
    max-width: none;
  }
}

.footer__menu li:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .footer__menu li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.footer__menu:nth-child(3) {
  border: none;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer__menu:nth-child(3) ul {
    border: none;
  }
}

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

@media (min-width: 768px) {
  .footer__menu--social {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .footer__menu--social {
    text-align: left;
  }
}

.footer__social-link {
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.footer__social-link:hover svg {
  fill: #F95C18;
}

.footer__social-icon {
  max-width: 25px;
  max-height: 25px;
  -webkit-transition: fill 0.6s ease;
  transition: fill 0.6s ease;
}

.footer__navigation--bottom li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

@media (min-width: 768px) {
  .footer__navigation--bottom li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.footer__bottom {
  position: relative;
}

@media (min-width: 768px) {
  .footer__bottom .footer__row {
    position: relative;
  }

  .footer__bottom .footer__row:after,
  .footer__bottom .footer__row:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: inherit;
    z-index: 1;
  }

  .footer__bottom .footer__row:before {
    left: -40vw;
    width: 50vw;
    background-color: #41486D;
  }

  .footer__bottom .footer__row:after {
    width: 11px;
    right: 0;
    background-color: #161E4D;
  }
}

.footer__bottom .navigation__menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-family: "Noto Sans", sans-serif;
}

@media (min-width: 768px) {
  .footer__bottom .navigation__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .footer__bottom .navigation__menu li {
    margin-right: 20px;
  }
}

.footer__bottom .footer__copyright {
  margin-top: 1px;
  z-index: 2;
}

.footer__bottom .menu-item:last-of-type {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .footer__bottom .menu-item:last-of-type {
    margin-top: 0;
  }
}

.footer__bottom a,
.footer__bottom span {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-family: "Noto Sans", sans-serif;
}

@media (min-width: 768px) {
  .footer__bottom a {
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .footer__bottom a {
    margin-right: 20px;
  }
}

@media (min-width: 1280px) {
  .footer__bottom a {
    margin-right: 30px;
  }
}

.footer__bottom a .wrap {
  border-bottom: 2px solid transparent;
}

.footer__bottom a:hover .wrap {
  border-bottom-color: #F95C18;
}

.header:after,
.header:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: -1;
}

.header__navigation--main {
  position: relative;
}

.header__navigation--wrapper {
  display: none;
  background-color: #F0F0F1;
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 150px;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .header__navigation--wrapper {
    padding-bottom: 100px;
    top: 75px;
    -webkit-box-shadow: -12px -5px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -12px -5px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 1280px) {
  .header__navigation--wrapper {
    padding-bottom: 0;
    overflow: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header__navigation--wrapper.open {
  display: block;
}

@media (min-width: 768px) {
  .header__navigation--wrapper {
    right: 0;
    left: auto;
    width: 375px;
  }
}

@media (min-width: 1280px) {
  .header__navigation--wrapper {
    position: relative;
    top: auto;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.header .logo {
  width: 148px;
  height: 31px;
}

@media (min-width: 768px) {
  .header .logo {
    width: 209px;
    height: 44px;
  }
}

@media (min-width: 1280px) {
  .header .logo {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 244px;
    height: 52px;
    z-index: 101;
    overflow: hidden;
  }
}

@media (min-width: 1280px) {
  .header .icon-search-ctn {
    position: absolute;
    z-index: 101;
    top: 12px;
    right: 12px;
  }
}

.header .icon-search-ctn .icon--search {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

@media (min-width: 1280px) {
  .header .icon-search-ctn .icon--search {
    margin: 0;
  }
}

.header .hamburger-wrapper {
  padding: 18px 12px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-left: 1px solid #F0F0F1;
}

@media (min-width: 768px) {
  .header .hamburger-wrapper {
    border-left: none;
    padding: 30px 20px;
  }
}

.header .hamburger-wrapper .hamburger:focus {
  outline: 2px solid #F95C18;
}

.header .hamburger-wrapper .hamburger-box {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.header .hamburger-txt {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}

.header .navigation__menu {
  padding: 10px 0;
  overflow: auto;
}

@media (min-width: 768px) {
  .header .navigation__menu {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {
  .header .navigation__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
}

.header .navigation__menu .menu-item {
  position: relative;
}

.header .navigation__menu .menu-item.menu-item-has-children.collapsed > a:after {
  background-size: 14px 2px;
  width: 14px;
  height: 2px;
  -webkit-transform: translate3d(0, -85%, 0);
          transform: translate3d(0, -85%, 0);
  background-image: url("/wp-content/themes/cvm/dist/img/icons/collapse.svg");
}

.header .navigation__menu .menu-item.menu-item-has-children a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -55%, 0);
          transform: translate3d(0, -55%, 0);
  background-size: 14px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.header .navigation__menu .menu-item a {
  display: block;
  position: relative;
  padding: 10px 20px;
}

.header .navigation__menu .menu-item a span.label {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.625rem;
  color: #18103C;
}

.header .navigation__menu .menu-item a[target=_blank]:after {
  display: block !important;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/arrow-diagonal.png");
  right: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.header ul.navigation__menu > .menu-item.collapsed > ul.sub-menu,
.header ul.navigation__menu > .menu-item.current-page > ul.sub-menu {
  display: block;
}

.header ul.navigation__menu > .menu-item.current-menu-ancestor a:before,
.header ul.navigation__menu > .menu-item.current-menu-parent a:before,
.header ul.navigation__menu > .menu-item.menu-item-has-children.collapsed a:before {
  display: block;
}

.header ul.navigation__menu > .menu-item > a span.label {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #18103C;
}

.header ul.navigation__menu > .menu-item > a:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 5px;
  background: #F95C18;
}

.header ul.navigation__menu > .menu-item > a:after {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/expand.svg");
}

.header ul.navigation__menu .sub-menu {
  display: none;
  background-color: #ffffff;
}

.header ul.navigation__menu .sub-menu > .menu-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(22, 30, 77, 0.1);
}

.header ul.navigation__menu .sub-menu > .menu-item.collapsed > ul.sub-menu {
  display: block;
}

.header ul.navigation__menu .sub-menu > .menu-item.menu-item-has-children.collapsed > a:after {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/collapse-marine.svg");
  background-size: 14px;
  width: 14px;
  height: 2px;
  background-repeat: no-repeat;
}

.header ul.navigation__menu .sub-menu > .menu-item.menu-item-has-children.collapsed > a span.label {
  font-weight: 700;
}

.header ul.navigation__menu .sub-menu > .menu-item.menu-item-has-children.collapsed > a span.label:before {
  display: block;
}

.header ul.navigation__menu .sub-menu > .menu-item.current-menu-parent > a span.label,
.header ul.navigation__menu .sub-menu > .menu-item.current_page_item > a span.label {
  font-weight: 700;
  border-bottom-color: #F95C18;
}

.header ul.navigation__menu .sub-menu > .menu-item.menu-item-has-children > a:after {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/expand-marine.svg");
}

.header ul.navigation__menu .sub-menu > .menu-item > a span.label {
  border-bottom: 2px solid transparent;
}

.header ul.navigation__menu .sub-menu .sub-menu {
  display: none;
  padding-left: 20px;
  padding-top: 0;
  padding-bottom: 10px;
}

.header ul.navigation__menu .sub-menu .sub-menu > .menu-item {
  border-bottom: none;
}

.header ul.navigation__menu .sub-menu .sub-menu > .menu-item.collapsed > a span.label,
.header ul.navigation__menu .sub-menu .sub-menu > .menu-item.current_page_item > a span.label {
  font-weight: 700;
  border-bottom-color: #F95C18;
}

.header ul.navigation__menu .sub-menu .sub-menu > .menu-item > a:after {
  display: none;
}

.header ul.navigation__menu .sub-menu .sub-menu > .menu-item > a span.label {
  font-family: "Noto Sans", sans-serif;
  border-bottom: 2px solid transparent;
}

.header .menu-item-description {
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #313131;
}

@media (min-width: 1280px) {
  .header .menu-item-description {
    font-size: 0.75rem;
  }
}

#menu-main {
  border-bottom: 1px solid rgba(22, 30, 77, 0.1);
}

@media (min-width: 1280px) {
  #menu-main {
    border-bottom: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 0;
    max-height: 120px;
  }

  #menu-main > .menu-item:nth-last-child(1) .sub-menu,
  #menu-main > .menu-item:nth-last-child(2) .sub-menu {
    left: auto;
    right: 285px;
    -webkit-box-shadow: -12px 5px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: -12px 5px 20px 0 rgba(0, 0, 0, 0.1);
  }

  #menu-main > .menu-item:nth-last-child(1) .sub-menu .sub-menu,
  #menu-main > .menu-item:nth-last-child(2) .sub-menu .sub-menu {
    right: -285px;
  }

  #menu-main > .menu-item:nth-last-child(1) .no-sub-menu,
  #menu-main > .menu-item:nth-last-child(2) .no-sub-menu {
    right: 0 !important;
  }

  #menu-main > .menu-item:nth-last-child(1) span.label,
  #menu-main > .menu-item:nth-last-child(2) span.label {
    text-align: right;
  }

  #menu-main > .menu-item:nth-last-child(1) span.label:after,
  #menu-main > .menu-item:nth-last-child(2) span.label:after {
    text-align: left;
  }

  #menu-main > .menu-item:last-of-type a {
    padding-right: 12px;
    padding-left: 40px;
  }

  #menu-main > .menu-item:last-of-type a:before {
    left: 40px;
  }

  #menu-main > .menu-item.collapsed {
    z-index: 1;
  }

  #menu-main > .menu-item a {
    display: block;
    padding: 15px 40px 10px;
  }

  #menu-main > .menu-item a:before {
    display: inline-block;
    opacity: 0;
    width: 50px;
    height: 5px;
    bottom: 0;
    left: 40px;
  }

  #menu-main > .menu-item.current-menu-ancestor > a:before,
  #menu-main > .menu-item.current-menu-parent > a:before,
  #menu-main > .menu-item.menu-item-has-children.collapsed > a:before {
    display: block;
    opacity: 1;
  }

  #menu-main > .menu-item.current-menu-ancestor > a .label,
  #menu-main > .menu-item.current-menu-parent > a .label,
  #menu-main > .menu-item.menu-item-has-children.collapsed > a .label {
    font-family: "Karbon Bold, sans-serif";
  }

  #menu-main > .menu-item.menu-item-has-children.collapsed > a {
    background-color: #F0F0F1;
  }

  #menu-main > .menu-item.menu-item-has-children > a:after {
    display: none;
  }

  #menu-main > .menu-item > a:hover:before {
    display: block;
    opacity: 1;
  }

  #menu-main span.label {
    font-family: "Karbon Medium, sans-serif";
    font-size: 1.125rem;
    line-height: 1.4375rem;
    display: inline;
  }

  #menu-main span.label:before {
    display: none;
  }

  #menu-main .sub-menu {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 71px;
    width: 285px;
    background-color: #F0F0F1;
    padding: 30px 0;
    -webkit-box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.1);
  }

  #menu-main .sub-menu > .menu-item {
    position: static;
    border-bottom: none;
  }

  #menu-main .sub-menu > .menu-item.menu-item-has-children a:after {
    display: none;
    background-image: url("/wp-content/themes/cvm/dist/img/icons/arrow-orange.svg");
    right: 21px;
    background-size: 24px 12px;
    width: 24px;
    height: 12px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  #menu-main .sub-menu > .menu-item a[target=_blank]:after {
    display: block;
    background-image: url("/wp-content/themes/cvm/dist/img/icons/arrow-diagonal.png");
    right: 21px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }

  #menu-main .sub-menu > .menu-item a {
    padding: 10px 40px;
  }

  #menu-main .sub-menu > .menu-item a .label {
    border-bottom: 2px solid transparent;
  }

  #menu-main .sub-menu > .menu-item a > span:not(.label) {
    margin-right: 10px;
  }

  #menu-main .sub-menu > .menu-item.menu-item-has-children.collapsed > a {
    background-color: rgba(0, 0, 0, 0.03);
  }

  #menu-main .sub-menu > .menu-item.menu-item-has-children.collapsed > a span.label {
    border-bottom: 2px solid #F95C18;
  }

  #menu-main .sub-menu > .menu-item.menu-item-has-children.collapsed > a:after {
    display: block;
  }

  #menu-main .sub-menu > .menu-item.menu-item-has-children:hover a:after {
    display: block;
  }

  #menu-main .sub-menu > .menu-item > a:focus,
  #menu-main .sub-menu > .menu-item > a:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }

  #menu-main .sub-menu > .menu-item > a:focus span.label,
  #menu-main .sub-menu > .menu-item > a:hover span.label {
    border-bottom-color: #F95C18;
  }

  #menu-main .sub-menu > .menu-item > a:focus:after,
  #menu-main .sub-menu > .menu-item > a:hover:after {
    display: block;
  }

  #menu-main .sub-menu .sub-menu {
    background-color: #ffffff;
    position: absolute;
    left: 285px;
    top: 0;
    width: 285px;
  }

  #menu-main .sub-menu .sub-menu > .menu-item a:not([target=_blank]):after {
    display: none !important;
  }

  #menu-main .sub-menu .sub-menu > .menu-item a:after {
    display: none;
  }

  #menu-main .sub-menu .sub-menu > .menu-item.current_page_item > a span.label {
    border-bottom: 2px solid #F95C18;
  }
}

@media (min-width: 1280px) {
  #menu-main > .menu-item:nth-child(1) {
    margin-left: -40px;
  }
}

@media (min-width: 1280px) {
  #menu-utilities {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 938px;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-bottom: 1px solid rgba(22, 30, 77, 0.15);
    padding-bottom: 0;
    padding-top: 2px;
  }

  #menu-utilities .menu-item a .wrap {
    border-bottom: 2px solid transparent;
  }
}

#menu-utilities .current_page_item > a span.wrap {
  font-weight: 700;
  border-bottom: 2px solid #F95C18;
}

@media (min-width: 1280px) {
  #menu-utilities a {
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 6px;
  }
}

#menu-utilities a:after,
#menu-utilities a:before {
  display: none;
}

#menu-utilities a > span {
  border-bottom: 2px solid transparent;
}

#menu-utilities a:focus .wrap,
#menu-utilities a:hover .wrap {
  border-bottom-color: #F95C18;
}

#menu-utilities a span.label {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.625rem;
  color: #17133A;
}

#menu-utilities .icon-search {
  display: none;
  background-image: url("/wp-content/uploads/2020/07/search.svg");
  background-repeat: no-repeat;
  background-position: center 40%;
}

@media (min-width: 1280px) {
  #menu-utilities .icon-search {
    display: block;
  }
}

#menu-utilities .icon-search a {
  width: 20px;
  height: 100%;
  display: block;
}

#menu-utilities .icon-search a:focus {
  outline: 2px solid #F95C18;
}

#menu-utilities .icon-search .label {
  position: absolute;
  top: -2000px;
  color: transparent;
}

#menu-utilities .icon-search span {
  background: none !important;
}

@media (min-width: 1280px) {
  .text-zoom-1-1875 #menu-main > .menu-item > a,
  .text-zoom-1-3125 #menu-main > .menu-item > a,
  .text-zoom-1-5 #menu-main > .menu-item > a,
  .text-zoom-1-6875 #menu-main > .menu-item > a,
  .text-zoom-2 #menu-main > .menu-item > a {
    padding: 8px 0px;
  }
}

@media (min-width: 1280px) {
  .text-zoom-2 #menu-main .sub-menu {
    top: 200px;
  }

  .text-zoom-2 #menu-main .sub-menu .sub-menu {
    top: 0;
  }
}

#menu-navigation .menu-item a {
  width: 100%;
}

#menu-navigation .menu-item a[target=_blank]:after {
  display: block;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/arrow-diagonal.png") !important;
  right: 21px;
  top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

#menu-navigation .menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -55%, 0);
  transform: translate3d(0, -55%, 0);
  background-size: 14px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.page-programme .header-minisite.with-banner .site-navigation:after,
.page-programme .header--programmes.with-banner .site-navigation:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: -1;
}

@media (min-width: 1280px) {
  .page-programme .header-minisite.with-banner .site-navigation:after,
  .page-programme .header--programmes.with-banner .site-navigation:after {
    right: 0;
    width: 50vw;
    top: auto;
    bottom: 0;
    height: 180px;
    z-index: 2;
  }
}

.header-minisite .site-navigation,
.header--programmes .site-navigation {
  position: relative;
  background-color: transparent;
  padding: 20px;
  z-index: 19;
}

@media (min-width: 768px) {
  .header-minisite .site-navigation,
  .header--programmes .site-navigation {
    padding: 0 0px 40px 0;
  }
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation,
  .header--programmes .site-navigation {
    padding: 0;
    width: 388px;
  }
}

.header-minisite .site-navigation:before,
.header--programmes .site-navigation:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation,
  .header--programmes .site-navigation {
    display: block;
    background-color: #F0F0F1;
  }

  .header-minisite .site-navigation:before,
  .header--programmes .site-navigation:before {
    left: -50vw;
    width: 50vw;
    z-index: 1;
  }
}

.header-minisite .site-navigation .dropdown,
.header--programmes .site-navigation .dropdown {
  display: none;
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation .dropdown,
  .header--programmes .site-navigation .dropdown {
    display: block;
  }
}

.header-minisite .site-navigation .dropdown__btn--menu,
.header--programmes .site-navigation .dropdown__btn--menu {
  display: block;
  background-color: #F0F0F1;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 15px 20px 11px;
}

@media (min-width: 768px) {
  .header-minisite .site-navigation .dropdown__btn--menu,
  .header--programmes .site-navigation .dropdown__btn--menu {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation .dropdown__btn--menu,
  .header--programmes .site-navigation .dropdown__btn--menu {
    display: none;
  }
}

.header-minisite .site-navigation .dropdown__btn--menu.open:before,
.header--programmes .site-navigation .dropdown__btn--menu.open:before {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/close.svg");
}

.header-minisite .site-navigation .dropdown__btn--menu:before,
.header--programmes .site-navigation .dropdown__btn--menu:before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/icon-menu.svg");
  background-repeat: no-repeat;
  background-size: 20px 19px;
  position: absolute;
  width: 20px;
  height: 19px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-minisite .site-navigation__menu,
.header--programmes .site-navigation__menu {
  display: none;
  position: absolute;
  width: calc(100% - 40px);
  top: 80px;
  left: 20px;
  overflow: hidden;
  background-color: #F0F0F1;
  padding-top: 20px;
  -webkit-box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
}

.header-minisite .site-navigation__menu.open,
.header--programmes .site-navigation__menu.open {
  display: block;
  z-index: 3;
}

@media (min-width: 768px) {
  .header-minisite .site-navigation__menu,
  .header--programmes .site-navigation__menu {
    width: 570px;
    left: 50%;
    top: 70px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation__menu,
  .header--programmes .site-navigation__menu {
    width: auto;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation__menu > li,
  .header--programmes .site-navigation__menu > li {
    width: 347px;
  }
}

.header-minisite .site-navigation__menu > li > a,
.header--programmes .site-navigation__menu > li > a {
  border-top: 1px solid rgba(22, 30, 77, 0.1);
  margin-left: 30px;
  margin-right: 30px;
}

@media (min-width: 768px) {
  .header-minisite .site-navigation__menu > li > a,
  .header--programmes .site-navigation__menu > li > a {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation__menu > li > a,
  .header--programmes .site-navigation__menu > li > a {
    margin-left: 35px;
    margin-right: 0;
  }
}

.header-minisite .site-navigation__menu > li > a:before,
.header--programmes .site-navigation__menu > li > a:before {
  content: "";
  display: none;
  width: 5px;
  height: 40px;
  background: #F95C18;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .header-minisite .site-navigation__menu > li > a:before,
  .header--programmes .site-navigation__menu > li > a:before {
    height: 28px;
    left: -25px;
  }
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation__menu > li > a:before,
  .header--programmes .site-navigation__menu > li > a:before {
    left: -35px;
    height: 38px;
  }
}

.header-minisite .site-navigation__menu > li > a .label,
.header--programmes .site-navigation__menu > li > a .label {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.125rem;
  color: #161E4D;
  letter-spacing: 0.5px;
  border-bottom: 2px solid transparent;
}

.header-minisite .site-navigation__menu > li > a[target=_blank]:after,
.header--programmes .site-navigation__menu > li > a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/arrow-diagonal.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.header-minisite .site-navigation__sub-menu,
.header--programmes .site-navigation__sub-menu {
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  margin: 0 30px;
}

@media (min-width: 768px) {
  .header-minisite .site-navigation__sub-menu,
  .header--programmes .site-navigation__sub-menu {
    margin: 0 40px;
  }
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation__sub-menu,
  .header--programmes .site-navigation__sub-menu {
    margin-left: 35px;
    margin-right: 0;
  }
}

.header-minisite .site-navigation__sub-menu > li.current-menu-item .label,
.header--programmes .site-navigation__sub-menu > li.current-menu-item .label {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 700;
}

.header-minisite .site-navigation__sub-menu > li > a .label,
.header--programmes .site-navigation__sub-menu > li > a .label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #161E4D;
  border-bottom: 2px solid transparent;
}

.header-minisite .site-navigation__sub-menu > li > a[target=_blank]:after,
.header--programmes .site-navigation__sub-menu > li > a[target=_blank]:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/arrow-diagonal.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px !important;
  height: 12px !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
  transform: translate3d(0, -50%, 0) !important;
  background-size: 12px 12px !important;
  margin-left: 10px;
  position: absolute;
  top: 30px;
}

.header-minisite .site-navigation__sub-menu > li > a:hover .label,
.header-minisite .site-navigation__sub-menu > li > a:focus .label,
.header--programmes .site-navigation__sub-menu > li > a:hover .label,
.header--programmes .site-navigation__sub-menu > li > a:focus .label {
  border-bottom-color: #F95C18;
}

.header-minisite .site-navigation__menu-item,
.header--programmes .site-navigation__menu-item {
  position: relative;
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation__menu-item:hover > a:before,
  .header-minisite .site-navigation__menu-item:focus > a:before,
  .header--programmes .site-navigation__menu-item:hover > a:before,
  .header--programmes .site-navigation__menu-item:focus > a:before {
    display: block;
  }
}

.header-minisite .site-navigation__menu-item.current-menu-item > a:before,
.header--programmes .site-navigation__menu-item.current-menu-item > a:before {
  display: block;
}

.header-minisite .site-navigation__menu-item.current-menu-item > a .label,
.header--programmes .site-navigation__menu-item.current-menu-item > a .label {
  font-family: "Karbon Bold, sans-serif";
}

.header-minisite .site-navigation__menu-item.current-page-item a .label,
.header--programmes .site-navigation__menu-item.current-page-item a .label {
  border-bottom-color: #F95C18;
  font-weight: 700;
}

.header-minisite .site-navigation__menu-item.menu-item-has-children > a:after,
.header--programmes .site-navigation__menu-item.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -55%, 0);
          transform: translate3d(0, -55%, 0);
  background-size: 14px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/expand-marine.svg");
}

.header-minisite .site-navigation__menu-item.menu-item-has-children.collapsed a:after,
.header--programmes .site-navigation__menu-item.menu-item-has-children.collapsed a:after {
  background-size: 14px 2px;
  width: 14px;
  height: 2px;
  -webkit-transform: translate3d(0, -85%, 0);
          transform: translate3d(0, -85%, 0);
  background-image: url("/wp-content/themes/cvm/dist/img/icons/collapse-marine.svg");
}

.header-minisite .site-navigation__menu-item.menu-item-has-children.collapsed a + ul,
.header--programmes .site-navigation__menu-item.menu-item-has-children.collapsed a + ul {
  max-height: 1000px;
  padding-bottom: 10px;
  visibility: visible;
}

.header-minisite .site-navigation__menu-item:first-of-type a,
.header--programmes .site-navigation__menu-item:first-of-type a {
  border-top: none;
}

.header-minisite .site-navigation__link,
.header--programmes .site-navigation__link {
  position: relative;
  display: block;
  padding: 21px 0 18px;
}

.header-minisite .site-navigation__link--banner,
.header--programmes .site-navigation__link--banner {
  border-top: none !important;
  padding: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (min-width: 1280px) {
  .header-minisite .site-navigation__link--banner:before,
  .header--programmes .site-navigation__link--banner:before {
    display: none !important;
  }
}

.header-minisite .site-navigation__link--banner img,
.header--programmes .site-navigation__link--banner img {
  width: 100%;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

@media (min-width: 1280px) {
  .page-programme .site-navigation__menu,
  .single-programme .site-navigation__menu {
    padding-bottom: 40px;
  }
}

.page-programme .site-navigation__menu--banner,
.single-programme .site-navigation__menu--banner {
  margin-top: 20px;
  z-index: 100;
}

@media (min-width: 1280px) {
  .page-programme .site-navigation__menu--banner,
  .single-programme .site-navigation__menu--banner {
    position: relative;
    width: 100% !important;
    right: 0;
    margin-top: 40px;
  }
}

.page-programme .site-navigation__menu--banner a[target=_blank]::after,
.single-programme .site-navigation__menu--banner a[target=_blank]::after {
  content: none !important;
}

.page-programme .site-navigation__link--banner,
.single-programme .site-navigation__link--banner {
  border-top: none !important;
  padding: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (min-width: 1280px) {
  .page-programme .site-navigation__link--banner:before,
  .single-programme .site-navigation__link--banner:before {
    display: none !important;
  }
}

.page-programme .site-navigation__link--banner img,
.single-programme .site-navigation__link--banner img {
  width: 100%;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

@media (min-width: 768px) {
  .header-minisite__links,
  .header--programmes__links {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .header-minisite__links,
  .header--programmes__links {
    max-width: 944px;
  }
}

@media (min-width: 1280px) {
  .header-minisite__links,
  .header--programmes__links {
    max-width: none;
    margin: 0;
  }
}

.header-minisite .logo,
.header--programmes .logo {
  width: 148px;
  display: block;
  padding-top: 10px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .header-minisite .logo,
  .header--programmes .logo {
    width: 209px;
  }
}

@media (min-width: 1280px) {
  .header-minisite .logo,
  .header--programmes .logo {
    width: 244px;
  }
}

.header-minisite .navigation-backlinks,
.header--programmes .navigation-backlinks {
  border-top: 1px solid rgba(22, 30, 77, 0.1);
}

@media (min-width: 768px) {
  .header-minisite .navigation-backlinks,
  .header--programmes .navigation-backlinks {
    border-top: none;
    width: 325px;
  }
}

@media (min-width: 1280px) {
  .header-minisite .navigation-backlinks,
  .header--programmes .navigation-backlinks {
    width: 100%;
  }
}

.header-minisite .navigation-backlinks__menu-item,
.header--programmes .navigation-backlinks__menu-item {
  width: 50%;
}

@media (min-width: 768px) {
  .header-minisite .navigation-backlinks__menu-item,
  .header--programmes .navigation-backlinks__menu-item {
    width: auto;
  }
}

.header-minisite .navigation-backlinks__menu-item:first-of-type,
.header--programmes .navigation-backlinks__menu-item:first-of-type {
  border-right: 1px solid rgba(22, 30, 77, 0.1);
}

@media (min-width: 1280px) {
  .header-minisite .navigation-backlinks__menu-item:first-of-type,
  .header--programmes .navigation-backlinks__menu-item:first-of-type {
    border-right: none;
  }
}

@media (min-width: 1280px) {
  .header-minisite .navigation-backlinks__backlink,
  .header--programmes .navigation-backlinks__backlink {
    width: auto;
  }
}

.header-minisite .navigation-backlinks .label,
.header-minisite .navigation-backlinks .wrap,
.header--programmes .navigation-backlinks .label,
.header--programmes .navigation-backlinks .wrap {
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .header-minisite .navigation-backlinks .label,
  .header-minisite .navigation-backlinks .wrap,
  .header--programmes .navigation-backlinks .label,
  .header--programmes .navigation-backlinks .wrap {
    font-size: 0.8125rem;
  }
}

.header-minisite .navigation-backlinks .icon--arrow,
.header--programmes .navigation-backlinks .icon--arrow {
  margin-left: 0;
  margin-right: 10px;
}

.header--formation .link--backlink {
  width: auto;
}

@media (min-width: 1280px) {
  .header--formation .link--backlink {
    width: auto;
    margin-bottom: 16px;
  }
}

.header--programmes__text {
  position: relative;
}

@media (min-width: 1280px) {
  .header--programmes__text {
    width: 712px;
    z-index: 2;
    overflow: visible;
  }
}

.header--programmes__text .container-content:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #e72323;
  z-index: -1;
}

.header--programmes__text .container-content:after {
  right: -50vw;
  width: 50vw;
  z-index: 1;
}

@media (min-width: 1280px) {
  .header--programmes__text .container-content:after {
    display: none;
  }
}

.header--programmes__text .container-content:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #e72323;
  z-index: -1;
}

.header--programmes__text .container-content:before {
  display: none;
  left: -40px;
  width: 40px;
  z-index: 1;
}

@media (min-width: 1280px) {
  .header--programmes__text .container-content:before {
    display: block;
  }
}

@media (min-width: 768px) {
  .header--programmes__text .wysiwyg {
    width: 570px;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .header--programmes__text .wysiwyg {
    width: 655px;
  }
}

.header--programmes__text .wysiwyg h2 {
  font-size: 1.875rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .header--programmes__text .wysiwyg h2 {
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1280px) {
  .header--programmes__text .wysiwyg h2 {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}

.header--programmes__text .wysiwyg ul {
  padding-left: 10px;
}

.header--programmes__text .wysiwyg a,
.header--programmes__text .wysiwyg li,
.header--programmes__text .wysiwyg p {
  color: #ffffff;
  font-family: "Bitter", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .header--programmes__text .wysiwyg a,
  .header--programmes__text .wysiwyg li,
  .header--programmes__text .wysiwyg p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1280px) {
  .header--programmes__text .wysiwyg a,
  .header--programmes__text .wysiwyg li,
  .header--programmes__text .wysiwyg p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.header--programmes__text .wysiwyg li {
  margin-bottom: 10px;
}

@media (min-width: 1280px) {
  .header--programmes__text .wysiwyg li {
    margin-bottom: 24px;
  }
}

.header-minisite,
.header--programmes,
.header--formation {
  z-index: 10;
}

@media (min-width: 1280px) {
  .header-minisite,
  .header--programmes,
  .header--formation {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .header-minisite .content,
  .header--programmes .content,
  .header--formation .content {
    padding-bottom: 16px;
  }
}

@media (min-width: 1280px) {
  .header-minisite .content,
  .header--programmes .content,
  .header--formation .content {
    padding-bottom: 22px;
  }
}

.header-minisite__mosaic,
.header--programmes__mosaic,
.header--formation__mosaic {
  position: relative;
}

.header-minisite__mosaic:after,
.header-minisite__mosaic:before,
.header--programmes__mosaic:after,
.header--programmes__mosaic:before,
.header--formation__mosaic:after,
.header--formation__mosaic:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

@media (min-width: 1280px) {
  .header-minisite__mosaic,
  .header--programmes__mosaic,
  .header--formation__mosaic {
    margin-left: auto;
    margin-right: auto;
  }

  .header-minisite__mosaic:before,
  .header--programmes__mosaic:before,
  .header--formation__mosaic:before {
    width: 50vw;
    left: -50vw;
  }

  .header-minisite__mosaic:after,
  .header--programmes__mosaic:after,
  .header--formation__mosaic:after {
    width: 50vw;
    right: -50vw;
  }
}

@media (min-width: 1280px) and (min-width: 768px) {
  .header-minisite__mosaic,
  .header--programmes__mosaic,
  .header--formation__mosaic {
    max-width: 688px;
  }
}

@media (min-width: 1280px) and (min-width: 1024px) {
  .header-minisite__mosaic,
  .header--programmes__mosaic,
  .header--formation__mosaic {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .header-minisite__mosaic.content,
  .header--programmes__mosaic.content,
  .header--formation__mosaic.content {
    padding-bottom: 6px;
  }
}

@media (min-width: 1280px) {
  .header-minisite__mosaic .logo,
  .header--programmes__mosaic .logo,
  .header--formation__mosaic .logo {
    width: 209px;
  }
}

.header-minisite__mosaic .title,
.header--programmes__mosaic .title,
.header--formation__mosaic .title {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.5px;
  border-left: 1px solid rgba(22, 30, 77, 0.1);
}

@media (min-width: 768px) {
  .header-minisite__mosaic .title,
  .header--programmes__mosaic .title,
  .header--formation__mosaic .title {
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 1.125rem;
  }
}

.header-minisite__mosaic .illustration.illustration--hero,
.header--programmes__mosaic .illustration.illustration--hero,
.header--formation__mosaic .illustration.illustration--hero {
  display: none !important;
}

.header-minisite__hero,
.header--programmes__hero,
.header--formation__hero {
  position: relative;
  z-index: 20;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .header-minisite__hero,
  .header--programmes__hero,
  .header--formation__hero {
    height: 31.25rem;
  }
}

@media (min-width: 1280px) {
  .header-minisite__hero,
  .header--programmes__hero,
  .header--formation__hero {
    height: 37.5rem;
    width: 100%;
    max-width: 1000px;
    z-index: 1;
    position: absolute;
    right: -188px;
    top: 0;
  }
}

.header-minisite__hero .overlay,
.header--programmes__hero .overlay,
.header--formation__hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 30, 77, 0.6);
  z-index: 2;
}

@media (min-width: 768px) {
  .header-minisite__hero .background,
  .header--programmes__hero .background,
  .header--formation__hero .background {
    left: -40px;
    background-position-x: calc(50% + 40px);
  }
}

@media (min-width: 1280px) {
  .header-minisite__hero .background,
  .header--programmes__hero .background,
  .header--formation__hero .background {
    left: 0;
    background-position-x: 50%;
  }
}

@media (min-width: 1280px) {
  .header-minisite__hero .container-content,
  .header--programmes__hero .container-content,
  .header--formation__hero .container-content {
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .header-minisite__hero .dropdown,
  .header--programmes__hero .dropdown,
  .header--formation__hero .dropdown {
    display: none;
  }
}

.header-minisite__hero .title,
.header--programmes__hero .title,
.header--formation__hero .title {
  position: relative;
  z-index: 3;
  width: 100%;
}

@media (min-width: 1280px) {
  .header-minisite__hero .title,
  .header--programmes__hero .title,
  .header--formation__hero .title {
    width: 440px;
    margin-right: 200px;
    bottom: 40px;
  }
}

.header-minisite__hero .code,
.header--programmes__hero .code,
.header--formation__hero .code {
  position: relative;
  display: none;
  padding: 5px;
}

.header-minisite__hero .code:before,
.header--programmes__hero .code:before,
.header--formation__hero .code:before {
  content: "";
  display: block;
  width: 100%;
  height: 65%;
  background-color: #161E4D;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: -1;
}

.header-minisite .illustration,
.header--programmes .illustration,
.header--formation .illustration {
  display: none;
}

.page-bibliotheque .icon--profil {
  width: 18px;
  height: 18px;
}

.page-bibliotheque .horaire:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

.page-bibliotheque .horaire:before {
  display: none;
}

@media (min-width: 768px) {
  .page-bibliotheque .horaire {
    background-image: url("/wp-content/themes/cvm/dist/img/placeholders/horaire.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 130px;
    background-size: cover;
  }
}

.page-bibliotheque .horaire p:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 1280px) {
  .header--biblio .header--minisite__hero {
    height: 900px;
  }
}

.header--biblio .illustration {
  display: block;
  position: absolute;
  width: 120px;
  top: 300px;
  right: 0;
}

@media (min-width: 768px) {
  .header--biblio .illustration {
    top: 500px;
    width: 180px;
  }
}

@media (min-width: 1280px) {
  .header--biblio .illustration {
    top: auto;
    bottom: -70px;
    right: -220px;
  }
}

.header--biblio .illustration img {
  position: relative;
  right: -25px;
  top: -35px;
}

@media (min-width: 768px) {
  .header--biblio .illustration img {
    right: 0;
    top: 0;
  }
}

@media (min-width: 1280px) {
  .programme-enfant-avec-parent .header--programmes__hero,
  .programme-enfant-sans-parent .header--programmes__hero {
    height: 900px;
  }
}

@media (min-width: 1280px) {
  .programme-enfant-avec-parent .header--programmes__hero .title,
  .programme-enfant-sans-parent .header--programmes__hero .title {
    right: auto;
    left: 60px;
    bottom: auto;
    top: 210px;
    margin-right: 0;
    width: auto;
    position: absolute;
    width: 615px;
    padding-bottom: 0 !important;
  }
}

.programme-enfant-avec-parent .header--programmes__hero .code,
.programme-enfant-sans-parent .header--programmes__hero .code {
  display: inline-block;
}

.programme-enfant-avec-parent .illustration,
.programme-enfant-sans-parent .illustration {
  position: absolute;
  overflow: hidden;
  z-index: -1;
}

.programme-enfant-avec-parent .illustration--menu,
.programme-enfant-sans-parent .illustration--menu {
  display: none;
}

@media (min-width: 1280px) {
  .programme-enfant-avec-parent .illustration--menu,
  .programme-enfant-sans-parent .illustration--menu {
    display: block;
    top: 0;
    left: 318px;
    width: 70px;
  }
}

.programme-enfant-avec-parent .illustration--hero,
.programme-enfant-sans-parent .illustration--hero {
  width: 120px;
  top: 300px;
  right: 0;
  display: block;
}

@media (min-width: 768px) {
  .programme-enfant-avec-parent .illustration--hero,
  .programme-enfant-sans-parent .illustration--hero {
    top: 500px;
    width: 180px;
  }
}

.programme-enfant-avec-parent .illustration--hero img,
.programme-enfant-sans-parent .illustration--hero img {
  position: relative;
  right: -25px;
  top: -15px;
}

@media (min-width: 768px) {
  .programme-enfant-avec-parent .illustration--hero img,
  .programme-enfant-sans-parent .illustration--hero img {
    right: 0;
    top: 0;
  }
}

@media (min-width: 1280px) {
  .programme-enfant-avec-parent .header--programmes__hero .title {
    top: 288px !important;
  }
}

@media (min-width: 1280px) {
  .header--formation__hero {
    height: 700px;
  }
}

@media (min-width: 1280px) {
  .header--formation__hero .title {
    width: 600px;
    bottom: 120px;
  }
}

.programme-parent .overlay {
  display: none;
}

.layout .has-banner {
  position: relative;
}

.layout .has-banner .imgbanner__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout .has-banner .imgbanner__tablet {
  display: none;
}

.layout .has-banner .imgbanner__desktop {
  display: none;
}

.layout .has-banner .imgbanner__job-offer {
  width: 100vw;
}

@media (min-width: 768px) {
  .layout .has-banner .imgbanner__mobile {
    display: none;
  }

  .layout .has-banner .imgbanner__tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .layout .has-banner .imgbanner__desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .layout .has-banner .imgbanner__mobile {
    display: none;
  }

  .layout .has-banner .imgbanner__tablet {
    display: none;
  }

  .layout .has-banner .imgbanner__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.layout .has-banner .illustration--sm {
  display: none;
}

@media (min-width: 768px) {
  .layout .has-banner .illustration--sm {
    display: block;
  }
}

.layout .has-banner .illustration--banner {
  z-index: 1;
}

.layout .has-banner .content__header {
  z-index: 11;
}

@media (min-width: 768px) {
  .layout .has-banner .content__header {
    padding-bottom: 150px !important;
  }
}

.layout .has-anchors {
  position: relative;
}

.layout .has-anchors .illustration--sm {
  display: none;
}

@media (min-width: 768px) {
  .layout .has-anchors .illustration--sm {
    display: block;
  }
}

.layout .has-anchors .illustration--banner {
  z-index: 1;
}

.layout .has-anchors .content__header {
  z-index: 11;
}

@media (min-width: 768px) {
  .layout .has-anchors .content__header {
    padding-bottom: 60px !important;
  }
}

.layout .has-anchors .anchors {
  z-index: 10;
}

.layout .has-anchors .anchors:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #161E4D;
  z-index: -1;
}

@media (min-width: 768px) {
  .layout .has-anchors .anchors:after {
    z-index: 9;
    width: 70px;
    right: 10px;
    height: 72%;
  }
}

@media (min-width: 1280px) {
  .layout .has-anchors .anchors:after {
    width: 200px;
    right: -200px;
  }
}

.layout .banner {
  width: 100%;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .layout .banner {
    z-index: 50;
    left: -30px;
    margin-top: -90px;
    max-width: 669px;
  }
}

@media (min-width: 1024px) {
  .layout .banner {
    left: 10px;
    max-width: 669px;
  }
}

@media (min-width: 1280px) {
  .layout .banner {
    left: 0;
    max-width: 803px;
  }
}

.layout .banner-link {
  display: block;
  position: relative;
  z-index: 2;
  border-bottom: none !important;
}

.layout .banner-link img {
  width: 100%;
}

@media (min-width: 768px) {
  .layout .banner_job {
    left: 0px !important;
  }
}

.layout .illustration {
  position: absolute;
  z-index: -1;
}

.layout .illustration--sm {
  right: -55px;
  bottom: -60px;
  width: 228px;
}

@media (min-width: 768px) {
  .layout .illustration--sm {
    right: -30px;
  }
}

@media (min-width: 1280px) {
  .layout .illustration--sm {
    width: 326px;
  }
}

@media only screen and (min-width: 1730px) {
  .layout .illustration--sm {
    right: -240px;
    bottom: -100px;
  }
}

.layout .illustration--banner {
  right: -55px;
  bottom: -60px;
  width: 228px;
}

.layout .illustration--lg {
  left: 0;
  top: 50%;
  width: 476px;
}

.layout .illustration--lg img {
  position: relative;
  left: -138px;
}

@media (min-width: 1024px) {
  .layout .illustration--lg img {
    left: -50px;
  }
}

@media (min-width: 1280px) {
  .layout .illustration--xl {
    left: -400px;
    top: 690px;
    width: 680px;
  }
}

.layout .content {
  position: relative;
  z-index: 2;
}

.layout .content__header {
  position: relative;
  z-index: 2;
}

.layout .content__header:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #161E4D;
  z-index: -1;
}

.layout .content__header:before {
  width: 100%;
  left: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .layout .content__header:before {
    left: -200px;
    width: calc(100% + 190px);
  }
}

@media (min-width: 1280px) {
  .layout .content__header:before {
    width: calc(100% - 10px);
    left: 0;
  }
}

@media (min-width: 1280px) {
  .layout .content__header:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    background-color: #161E4D;
    z-index: -1;
  }

  .layout .content__header:after {
    right: -190px;
    width: 200px;
  }
}

.layout .content__header h1,
.layout .content__header h2,
.layout .content__header p {
  position: relative;
  z-index: 2;
}

.layout .content__content {
  height: 100%;
  width: 100%;
}

.layout .navigation {
  position: relative;
  z-index: 3;
}

.layout .navigation:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

.layout .navigation:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

.layout .navigation:before {
  width: 50vw;
  left: -50vw;
}

.layout .navigation:after {
  right: 0;
  width: 10px;
}

.layout .navigation__title {
  font-size: 1.625rem;
  line-height: 1.75rem;
}

.layout .navigation__menu {
  padding-right: 60px;
}

.layout .navigation .menu-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.layout .navigation .menu-item.current-menu-item a {
  font-family: "Karbon Bold, sans-serif";
}

.layout .navigation .menu-item.current-menu-item a .label {
  border-bottom: 2px solid #F95C18;
}

.layout .navigation a {
  display: inline-block;
  position: relative;
  color: #161E4D;
}

.layout .navigation a .label {
  border-bottom: 2px solid transparent;
}

.layout .navigation a:hover .label {
  border-bottom-color: #F95C18;
}

.add-border {
  border-bottom: 1px solid rgba(22, 30, 77, 0.15);
}

@media (min-width: 768px) {
  .content-banner-offres {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .content-banner-offres {
    max-width: 100%;
    margin-left: 0;
    border-bottom: 0px;
  }
}

.content-banner-offres .banner-offres {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .content-banner-offres .banner-offres {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.display-hr .add-border {
  border: none !important;
}

.display-hr .border-orange-50 {
  margin: 50px auto !important;
  width: 50%;
  border-bottom: 1px solid #F95C18;
  border-top: none;
}

.hide-hr .border-orange-50 {
  display: none !important;
}

.banner-link {
  border-bottom: none !important;
  display: block;
}

.flexible {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .flexible {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .flexible {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .flexible .content {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .flexible .content {
    max-width: 785px;
  }
}

@media (min-width: 1280px) {
  .flexible .content {
    max-width: 100%;
    max-width: 640px;
    margin-left: 0;
  }
}

.flexible.fullwidth {
  padding-left: 0;
  padding-right: 0;
}

.flexible.fullwidth .content {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1280px) {
  .flexible.fullwidth .content {
    max-width: 750px;
  }
}

.flexible a.btn.btn--primary {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .flexible a.btn.btn--primary {
    margin-top: 20px;
  }
}

.single-event {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .single-event .article {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-event .article__header {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .single-event .article__header {
    max-width: 600px;
  }
}

.single-event .article__image__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-event .article__image__tablet {
  display: none;
}

.single-event .article__image__desktop {
  display: none;
}

@media (min-width: 768px) {
  .single-event .article__image__mobile {
    display: none;
  }

  .single-event .article__image__tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single-event .article__image__desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .single-event .article__image__mobile {
    display: none;
  }

  .single-event .article__image__tablet {
    display: none;
  }

  .single-event .article__image__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-event .article__image img {
  width: auto;
}

.single-event .article__informations {
  position: relative;
  margin-top: -40px;
}

@media (min-width: 768px) {
  .single-event .article__informations {
    margin-top: -115px;
  }
}

@media (min-width: 1280px) {
  .single-event .article__informations {
    position: absolute;
    top: 60px;
    right: -50px;
    width: 285px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .single-event .article__informations .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1280px) {
  .single-event .article__informations .content {
    display: block;
  }
}

.single-event .article__informations .box {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .single-event .article__informations .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-bottom: 0;
  }

  .single-event .article__informations .box:nth-child(1) {
    border-bottom: 1px solid rgba(240, 240, 241, 0.3);
    border-right: 1px solid rgba(240, 240, 241, 0.3);
    padding-bottom: 20px;
  }

  .single-event .article__informations .box:nth-child(2) {
    border-bottom: 1px solid rgba(240, 240, 241, 0.3);
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .single-event .article__informations .box:nth-child(3) {
    padding-top: 20px;
    padding-bottom: 0;
    border-right: 1px solid rgba(240, 240, 241, 0.3);
  }

  .single-event .article__informations .box:nth-child(4) {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  .single-event .article__informations .box {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(240, 240, 241, 0.3);
  }

  .single-event .article__informations .box:nth-child(1) {
    padding-top: 0;
  }

  .single-event .article__informations .box:nth-child(1),
  .single-event .article__informations .box:nth-child(3) {
    border-right: none;
    padding-bottom: 20px;
  }

  .single-event .article__informations .box:nth-child(2) {
    padding-left: 0;
  }

  .single-event .article__informations .box:nth-child(4) {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

.single-event .article__informations .box p,
.single-event .article__informations .box span,
.single-event .article__informations .box a {
  color: #ffffff;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.03125rem;
}

@media (min-width: 768px) {
  .single-event .article__informations .box p,
  .single-event .article__informations .box span,
  .single-event .article__informations .box a {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.single-event .article__informations .box a {
  border-bottom: 2px solid #F95C18;
  color: #ffffff;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.03125rem;
}

@media (min-width: 768px) {
  .single-event .article__informations .box a {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.single-event .article__informations .box__icon {
  width: 32px;
  max-height: 32px;
  margin-bottom: 12px;
}

.single-event .article__informations .box__info {
  border-bottom: 1px solid rgba(240, 240, 241, 0.3);
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .single-event .article__informations .box__info {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .single-event .article__informations .box__info {
    padding-bottom: 0;
  }
}

.single-event .article__informations .box__info span {
  display: block;
}

.single-event .article__informations .box:last-of-type {
  margin-bottom: 0;
}

.single-event .article__informations .box:last-of-type .box__info {
  border-bottom: none;
  padding-bottom: 0;
}

.single-event .article__text {
  position: relative;
}

@media (min-width: 768px) {
  .single-event .article__text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-event .article__text:before {
  content: "";
  width: calc(100% - 40px);
  display: block;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .single-event .article__text:before {
    width: 570px;
  }
}

@media (min-width: 768px) {
  .single-event .article__text .wysiwyg {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .single-event .article__text .wysiwyg {
    max-width: 670px;
  }
}

.single-event .article__text_majeur {
  margin: 0;
  max-width: 100%;
}

.single-event .article__text_majeur .wysiwyg {
  max-width: 100%;
}

.single-event .article__text_majeur:before {
  background: #313131;
  width: 90%;
}

@media (min-width: 768px) {
  .single-event .article__text_majeur:before {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .single-event .article__illustration {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    max-width: 476px;
  }
}

@media (min-width: 1280px) {
  .single-event .article__illustration {
    left: -300px;
    max-width: 680px;
  }
}

.single-event .article__illustration img {
  position: relative;
  top: 0;
  left: 0;
}

.single-event .article__thumbs {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .single-event .article__thumbs .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.single-event .article__share {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.single-event .article__share span {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.2px;
  display: inline-block;
  padding-right: 10px;
}

.single-event .article__share .social-link {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

.single-event .article__share .social-link:hover svg {
  fill: #F95C18 !important;
}

.single-event .article__share .social-link:hover .icon-marine--stroke {
  stroke: #F95C18 !important;
}

.single-event .article__share .social-link:hover #icon-print polyline {
  stroke: #F95C18 !important;
}

.single-event .article__share .hide {
  overflow: hidden;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 8px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.single-event .article__share .social-icon {
  width: 26px;
  max-height: 26px;
  -webkit-transition: fill 0.6s ease, stroke 0.6s ease;
  transition: fill 0.6s ease, stroke 0.6s ease;
}

.single-event .article__share .social-icon #icon-print {
  stroke: #F95C18;
  fill: #F95C18;
}

.single-event .article__share .social-icon #icon-print polygon {
  stroke: #F95C18;
}

.single-event .article__share .icon-email {
  padding-top: 3px;
}

.event-majeur .article__illustration {
  z-index: 1;
}

.event-majeur .grid__posts {
  z-index: 2;
  background-color: white;
  padding-top: 40px;
  margin-left: 3%;
}

.event-majeur .grid__posts .post {
  width: 95%;
}

@media (min-width: 768px) {
  .event-majeur .grid__posts .post {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .event-majeur .article__share {
    max-width: 708px;
    padding-top: 0 !important;
  }
}

.event-majeur .article__share .row {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .programme-enfant .single-event,
  .minisite-template-default .single-event {
    max-width: 812px;
    margin-left: 0;
    margin-right: 0;
  }

  .programme-enfant .single-event.event-mineur .article__header,
  .minisite-template-default .single-event.event-mineur .article__header {
    max-width: 510px;
  }

  .programme-enfant .article__header,
  .minisite-template-default .article__header {
    margin-left: 0;
  }

  .programme-enfant .article__informations,
  .minisite-template-default .article__informations {
    right: 0;
  }

  .programme-enfant .article__text:before,
  .minisite-template-default .article__text:before {
    width: 612px;
    left: 45%;
  }

  .programme-enfant .article__text .content,
  .minisite-template-default .article__text .content {
    max-width: 712px;
  }

  .programme-enfant .article__text .wysiwyg,
  .minisite-template-default .article__text .wysiwyg {
    max-width: none;
  }

  .programme-enfant .article__text_majeur,
  .minisite-template-default .article__text_majeur {
    margin: 0;
    max-width: 100%;
  }

  .programme-enfant .article__text_majeur:before,
  .minisite-template-default .article__text_majeur:before {
    background: #313131;
    margin-left: 70px;
    width: 90%;
  }
}

@media (min-width: 1280px) and (min-width: 768px) {
  .programme-enfant .article__text_majeur:before,
  .minisite-template-default .article__text_majeur:before {
    width: 93%;
  }
}

@media (min-width: 1280px) {
  .programme-enfant .article__text_majeur .content,
  .minisite-template-default .article__text_majeur .content {
    max-width: 100%;
  }

  .programme-enfant .article__text_majeur .wysiwyg,
  .minisite-template-default .article__text_majeur .wysiwyg {
    max-width: 100%;
  }

  .programme-enfant .article__thumbs .grid__posts,
  .minisite-template-default .article__thumbs .grid__posts {
    margin-left: 0%;
  }
}

@media (min-width: 1280px) and (min-width: 768px) {
  .programme-enfant .article__thumbs .grid__posts,
  .minisite-template-default .article__thumbs .grid__posts {
    margin-left: 2%;
  }
}

@media (min-width: 1280px) and (min-width: 1024px) {
  .programme-enfant .article__thumbs .grid__posts,
  .minisite-template-default .article__thumbs .grid__posts {
    margin-left: 3%;
  }
}

@media (min-width: 1280px) {
  .programme-enfant .article__share,
  .minisite-template-default .article__share {
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .center-minisite .article__header {
    margin-left: auto !important;
  }
}

.icon--arrow {
  width: 18px;
  height: 12px;
  margin-bottom: 3px;
  margin-left: 10px;
  fill: none;
  -webkit-transition: stroke 0.6s ease, -webkit-transform 0.6s ease;
  transition: stroke 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, stroke 0.6s ease;
  transition: transform 0.6s ease, stroke 0.6s ease, -webkit-transform 0.6s ease;
}

.icon--arrow.icon-orange {
  stroke: #F95C18;
}

.icon--arrow.icon-orange-2 {
  stroke: #e72323;
}

.icon--arrow.icon-marine {
  stroke: #161E4D;
}

.icon--arrow.icon-white {
  stroke: #ffffff;
}

.social-icon.icon-white {
  fill: #ffffff;
}

.social-icon.icon-marine {
  fill: #161E4D;
}

.social-icon.icon-marine--stroke {
  stroke: #161E4D;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 50px;
  padding: 0 20px;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition: background-color 0.6s ease, -webkit-transform 0.6s ease;
  transition: background-color 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, background-color 0.6s ease;
  transition: transform 0.6s ease, background-color 0.6s ease, -webkit-transform 0.6s ease;
}

@media (min-width: 768px) {
  .btn {
    width: auto;
  }
}

.btn .label {
  display: inline-block;
  padding-top: 3px;
  line-height: 1.125rem;
}

.btn .icon--arrow {
  margin-left: 10px;
  width: 18px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.02) perspective(1px) translateZ(0);
          transform: scale(1.02) perspective(1px) translateZ(0);
}

.btn:focus .icon--arrow,
.btn:hover .icon--arrow {
  -webkit-transform: translate3D(3px, 0, 0);
      -ms-transform: translate3D(3px, 0, 0);
          transform: translate3D(3px, 0, 0);
}

.btn .icon--arrow {
  margin-top: 4px;
}

.btn--primary {
  background: #e72323;
  color: #ffffff;
}

.btn--primary:after {
  background: #e72323;
}

.btn--primary:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (min-width: 768px) {
  .btn--primary:before {
    display: block;
  }
}

.btn--primary:focus,
.btn--primary:hover {
  background-color: #e72323;
}

.btn--primary:focus:before,
.btn--primary:hover:before {
  opacity: 1;
}

.btn--primary .icon--arrow {
  stroke: #ffffff;
}

.btn--primary .icon--white {
  stroke: #ffffff;
}

.btn--primary.btn--link .icon--arrow {
  stroke: #e72323;
}

@media (min-width: 768px) {
  .btn--primary.btn--link .icon--arrow {
    stroke: #ffffff;
  }
}

@media (min-width: 768px) {
  .btn--primary.btn--link {
    background-color: #e72323;
  }

  .btn--primary.btn--link .label {
    border-bottom: none;
  }

  .btn--primary.btn--link:focus,
  .btn--primary.btn--link:hover {
    background-color: #e72323;
  }
}

.btn--secondary,
.btn--icon {
  background: transparent;
  color: #161E4D;
  border: 2px solid #F95C18;
  width: 260px;
}

@media (min-width: 768px) {
  .btn--secondary,
  .btn--icon {
    width: auto;
  }
}

.btn--secondary:focus,
.btn--secondary:hover,
.btn--icon:focus,
.btn--icon:hover {
  background-color: #F0F0F1;
}

.btn--secondary .icon--social,
.btn--icon .icon--social {
  width: 26px;
  height: 26px;
  fill: #161E4D;
}

.btn--secondary .label,
.btn--icon .label {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

@media (min-width: 768px) {
  .btn--secondary.btn--link,
  .btn--icon.btn--link {
    background-color: #ffffff;
    border: 2px solid #e72323;
  }

  .btn--secondary.btn--link .label,
  .btn--icon.btn--link .label {
    border-bottom: none;
    color: #161E4D;
  }
}

.btn--link {
  height: auto;
  background-color: transparent;
  color: #161E4D;
  padding: 0;
  border: none;
  font-size: 0.9375rem;
}

.btn--link:focus,
.btn--link:hover {
  background-color: transparent;
}

.btn--link .label {
  border-bottom: 2px solid #e72323;
}

.btn--link:before {
  display: none;
}

.btn--link .icon--orange {
  stroke: #e72323;
}

@media (min-width: 768px) {
  .btn--link {
    height: 50px;
    color: #ffffff;
    padding: 0 20px;
    font-size: 1.125rem;
  }

  .btn--link:before {
    display: block;
  }

  .btn--link .label {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .btn--header {
    background: #e72323;
    color: #ffffff;
  }

  .btn--header:after {
    background: #e72323;
  }

  .btn--header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .btn--header:before {
    display: block;
  }
}

@media (min-width: 768px) {
  .btn--header .icon--arrow {
    stroke: #ffffff !important;
  }
}

.btn .icon--orange {
  stroke: #e72323;
}

@media (min-width: 768px) {
  .btn-secondary.btn--link {
    background: #ffffff;
  }
}

.comp__circle {
  position: absolute;
  width: 53px;
  height: 53px;
}

@media (min-width: 768px) {
  .comp__circle {
    width: 63px;
    height: 63px;
  }
}

.comp__circle-white {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
}

@media (min-width: 768px) {
  .comp__circle-white {
    width: 60px;
    height: 60px;
  }
}

.comp__circle-orange {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 1;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  background: #F95C18;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media (min-width: 768px) {
  .comp__circle-orange {
    width: 50px;
    height: 50px;
  }
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
  text-decoration: none !important;
}

.link .label {
  position: relative;
  padding-bottom: 3px;
}

.link--menu {
  position: relative;
  background-color: transparent;
  border: none;
  padding-bottom: 10px;
}

.link--menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background-color: #F95C18;
  opacity: 0;
  -webkit-transform: translate3D(0, 3px, 0);
      -ms-transform: translate3D(0, 3px, 0);
          transform: translate3D(0, 3px, 0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
}

.link--simple {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.link--simple:hover .label,
.link--simple:focus .label {
  border-bottom-color: transparent;
}

.link--simple .wrap {
  padding-top: 2px;
}

.link--simple .label {
  padding-bottom: 0;
  border-bottom: 2px solid #F95C18;
}

.link--social {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
}

.link--social .wrap {
  padding-top: 2px;
}

.link--social .label {
  padding-bottom: 0;
  border-bottom: 2px solid #F95C18;
}

.link--social:focus .label,
.link--social:hover .label {
  border-bottom-color: transparent !important;
}

.link .icon--social {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.link--backlink {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.link--backlink .label {
  color: #161E4D;
  border-bottom: 2px solid transparent;
}

.link--backlink:focus,
.link--backlink:hover {
  color: #0F1435;
}

.link--backlink:focus .label,
.link--backlink:hover .label {
  border-bottom-color: #F95C18;
}

.link--backlink:focus .icon--arrow,
.link--backlink:hover .icon--arrow {
  -webkit-transform: translate3D(-5px, 0, 0);
      -ms-transform: translate3D(-5px, 0, 0);
          transform: translate3D(-5px, 0, 0);
}

.link .icon--arrow {
  margin-right: 15px;
  width: 18px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.link .icon--home {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .link .icon--home {
    width: 18px;
    height: 18px;
  }
}

.tooltip,
.btn-info {
  display: inline-block;
  position: relative;
  font-family: "Karbon Semibold, sans-serif";
  -webkit-appearance: none;
  background: none;
  height: 20px;
  border: none;
  margin-left: 10px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .tooltip,
  .btn-info {
    margin-left: 25px;
  }
}

@media (min-width: 1280px) {
  .tooltip,
  .btn-info {
    margin-top: 10px;
  }
}

.tooltip:hover .btn-info__content,
.tooltip:focus .btn-info__content,
.tooltip.active .btn-info__content,
.btn-info:hover .btn-info__content,
.btn-info:focus .btn-info__content,
.btn-info.active .btn-info__content {
  opacity: 1;
  z-index: 10;
}

.tooltip:focus .btn-info__icon,
.btn-info:focus .btn-info__icon {
  outline: 2px solid #e72323;
}

.tooltip__icon,
.btn-info__icon {
  width: 18px;
  height: 18px;
}

.tooltip__content,
.btn-info__content {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  width: 240px;
  padding: 20px;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  text-align: left;
  background-color: #F0F0F1;
  color: #313131;
  -webkit-box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: -1;
}

.tooltip .triangle,
.btn-info .triangle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #F0F0F1 transparent transparent transparent;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay-blue {
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(22, 30, 77, 0.9)), to(rgba(22, 30, 77, 0.9)));
  background: linear-gradient(to bottom right, rgba(22, 30, 77, 0.9) 0%, rgba(22, 30, 77, 0.9) 100%);
}

.msg-alert .close-alert {
  --webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 5px;
  line-height: 0;
}

.msg-alert .close-alert svg {
  width: 18px;
  height: 18px;
}

.alert-bar {
  position: relative;
  opacity: 0;
  max-height: 100px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.alert-bar.show {
  opacity: 1;
}

.alert-bar.close {
  overflow: hidden;
  max-height: 0 !important;
}

.alert-bar .exclamation {
  font-size: 28px;
}

@media (min-width: 768px) {
  .alert-bar .exclamation {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.alert-bar .alert-text {
  padding-top: 2px;
}

@media (min-width: 768px) {
  .alert-bar .alert-text {
    padding-top: 0;
  }
}

.alert-bar .alert-text a,
.alert-bar .alert-text li,
.alert-bar .alert-text p {
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1rem;
}

.alert-bar .alert-text a {
  border-bottom: 1px solid #ffffff;
}

.alert-bar .close-alert {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (min-width: 768px) {
  .alert-bar .close-alert {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.alert-bar .close-alert svg {
  width: 18px;
  height: 18px;
}

.alert-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  overflow: auto;
  background-color: rgba(22, 30, 77, 0.9);
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.alert-popup:focus {
  outline-color: transparent;
}

.alert-popup.show {
  opacity: 1;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.alert-popup.show .content .illustration {
  top: -85px;
}

@media (min-width: 768px) {
  .alert-popup.show .content .illustration {
    left: -89px;
    top: 70px;
  }
}

@media (min-width: 1280px) {
  .alert-popup.show .content .illustration {
    left: -122px;
  }
}

.alert-popup .wrap {
  margin-top: 110px;
}

@media (min-width: 768px) {
  .alert-popup .wrap {
    margin-top: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.alert-popup .content {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .alert-popup .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 570px;
    max-height: 100vh;
  }
}

@media (min-width: 1280px) {
  .alert-popup .content {
    width: 690px;
  }
}

.alert-popup .content .illustration {
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url("/wp-content/themes/cvm/dist/img/illustrations/illustration_popup_sm.svg");
  background-size: 121px 106px;
  background-repeat: no-repeat;
  width: 121px;
  height: 106px;
  top: 0;
  left: 0;
  -webkit-transition: top 1s ease 2s;
  transition: top 1s ease 2s;
}

@media (min-width: 768px) {
  .alert-popup .content .illustration {
    background-image: url("/wp-content/themes/cvm/dist/img/illustrations/illustration_popup_lg.svg");
    width: 90px;
    height: 238px;
    background-size: 90px 238px;
    top: 70px;
    left: 0;
    -webkit-transition: left 1s ease 1s;
    transition: left 1s ease 1s;
  }
}

@media (min-width: 1280px) {
  .alert-popup .content .illustration {
    width: 135px;
    height: 197px;
    background-size: 135px 197px;
  }
}

.alert-popup .content .text {
  position: relative;
  z-index: 10;
}

.alert-popup .content a.btn {
  margin-top: 20px;
}

.alert-popup .close-alert {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 20;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #161E4D;
}

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #161E4D;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.thumb {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: center !important;
}

.thumb:hover > .thumb__overlay,
.thumb:focus > .thumb__overlay {
  opacity: 1;
}

.thumb__content {
  position: relative;
  z-index: 2;
}

.thumb__overlay {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.square {
  display: block;
}

.square:hover > div .comp__circle-orange {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.square__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.square__circle {
  right: 0;
  bottom: 0;
}

.album {
  width: 320px;
  height: 320px;
  margin: auto;
}

@media (min-width: 768px) {
  .album {
    margin: 0;
    padding: 40px;
    width: 344px;
    height: 344px;
  }

  .album:nth-child(even) {
    -webkit-transform: translate3d(0, 120px, 0);
            transform: translate3d(0, 120px, 0);
  }
}

@media (min-width: 1280px) {
  .album {
    width: 377px;
    height: 377px;
  }
}

.album__index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.album__icon-photo {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.album__index-count {
  display: inline-block;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding-top: 2px;
}

.formation {
  position: relative;
  display: block;
}

.formation:hover > div .thumb__overlay,
.formation:focus > div .thumb__overlay {
  opacity: 0.4;
}

.formation:hover > div .formation__image--img,
.formation:focus > div .formation__image--img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.formation:hover > .formation__content:before,
.formation:focus > .formation__content:before {
  opacity: 1;
}

.formation:hover > div #arrow_jobs,
.formation:focus > div #arrow_jobs {
  stroke: #161E4D;
  -webkit-transform: translate3D(5px, 0, 0);
      -ms-transform: translate3D(5px, 0, 0);
          transform: translate3D(5px, 0, 0);
}

.formation div #arrow_jobs {
  display: none;
}

@media (min-width: 768px) {
  .formation div #arrow_jobs {
    display: block;
    width: 24px;
    height: 24px;
  }
}

.formation__image {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .formation__image {
    display: block;
    z-index: 1;
  }
}

.formation__image .title-4 {
  z-index: 2;
}

.formation__image--img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.formation__content {
  position: relative;
  z-index: 1;
}

.formation__content:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.formation__content .header_job {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.small .formation__image {
  display: none;
}

@media (min-width: 768px) {
  .small .formation__image {
    display: block;
    height: 118px;
  }
}

@media (min-width: 1024px) {
  .small .formation__image {
    height: 160px;
  }
}

.formation.large {
  max-width: 743px;
  display: block;
}

@media (min-width: 768px) {
  .large .formation__image {
    width: 216px;
  }
}

@media (min-width: 1280px) {
  .large .formation__image {
    width: 225px;
  }
}

.large .formation__content {
  width: 354px;
}

@media (min-width: 1280px) {
  .large .formation__content {
    width: 536px;
  }
}

.large .formation__content p {
  max-width: 350px;
}

.formation #job_offer_bloc {
  width: 354px;
}

@media (min-width: 576px) {
  .formation #job_offer_bloc {
    width: 743px !important;
  }
}

.formation #job_offer_bloc p {
  max-width: 650px !important;
  padding-bottom: 2px !important;
}

@media (min-width: 768px) {
  .jobs_bloc_layout {
    margin-bottom: 2.188rem !important;
  }
}

.aucune_offre {
  color: #7D7D7D;
}

.post {
  display: block;
  position: relative;
  width: 100%;
}

.post:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .post {
    max-width: 450px;
  }
}

.post.hovering .thumb__overlay {
  opacity: 0.4;
}

.post.hovering .post__image--img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.post__link {
  display: block;
  border: 1px solid transparent;
  overflow-wrap: break-word;
}

.post__link:focus {
  outline-offset: 0;
}

.post__link:hover .icon--arrow {
  stroke: #161E4D;
  -webkit-transform: translate3D(5px, 0, 0);
      -ms-transform: translate3D(5px, 0, 0);
          transform: translate3D(5px, 0, 0);
}

.post__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .post__image {
    display: block;
    z-index: 1;
  }
}

.post__image .overlay {
  height: calc(100% - 4px);
}

.post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post__content {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #000000;
}

.post__content span {
  display: block;
}

.post__content .icon--arrow {
  width: 18px;
  height: 12px;
  margin-bottom: 3px;
  margin-left: 10px;
  -webkit-transition: stroke 0.6s ease, -webkit-transform 0.6s ease;
  transition: stroke 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, stroke 0.6s ease;
  transition: transform 0.6s ease, stroke 0.6s ease, -webkit-transform 0.6s ease;
}

.post__content:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.box {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .box {
    width: 364px;
  }
}

@media (min-width: 1280px) {
  .box {
    width: 427px;
  }
}

.box__content span {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .box__content span {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.box__content .title-2 {
  margin-top: 5px;
  max-width: 195px;
}

@media (min-width: 1280px) {
  .box__content .title-2 {
    max-width: 255px;
  }
}

.box:hover > .box__circle .comp__circle-orange {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

.box__circle {
  bottom: 30px;
  right: 20px;
}

@media (min-width: 768px) {
  .box__circle {
    bottom: 40px;
    right: 40px;
  }
}

.anchors {
  width: 100%;
  position: relative;
}

@media (min-width: 1280px) {
  .anchors {
    margin-left: 0;
    max-width: calc(100% - 10px);
  }
}

.navigation__anchors {
  width: 100%;
  position: relative;
  z-index: 10;
}

.menu__anchor {
  position: relative;
  background-color: #0080a6;
}

@media (min-width: 768px) {
  .menu__anchor {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    max-width: 637px;
  }
}

@media (min-width: 1024px) {
  .menu__anchor {
    max-width: 895px;
  }
}

@media (min-width: 1280px) {
  .menu__anchor {
    max-width: none;
  }
}

.menu__anchor:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #0080a6;
  z-index: -1;
}

.menu__anchor:before {
  display: none;
}

@media (min-width: 768px) {
  .menu__anchor:before {
    display: block;
    width: 50vw;
    left: -40vw;
  }
}

@media (min-width: 1280px) {
  .menu__anchor:before {
    display: none;
  }
}

.menu__anchor--item {
  display: block;
  margin-bottom: 20px;
  padding-left: 23px;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  font-family: "Karbon Medium, sans-serif";
}

@media (min-width: 768px) {
  .menu__anchor--item {
    font-size: 1.125rem;
    padding-left: 30px;
  }
}

.menu__anchor .link--anchor {
  display: inline-block;
  position: relative;
}

.menu__anchor .link--anchor:hover .label,
.menu__anchor .link--anchor:focus .label {
  border-bottom: 2px solid #ffffff;
}

.menu__anchor .link--anchor .label {
  color: #ffffff;
  line-height: 1.625rem;
  border-bottom: 2px solid transparent;
}

@media (min-width: 1280px) {
  .menu__anchor .link--anchor .label {
    line-height: 1.5625rem;
  }
}

.menu__anchor .link--anchor .icon--arrow {
  position: absolute;
  left: -35px;
  top: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.menu__anchor .link--anchor:focus,
.menu__anchor .link--anchor:hover {
  color: #ffffff;
}

.menu__anchor .link--anchor:focus .icon--arrow,
.menu__anchor .link--anchor:hover .icon--arrow {
  -webkit-transform: translate3D(0, 5px, 0);
      -ms-transform: translate3D(0, 5px, 0);
          transform: translate3D(0, 5px, 0);
}

.dropdown {
  position: relative;
  width: 100%;
}

.dropdown:focus {
  border: 2px solid #F95C18;
}

@media (min-width: 768px) {
  .dropdown {
    display: inline-block;
    width: auto;
    min-width: 500px;
  }
}

@media (min-width: 1280px) {
  .dropdown {
    min-width: auto;
    width: 327px;
    margin-left: 21px;
    margin-bottom: 35px;
  }
}

.dropdown__btn {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  padding: 11px 10px 6px;
  border: none;
  border: 2px solid transparent;
  background-color: #ffffff;
  text-align: left;
  font-family: "Karbon Medium, sans-serif";
  letter-spacing: 0.5px;
  line-height: normal;
  padding-right: 50px;
}

.dropdown__btn:focus {
  border: 2px solid #F95C18;
}

.dropdown__btn.open .icon {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

.dropdown__btn .label {
  font-family: "Karbon Semibold, sans-serif";
  font-size: 19px;
  color: #161E4D;
  pointer-events: none;
}

@media (min-width: 768px) {
  .dropdown__btn .label {
    font-size: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .dropdown__btn .label {
    font-size: 1.125rem;
  }
}

.dropdown__btn #categorie_emploi_label {
  font-family: "Karbon Semibold, sans-serif";
  font-size: 19px;
  color: #161E4D;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .dropdown__btn #categorie_emploi_label {
    font-family: "Karbon Medium, sans-serif";
    font-size: 1rem;
    letter-spacing: 0.05px;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.dropdown__btn .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 6px;
}

.dropdown .job_filter_categories {
  border-color: #F0F0F1 !important;
}

.dropdown__menu {
  display: none;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 106%;
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .dropdown__menu {
    width: 330px;
    right: 0;
    left: auto;
  }
}

@media (min-width: 1280px) {
  .dropdown__menu {
    right: auto;
    left: 0;
    width: 100%;
  }
}

.dropdown__menu.open {
  display: block;
  z-index: 200;
}

.dropdown__item {
  padding: 11px 10px 6px;
}

.dropdown__item.current-item {
  background-color: #F0F0F1;
}

.dropdown__item:hover,
.dropdown__item:focus {
  background-color: #F0F0F1;
}

.dropdown__link {
  display: block;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  color: #161E4D;
}

@media (min-width: 768px) {
  .dropdown__link {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.dropdown-jobs {
  margin-bottom: 50px;
  width: 271px;
  min-width: 271px !important;
}

@media (min-width: 1024px) {
  .dropdown-jobs {
    min-width: 327px !important;
    margin-bottom: 35px;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .dropdown-jobs {
    margin-left: 0px !important;
    margin-bottom: 35px;
    width: 327px;
  }
}

@media (min-width: 1280px) {
  .header__navigation {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }

  .header__navigation:after,
  .header__navigation:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    display: block;
    background-color: #F0F0F1;
    z-index: -1;
  }
}

.header__navigation:before {
  left: auto;
  right: 0;
}

.header__navigation:after {
  display: none;
}

.navigation__filter {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .navigation__filter-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .navigation__filter-item {
    margin-right: 35px;
  }
}

@media (min-width: 1280px) {
  .navigation__filter-item {
    margin-right: 40px;
  }
}

.navigation__filter-item:not(:last-of-type) {
  margin-bottom: 18px;
}

.navigation__filter-item.current .wrap .label {
  font-family: "Karbon Bold, sans-serif";
  border-bottom-color: #F95C18;
}

.navigation__filter-item.current .link .wrap .label {
  font-family: "Karbon Bold, sans-serif";
  border-bottom-color: #F95C18;
}

.navigation__filter .link {
  display: block;
  background: none;
  border: none;
  text-align: left;
}

@media (min-width: 768px) {
  .navigation__filter .link {
    display: inline-block;
  }
}

.navigation__filter .link .label {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.75rem;
  font-family: "Karbon Medium, sans-serif";
  border-bottom: 2px solid transparent;
}

@media (min-width: 768px) {
  .navigation__filter .link .label {
    font-size: 1.125rem;
  }
}

.navigation__filter .link:hover .label,
.navigation__filter .link:focus .label {
  border-bottom-color: #F95C18;
}

.calendar * {
  border: none !important;
}

@media (min-width: 768px) {
  .calendar {
    width: 45%;
  }
}

@media (min-width: 1280px) {
  .calendar {
    max-width: 346px;
    min-width: 324px;
    width: 30%;
  }
}

.calendar .fc {
  min-height: 385px;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
}

@media (min-width: 768px) {
  .calendar .fc {
    font-size: 1.125rem;
  }
}

.calendar .fc .fc-toolbar-title {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  color: #161E4D;
  text-transform: capitalize;
}

.calendar .fc .fc-button-primary {
  background-color: transparent;
  border: none;
  color: #F95C18;
}

.calendar .fc .fc-button-primary:hover,
.calendar .fc .fc-button-primary:focus,
.calendar .fc .fc-button-primary:not(:disabled).fc-button-active .fc-col-header-cell-cushion,
.calendar .fc .fc-button-primary:not(:disabled):active {
  background-color: #F95C18;
  color: #ffffff;
}

.calendar .fc .fc-button-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.calendar .fc .fc-daygrid-day-top {
  position: absolute;
  width: 100%;
  height: 100%;
}

.calendar .fc .fc-daygrid-day {
  padding: 5px 0;
}

.calendar .fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
  position: relative;
}

.calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #161E4D;
  font-weight: 700;
}

.calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number:before {
  content: "";
  display: block;
  border-radius: 50%;
  background: #F0F0F1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -54%);
      -ms-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
  width: 34px;
  height: 34px;
  z-index: -1;
}

.calendar .fc .fc-daygrid-day.fc-day-today.has-event .fc-daygrid-day-number {
  color: #ffffff !important;
}

.calendar .fc .fc-daygrid-day.fc-day-today.has-event .fc-daygrid-day-number:before {
  background: #F95C18 !important;
}

.calendar .fc .fc-daygrid-day-number {
  color: #18103C;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
  font-weight: 400;
  padding: 3px 4px 4px 4px;
}

.calendar .fc .fc-daygrid-day-number:focus,
.calendar .fc .fc-daygrid-day-number:hover {
  text-decoration: none !important;
}

.calendar .fc .has-event .fc-daygrid-day-number {
  color: #161E4D;
}

.calendar .fc .has-event .fc-daygrid-day-number:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #F95C18;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -54%);
      -ms-transform: translate(-50%, -54%);
          transform: translate(-50%, -54%);
  width: 34px;
  height: 34px;
  z-index: -1;
}

.calendar .fc .selected-day .fc-daygrid-day-number {
  color: #F95C18;
  font-weight: 700;
}

.calendar .fc .selected-day .fc-daygrid-day-number:before {
  border: 2px solid #F95C18;
  background-color: #fff !important;
}

.calendar .fc .fc-daygrid-day-events {
  position: relative;
}

.calendar .fc .fc-daygrid-day-events .fc-daygrid-event {
  top: 8px;
  padding: 5px 0;
  background-color: transparent !important;
}

.calendar .fc .fc-cell-shaded,
.calendar .fc .fc-day-disabled {
  background: transparent;
  display: none;
}

.text-zoom .calendar .fc-view-harness {
  height: 450px !important;
}

.social-share {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.social-share span {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.2px;
  display: inline-block;
  padding-right: 10px;
}

.social-share .social-link {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}

.social-share .social-link:hover svg {
  fill: #F95C18 !important;
}

.social-share .social-link:hover .icon-marine--stroke {
  stroke: #F95C18 !important;
}

.social-share .social-link:hover #icon-print polyline {
  stroke: #F95C18 !important;
}

.social-share .hide {
  overflow: hidden;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 8px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.social-share .social-icon {
  width: 26px;
  max-height: 26px;
  -webkit-transition: fill 0.6s ease, stroke 0.6s ease;
  transition: fill 0.6s ease, stroke 0.6s ease;
}

.social-share .social-icon #icon-print {
  stroke: #F95C18;
  fill: #F95C18;
}

.social-share .social-icon #icon-print polygon {
  stroke: #F95C18;
}

.social-share .icon-email {
  padding-top: 3px;
}

#search-box {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, z-index 0.3s ease;
  transition: opacity 0.6s ease, z-index 0.3s ease;
  visibility: hidden;
}

#search-box:focus {
  outline-color: transparent;
}

#search-box.open {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

#search-box.open .searchbox-container {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  width: 95%;
}

@media (min-width: 768px) {
  #search-box.open .searchbox-container {
    max-width: 600px;
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@media (min-width: 1280px) {
  #search-box.open .searchbox-container {
    -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
            transform: translateY(300px);
  }
}

.close-search-box {
  position: absolute;
  right: 24px;
  top: -60px;
  width: 40px;
  height: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .close-search-box {
    top: -90px;
    right: -60px;
    width: 50px;
  }
}

.btn-close-search-box {
  background: transparent;
  color: #ffffff;
  padding: 0 12px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.25rem;
  border: 2px solid #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.6s ease, color 0.6s ease;
  transition: background-color 0.6s ease, color 0.6s ease;
}

.btn-close-search-box:hover,
.btn-close-search-box:focus {
  background: #ffffff;
  color: #161E4D;
}

@media (min-width: 768px) {
  .btn-close-search-box {
    padding: 6px 16px 4px;
  }
}

.searchbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (min-width: 768px) {
  .searchbox-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
  }
}

.searchbox-container input[type=search] {
  width: calc(100% - 80px);
  height: 40px;
  padding-left: 20px;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: 2px solid #F95C18;
  border-top: 2px solid #F95C18;
  border-bottom: 2px solid #F95C18;
}

@media (min-width: 768px) {
  .searchbox-container input[type=search] {
    width: 500px;
    height: 70px;
  }
}

.searchbox-container input[type=search]::-webkit-search-cancel-button {
  display: none !important;
}

#searchButton {
  position: relative;
  left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  #searchButton {
    height: 70px;
    width: 70px;
  }
}

#searchButton .icon--search {
  width: 20px;
  height: 20px;
}

#searchButton img[role=presentation] {
  width: 20px !important;
  height: 20px !important;
}

@media (min-width: 768px) {
  #searchButton img[role=presentation] {
    width: 30px !important;
    height: 30px !important;
  }
}

#ss360-layer {
  z-index: 1;
}

.unibox__search-content.unibox__search-content--link {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .formation-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .formation-info-box .wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (min-width: 768px) {
  .formation-info-box .wrap:nth-child(1) {
    border-right: 1px solid rgba(240, 240, 241, 0.3);
  }
}

.formation-info-box .wrap:nth-child(2) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .formation-info-box .wrap:nth-child(2) {
    padding-left: 40px;
    margin-top: 0;
  }
}

.formation-info-box .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .formation-info-box .line {
    font-size: 1.125rem;
  }
}

.fancybox-container .fancybox-bg {
  background: #161E4D;
}

.fancybox-container .fancybox-is-open .fancybox-container .fancybox-bg {
  opacity: 0.8;
}

.fancybox-container .fancybox-toolbar {
  background: #ffffff;
}

.fancybox-container .fancybox-toolbar .fancybox-button {
  color: #F95C18;
  background: transparent;
}

.fancybox-container .fancybox-infobar {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.fancybox-container .fancybox-caption {
  background: #ffffff;
  font-family: "Noto Sans", sans-serif;
  color: #313131;
  font-size: 0.9375rem;
  line-height: 1.75rem;
  text-align: left;
  padding: 30px 20px;
}

@media (min-width: 1280px) {
  .fancybox-container .fancybox-caption {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
  }
}

.fancybox-container .fancybox-caption a {
  color: #313131 !important;
  padding-bottom: 2px;
  font-family: "Noto Sans", sans-serif;
  border-bottom: 2px solid #F95C18;
}

.fancybox-container .fancybox-caption a:hover {
  border-bottom-color: transparent;
  text-decoration: none !important;
}

.fancybox-container .fancybox-navigation .fancybox-button {
  background: transparent;
  height: 53px;
  width: 53px;
  padding: 0;
}

.fancybox-container .fancybox-navigation .fancybox-button[disabled],
.fancybox-container .fancybox-navigation .fancybox-button[disabled]:hover {
  opacity: 0.3;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
  left: 20px;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_left > div {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/rond-arrow-left.svg");
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
  right: 20px;
}

.fancybox-container .fancybox-navigation .fancybox-button--arrow_right > div {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/rond-arrow-right.svg");
}

.fancybox-container .fancybox-navigation svg {
  display: none;
}

.fancybox-container .fancybox-navigation div {
  height: 53px;
  width: 53px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fancybox-container .social-icon {
  --webkit-appearance: none;
  background-color: transparent;
  border: none;
}

.fancybox-container .social-icon {
  width: 26px;
  height: 26px;
  margin-right: 17px;
  position: relative;
  z-index: 1;
}

.fancybox-container .hide {
  overflow: hidden;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 8px;
  top: -3px;
  opacity: 0;
  z-index: 2;
}

.carrousel {
  overflow: hidden;
}

.carrousel .content {
  position: relative;
  width: 100%;
}

.carrousel__slide {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .carrousel__slide {
    max-width: 688px;
  }
}

@media (min-width: 1024px) {
  .carrousel__slide {
    max-width: 944px;
  }
}

@media (min-width: 1280px) {
  .carrousel__slide {
    max-width: 1200px;
    min-height: 830px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.carrousel__content {
  position: relative;
  z-index: 2;
}

.carrousel__content--right {
  height: 260px;
}

@media (min-width: 768px) {
  .carrousel__content--right {
    height: 600px;
  }
}

@media (min-width: 1280px) {
  .carrousel__content--right {
    min-width: 900px;
    height: auto;
    max-width: 900px;
    min-height: 830px;
    margin-right: -150px;
    z-index: 2;
  }
}

@media only screen and (min-width: 1440px) {
  .carrousel__content--right {
    min-width: 900px;
  }
}

.carrousel__content--left {
  min-height: 130px;
}

@media (min-width: 768px) {
  .carrousel__content--left {
    min-height: 93px;
  }
}

@media (min-width: 1280px) {
  .carrousel__content--left {
    min-width: 450px;
    max-width: 450px;
    min-height: 830px;
    z-index: 3;
  }
}

.carrousel__part {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.carrousel__part.active {
  z-index: 2;
  opacity: 1;
}

.carrousel__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 3.8s opacity ease;
  transition: 3.8s opacity ease;
}

.carrousel__text {
  width: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 1280px) {
  .carrousel__text {
    width: 450px;
    height: 515px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.carrousel .carrousel__text.active .carrousel__title {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.carrousel__title {
  width: 70%;
  max-width: 300px;
  min-height: 100px;
  position: relative;
  opacity: 0;
}

@media (min-width: 768px) {
  .carrousel__title {
    min-height: 40px;
    max-width: none;
    bottom: 0;
    width: 462px;
  }
}

@media (min-width: 1280px) {
  .carrousel__title {
    width: auto;
  }
}

.carrousel__title .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.625rem;
  line-height: 2.25rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .carrousel__title .title {
    font-size: 3.25rem;
    line-height: 2.875rem;
  }
}

@media (min-width: 1280px) {
  .carrousel__title .title {
    background-color: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 4.25rem;
    line-height: 3.75rem;
  }
}

.carrousel .btn {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .carrousel .btn {
    margin-left: 0;
  }
}

.carrousel__progress {
  position: absolute;
  z-index: 2;
  right: 24%;
  top: 20px;
  width: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .carrousel__progress {
    right: 30%;
  }
}

@media (min-width: 1024px) {
  .carrousel__progress {
    right: 49%;
  }
}

@media (min-width: 1280px) {
  .carrousel__progress {
    right: auto;
    top: auto;
    bottom: 195px;
    left: 0;
    width: 40px;
    height: 84px;
  }
}

.carrousel__progress span {
  display: block;
}

.carrousel__progress .meter {
  width: 100%;
  height: 4px;
  border-radius: 5px;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 1280px) {
  .carrousel__progress .meter {
    height: 6px;
  }
}

.carrousel__progress .meter.active .progress {
  -webkit-transform: translate3D(0, -50%, 0);
      -ms-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}

.carrousel__progress .meter:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3D(0, -50%, 0);
      -ms-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  border-radius: 5px;
  background: #161E4D;
}

@media (min-width: 1280px) {
  .carrousel__progress .meter:before {
    height: 6px;
    width: 6px;
  }
}

.carrousel__progress .meter .progress {
  width: 20px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3D(-20px, -50%, 0);
      -ms-transform: translate3D(-20px, -50%, 0);
          transform: translate3D(-20px, -50%, 0);
  background: #161E4D;
  -webkit-transition: -webkit-transform ease-out;
  transition: -webkit-transform ease-out;
  transition: transform ease-out;
  transition: transform ease-out, -webkit-transform ease-out;
}

@media (min-width: 1280px) {
  .carrousel__progress .meter .progress {
    width: 40px;
    height: 6px;
    -webkit-transform: translate3D(-50px, -50%, 0);
        -ms-transform: translate3D(-50px, -50%, 0);
            transform: translate3D(-50px, -50%, 0);
  }
}

.carrousel__illustration {
  position: absolute;
  z-index: 1;
}

.carrousel__illustration-sm {
  width: 80px;
  right: 0;
  top: 0;
  overflow: hidden;
}

.carrousel__illustration-sm img {
  position: relative;
  top: -90px;
  right: -60px;
}

.carrousel__illustration-md {
  top: 0;
  left: -40px;
  width: auto;
  width: 200px;
}

.carrousel__illustration-md img {
  position: relative;
  left: -18px;
}

@media (min-width: 1280px) {
  .carrousel__illustration-md {
    width: 200px;
    left: 283px;
    top: 15px;
  }

  .carrousel__illustration-md img {
    left: 90px;
  }
}

.carrousel__banner {
  position: relative;
  z-index: 10;
}

@media (min-width: 1280px) {
  .carrousel__banner {
    margin-left: auto;
  }
}

.carrousel__banner:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: transparent;
  z-index: -1;
}

.carrousel__banner:before {
  display: none;
}

@media (min-width: 768px) {
  .carrousel__banner:before {
    display: block;
    width: 50vw;
    left: -40vw;
  }
}

.carrousel__banner-link {
  display: block;
  position: relative;
  max-width: 723px;
  z-index: 10;
}

@media (min-width: 1280px) {
  .carrousel__banner-link {
    margin-top: -60px;
  }
}

.carrousel__banner-link img {
  display: block;
}

.text-zoom-1-5 .carrousel .carrousel__text,
.text-zoom-1-6875 .carrousel .carrousel__text,
.text-zoom-2 .carrousel .carrousel__text {
  width: 1000px;
}

.featured-post {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .featured-post {
    margin-top: 100px;
    margin-bottom: 80px;
    overflow: visible;
  }
}

@media (min-width: 1280px) {
  .featured-post {
    margin-top: 160px;
    margin-bottom: 165px;
  }
}

.featured-post__head {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .featured-post__head {
    left: 0;
  }
}

@media (min-width: 1280px) {
  .featured-post__head {
    position: relative;
  }
}

@media (min-width: 1280px) {
  .featured-post__nav {
    position: relative;
    bottom: -40px;
  }
}

.featured-post__title {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .featured-post__title {
    padding-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .featured-post__title {
    position: relative;
    bottom: -40px;
    max-width: 290px;
  }
}

.featured-post__nav button {
  padding-bottom: 0;
}

.featured-post__nav button.current:before {
  opacity: 1;
  bottom: -8px;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

@media (min-width: 768px) {
  .featured-post__nav button.current:before {
    bottom: -5px;
  }
}

.featured-post__thumbs {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding-top: 100px;
  display: none;
  max-width: 220px;
}

.featured-post__thumbs.active {
  display: block;
  position: relative;
  opacity: 1;
  z-index: 2;
  width: 100%;
}

@media (min-width: 768px) {
  .featured-post__thumbs.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .featured-post__thumbs {
    padding-top: 10px;
    overflow: visible;
    max-width: 572px;
  }
}

@media (min-width: 1024px) {
  .featured-post__thumbs {
    max-width: 798px;
  }
}

@media (min-width: 1280px) {
  .featured-post__thumbs {
    max-width: 998px;
  }
}

.featured-post__thumb {
  position: relative;
  display: block;
  width: 220px;
  z-index: 2;
}

.featured-post__thumb:focus > div .thumb__overlay,
.featured-post__thumb:hover > div .thumb__overlay {
  opacity: 0.4;
}

.featured-post__thumb:focus > div .icon--arrow,
.featured-post__thumb:hover > div .icon--arrow {
  stroke: #161E4D;
  -webkit-transform: translate3D(5px, 0, 0);
      -ms-transform: translate3D(5px, 0, 0);
          transform: translate3D(5px, 0, 0);
}

@media (min-width: 768px) {
  .featured-post__thumb {
    max-width: none;
    width: 177px;
    min-width: 177px;
  }
}

@media (min-width: 1024px) {
  .featured-post__thumb {
    width: 236px;
  }
}

@media (min-width: 1280px) {
  .featured-post__thumb {
    width: 286px;
  }
}

.featured-post__thumb:nth-child(1) {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .featured-post__thumb:nth-child(1) {
    margin-top: 50px;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .featured-post__thumb:nth-child(1) {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  .featured-post__thumb:nth-child(1) {
    margin-top: 70px;
  }
}

.featured-post__thumb:nth-child(2) {
  margin-top: 20px;
  display: none;
}

@media (min-width: 768px) {
  .featured-post__thumb:nth-child(2) {
    display: block;
    width: 216px;
    margin-top: 70px;
  }
}

@media (min-width: 1024px) {
  .featured-post__thumb:nth-child(2) {
    width: 326px;
    margin-top: 80px;
  }
}

@media (min-width: 1280px) {
  .featured-post__thumb:nth-child(2) {
    width: 426px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .featured-post__thumb:nth-child(2) .featured-post__image {
    height: 216px;
  }
}

@media (min-width: 1024px) {
  .featured-post__thumb:nth-child(2) .featured-post__image {
    height: 326px;
  }
}

@media (min-width: 1280px) {
  .featured-post__thumb:nth-child(2) .featured-post__image {
    height: 426px;
  }
}

.featured-post__thumb:nth-child(3) {
  display: none;
}

@media (min-width: 768px) {
  .featured-post__thumb:nth-child(3) {
    margin-top: 50px;
    display: block;
  }
}

@media (min-width: 1024px) {
  .featured-post__thumb:nth-child(3) {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  .featured-post__thumb:nth-child(3) {
    margin-top: 140px;
  }
}

.featured-post__thumb:nth-child(3) .featured-post__content {
  padding-left: 20px !important;
}

.featured-post__image {
  position: relative;
  width: 100%;
  height: 200px;
  width: 200px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .featured-post__image {
    height: 177px;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .featured-post__image {
    height: 236px;
  }
}

@media (min-width: 1280px) {
  .featured-post__image {
    height: 286px;
  }
}

.featured-post__image--image {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.featured-post__content {
  position: relative;
  z-index: 1;
}

.featured-post__content .icon--arrow {
  width: 18px;
  height: 12px;
  margin-bottom: -3px;
  margin-left: 10px;
}

.featured-post__content:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.featured-post__show-all {
  position: absolute;
  left: 100px;
  top: 75px;
  z-index: 1;
  width: 225px;
}

@media only screen and (min-width: 375px) {
  .featured-post__show-all {
    left: 150px;
  }
}

@media (min-width: 768px) {
  .featured-post__show-all {
    left: auto;
    position: absolute;
    width: 225px;
    right: -38px;
    top: 50px;
    z-index: 1;
  }
}

@media (min-width: 1280px) {
  .featured-post__show-all {
    width: 321px;
    right: 0;
    top: 100px;
  }
}

.featured-post__show-all .wrapper {
  position: relative;
}

.featured-post__show-all a {
  position: absolute;
  top: 65px;
  left: 130px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media only screen and (min-width: 375px) {
  .featured-post__show-all a {
    left: 100px;
  }
}

@media (min-width: 768px) {
  .featured-post__show-all a {
    left: 90px;
  }
}

@media (min-width: 1280px) {
  .featured-post__show-all a {
    top: 106px;
    left: 170px;
  }
}

.featured-post__show-all a.active {
  opacity: 1;
  z-index: 1;
}

.featured-post__show-all a:hover .icon--arrow {
  -webkit-transform: translate3D(5px, 0, 0);
      -ms-transform: translate3D(5px, 0, 0);
          transform: translate3D(5px, 0, 0);
}

.featured-post__show-all a .icon--arrow {
  margin-left: 0;
  margin-top: 10px;
}

@media (min-width: 1280px) {
  .page-template-biblio-home .featured-post__title,
  .page-template-formation-home .featured-post__title {
    bottom: -80px;
  }
}

.page-template-biblio-home .featured-post__show-all .cta,
.page-template-formation-home .featured-post__show-all .cta {
  left: 100px;
  max-width: 100px;
}

@media (min-width: 768px) {
  .page-template-biblio-home .featured-post__show-all .cta,
  .page-template-formation-home .featured-post__show-all .cta {
    left: 90px;
  }
}

@media (min-width: 1280px) {
  .page-template-biblio-home .featured-post__show-all .cta,
  .page-template-formation-home .featured-post__show-all .cta {
    left: 180px;
  }
}

@media (min-width: 1280px) {
  .text-zoom-1-5 .featured-post .featured-post__title,
  .text-zoom-1-6875 .featured-post .featured-post__title,
  .text-zoom-2 .featured-post .featured-post__title {
    max-width: 500px;
  }

  .text-zoom-1-5 .featured-post .featured-post__show-all img,
  .text-zoom-1-6875 .featured-post .featured-post__show-all img,
  .text-zoom-2 .featured-post .featured-post__show-all img {
    margin-left: 45px;
  }

  .text-zoom-1-5 .featured-post .featured-post__show-all .cta,
  .text-zoom-1-6875 .featured-post .featured-post__show-all .cta,
  .text-zoom-2 .featured-post .featured-post__show-all .cta {
    max-width: 200px;
    top: 80px;
    left: 150px;
  }
}

@media (min-width: 768px) {
  .block-grid .grid-sizer,
  .block-grid .post {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .block-grid .grid-sizer,
  .block-grid .post {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .block-grid .grid-sizer,
  .block-grid .post {
    width: 30%;
  }
}

.block-grid.has-banner .banner-row {
  display: block;
}

@media (min-width: 1280px) {
  .block-grid.has-banner .banner-row {
    position: relative;
    z-index: 10;
  }
}

.block-grid.has-banner .banner-row .grid__banner--content {
  overflow: hidden;
}

.block-grid.has-banner .banner-row .grid__banner--content a {
  display: block;
}

@media (min-width: 1280px) {
  .block-grid.has-banner .banner-row .grid__banner--content a {
    max-height: 233px;
  }
}

.block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__tablet {
  display: none;
}

.block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__desktop {
  display: none;
}

@media (min-width: 768px) {
  .block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__mobile {
    display: none;
  }

  .block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__mobile {
    display: none;
  }

  .block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__tablet {
    display: none;
  }

  .block-grid.has-banner .banner-row .grid__banner--content a .imgbanner__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block-grid .calendar {
  width: 100%;
  min-height: 400px;
  max-height: 450px;
}

@media (min-width: 768px) {
  .block-grid .calendar {
    width: 45%;
    min-width: 324px;
    margin-right: 40px;
    position: relative;
  }
}

@media (min-width: 1280px) {
  .block-grid .calendar {
    margin-right: 0;
    margin-top: 0;
  }
}

.block-grid .calendar .fc-scroller {
  overflow: visible !important;
}

@media (min-width: 1280px) {
  .grid__banner {
    padding-left: 30px;
  }
}

.grid__banner--content {
  width: 100%;
}

.grid__content {
  position: relative;
}

.grid__posts {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.grid__posts--programme {
  position: absolute;
  width: 100%;
  z-index: -1;
}

.grid__posts.show {
  position: relative;
  opacity: 1;
  z-index: 1;
  width: 100%;
}

@media (min-width: 1024px) {
  .page-programme .block-grid {
    max-width: 708px;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-evenement .grid__title {
    top: -65px;
  }
}

@media (min-width: 768px) {
  .page-template-calendrier-evenement .grid__title.outside {
    width: 324px;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .page-template-calendrier-evenement .grid__title.outside {
    width: 450px;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-evenement .grid__title.outside {
    width: 775px;
  }
}

@media (min-width: 768px) {
  .page-template-calendrier-evenement .thumb.post:nth-child(2) {
    margin-top: -400px;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-evenement .thumb.post:nth-child(2),
  .page-template-calendrier-evenement .thumb.post:nth-child(3) {
    margin-top: -400px;
  }
}

@media (min-width: 768px) {
  .page-template-calendrier-evenement .block-grid.has-banner .grid__title {
    max-width: none;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-evenement .block-grid.has-banner .grid__title {
    width: 775px;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-evenement .block-grid.has-banner .calendar {
    margin-top: -240px;
  }

  .page-template-calendrier-evenement .block-grid.has-banner .thumb.post:nth-child(2),
  .page-template-calendrier-evenement .block-grid.has-banner .thumb.post:nth-child(3) {
    margin-top: -180px;
  }
}

@media (min-width: 768px) {
  .page-template-calendrier-nouvelle .block-grid .grid__title {
    position: relative;
    right: auto;
    top: 0;
    left: 0;
    width: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-nouvelle .block-grid .grid__title {
    margin-bottom: 0px;
    left: 0px;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-nouvelle .block-grid.has-banner .banner-row {
    right: 0;
    top: 0;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-nouvelle .block-grid.has-banner .thumb.post:nth-child(1) {
    margin-top: -230px;
  }

  .page-template-calendrier-nouvelle .block-grid.has-banner .thumb.post:nth-child(2),
  .page-template-calendrier-nouvelle .block-grid.has-banner .thumb.post:nth-child(3) {
    margin-top: -100px;
  }
}

@media (min-width: 768px) {
  .page-template-calendrier-nouvelle .block-grid.has-banner .grid__title {
    position: relative;
    right: auto;
    top: 0;
    left: 0px;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-nouvelle .block-grid.has-banner .grid__title {
    position: relative;
    top: -245px;
    left: 0px;
    max-width: 330px;
  }
}

@media (min-width: 1280px) {
  .page-template-calendrier-nouvelle .block-grid.has-banner .grid__posts {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .page-template-calendrier-nouvelle .block-grid.has-banner .grid__posts .thumb.post:nth-child(4),
  .page-template-calendrier-nouvelle .block-grid.has-banner .grid__posts .thumb.post:nth-child(5) {
    margin-top: 0;
  }
}

.grid--social {
  position: relative;
}

.grid--social__background {
  height: 100%;
  width: 76%;
  position: absolute;
  right: 0;
  top: 0;
}

.grid--social__background:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

.grid--social__background:after {
  display: none;
}

@media (min-width: 768px) {
  .grid--social__background {
    max-width: none;
    width: 75%;
  }

  .grid--social__background:after {
    display: block;
    width: 20vw;
    right: -20vw;
  }
}

.grid--social__thumb--container {
  position: relative;
  overflow: hidden;
}

.grid--social__thumb--container:first-of-type {
  width: 73vw;
  height: 73vw;
  margin-right: 3vw;
}

@media (min-width: 768px) {
  .grid--social__thumb--container:first-of-type {
    width: 222px;
    height: 222px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .grid--social__thumb--container:first-of-type {
    width: 307px;
    height: 307px;
  }
}

@media (min-width: 1280px) {
  .grid--social__thumb--container:first-of-type {
    width: 393px;
    height: 393px;
    max-width: none;
    max-height: none;
    margin-right: 10px;
  }
}

.grid--social__thumb--container:last-of-type {
  width: 25.2vw;
  height: 73vw;
}

@media (min-width: 768px) {
  .grid--social__thumb--container:last-of-type {
    width: 106px;
    height: 222px;
  }
}

@media (min-width: 1024px) {
  .grid--social__thumb--container:last-of-type {
    width: 149px;
    height: 307px;
  }
}

@media (min-width: 1280px) {
  .grid--social__thumb--container:last-of-type {
    width: 192px;
    height: 392px;
    max-width: none;
    max-height: none;
  }
}

.grid--social__thumb--container .thumb--lg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.grid--social__thumb--container .thumb--sm {
  height: 30.8%;
  background-size: cover;
}

.grid--social__thumb--container .thumb--sm:not(:last-of-type) {
  margin-bottom: 3vw;
}

@media (min-width: 768px) {
  .grid--social__thumb--container .thumb--sm {
    height: 106px;
  }

  .grid--social__thumb--container .thumb--sm:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .grid--social__thumb--container .thumb--sm {
    height: 149px;
  }
}

@media (min-width: 1280px) {
  .grid--social__thumb--container .thumb--sm {
    height: 192px;
  }

  .grid--social__thumb--container .thumb--sm:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.grid--social__thumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #161E4D;
}

.grid--social__thumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(22, 30, 77, 0.8);
  z-index: 1;
}

.grid--social__thumb:focus {
  border: 3px solid #F95C18;
}

.grid--social__thumb:before {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (min-width: 1280px) {
  .grid--social__thumb:hover:before,
  .grid--social__thumb:hover .count,
  .grid--social__thumb:hover .text,
  .grid--social__thumb:focus:before,
  .grid--social__thumb:focus .count,
  .grid--social__thumb:focus .text {
    opacity: 1;
  }
}

.grid--social .text {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.grid--social .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.grid--social .count .icon-heart {
  width: 22px;
  height: 23px;
}

.grid--social .count .number {
  padding-top: 3px;
  margin-left: 12px;
}

.grid--social .thumb--sm .count {
  left: 20px;
  bottom: 20px;
}

.grid--social .icon--social {
  width: 26px;
  height: 26px;
}

.mosaic__grid {
  opacity: 0;
}

.mosaic__grid.show {
  opacity: 1;
}

.mosaic__grid--featured {
  min-height: 362px;
}

@media (min-width: 768px) {
  .mosaic__grid--featured {
    min-height: 462px;
  }
}

.mosaic__grid--row {
  min-height: 262px;
}

@media (min-width: 576px) {
  .mosaic__grid--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 262px;
  }
}

@media (min-width: 1024px) {
  .mosaic__grid--row {
    height: 367px;
  }
}

@media (min-width: 1280px) {
  .mosaic__grid--row {
    height: 367px;
  }
}

@media (min-width: 576px) {
  .mosaic__grid--row:nth-child(odd) .mosaic__thumb:first-of-type {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .mosaic__grid--row:nth-child(odd) .mosaic__thumb:first-of-type {
    width: 275px;
  }
}

@media (min-width: 1024px) {
  .mosaic__grid--row:nth-child(odd) .mosaic__thumb:first-of-type {
    width: 389px;
  }
}

@media (min-width: 576px) {
  .mosaic__grid--row:nth-child(odd) .mosaic__thumb:last-of-type {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .mosaic__grid--row:nth-child(odd) .mosaic__thumb:last-of-type {
    width: 393px;
  }
}

@media (min-width: 1024px) {
  .mosaic__grid--row:nth-child(odd) .mosaic__thumb:last-of-type {
    width: 551px;
  }
}

@media (min-width: 576px) {
  .mosaic__grid--row .mosaic__thumb:first-of-type {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .mosaic__grid--row .mosaic__thumb:first-of-type {
    width: 393px;
  }
}

@media (min-width: 1024px) {
  .mosaic__grid--row .mosaic__thumb:first-of-type {
    width: 551px;
  }
}

@media (min-width: 576px) {
  .mosaic__grid--row .mosaic__thumb:last-of-type {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .mosaic__grid--row .mosaic__thumb:last-of-type {
    width: 275px;
  }
}

@media (min-width: 1024px) {
  .mosaic__grid--row .mosaic__thumb:last-of-type {
    width: 389px;
  }
}

.mosaic__thumb {
  position: relative;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.mosaic__thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mosaic__thumb--desc {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px 10px;
  -webkit-transform: translate(-1px, 1px);
      -ms-transform: translate(-1px, 1px);
          transform: translate(-1px, 1px);
  max-width: 90%;
}

.mosaic__thumb--desc span {
  font-size: 0.9375rem;
}

.mosaic__thumb:hover .thumb__overlay,
.mosaic__thumb:focus .thumb__overlay {
  opacity: 0.4;
}

.mosaic__thumb .comp__circle {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordeons #accord_vos-qualifications {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .accordeons #accord_vos-qualifications {
    padding-top: 30px;
  }
}

@media (min-width: 1024px) {
  .accordeons #accord_vos-qualifications {
    padding-top: 10px;
  }
}

.accordeons #accord_vos-principaux-defis {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .accordeons #accord_vos-principaux-defis {
    padding-top: 55px;
    border-top: 1px solid #000000;
  }
}

@media (min-width: 1024px) {
  .accordeons #accord_vos-principaux-defis {
    padding-top: 40px;
  }
}

.accordeons .accordeon span#vos-principaux-defis {
  display: block;
}

.accordeons .accordeon span#vos-qualifications {
  display: block;
}

.accordeons .accordeon:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.accordeons .accordeon:last-of-type .accordeon__panel {
  padding-bottom: 0 !important;
}

.accordeons .accordeon.open .accordeon__title:after {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/collapse.svg");
  background-size: 21px 2px;
  width: 21px;
  height: 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordeons .accordeon.open .accordeon__excerpt {
  display: none;
}

.accordeons .accordeon.open .accordeon__text {
  display: block;
}

.accordeons .accordeon__header {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.accordeons .accordeon__panel.open .accordeon__excerpt,
.accordeons .accordeon__panel-sub.open .accordeon__excerpt {
  display: none;
}

.accordeons .accordeon__panel.open .accordeon__text,
.accordeons .accordeon__panel-sub.open .accordeon__text {
  display: block;
}

.accordeons .accordeon__title {
  display: block;
  position: relative;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
}

.accordeons .accordeon__title::-moz-focus-inner {
  border: 0;
}

.accordeons .accordeon__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/expand.svg");
}

@media (min-width: 1280px) {
  .accordeons .accordeon__title:after {
    top: 15px;
  }
}

.accordeons .accordeon__excerpt:after {
  content: "...";
  display: inline-block;
}

.accordeons .accordeon__vos-principaux-defis::after {
  content: none;
}

.accordeons .accordeon__vos-qualifications::after {
  content: none;
}

.accordeons .accordeon__text {
  display: none;
}

.accordeons-sub .accordeon-sub:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(22, 30, 77, 0.15);
}

.accordeons-sub .accordeon-sub:last-of-type .accordeon__panel {
  padding-bottom: 0 !important;
}

.accordeons-sub .accordeon-sub.open .accordeon-sub__title:after {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/collapse-marine.svg");
  background-size: 12px 2px;
  width: 12px;
  height: 2px;
  top: 8px;
}

.accordeons-sub .accordeon-sub.open .accordeon-sub__text {
  display: block;
}

.accordeons-sub .accordeon-sub__header {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0;
}

.accordeons-sub .accordeon-sub__panel.open .accordeon__text,
.accordeons-sub .accordeon-sub__panel-sub.open .accordeon__text {
  display: block;
}

.accordeons-sub .accordeon-sub__text {
  display: none;
}

.accordeons-sub .accordeon-sub__title {
  display: block;
  position: relative;
  width: 100%;
  outline: none;
  background: none;
  border: none;
  text-align: left;
}

.accordeons-sub .accordeon-sub__title::-moz-focus-inner {
  border: 0;
}

.accordeons-sub .accordeon-sub__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  background-size: 12px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/expand-marine.svg");
}

.accordeons .accordeon__header {
  margin-bottom: 25px !important;
}

@media (min-width: 1280px) {
  .text-image-link .content,
  .text-image .content {
    max-width: 750px;
  }
}

@media (min-width: 768px) {
  .text-image-link .text,
  .text-image .text {
    display: block;
    min-height: 310px;
  }
}

.text-image-link .link,
.text-image .link {
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: none !important;
  z-index: 999 !important;
}

@media (min-width: 768px) {
  .text-image-link .link,
  .text-image .link {
    max-width: none;
    width: 275px;
    height: 255px;
    float: right;
    shape-outside: inset(60px 0 0 0);
    margin-top: 60px;
  }
}

@media (min-width: 1280px) {
  .text-image-link .link,
  .text-image .link {
    width: 306px;
    height: 286px;
  }
}

.text-image-link .link img,
.text-image .link img {
  padding-right: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-image-link .link .btn,
.text-image .link .btn {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.text-image-link .link .btn:before,
.text-image .link .btn:before {
  display: none;
}

.text-image-link .link .btn .label,
.text-image .link .btn .label {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .text-image .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.text-image .image {
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .text-image .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    max-width: 235px;
    margin-left: 20px;
  }
}

@media (min-width: 1280px) {
  .text-image .image {
    margin-left: 40px;
    max-width: 255px;
  }
}

@media (min-width: 1024px) {
  .banner-text .image {
    width: 100%;
  }
}

.banner-text .image,
.banner-text .small-text {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .banner-text .image,
  .banner-text .small-text {
    padding-right: 60px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .banner-text .image,
  .banner-text .small-text {
    max-width: 785px;
  }
}

@media (min-width: 1280px) {
  .banner-text .image,
  .banner-text .small-text {
    margin-left: 0;
    max-width: none;
    padding-right: 0;
  }
}

.banner-text .align-right.image {
  padding-left: 20px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .banner-text .align-right.image {
    padding-left: 60px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .banner-text .align-right.image {
    max-width: 785px;
  }
}

@media (min-width: 1280px) {
  .banner-text .align-right.image {
    margin-left: 0;
    max-width: none;
    padding-left: 0;
  }
}

.banner-text:last-of-type .text {
  border: none;
}

@media (min-width: 768px) {
  .banner-text .small-text-ctn {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-text .small-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .banner-text .small-text {
    width: 460px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .banner-text .text,
  .banner-text .wrapper {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .banner-text .text,
  .banner-text .wrapper {
    max-width: 785px;
  }
}

@media (min-width: 1280px) {
  .banner-text .text,
  .banner-text .wrapper {
    max-width: 570px;
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .banner-text-image {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .banner-text-image {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .banner-text-image .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .banner-text-image .content {
    max-width: 785px;
  }
}

@media (min-width: 1280px) {
  .banner-text-image .content {
    max-width: 753px;
  }
}

.banner-text-image .image {
  overflow: hidden;
  margin-bottom: -5px;
}

@media (min-width: 768px) {
  .banner-text-image .image {
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
    width: 236px;
  }
}

@media (min-width: 1024px) {
  .banner-text-image .image {
    width: 256px;
  }
}

@media (min-width: 1280px) {
  .banner-text-image .image {
    width: 265px;
  }
}

.banner-text-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-text-image .text {
  position: relative;
}

@media (min-width: 768px) {
  .banner-text-image .text {
    width: 492px;
  }
}

@media (min-width: 1024px) {
  .banner-text-image .text {
    width: 600px;
  }
}

@media (min-width: 1280px) {
  .banner-text-image .text {
    width: 490px;
  }
}

.banner-text-image .text a {
  color: #ffffff;
}

.banner-text-image .text .btn.btn--primary {
  margin-bottom: 0;
}

.banner-text-image .text li:after {
  background: transparent;
}

.list-two-cols h2,
.list-two-cols h3 {
  margin-bottom: 20px;
}

.list-two-cols .lists ul {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .list-two-cols .lists ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.list-two-cols .lists a.btn {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .list-two-cols .lists a.btn {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .flexible.header .banner-link {
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  .flexible.header .banner-link {
    padding-left: 10px;
    max-width: 765px;
  }
}

.flexible.header .text {
  padding-bottom: 30px;
}

.flexible.header .pad {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .flexible.header .pad {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .flexible.header .pad {
    max-width: 785px;
  }
}

@media (min-width: 1280px) {
  .flexible.header .pad {
    max-width: 100%;
    max-width: 640px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .flexible.table .content {
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .flexible.table .content {
    margin-left: 0;
  }
}

.flexible.table .cell {
  border-top: 1px solid rgba(22, 30, 77, 0.15);
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .flexible.table .cell {
    padding-left: 0;
    border-right: 1px solid rgba(22, 30, 77, 0.15);
  }
}

.flexible.table .cell:first-of-type {
  border-top: none;
}

@media (min-width: 768px) {
  .flexible.table .cell:first-of-type {
    border-top: 1px solid rgba(22, 30, 77, 0.15);
  }
}

.flexible.table .cell:last-of-type {
  border-right: none;
}

@media (min-width: 768px) {
  .flexible.table .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    margin-right: 0;
  }
}

.flexible.table .row--title {
  display: none;
}

@media (min-width: 768px) {
  .flexible.table .row--title .cell {
    position: relative;
    border-top: none;
  }

  .flexible.table .row--title .cell:not(:first-of-type) {
    padding-left: 20px;
  }

  .flexible.table .row--title .cell:not(:last-of-type) {
    padding-right: 20px;
    border-right: 1px solid rgba(22, 30, 77, 0.15);
  }
}

.flexible.table .row--title .cell span {
  display: block;
}

@media (min-width: 768px) {
  .flexible.table .row--title .cell span {
    position: relative;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.flexible.table .row--content {
  border-top: 1px solid rgba(22, 30, 77, 0.15);
}

@media (min-width: 768px) {
  .flexible.table .row--content {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .flexible.table .row--content:first-of-type {
    border-top: 1px solid rgba(22, 30, 77, 0.15);
  }
}

.flexible.table .row--content .cell {
  padding-top: 20px;
  padding-bottom: 20px;
}

.flexible.table .row--content .cell:not(:first-of-type) {
  display: none;
}

.flexible.table .row--content .cell:not(:first-of-type) .screen-reader-only {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .flexible.table .row--content .cell:not(:first-of-type) {
    display: block;
  }

  .flexible.table .row--content .cell:not(:first-of-type) {
    padding-left: 20px;
  }

  .flexible.table .row--content .cell:not(:last-of-type) {
    padding-right: 20px;
    border-right: 1px solid rgba(22, 30, 77, 0.15);
  }
}

.flexible.table .row--content .wysiwyg h1,
.flexible.table .row--content .wysiwyg h2,
.flexible.table .row--content .wysiwyg h3,
.flexible.table .row--content .wysiwyg h4,
.flexible.table .row--content .wysiwyg h5 {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.flexible.table .row--content .wysiwyg .mini-title {
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  font-weight: 700;
}

.flexible.table .row--content .wysiwyg p {
  display: inline-block;
}

@media (min-width: 768px) {
  .flexible.table .row--content,
  .flexible.table .row--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.flexible.table .text.content {
  border-top: 1px solid #000000;
}

.flexible.table .text.content:not(:last-of-type) {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .flexible.table .text.content:not(:last-of-type) {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .flexible.table .border,
  .flexible.table .btn-container {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .flexible.table .border,
  .flexible.table .btn-container {
    max-width: 785px;
  }
}

@media (min-width: 768px) {
  .page-template-trouver-votre-programme .layout .content__content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-trouver-votre-programme .layout .content__content {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .page-template-trouver-votre-programme .formation__group {
    background: #ffffff;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .page-template-trouver-votre-programme .formation__group {
    padding-left: 10px;
    padding-right: 0;
  }
}

.page-template-pourquoi-choisir-le-cegep .page__intro {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-pourquoi-choisir-le-cegep .block {
  position: relative;
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block .content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 42.8125vw;
  }
}

@media (min-width: 768px) {
  .page-template-pourquoi-choisir-le-cegep .block__image {
    width: calc(100% - 40px);
  }
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block__image {
    max-width: 950px;
    width: 49.4791666667vw;
    height: 43.75vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block__image img {
    width: 100%;
  }
}

.page-template-pourquoi-choisir-le-cegep .block:nth-child(even) .block__image {
  margin-left: auto;
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block:nth-child(even) .block__image {
    right: 0;
  }
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block:nth-child(even) .block__text {
    margin-left: 0;
  }
}

.page-template-pourquoi-choisir-le-cegep .block:nth-child(odd) .block__image {
  margin-right: auto;
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block:nth-child(odd) .block__image {
    left: 0;
  }
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block:nth-child(odd) .block__text {
    margin-right: 0;
    margin-left: auto;
  }
}

.page-template-pourquoi-choisir-le-cegep .block__text {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block__text {
    max-width: 488px;
  }
}

.page-template-pourquoi-choisir-le-cegep .block ol,
.page-template-pourquoi-choisir-le-cegep .block ul {
  margin-bottom: 20px;
  padding-left: 10px;
}

@media (min-width: 1280px) {
  .page-template-pourquoi-choisir-le-cegep .block a.btn {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .text-zoom-1-3125 .page-template-pourquoi-choisir-le-cegep .content,
  .text-zoom-1-5 .page-template-pourquoi-choisir-le-cegep .content,
  .text-zoom-1-6875 .page-template-pourquoi-choisir-le-cegep .content,
  .text-zoom-2 .page-template-pourquoi-choisir-le-cegep .content {
    height: auto;
  }
}

.page-template-plan-de-quartier .page__intro {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-plan-de-quartier #map-container {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #313131;
  cursor: -webkit-grab;
  cursor: grab;
}

@media (min-width: 768px) {
  .page-template-plan-de-quartier #map-container {
    height: 450px;
  }
}

@media (min-width: 1280px) {
  .page-template-plan-de-quartier #map-container {
    height: 600px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-plan-de-quartier #map {
  max-width: none;
}

.page-template-plan-de-quartier .controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.page-template-plan-de-quartier .controls button {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.15);
}

.page-template-plan-de-quartier .controls button span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #161E4D;
  border-radius: 2px;
}

.page-template-plan-de-quartier .controls button span:nth-child(1) {
  width: 20px;
  height: 3px;
}

.page-template-plan-de-quartier .controls button span:nth-child(2) {
  height: 20px;
  width: 3px;
}

.page-template-plan-de-quartier .addresses .item__adress {
  padding-right: 5px;
}

.page-template-plan-de-quartier .addresses .link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-template-plan-de-quartier .addresses .icon--social {
  width: 26px;
  height: 26px;
}

@media (min-width: 768px) {
  .page-template-plan-de-quartier .addresses .icon--social {
    width: 36px;
  }
}

.text-zoom .page-template-type-de-programmes .formation__group h2,
.text-zoom .page-template-type-de-programmes .formation__group h3,
.text-zoom .page-template-type-de-programmes .formation__content h2,
.text-zoom .page-template-type-de-programmes .formation__content h3 {
  word-break: break-all;
}

.text-zoom.text-zoom-1-3125 .page-template-photo-video .albums .thumb {
  padding: 1rem !important;
  min-height: 450px;
  height: auto;
}

.text-zoom.text-zoom-1-3125 .page-template-photo-video .albums .square__title {
  word-break: break-all;
}

.text-zoom-1-3125 .page-template-photo-video .albums .thumb,
.text-zoom-1-5 .page-template-photo-video .albums .thumb,
.text-zoom-1-6875 .page-template-photo-video .albums .thumb,
.text-zoom-2 .page-template-photo-video .albums .thumb {
  padding: 1rem !important;
  min-height: 450px;
  height: auto;
}

.text-zoom-1-3125 .page-template-photo-video .albums .square__title,
.text-zoom-1-5 .page-template-photo-video .albums .square__title,
.text-zoom-1-6875 .page-template-photo-video .albums .square__title,
.text-zoom-2 .page-template-photo-video .albums .square__title {
  word-break: break-all;
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .header--programmes {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .header--programmes__links,
  .page-programme.layout-twoCols .header--programmes .site-navigation {
    width: 387px;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .header--programmes .illustration--menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .header--programmes .header--programmes__hero {
    display: none;
  }
}

.page-programme.layout-twoCols .main-wrap {
  min-height: 100vh;
}

@media (min-width: 768px) {
  .page-programme.layout-twoCols .main-wrap {
    min-height: 85vh;
  }
}

@media (min-width: 1024px) {
  .page-programme.layout-twoCols .main-wrap {
    min-height: 120vh;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .main-wrap {
    min-height: auto;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .main-wrap .main-wrap {
    width: 754px;
  }
}

.page-programme.layout-twoCols .main-wrap .header--programmes__hero {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .main-wrap .header--programmes__hero {
    display: block;
    width: 1000px;
    overflow: visible;
    height: 375px;
    left: 0;
    right: auto;
    position: relative;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .main-wrap .header--programmes__hero .background {
    left: 0;
    background-position-x: center;
    z-index: 2;
  }
}

.page-programme.layout-twoCols .main-wrap .header--programmes__hero .title {
  width: auto;
  max-width: 700px;
  margin-right: 0;
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .main-wrap .illustration--hero {
    position: absolute;
    z-index: 1;
    top: auto;
    width: 180px;
    right: -50px;
    bottom: -60px;
    width: 180px;
  }
}

.page-programme.layout-twoCols .main-wrap .illustration--hero img {
  position: relative;
  right: -25px;
  top: -15px;
}

@media (min-width: 768px) {
  .page-programme.layout-twoCols .main-wrap .illustration--hero img {
    right: 0;
    top: 0;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .main-wrap .page-title {
    padding-left: 0;
    max-width: 756px;
  }
}

@media (min-width: 1024px) {
  .page-programme.layout-twoCols .main-wrap .page-title .content {
    max-width: 570px;
  }
}

@media (min-width: 1280px) {
  .page-programme.layout-twoCols .main-wrap .flexible {
    margin-left: 50px;
    max-width: 762px;
  }
}

.page-template-programmes-avec-profils .page-intro .text h1,
.page-template-programmes-avec-profils .page-intro .text h2,
.page-template-programmes-avec-profils .page-intro .text h3,
.page-template-programmes-sans-profil .page-intro .text h1,
.page-template-programmes-sans-profil .page-intro .text h2,
.page-template-programmes-sans-profil .page-intro .text h3,
.programme-enfant .page-intro .text h1,
.programme-enfant .page-intro .text h2,
.programme-enfant .page-intro .text h3,
.programme-parent .page-intro .text h1,
.programme-parent .page-intro .text h2,
.programme-parent .page-intro .text h3 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 1.875rem;
  line-height: 2rem;
  color: #161E4D;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-template-programmes-avec-profils .page-intro .text h1,
  .page-template-programmes-avec-profils .page-intro .text h2,
  .page-template-programmes-avec-profils .page-intro .text h3,
  .page-template-programmes-sans-profil .page-intro .text h1,
  .page-template-programmes-sans-profil .page-intro .text h2,
  .page-template-programmes-sans-profil .page-intro .text h3,
  .programme-enfant .page-intro .text h1,
  .programme-enfant .page-intro .text h2,
  .programme-enfant .page-intro .text h3,
  .programme-parent .page-intro .text h1,
  .programme-parent .page-intro .text h2,
  .programme-parent .page-intro .text h3 {
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1280px) {
  .page-template-programmes-avec-profils .page-intro .text h1,
  .page-template-programmes-avec-profils .page-intro .text h2,
  .page-template-programmes-avec-profils .page-intro .text h3,
  .page-template-programmes-sans-profil .page-intro .text h1,
  .page-template-programmes-sans-profil .page-intro .text h2,
  .page-template-programmes-sans-profil .page-intro .text h3,
  .programme-enfant .page-intro .text h1,
  .programme-enfant .page-intro .text h2,
  .programme-enfant .page-intro .text h3,
  .programme-parent .page-intro .text h1,
  .programme-parent .page-intro .text h2,
  .programme-parent .page-intro .text h3 {
    font-size: 2.375rem;
    line-height: 2.625rem;
  }
}

.page-template-programmes-avec-profils .page-intro .text ul,
.page-template-programmes-sans-profil .page-intro .text ul,
.programme-enfant .page-intro .text ul,
.programme-parent .page-intro .text ul {
  padding-bottom: 10px;
}

.page-template-programmes-avec-profils .page-intro .text p,
.page-template-programmes-sans-profil .page-intro .text p,
.programme-enfant .page-intro .text p,
.programme-parent .page-intro .text p {
  font-family: "Bitter", serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .page-template-programmes-avec-profils .page-intro .text p,
  .page-template-programmes-sans-profil .page-intro .text p,
  .programme-enfant .page-intro .text p,
  .programme-parent .page-intro .text p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1280px) {
  .page-template-programmes-avec-profils .page-intro .text p,
  .page-template-programmes-sans-profil .page-intro .text p,
  .programme-enfant .page-intro .text p,
  .programme-parent .page-intro .text p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  .page-template-programmes-avec-profils .page-intro .text,
  .page-template-programmes-sans-profil .page-intro .text,
  .programme-enfant .page-intro .text,
  .programme-parent .page-intro .text {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-programmes-avec-profils .page-intro .text,
  .page-template-programmes-sans-profil .page-intro .text,
  .programme-enfant .page-intro .text,
  .programme-parent .page-intro .text {
    max-width: 792px;
  }
}

@media (min-width: 1280px) {
  .page-template-programmes-avec-profils .profils,
  .page-template-programmes-sans-profil .profils,
  .programme-enfant .profils,
  .programme-parent .profils {
    max-width: 998px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .page-template-programmes-avec-profils .profils.even,
  .page-template-programmes-sans-profil .profils.even,
  .programme-enfant .profils.even,
  .programme-parent .profils.even {
    padding-bottom: 120px;
  }
}

.page-template-programmes-avec-profils .profils .thumb,
.page-template-programmes-sans-profil .profils .thumb,
.programme-enfant .profils .thumb,
.programme-parent .profils .thumb {
  height: 375px;
  width: 100%;
}

@media (min-width: 768px) {
  .page-template-programmes-avec-profils .profils .thumb,
  .page-template-programmes-sans-profil .profils .thumb,
  .programme-enfant .profils .thumb,
  .programme-parent .profils .thumb {
    width: 50%;
    height: 344px;
  }

  .page-template-programmes-avec-profils .profils .thumb:nth-child(even),
  .page-template-programmes-sans-profil .profils .thumb:nth-child(even),
  .programme-enfant .profils .thumb:nth-child(even),
  .programme-parent .profils .thumb:nth-child(even) {
    -webkit-transform: translate3d(0, 120px, 0);
            transform: translate3d(0, 120px, 0);
  }
}

@media (min-width: 1024px) {
  .page-template-programmes-avec-profils .profils .thumb,
  .page-template-programmes-sans-profil .profils .thumb,
  .programme-enfant .profils .thumb,
  .programme-parent .profils .thumb {
    height: 499px;
  }
}

.page-template-programmes-avec-profils .profils .thumb .square__date,
.page-template-programmes-sans-profil .profils .thumb .square__date,
.programme-enfant .profils .thumb .square__date,
.programme-parent .profils .thumb .square__date {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .page-template-programmes-avec-profils .profils .thumb .square__date,
  .page-template-programmes-sans-profil .profils .thumb .square__date,
  .programme-enfant .profils .thumb .square__date,
  .programme-parent .profils .thumb .square__date {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.page-template-programmes-avec-profils .profils .thumb .profil__desc,
.page-template-programmes-sans-profil .profils .thumb .profil__desc,
.programme-enfant .profils .thumb .profil__desc,
.programme-parent .profils .thumb .profil__desc {
  max-width: 245px;
}

.page-template-programmes-sans-profil .links .content,
.programme-enfant .links .content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .links .content,
  .programme-enfant .links .content {
    max-width: 640px;
  }
}

.page-template-programmes-sans-profil .links .wrap,
.programme-enfant .links .wrap {
  position: relative;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .links .wrap.photo,
  .programme-enfant .links .wrap.photo {
    height: 119px;
  }
}

.page-template-programmes-sans-profil .links .link,
.programme-enfant .links .link {
  display: inline-block;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .links .link,
  .programme-enfant .links .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

.page-template-programmes-sans-profil .links .link:hover span,
.page-template-programmes-sans-profil .links .link:focus span,
.programme-enfant .links .link:hover span,
.programme-enfant .links .link:focus span {
  border-bottom-color: #161E4D;
}

.page-template-programmes-sans-profil .links .link:last-of-type,
.programme-enfant .links .link:last-of-type {
  margin-bottom: 0;
}

.page-template-programmes-sans-profil .links .link .icon,
.programme-enfant .links .link .icon {
  max-width: 93px;
  max-height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .links .link .icon,
  .programme-enfant .links .link .icon {
    margin-bottom: 0;
  }
}

.page-template-programmes-sans-profil .links .link .icon--video,
.programme-enfant .links .link .icon--video {
  max-height: 67px;
}

.page-template-programmes-sans-profil .links .link .icon,
.page-template-programmes-sans-profil .links .link span,
.programme-enfant .links .link .icon,
.programme-enfant .links .link span {
  display: block;
}

.page-template-programmes-sans-profil .links .link span,
.programme-enfant .links .link span {
  font-size: 1rem;
  line-height: 1.125rem;
  border-bottom: 2px solid #F95C18;
  font-family: "Karbon Medium, sans-serif";
  color: #161E4D;
  padding-bottom: 0;
}

.page-template-programmes-sans-profil .profils,
.programme-enfant .profils {
  position: relative;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .profils,
  .programme-enfant .profils {
    padding-bottom: 120px;
  }
}

.page-template-programmes-sans-profil .profils:after,
.page-template-programmes-sans-profil .profils:before,
.programme-enfant .profils:after,
.programme-enfant .profils:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

.page-template-programmes-sans-profil .profils:before,
.programme-enfant .profils:before {
  width: 65%;
  right: 0;
  bottom: 0;
  top: auto;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .profils:before,
  .programme-enfant .profils:before {
    width: 538px;
    height: 120px;
  }
}

@media (min-width: 1024px) {
  .page-template-programmes-sans-profil .profils:before,
  .programme-enfant .profils:before {
    width: 674px;
  }
}

@media (min-width: 1280px) {
  .page-template-programmes-sans-profil .profils:before,
  .programme-enfant .profils:before {
    width: 724px;
  }
}

.page-template-programmes-sans-profil .profils:after,
.programme-enfant .profils:after {
  display: none;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .profils:after,
  .programme-enfant .profils:after {
    display: block;
    right: 0;
    bottom: 0;
    top: auto;
    width: 50vw;
    height: 120px;
    right: -50vw;
  }
}

.page-template-programmes-sans-profil .social,
.programme-enfant .social {
  text-align: center;
  position: relative;
}

.page-template-programmes-sans-profil .social:after,
.page-template-programmes-sans-profil .social:before,
.programme-enfant .social:after,
.programme-enfant .social:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

.page-template-programmes-sans-profil .social:before,
.programme-enfant .social:before {
  width: 65%;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .social:before,
  .programme-enfant .social:before {
    width: 538px;
  }
}

@media (min-width: 1024px) {
  .page-template-programmes-sans-profil .social:before,
  .programme-enfant .social:before {
    width: 674px;
  }
}

@media (min-width: 1280px) {
  .page-template-programmes-sans-profil .social:before,
  .programme-enfant .social:before {
    width: 825px;
  }
}

.page-template-programmes-sans-profil .social:after,
.programme-enfant .social:after {
  display: none;
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .social:after,
  .programme-enfant .social:after {
    display: block;
    width: 50vw;
    right: -50vw;
  }
}

.page-template-programmes-sans-profil .social a.btn,
.programme-enfant .social a.btn {
  width: 100%;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: 40px;
}

@media (min-width: 576px) {
  .page-template-programmes-sans-profil .social a.btn,
  .programme-enfant .social a.btn {
    width: 280px;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .page-template-programmes-sans-profil .social a.btn:last-of-type,
  .programme-enfant .social a.btn:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .page-template-programmes-sans-profil .social a.btn,
  .programme-enfant .social a.btn {
    width: 150px;
    padding-left: 10px;
  }
}

.albums,
.teachers {
  padding-bottom: 0;
}

@media (min-width: 1280px) {
  .albums,
  .teachers {
    max-width: 998px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .albums.even,
  .teachers.even {
    padding-bottom: 120px;
  }
}

.albums:after,
.albums:before,
.teachers:after,
.teachers:before {
  display: none !important;
}

@media (min-width: 1024px) {
  .albums,
  .teachers {
    max-width: 924px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .albums,
  .teachers {
    max-width: 756px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }
}

.albums .thumb,
.teachers .thumb {
  height: 375px;
  width: 100%;
}

@media (min-width: 768px) {
  .albums .thumb,
  .teachers .thumb {
    width: 50%;
    height: 344px;
  }

  .albums .thumb:nth-child(even),
  .teachers .thumb:nth-child(even) {
    -webkit-transform: translate3d(0, 120px, 0);
            transform: translate3d(0, 120px, 0);
  }
}

@media (min-width: 1024px) {
  .albums .thumb,
  .teachers .thumb {
    height: 472px;
  }
}

@media (min-width: 1280px) {
  .albums .thumb,
  .teachers .thumb {
    height: 377px;
  }
}

.page-mosaic {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .page-mosaic {
    max-width: 688px;
  }
}

@media (min-width: 1024px) {
  .page-mosaic {
    max-width: 960px;
  }
}

.page-mosaic .mosaic__header {
  text-align: center;
}

.page-mosaic .mosaic__header .link {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page-mosaic .mosaic__header .link {
    margin-bottom: 0;
    margin-left: -10px;
  }
}

@media (min-width: 768px) {
  .page-mosaic .mosaic__header .social-share {
    margin: 0;
  }
}

.page-mosaic .mosaic__header .page-intro {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .page-mosaic .mosaic__header .page-intro {
    max-width: 590px;
  }
}

.block-grid.two-cols button.link--menu .label {
  font-family: "Karbon Medium, sans-serif";
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .block-grid.two-cols button.link--menu .label {
    font-size: 1.125rem;
  }
}

.block-grid.two-cols button.link--menu.current .label {
  font-family: "Karbon Bold, sans-serif";
}

.block-grid.two-cols button.current:before {
  opacity: 1;
  bottom: 2px;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

@media (min-width: 768px) {
  .block-grid.two-cols .post {
    width: 45%;
  }

  .block-grid.two-cols .calendar {
    height: 400px;
    width: 40%;
    min-width: 300px;
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .block-grid.two-cols {
    max-width: 812px;
    margin-left: 0;
  }

  .block-grid.two-cols .post {
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .page-grille-de-cours .flexible.header {
    margin-left: 0 !important;
  }
}

.page-grille-de-cours .flexible.header .text,
.page-grille-de-cours .flexible.header .text p {
  padding-bottom: 0 !important;
}

.page-grille-de-cours .flexible.header .grid-select .dropdown {
  border: #F0F0F1 3px solid;
}

@media (min-width: 1280px) {
  .page-grille-de-cours .flexible.header .grid-select .dropdown {
    margin-left: 10px;
  }
}

.page-grille-de-cours .flexible.header .grid-select .dropdown li {
  padding: 11px 10px 6px;
}

.page-grille-de-cours .flexible.header .grid-select .dropdown li::before {
  content: none;
}

.page-grille-de-cours .flexible.header .grid-select .dropdown a {
  border-bottom: none;
}

.page-grille-de-cours .flexible.header .grid-select .dropdown a span {
  font-family: "Karbon Semibold, sans-serif";
  font-size: 1.125rem;
  line-height: 1.5625rem;
  letter-spacing: 0.5px;
  color: #161E4D;
  pointer-events: none;
}

@media (min-width: 768px) {
  .page-grille-de-cours .flexible.header .grid-select .dropdown a span {
    font-size: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .page-grille-de-cours .flexible.header .grid-select .dropdown a span {
    font-size: 1.125rem;
  }
}

.page-grille-de-cours .session {
  overflow-x: scroll;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session {
    overflow: visible;
  }
}

@media (min-width: 1280px) {
  .page-grille-de-cours .session {
    max-width: 762px;
  }
}

.page-grille-de-cours .session__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-grille-de-cours .session__item {
  display: block;
  width: 100px;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session__item {
    width: auto;
  }
}

@media (min-width: 768px) {
  .page-grille-de-cours .session__item-pdf {
    width: 22px;
  }
}

.page-grille-de-cours .session__item.current .session__link:before {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}

.page-grille-de-cours .session__item.current .label {
  font-family: "Karbon Bold, sans-serif";
}

.page-grille-de-cours .session__link {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}

.page-grille-de-cours .session__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #F95C18;
  opacity: 0;
  -webkit-transform: translate3D(0, 3px, 0);
      -ms-transform: translate3D(0, 3px, 0);
          transform: translate3D(0, 3px, 0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
}

.page-grille-de-cours .session__link .label {
  font-family: "Karbon Medium, sans-serif";
  font-size: 0.875rem;
  color: #161E4D;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session__link .label {
    font-size: 1rem;
  }
}

.page-grille-de-cours .session__link sup {
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  top: -5px;
}

.page-grille-de-cours .session__link .icon--download {
  position: absolute;
  right: -30px;
  top: 0;
  width: 22px;
  height: 22px;
}

@media (min-width: 1280px) {
  .page-grille-de-cours .session-content {
    max-width: 752px;
    margin-left: 10px;
    padding-right: 10px;
  }
}

.page-grille-de-cours .session-content__numbers {
  text-align: center;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session-content__numbers {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .page-grille-de-cours .session-content__numbers .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.page-grille-de-cours .session-content__numbers .wrap:first-of-type {
  position: relative;
}

.page-grille-de-cours .session-content__numbers .wrap:first-of-type .tooltip {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session-content__numbers .wrap:first-of-type .tooltip {
    right: 15px;
  }
}

@media (min-width: 1024px) {
  .page-grille-de-cours .session-content__numbers .wrap:first-of-type .tooltip {
    right: 90px;
  }
}

@media (min-width: 1280px) {
  .page-grille-de-cours .session-content__numbers .wrap:first-of-type .tooltip {
    right: 35px;
  }
}

.page-grille-de-cours .session-content__numbers .number {
  font-size: 38px;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session-content__numbers .number {
    position: relative;
    top: 2px;
    margin-right: 15px;
  }
}

.page-grille-de-cours .session-content__numbers p {
  line-height: 22px;
}

@media (min-width: 768px) {
  .page-grille-de-cours .session-content__numbers p {
    max-width: 132px;
  }
}

.page-grille-de-cours .formation:last-of-type .accordeon:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .page-grille-de-cours .formation {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-grille-de-cours .formation {
    margin-left: 0;
    max-width: 752px;
  }
}

.page-grille-de-cours .formation .title {
  max-width: 50%;
}

@media (min-width: 768px) {
  .page-grille-de-cours .formation .title {
    max-width: none;
  }
}

.page-grille-de-cours .accordeon:not(:last-of-type) {
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .page-grille-de-cours .accordeon:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.page-grille-de-cours .accordeon:last-of-type {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(22, 30, 77, 0.15);
}

@media (min-width: 768px) {
  .page-grille-de-cours .accordeon:last-of-type {
    padding-bottom: 30px;
  }
}

.page-grille-de-cours .accordeon__title {
  padding-top: 5px;
}

@media (min-width: 768px) {
  .page-grille-de-cours .accordeon__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .page-grille-de-cours .accordeon__info-box .wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

@media (min-width: 768px) {
  .page-grille-de-cours .accordeon__info-box .wrap:nth-child(1) {
    border-right: 1px solid rgba(240, 240, 241, 0.3);
  }
}

.page-grille-de-cours .accordeon__info-box .wrap:nth-child(2) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .page-grille-de-cours .accordeon__info-box .wrap:nth-child(2) {
    padding-left: 40px;
    margin-top: 0;
  }
}

.page-grille-de-cours .accordeon__info-box .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .page-grille-de-cours .accordeon__info-box .line {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .teacher__single {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .teacher__single {
    max-width: 814px;
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .teacher__single {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 768px) {
  .teacher__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .teacher .wrap:first-of-type {
    width: 375px;
  }
}

@media (min-width: 1280px) {
  .teacher .wrap:first-of-type {
    width: 427px;
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .teacher .wrap:last-of-type {
    width: 195px;
  }
}

@media (min-width: 1280px) {
  .teacher .wrap:last-of-type {
    width: auto;
  }
}

.teacher__image {
  width: 100%;
  max-width: 335px;
}

@media (min-width: 768px) {
  .teacher__image {
    width: 256px;
    height: auto;
    -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
            transform: translateX(40px);
  }
}

@media (min-width: 1024px) {
  .teacher__image {
    width: 286px;
    -webkit-transform: translateX(95px);
        -ms-transform: translateX(95px);
            transform: translateX(95px);
  }
}

@media (min-width: 1280px) {
  .teacher__image {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.teacher__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.teacher__desc .link,
.teacher__desc .phone {
  font-weight: 700;
  display: block;
}

.teacher__desc .link,
.teacher__desc .phone {
  border-bottom: none !important;
}

.teacher__desc .link:hover .label,
.teacher__desc .link:focus .label {
  border-bottom-color: transparent;
}

.teacher__desc .link .label {
  border-bottom: 2px solid #F95C18;
}

.teacher__image img {
  display: block;
}

@media (min-width: 768px) {
  .teacher__social {
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
  }
}

@media (min-width: 1024px) {
  .teacher__social {
    -webkit-transform: translateX(185px);
        -ms-transform: translateX(185px);
            transform: translateX(185px);
  }
}

@media (min-width: 1280px) {
  .teacher__social {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.teacher__social li:not(:last-of-type) {
  margin-right: 20px;
}

.header--formation__cta {
  position: relative;
}

@media (min-width: 1025px) {
  .header--formation__cta {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .header--formation__cta {
    z-index: 100;
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

.header--formation__cta .cta {
  display: block;
  position: relative;
}

@media (min-width: 1280px) {
  .header--formation__cta .cta {
    width: 50% !important;
  }
}

.header--formation__cta .cta span {
  display: block;
}

.header--formation__cta .cta .status {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .header--formation__cta .cta .status {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.header--formation__cta .cta .title {
  font-size: 1.75rem;
  line-height: 1.875rem;
  padding-right: 35px;
}

@media (min-width: 768px) {
  .header--formation__cta .cta .title {
    font-size: 1.875rem;
    line-height: 1.875rem;
    padding-right: 50px;
  }
}

@media (min-width: 1280px) {
  .header--formation__cta .cta .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.header--formation__cta .cta .comp__circle {
  bottom: 30px;
  right: 20px;
}

@media (min-width: 768px) {
  .header--formation__cta .cta .comp__circle {
    bottom: 40px;
    right: 40px;
  }
}

.adress {
  position: relative;
}

.adress:after,
.adress:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #0F1434;
  z-index: -1;
}

@media (min-width: 768px) {
  .adress {
    /*&:after,
    &:before {
        width: 100vw;
    }*/
  }

  .adress:before {
    left: -50%;
  }

  .adress:after {
    right: -50%;
  }
}

.adress span {
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .adress span {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 768px) {
  .adress .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.adress .tel {
  display: inline-block;
  border-right: 1px solid rgba(240, 240, 241, 0.3);
  border-bottom: none;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .adress .tel {
    padding-top: 0;
    border-left: 1px solid rgba(240, 240, 241, 0.3);
    padding-left: 20px;
    margin-left: 20px;
  }
}

.adress a {
  display: inline-block;
  margin-left: 20px;
}

@media (min-width: 1280px) {
  .page-template-formation-home .page-intro {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-formation-home .choice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-formation-home .choice:after,
.page-template-formation-home .choice:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

@media (min-width: 768px) {
  .page-template-formation-home .choice:before {
    width: 100vw;
    right: 100%;
    top: 0;
  }
}

.page-template-formation-home .choice__text p.intro {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.page-template-formation-home .choice__btn {
  margin: 0 auto;
}

.page-template-formation-home .choice .btn--secondary .label {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 1280px) {
  .page-template-formation-home .featured-post {
    margin-top: 86px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1280px) {
  .page-template-formation-home .featured-post__title {
    max-width: 200px;
    bottom: -70px;
  }
}

@media (min-width: 1280px) {
  .page-template-formation-home .featured-post__show-all {
    top: 165px;
  }
}

.page-template-formation-home .social {
  text-align: center;
  position: relative;
}

.page-template-formation-home .social:after,
.page-template-formation-home .social:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  background-color: #F0F0F1;
  z-index: -1;
}

.page-template-formation-home .social:before {
  width: 100vw;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .page-template-formation-home .social:before {
    width: 538px;
  }
}

@media (min-width: 1024px) {
  .page-template-formation-home .social:before {
    width: 674px;
  }
}

@media (min-width: 1280px) {
  .page-template-formation-home .social:before {
    width: 825px;
  }
}

.page-template-formation-home .social:after {
  display: none;
}

@media (min-width: 768px) {
  .page-template-formation-home .social:after {
    display: block;
    width: 50vw;
    right: -50vw;
  }
}

.page-template-formation-home .social a.btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .page-template-formation-home .social a.btn {
    width: 280px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .page-template-formation-home .social a.btn {
    width: 150px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .content-formation .header--formation__hero {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-formation .page-title {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .content-formation .page-title {
    max-width: 752px;
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .content-formation .navigation__filter {
    max-width: 752px;
    margin-left: 0;
  }
}

.content-formation .single-formation.hide {
  display: none;
}

@media (min-width: 768px) {
  .content-formation .single-formation__description {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .content-formation .single-formation__description {
    max-width: 752px;
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .content-formation .single-formation__thumbs {
    max-width: 752px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .content-formation .single-formation__thumbs .thumb:not(:last-of-type) {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .content-formation .single-formation__informations {
    border-top: 1px solid rgba(22, 30, 77, 0.15);
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .content-formation .single-formation__informations {
    max-width: 652px;
    margin-left: 0;
  }
}

.content-formation .single-formation__informations .cta {
  display: block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .content-formation .single-formation__informations .cta {
    font-size: 1.125rem;
  }
}

.content-formation .single-formation__informations .cta:not(:last-of-type) {
  margin-bottom: 10px;
}

.content-formation .single-formation__informations .cta:focus,
.content-formation .single-formation__informations .cta:hover {
  color: #0F1435;
}

.content-formation .single-formation__informations .cta:focus .label,
.content-formation .single-formation__informations .cta:hover .label {
  border-bottom-color: #F95C18;
}

.content-formation .single-formation__informations .cta:focus .icon--arrow,
.content-formation .single-formation__informations .cta:hover .icon--arrow {
  -webkit-transform: translate3D(5px, 4px, 0);
      -ms-transform: translate3D(5px, 4px, 0);
          transform: translate3D(5px, 4px, 0);
}

.content-formation .single-formation__informations .cta svg {
  -webkit-transform: translate3D(0, 4px, 0);
      -ms-transform: translate3D(0, 4px, 0);
          transform: translate3D(0, 4px, 0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media (min-width: 768px) {
  .page-template-single-formation .backlink-container {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-single-formation .backlink-container {
    margin-left: -10px;
  }
}

.page-template-single-formation .image-container {
  position: relative;
  height: 140px;
}

@media (min-width: 768px) {
  .page-template-single-formation .image-container {
    height: 300px;
  }
}

@media (min-width: 1280px) {
  .page-template-single-formation .image-container {
    max-width: 752px;
    height: 330px;
  }
}

@media (min-width: 768px) {
  .page-template-single-formation .all-formations {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-single-formation .all-formations {
    max-width: 752px;
    margin-left: 0;
  }
}

.page-template-single-formation .all-formations .wrap:not(:first-of-type) {
  padding-top: 30px;
  border-top: 1px solid #000000;
}

@media (min-width: 768px) {
  .page-template-single-formation .all-formations .wrap:not(:first-of-type) {
    padding-top: 40px;
  }
}

.page-template-single-formation .all-formations .wrap:not(:last-of-type) {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .page-template-single-formation .all-formations .wrap:not(:last-of-type) {
    padding-bottom: 30px;
  }
}

.page-template-single-formation .accordeons .accordeon {
  border-bottom: none;
  margin-bottom: 0;
}

.page-template-single-formation .accordeons .accordeon.open {
  margin-bottom: 30px;
}

.page-template-single-formation .accordeons .accordeon.open:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .page-template-single-formation .accordeons .accordeon.open {
    margin-bottom: 40px;
  }
}

.page-template-single-formation .accordeons .accordeon.open .accordeon__panel {
  display: block;
}

.page-template-single-formation .accordeons .accordeon.open .accordeon__title:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: -20px;
  top: 3px;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/collapse.svg");
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.page-template-single-formation .accordeons .accordeon__panel {
  display: none;
}

.page-template-single-formation .accordeons .accordeon__title {
  font-family: "Karbon Medium, sans-serif";
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  .page-template-single-formation .accordeons .accordeon__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.page-template-single-formation .accordeons .accordeon__title:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: -20px;
  top: 3px;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
}

.os-windows .accordeon__title:after {
  top: 6px !important;
}

@media (min-width: 768px) {
  .page-template-single-course .backlink-container {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .backlink-container {
    margin-left: -10px;
  }
}

.page-template-single-course .image-container {
  position: relative;
  height: 140px;
}

@media (min-width: 768px) {
  .page-template-single-course .image-container {
    height: 300px;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .image-container {
    max-width: 752px;
    height: 330px;
  }
}

@media (min-width: 768px) {
  .page-template-single-course .description {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .description {
    margin-left: 0;
    max-width: 652px;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .informations {
    max-width: 752px;
  }
}

@media (min-width: 768px) {
  .page-template-single-course .informations .text {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .informations .text {
    max-width: 652px;
    margin-left: 40px;
  }
}

.page-template-single-course .informations a,
.page-template-single-course .informations p,
.page-template-single-course .informations li {
  color: #ffffff;
}

.page-template-single-course .informations li:after {
  background: #161E4D;
}

.page-template-single-course .informations .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .page-template-single-course .content-informations {
    max-width: 652px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .content-informations {
    margin-left: 0;
  }
}

.page-template-single-course .offer_button_link {
  text-align: right;
}

@media (min-width: 768px) {
  .page-template-single-course .accordeons {
    max-width: 570px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .accordeons {
    max-width: 652px;
    margin-left: 0 !important;
  }
}

@media (min-width: 1280px) {
  .page-template-single-course .accordeons .content {
    max-width: 650px;
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .catalogue {
    max-width: 728px;
  }
}

@media (min-width: 1024px) {
  .catalogue {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .catalogue {
    z-index: 10;
    max-width: 771px;
    margin-left: 388px;
  }
}

@media (min-width: 768px) {
  .catalogue .content {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}

@media (min-width: 1024px) {
  .catalogue .content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.catalogue input,
.catalogue button,
.catalogue select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
}

.catalogue input,
.catalogue select {
  width: 100%;
  padding-left: 20px;
  font-family: "Karbon Medium, sans-serif";
  font-size: 1.125rem;
  line-height: 1.125rem;
  letter-spacing: 0.5px;
  color: #161E4D;
  padding: 16px 20px 14px;
}

@media (min-width: 768px) {
  .catalogue input,
  .catalogue select {
    padding: 18px 20px 12px;
  }
}

.catalogue .logo {
  width: 60px;
}

.catalogue .input-keywords {
  border-radius: 0;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) 50%;
}

@media (min-width: 768px) {
  .catalogue .input-keywords {
    width: 165px;
  }
}

.catalogue__search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .catalogue__search-input {
    width: 473px;
  }
}

.catalogue input[type=search]::-webkit-search-cancel-button {
  display: none !important;
}

.catalogue .input-search {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

.catalogue .btn-search {
  background-color: #ffffff;
  line-height: 0;
  padding: 16px;
}

.catalogue .btn-search svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .catalogue .cta {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.catalogue ::-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.4);
  font-size: 18px;
  line-height: 28px;
}

.catalogue ::-webkit-input-placeholder {
  color: rgba(49, 49, 49, 0.4);
  font-size: 18px;
  line-height: 28px;
}

.catalogue ::-moz-placeholder {
  color: rgba(49, 49, 49, 0.4);
  font-size: 18px;
  line-height: 28px;
}

.catalogue :-ms-input-placeholder {
  color: rgba(49, 49, 49, 0.4);
  font-size: 18px;
  line-height: 28px;
}

.catalogue ::placeholder {
  color: rgba(49, 49, 49, 0.4);
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .bibliotheque .featured-post {
    margin-top: 80px;
  }
}

@media (min-width: 1280px) {
  .bibliotheque .featured-post {
    margin-top: 100px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .page-bibliotheque-ressources .catalogue-container .catalogue {
    bottom: auto;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.page-bibliotheque-ressources .catalogue-container .cta {
  display: none !important;
}

@media (min-width: 768px) {
  .page-bibliotheque-ressources .ressources {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .page-bibliotheque-ressources .ressources {
    max-width: 756px;
    margin-left: 0;
  }
}

.page-bibliotheque-ressources .ressource-grp:not(:last-of-type) {
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
}

.page-bibliotheque-ressources .ressource-grp:not(:first-of-type) {
  padding-top: 40px;
}

.page-bibliotheque-ressources .ressource {
  margin-bottom: 20px;
  margin-right: 45px;
}

.page-bibliotheque-ressources .ressource__icon {
  width: 40px;
}

.page-bibliotheque-ressources .ressource .tooltip {
  margin-left: 10px;
  margin-top: 0;
}

.slider-container {
  position: relative;
}

.custom-arrows {
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: 10;
}

@media (min-width: 768px) {
  .custom-arrows {
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 1280px) {
  .custom-arrows {
    width: 100%;
  }
}

.custom-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.custom-arrows .slick-arrow:focus {
  outline: 2px solid #1893BD;
}

@media (min-width: 768px) {
  .custom-arrows .slick-arrow {
    width: 63px;
    height: 63px;
  }
}

.custom-arrows .slick-arrow:before {
  display: none;
}

.custom-arrows .slick-arrow .comp__circle {
  position: relative;
}

.custom-arrows .slick-prev {
  left: 0;
}

.custom-arrows .slick-prev .comp__circle {
  margin-top: -5px;
}

.custom-arrows .slick-prev .comp__circle-white {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-arrows .slick-prev .comp__circle-orange {
  right: auto;
  left: 2px;
  bottom: 0;
}

.custom-arrows .slick-prev:hover .comp__circle-orange {
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
}

.custom-arrows .slick-next {
  right: 0;
}

.custom-arrows .slick-next:hover .comp__circle-orange {
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

@media (min-width: 768px) {
  .slider {
    padding-bottom: 50px;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .slider__content {
    max-width: 1000px;
    padding-top: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.slider__image {
  width: 180px;
  height: 300px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .slider__image {
    height: auto;
    margin-top: 20px;
    overflow: visible;
  }
}

@media (min-width: 1280px) {
  .slider__image {
    width: 286px;
    margin-top: -20px;
  }
}

.slider__image img {
  width: 100%;
}

.slider__description {
  display: block;
}

@media (min-width: 768px) {
  .slider__description {
    width: 393px;
  }
}

@media (min-width: 1280px) {
  .slider__description {
    width: 711px;
  }
}

.slider__text p {
  font-family: "Bitter", serif;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.slider__text .btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .slider__text .btn {
    margin-bottom: 0;
  }
}

.slider .slick-arrow {
  top: 140px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-size: 50px;
}

@media (min-width: 768px) {
  .slider .slick-arrow {
    top: 160px;
    width: 63px;
    height: 63px;
    background-size: 63px;
  }
}

@media (min-width: 1280px) {
  .slider .slick-arrow {
    top: 200px;
  }
}

.slider .slick-arrow:before {
  display: none;
}

.slider .slick-prev {
  left: -10px;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/rond-arrow-left.svg");
}

@media (min-width: 768px) {
  .slider .slick-prev {
    left: 20px;
  }
}

@media (min-width: 1280px) {
  .slider .slick-prev {
    left: 0;
  }
}

.slider .slick-next {
  right: -10px;
  background-image: url("/wp-content/themes/cvm/dist/img/icons/rond-arrow-right.svg");
}

@media (min-width: 768px) {
  .slider .slick-next {
    right: 20px;
  }
}

@media (min-width: 1280px) {
  .slider .slick-next {
    right: 0;
  }
}

.slider .slick-dots {
  bottom: auto;
  top: 320px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .slider .slick-dots {
    top: auto;
    bottom: 20px;
  }
}

.slider .slick-dots li {
  background: #161E4D;
  border: 2px solid transparent;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  height: 8px;
  width: 8px;
}

.slider .slick-dots li button:before {
  display: none;
}

.slider .slick-dots li button:focus {
  outline: 2px solid #1893BD;
}

.slider .slick-dots li.slick-active {
  background: transparent;
  border-color: #F95C18;
  width: 12px;
  height: 12px;
}

.slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
}

@media (min-width: 1280px) {
  .text-zoom-1-5 .catalogue .content,
  .text-zoom-1-6875 .catalogue .content,
  .text-zoom-2 .catalogue .content {
    padding-right: 40px !important;
  }

  .text-zoom-1-5 .catalogue form,
  .text-zoom-1-6875 .catalogue form,
  .text-zoom-2 .catalogue form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .text-zoom-1-5 .catalogue .input-keywords,
  .text-zoom-1-6875 .catalogue .input-keywords,
  .text-zoom-2 .catalogue .input-keywords {
    width: 210px;
  }

  .text-zoom-1-5 .catalogue .catalogue__search-input,
  .text-zoom-1-6875 .catalogue .catalogue__search-input,
  .text-zoom-2 .catalogue .catalogue__search-input {
    width: 100%;
    margin-top: 20px;
  }

  .text-zoom-1-5 .site-navigation__menu--banner,
  .text-zoom-1-6875 .site-navigation__menu--banner,
  .text-zoom-2 .site-navigation__menu--banner {
    padding-left: 20px !important;
    background-position: 85% bottom;
  }
}

@media (min-width: 1280px) {
  .page-bibliotheque .header--biblio.with-banner .site-navigation:after {
    height: 315px;
  }
}

@media (min-width: 1280px) {
  .page-bibliotheque .header--biblio.with-banner .catalogue {
    position: absolute;
    top: 810px;
  }
}

.bg-blue-think {
  background-color: #d8f4e9 !important;
}

.white {
  background-color: #ffffff !important;
}

ol {
  margin-left: 20px;
}

ol li {
  list-style: inherit !important;
  margin-bottom: 10px;
}

.cpg-banner {
  border: 1px solid;
  background: #251e40;
  padding-top: 50px;
}

@media (max-width: 1023.98px) {
  .cpg-banner {
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .cpg-banner .container-xl {
    padding: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .cpg-banner__formation {
    border-bottom: 1px solid #ffffff;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.cpg-banner__formation-padding-right {
  padding-right: 3rem;
}

@media (max-width: 421px) {
  .cpg-banner__formation-padding-right {
    padding-right: 1rem;
  }
}

.cpg-banner__line-vertical {
  border-right: 1px solid white;
  height: 55px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .cpg-banner__line-vertical {
    height: 40px;
    margin-bottom: 5px;
  }
}

.cpg-banner__content {
  background: transparent;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 90px 1fr;
}

.cpg-banner__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 87px;
  margin-right: 55px;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-header {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 767.98px) {
  .cpg-banner__content-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.cpg-banner__content-header-logo {
  display: inline-block;
}

.cpg-banner__content-header-logo img {
  height: 60px;
}

@media (max-width: 767.98px) {
  .cpg-banner__content-header-logo img.campagne {
    height: 40px !important;
  }
}

.cpg-banner__content-header-right {
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 1em;
  padding-left: 2rem;
}

@media (max-width: 767.98px) {
  .cpg-banner__content-header-right {
    display: block;
    font-size: 0.9em;
    line-height: 13px;
  }
}

@media (max-width: 420px) {
  .cpg-banner__content-header-right {
    font-size: 0.7em;
    padding-left: 1rem;
  }
}

.cpg-banner__content-body {
  height: 100%;
  width: 100%;
  padding: 45px 0 45px 87px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .cpg-banner__content-body {
    padding: 0 25px !important;
  }
}

.cpg-banner__content-body .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  color: #fff;
}

.cpg-banner__content-body .content .left {
  padding-right: 75px;
  margin-bottom: 75px;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .left {
    padding-right: 16px;
    margin-bottom: 40px;
  }
}

.cpg-banner__content-body .content .left .show-mobile {
  display: none;
  margin-left: -30px;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .left .show-mobile {
    display: block;
  }
}

.cpg-banner__content-body .content .left .banner-image {
  display: none;
  margin-bottom: 75px;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .left .banner-image {
    display: block;
    margin-bottom: 30px;
  }
}

.cpg-banner__content-body .content .left .title {
  padding-right: 50px;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .left .title {
    margin: 40px 0 !important;
    padding-right: 25px;
  }
}

.cpg-banner__content-body .content .left .title h2 {
  font-size: 3.25rem;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .left .title h2 {
    font-size: 2rem;
  }
}

.cpg-banner__content-body .content .left .desc p {
  font-family: "Bitter", serif;
  color: #b6e1f4;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .cpg-banner__content-body .content .left .desc p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .cpg-banner__content-body .content .left .desc p {
    margin-bottom: 40px;
  }
}

.cpg-banner__content-body .content .left .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .left .action {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 25px;
    padding-left: 15px;
  }
}

.cpg-banner__content-body .content .left .action .btn-plus {
  background: #e92c32;
  border-radius: 0;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cpg-banner__content-body .content .left .action .btn-plus:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.cpg-banner__content-body .content .left .action .btn-plus img {
  width: 30px;
  height: 30px;
  margin-left: 15px;
}

.cpg-banner__content-body .content .right {
  padding: 0 0 75px 75px;
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .right {
    padding: 40px 75px 30px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .right {
    display: block;
  }
}

.cpg-banner__content-body .content .right .banner-image {
  display: block;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .right .banner-image {
    display: none;
  }
}

.cpg-banner__content-body .content .banner-image {
  min-width: 400px;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .cpg-banner__content-body .content .banner-image {
    width: 100%;
    height: auto;
  }
}

.cpg-banner__content-body .content .banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-video {
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section-video {
    padding: 40px 25px;
  }
}

.section-video__content {
  width: 100%;
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .section-video__content {
    padding: 0 !important;
  }
}

.section-video__content-intro .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

@media (max-width: 1279.98px) {
  .section-video__content-intro .description {
    text-align: left;
  }
}

.section-video__content-intro .description h1 {
  font-family: "Karbon Semibold, sans-serif";
  font-size: 28px;
  line-height: 30px;
}

.section-video__content-intro .description h3 {
  font-size: 2.1em;
  color: #272242;
}

@media (max-width: 1023.98px) {
  .section-video__content-intro .description h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 1279.98px) {
  .section-video__content-intro .description h3 {
    text-align: center;
    margin-bottom: 32px;
  }
}

.section-video__content-intro .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

.section-video__content-intro .video iframe {
  width: 100%;
  min-height: 350px;
}

.section-video__content-body {
  padding: 77px;
}

@media (max-width: 1279.98px) {
  .section-video__content-body {
    padding: 16px !important;
  }
}

.section-video__content-body .title {
  text-align: center;
  margin-bottom: 50px;
}

.section-video__content-body .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-video__content-body .title h2 {
    font-size: 2rem;
  }
}

.section-video__content-body .content .cvm-item {
  width: 100%;
  height: 400px;
  display: grid;
  grid-template-rows: 80% 20%;
}

@media (max-width: 1439.98px) {
  .section-video__content-body .content .cvm-item {
    height: 250px !important;
  }
}

.section-video__content-body .content .cvm-item__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-video__content-body .content .cvm-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /*@include media-breakpoint-up(xl) {
    object-fit: contain !important;
  }*/
}

.section-video__content-body .content .cvm-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section-video__content-body .content .cvm-item__title h3 {
  color: #57c3a4;
  font-family: "Bitter", serif;
}

.text-right {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .text-right {
    padding: 40px 25px;
  }
}

.text-right__content {
  width: 100%;
  height: 100%;
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .text-right__content {
    padding: 0px !important;
  }
}

.text-right__content .left .title {
  margin-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .text-right__content .left .title {
    text-align: left;
    margin-bottom: 25px;
  }
}

.text-right__content .left .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .text-right__content .left .title h2 {
    font-size: 2rem;
    text-align: left;
  }
}

.text-right__content .description,
.text-right__content p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #313131;
  font-weight: 400;
  margin-bottom: 50px;
  /*li {
    margin-bottom: 10px;
    @include media-breakpoint-down(md) {
      margin-bottom: 10px
    }
    &::before {
      content: " ";
      background-image: url(/wp-content/themes/cvm/dist/img/icons/bullet-point-blue.svg);
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-right: 15px;
      margin-bottom: 0px;
      z-index: 1;
    }
  }*/
}

@media (max-width: 1023.98px) {
  .text-right__content .description,
  .text-right__content p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 25px;
  }
}

.text-right__content .description ul,
.text-right__content .description ol,
.text-right__content p ul,
.text-right__content p ol {
  padding-left: 0px;
}

.text-right__content .description p,
.text-right__content p p {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .text-right__content .description p,
  .text-right__content p p {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    text-align: left;
    padding: 0 20px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    padding: 0 20px;
  }
}

.text-right__content .description ul li,
.text-right__content p ul li {
  list-style: inherit;
  line-height: 30px;
  margin-bottom: 15px;
}

.text-right__content .description a,
.text-right__content p a {
  color: #313131;
  padding-bottom: 2px;
  font-family: "Noto Sans", sans-serif;
  border-bottom: 2px solid #F95C18;
}

.text-right__content .description a:hover,
.text-right__content p a:hover {
  border-bottom-color: transparent;
}

/** bloc two arguments */

.section-cvm {
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section-cvm {
    padding: 40px 25px;
  }
}

.section-cvm__content {
  width: 100%;
}

.section-cvm__content-body {
  padding: 45px 97px;
}

@media (max-width: 1023.98px) {
  .section-cvm__content-body {
    padding: 0px !important;
  }
}

.section-cvm__content-body .title {
  text-align: center;
  margin-bottom: 50px;
}

.section-cvm__content-body .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-cvm__content-body .title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .section-cvm__content-body .content .col-lg-6 {
    margin-bottom: 40px;
  }

  .section-cvm__content-body .content .col-lg-6:last-of-type {
    margin-bottom: 0;
  }
}

.section-cvm__content-body .content .cvm-item {
  width: 100%;
  height: 400px;
  display: grid;
  grid-template-rows: 80% 20%;
}

@media (max-width: 1439.98px) {
  .section-cvm__content-body .content .cvm-item {
    height: 250px;
  }
}

@media (min-width: 1024px) {
  .section-cvm__content-body .content .cvm-item {
    height: 400px !important;
  }
}

.section-cvm__content-body .content .cvm-item__image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-cvm__content-body .content .cvm-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /*@include media-breakpoint-up(xl) {
    object-fit: contain !important;
  }*/
}

.section-cvm__content-body .content .cvm-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section-cvm__content-body .content .cvm-item__title h3 {
  color: #57c3a4;
  font-family: "Bitter", serif;
}

.section-horraire {
  color: #161e4d !important;
  position: relative;
  overflow: hidden;
  font-family: "Karbon Medium, sans-serif";
}

.section-horraire__content {
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .section-horraire__content {
    padding: 40px 25px !important;
  }
}

@media (max-width: 1279.98px) {
  .section-horraire__content-items .col-12 {
    margin-bottom: 35px;
  }

  .section-horraire__content-items .col-12:last-of-type {
    margin-bottom: 0;
  }
}

.section-horraire__content-items .item {
  height: 330px;
  display: grid;
  grid-template-rows: 15% 50% 35%;
}

@media (max-width: 1023.98px) {
  .section-horraire__content-items .item {
    height: 250px;
    grid-template-rows: 15% 65% 20%;
  }
}

.section-horraire__content-items .item .title {
  margin-left: 45px;
  margin-right: 45px;
  text-align: center;
}

.section-horraire__content-items .item .title h2 {
  font-size: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  font-weight: 500;
}

.section-horraire__content-items .item .image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-horraire__content-items .item .image img {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.section-horraire__content-items .item .desc {
  padding: 1em 0;
  margin-left: 45px;
  margin-right: 45px;
}

.section-horraire__content-items .item .desc h3 {
  font-size: 1.5em;
  height: 100%;
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-family: "Karbon Semibold, sans-serif";
}

@media (max-width: 767.98px) {
  .section-horraire__content-items .item .desc h3 {
    font-size: 1em;
  }
}

.section-prospective {
  position: relative;
  overflow: hidden;
  font-family: "Karbon Medium, sans-serif";
}

@media (max-width: 1023.98px) {
  .section-prospective {
    padding: 40px 25px 25px 25px;
  }
}

.section-prospective__content {
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .section-prospective__content {
    padding: 0 !important;
  }
}

.section-prospective__content .title {
  margin-bottom: 54px;
}

@media (min-width: 1024px) {
  .section-prospective__content .title {
    margin-bottom: 30px;
    /*padding: 0 65px;*/
  }
}

@media (max-width: 767.98px) {
  .section-prospective__content .title {
    /*padding: 0 20px;*/
    margin-bottom: 30px !important;
  }
}

.section-prospective__content .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section-prospective__content .title h2 {
    font-size: 2rem;
    line-height: 30px;
  }
}

.section-prospective__content .description {
  /*
  grid-template-columns: repeat(2, 1fr);*/
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .section-prospective__content .description {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.section-prospective__content .description ul {
  font-size: 1.2em;
  font-weight: 700;
  font-family: "Bitter", serif;
  color: #2083c6 !important;
}

@media (min-width: 1024px) {
  .section-prospective__content .description ul {
    text-align: left;
    padding: 0 25px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .section-prospective__content .description ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .section-prospective__content .description ul {
    margin-left: -2px;
  }
}

@media (max-width: 767.98px) {
  .section-prospective__content .description ul {
    padding: 0 20px;
  }
}

.section-prospective__content .description ul li {
  list-style: inherit;
  line-height: 30px;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .section-prospective__content .description ul li {
    margin-right: 40px;
  }
}

.section-prospective__content .slide-tarif {
  padding: 97px 0;
}

.section-prospective__content .slide-tarif__item {
  width: 100%;
  max-width: 350px;
  height: 450px;
  background: #dbeefc;
  border-radius: 20px;
  padding: 20px;
  display: grid;
  grid-template-rows: 20% 60% 20%;
}

.section-prospective__content .slide-tarif__item .title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.section-prospective__content .slide-tarif__item .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #00a782;
}

.section-prospective__content .slide-tarif__item .title h2,
.section-prospective__content .slide-tarif__item .title h3 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 20px;
}

.section-prospective__content .slide-tarif__item .title h3 {
  color: #00a782;
}

.section-prospective__content .slide-tarif__item .body {
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.section-prospective__content .slide-tarif__item .body > div {
  line-height: 28px;
}

.section-prospective__content .slide-tarif__item .footer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-prospective__content .slide-tarif__item .footer .btn-view {
  background: #251e40;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-prospective__content .slide-tarif__item .footer .btn-view i {
  color: #fff;
  font-size: 1.3em;
}

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-banner-inscription {
  position: relative;
  overflow: hidden;
  padding: 45px 97px;
  background: #251e40;
  color: #fff;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .section-banner-inscription {
    padding: 40px 25px;
  }
}

.section-banner-inscription__content .title {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .section-banner-inscription__content .title {
    margin-bottom: 25px;
  }
}

.section-banner-inscription__content .title h2 {
  font-size: 2.375em;
  line-height: 42px;
  font-family: "Karbon Bold, sans-serif";
  font-weight: 700;
}

.section-banner-inscription__content .btn-plus {
  background: #e92c32;
  border-radius: 0;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-weight: 700;
}

.section-banner-inscription__content .btn-plus:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.section-banner-inscription__content .btn-plus img {
  width: 30px;
  height: 25px;
  margin-left: 5px;
}

.section-programme {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section-programme {
    padding: 40px 25px;
  }
}

.section-programme__content {
  width: 100%;
  height: 100%;
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .section-programme__content {
    padding: 0px !important;
  }
}

@media (max-width: 1279.98px) {
  .section-programme__content .row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.section-programme__content .left .title {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .section-programme__content .left .title {
    text-align: left;
    margin-bottom: 15px;
  }
}

.section-programme__content .left .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-programme__content .left .title h2 {
    font-size: 2rem;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section-programme__content .left .title {
    margin-top: 30px;
  }
}

.section-programme__content .left .subtitle {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .section-programme__content .left .subtitle {
    text-align: left;
    margin-bottom: 25px;
  }
}

.section-programme__content .left .subtitle h3 {
  color: #29aae1;
  font-size: 22px;
  font-family: "Bitter", serif;
  line-height: 32px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-programme__content .left .subtitle h3 {
    font-size: 18px;
    text-align: left;
  }
}

.section-programme__content .left .description,
.section-programme__content .left p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #272242;
  font-weight: 400;
  margin-bottom: 30px;
  /*ul li {
    margin-bottom: 10px;
    @include media-breakpoint-down(md) {
      margin-bottom: 10px
    }
    &::before {
      content: " ";
      background-image: url(/wp-content/themes/cvm/dist/img/icons/bullet-point-blue.svg);
      background-repeat: no-repeat;
      background-size: cover;
      posolition: relative;
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-right: 15px;
      margin-bottom: 0px;
      z-index: 1;
    }
  }*/
}

@media (max-width: 1023.98px) {
  .section-programme__content .left .description,
  .section-programme__content .left p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

.section-programme__content .left .description ul,
.section-programme__content .left .description ol,
.section-programme__content .left p ul,
.section-programme__content .left p ol {
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .section-programme__content .left .description ul,
  .section-programme__content .left p ul {
    text-align: left;
    padding: 0 20px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .section-programme__content .left .description ul,
  .section-programme__content .left p ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .section-programme__content .left .description ul,
  .section-programme__content .left p ul {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .section-programme__content .left .description ul,
  .section-programme__content .left p ul {
    padding: 0 20px;
  }
}

.section-programme__content .left .description ul li,
.section-programme__content .left p ul li {
  list-style: inherit;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-programme__content .left .description p,
.section-programme__content .left p p {
  margin-bottom: 30px;
  list-style: inherit;
}

@media (max-width: 1023.98px) {
  .section-programme__content .left .description p,
  .section-programme__content .left p p {
    margin-bottom: 10px;
  }
}

.section-programme__content .left .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279.98px) {
  .section-programme__content .left .action {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .section-programme__content .left .action {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 0px;
  }
}

.section-programme__content .left .action .btn-plus {
  background: #e92c32;
  border-radius: 0;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-weight: 700;
}

.section-programme__content .left .action .btn-plus:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.section-programme__content .left .action .btn-plus img {
  width: 30px;
  height: 25px;
  margin-left: 5px;
}

@media (max-width: 1279.98px) {
  .section-programme__content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .section-programme__content .right {
    margin-bottom: 40px;
    display: none !important;
  }
}

.section-programme__content .right .image {
  min-width: 300px;
  min-height: 550px;
  height: 90%;
  /*max-height: 550px;
  height: 100%;*/
  position: relative;
  overflow: hidden;
  /*box-shadow: 50px 50px 0px 0px $primary;*/
}

@media (max-width: 1279.98px) {
  .section-programme__content .right .image {
    width: 350px;
    height: 350px;
    /*box-shadow: 30px 30px 0px 0px $primary;*/
  }
}

@media (max-width: 1279.98px) {
  .section-programme__content .right .image {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .section-programme__content .right .image {
    position: unset !important;
  }
}

.section-programme__content .right .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023.98px) {
  .section-programme__content .right .image img {
    height: auto !important;
  }
}

.section-programme__content .right .desktop {
  display: block;
}

@media (max-width: 767.98px) {
  .section-programme__content .right .desktop {
    display: none;
  }
}

.show-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .show-mobile {
    display: block;
    padding: 0;
  }

  .show-mobile img {
    width: 100%;
  }
}

.text-next {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .text-next {
    padding: 40px 25px;
  }
}

.text-next__content {
  width: 100%;
  height: 100%;
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .text-next__content {
    padding: 0px !important;
  }
}

@media (max-width: 1279.98px) {
  .text-next__content .row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

.text-next__content .left .title {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .text-next__content .left .title {
    text-align: left;
    margin-bottom: 25px;
  }
}

.text-next__content .left .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .text-next__content .left .title h2 {
    font-size: 2rem;
    text-align: left;
  }
}

.text-next__content .left .description,
.text-next__content .left p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #313131;
  font-weight: 400;
  margin-bottom: 50px;
  /*li {
    margin-bottom: 10px;
    @include media-breakpoint-down(md) {
      margin-bottom: 10px
    }
    &::before {
      content: " ";
      background-image: url(/wp-content/themes/cvm/dist/img/icons/bullet-point-blue.svg);
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-right: 15px;
      margin-bottom: 0px;
      z-index: 1;
    }
  }*/
}

@media (max-width: 1023.98px) {
  .text-next__content .left .description,
  .text-next__content .left p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 25px;
  }
}

.text-next__content .left .description ul,
.text-next__content .left .description ol,
.text-next__content .left p ul,
.text-next__content .left p ol {
  padding-left: 0px;
}

.text-next__content .left .description p,
.text-next__content .left p p {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .text-next__content .left .description p,
  .text-next__content .left p p {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .text-next__content .left .description ul,
  .text-next__content .left p ul {
    text-align: left;
    padding: 0 20px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .text-next__content .left .description ul,
  .text-next__content .left p ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .text-next__content .left .description ul,
  .text-next__content .left p ul {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .text-next__content .left .description ul,
  .text-next__content .left p ul {
    padding: 0 20px;
  }
}

.text-next__content .left .description ul li,
.text-next__content .left p ul li {
  list-style: inherit;
  line-height: 30px;
  margin-bottom: 15px;
}

.text-next__content .left .description a,
.text-next__content .left p a {
  color: #313131;
  padding-bottom: 2px;
  font-family: "Noto Sans", sans-serif;
  border-bottom: 2px solid #F95C18;
}

.text-next__content .left .description a:hover,
.text-next__content .left p a:hover {
  border-bottom-color: transparent;
}

.text-right {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .text-right {
    padding: 40px 25px;
  }
}

.text-right__content {
  width: 100%;
  height: 100%;
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .text-right__content {
    padding: 0px !important;
  }
}

.text-right__content .left .title {
  margin-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .text-right__content .left .title {
    text-align: left;
    margin-bottom: 25px;
  }
}

.text-right__content .left .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .text-right__content .left .title h2 {
    font-size: 2rem;
    text-align: left;
  }
}

.text-right__content .description,
.text-right__content p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #313131;
  font-weight: 400;
  margin-bottom: 50px;
  /*li {
    margin-bottom: 10px;
    @include media-breakpoint-down(md) {
      margin-bottom: 10px
    }
    &::before {
      content: " ";
      background-image: url(/wp-content/themes/cvm/dist/img/icons/bullet-point-blue.svg);
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-right: 15px;
      margin-bottom: 0px;
      z-index: 1;
    }
  }*/
}

@media (max-width: 1023.98px) {
  .text-right__content .description,
  .text-right__content p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 25px;
  }
}

.text-right__content .description ul,
.text-right__content .description ol,
.text-right__content p ul,
.text-right__content p ol {
  padding-left: 0px;
}

.text-right__content .description p,
.text-right__content p p {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .text-right__content .description p,
  .text-right__content p p {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    text-align: left;
    padding: 0 20px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .text-right__content .description ul,
  .text-right__content p ul {
    padding: 0 20px;
  }
}

.text-right__content .description ul li,
.text-right__content p ul li {
  list-style: inherit;
  line-height: 30px;
  margin-bottom: 15px;
}

.text-right__content .description a,
.text-right__content p a {
  color: #313131;
  padding-bottom: 2px;
  font-family: "Noto Sans", sans-serif;
  border-bottom: 2px solid #F95C18;
}

.text-right__content .description a:hover,
.text-right__content p a:hover {
  border-bottom-color: transparent;
}

.section-autocad {
  position: relative;
  overflow: hidden;
  font-font: "Karbon Medium, sans-serif";
}

@media (max-width: 1023.98px) {
  .section-autocad {
    padding: 40px 25px;
  }
}

.section-autocad__content {
  font-family: "Karbon Medium, sans-serif";
  padding: 45px 97px;
}

@media (max-width: 1023.98px) {
  .section-autocad__content {
    padding: 0px !important;
  }
}

@media (max-width: 1279.98px) {
  .section-autocad__content .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

@media (max-width: 1279.98px) {
  .section-autocad__content .left {
    margin-bottom: 50px;
  }
}

.section-autocad__content .left .title {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .section-autocad__content .left .title {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .section-autocad__content .left .title {
    text-align: left;
  }
}

.section-autocad__content .left .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-autocad__content .left .title h2 {
    font-size: 2rem;
    text-align: left;
  }
}

.section-autocad__content .left .description,
.section-autocad__content .left p {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #272242;
  margin-bottom: 50px;
  /*ul li {
    margin-bottom: 10px;
    @include media-breakpoint-down(md) {
      margin-bottom: 10px
    }
    &::before {
      content: " ";
      background-image: url(/wp-content/themes/cvm/dist/img/icons/bullet-point-blue.svg);
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-right: 15px;
      margin-bottom: 0px;
      z-index: 1;
    }
  }*/
}

@media (max-width: 1023.98px) {
  .section-autocad__content .left .description,
  .section-autocad__content .left p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

.section-autocad__content .left .description p,
.section-autocad__content .left p p {
  margin-bottom: 30px;
}

.section-autocad__content .left .description ul,
.section-autocad__content .left .description ol,
.section-autocad__content .left p ul,
.section-autocad__content .left p ol {
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .section-autocad__content .left .description ul,
  .section-autocad__content .left p ul {
    text-align: left;
    padding: 0 20px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .section-autocad__content .left .description ul,
  .section-autocad__content .left p ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .section-autocad__content .left .description ul,
  .section-autocad__content .left p ul {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .section-autocad__content .left .description ul,
  .section-autocad__content .left p ul {
    padding: 0 20px;
  }
}

.section-autocad__content .left .description ul li,
.section-autocad__content .left p ul li {
  list-style: inherit;
  line-height: 24px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .section-autocad__content .left .description ul li,
  .section-autocad__content .left p ul li {
    line-height: 22px;
  }
}

.section-autocad__content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 45px;
}

@media (max-width: 767.98px) {
  .section-autocad__content .right {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 1439.98px) {
  .section-autocad__content .right {
    margin-bottom: 32px;
  }
}

@media (max-width: 1279.98px) {
  .section-autocad__content .image-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-autocad__content .image-right .image {
  min-width: 300px;
  min-height: 550px;
  height: 90%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1279.98px) {
  .section-autocad__content .image-right .image {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .section-autocad__content .image-right .image {
    position: unset !important;
  }
}

.section-autocad__content .image-right .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023.98px) {
  .section-autocad__content .image-right .image img {
    height: auto !important;
  }
}

@media (max-width: 767.98px) {
  .section-autocad__content .image-right .image {
    display: none;
  }
}

.section-autocad__with-visual {
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .section-autocad__with-visual {
    padding: 0px !important;
  }
}

.card-autocad {
  border: 2px solid #01ac8c;
  height: auto;
  width: 450px;
  position: relative;
}

.card-autocad__header {
  position: absolute;
  width: 100%;
  height: 100px;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}

.card-autocad__header .icon {
  background: #01ac8c;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  /* 100px of height + 10px of border */
  border-top-right-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  font-size: 2em;
  font-family: "Bitter", serif;
  font-weight: 700;
  color: white;
  /*i {
    color: #fff;
    font-size: 1.3em;
  }*/
}

.card-autocad__content {
  font-family: "Noto Sans", sans-serif;
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
}

.card-autocad__content .desc {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #272242;
}

@media (max-width: 1023.98px) {
  .card-autocad__content .desc {
    font-size: 16px;
    line-height: 22px;
  }
}

.card-autocad__content .desc div {
  margin-bottom: 5px;
}

@media (max-width: 494px) {
  .card-autocad__content .desc {
    padding: 0px;
  }
}

.card-autocad__content .desc p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .card-autocad__content .desc p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.card-autocad__content .desc ul li {
  list-style: inherit;
  line-height: 24px;
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .card-autocad__content .desc ul li {
    line-height: 22px;
  }
}

.card-autocad__action {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: -50px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.card-autocad__action .btn-plus {
  background: #e92c32;
  border-radius: 0;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-weight: 700;
}

.card-autocad__action .btn-plus:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.card-autocad__action .btn-plus img {
  width: 30px;
  height: 25px;
  margin-left: 5px;
}

.section-contact {
  position: relative;
  overflow: hidden;
  color: #18103C;
  background-color: #d8eef9;
}

@media (max-width: 1023.98px) {
  .section-contact {
    padding: 40px 25px;
  }
}

.section-contact.bg-blue-think {
  background-color: #d8eef9;
}

.section-contact__content {
  height: 100%;
  width: 100%;
  padding: 45px 0;
}

@media (max-width: 1023.98px) {
  .section-contact__content {
    padding: 0 !important;
  }
}

.section-contact__content-title {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .section-contact__content-title {
    margin-bottom: 30px;
  }
}

.section-contact__content-title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-contact__content-title h2 {
    font-size: 2rem;
  }
}

.section-contact__content-body {
  /*padding: 10px;*/
}

.section-contact__content-body .hide-bloc {
  display: none;
}

@media (max-width: 1023.98px) {
  .section-contact__content-body .left {
    display: none;
  }
}

.section-contact__content-body .left .image {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  width: 100%;
}

@media (min-width: 1280px) {
  .section-contact__content-body .left .image {
    margin-left: 1.875rem;
  }
}

.section-contact__content-body .left .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1279.98px) {
  .section-contact__content-body .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .section-contact__content-body .right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.section-contact__content-body .right .title {
  color: #272242;
}

@media (max-width: 1023.98px) {
  .section-contact__content-body .right .title {
    font-size: 1.2em;
    text-align: center;
  }
}

.section-contact__content-body .right .title h1,
.section-contact__content-body .right .title h2,
.section-contact__content-body .right .title h3 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 26px;
  font-weight: 700;
}

.section-contact__content-body .right .title p {
  font-family: "Karbon Medium, sans-serif" !important;
  font-size: 20px;
}

.section-contact__content-body .right .address {
  font-size: 1.3em;
  font-family: "Karbon Medium, sans-serif";
}

@media (max-width: 1023.98px) {
  .section-contact__content-body .right .address {
    font-size: 1em;
  }
}

.section-contact__content-body .alignement {
  text-align: center;
}

.section-contact .link .icon--social {
  width: 27px !important;
  height: 27px !important;
}

.section-contact .link--social .label {
  border-bottom: 2px solid #18103C !important;
}

.section-contact .link--social:hover .label {
  border-bottom: none !important;
}

@media (max-width: 1023.98px) {
  .section-contact .link--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-faq {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section-faq {
    padding: 40px 25px;
  }
}

.section-faq__content {
  height: 100%;
  width: 100%;
  padding: 45px 97px;
}

@media (max-width: 1023.98px) {
  .section-faq__content {
    padding: 0 !important;
  }
}

.section-faq__content-title {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .section-faq__content-title {
    margin-bottom: 32px;
  }
}

.section-faq__content-title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-faq__content-title h2 {
    font-size: 2rem;
  }
}

.section-faq__content-body {
  background: #fff;
  width: 100%;
  margin-bottom: 10px !important;
}

.section-faq__content-body h3 {
  font-weight: bold;
  margin-top: 15px;
}

@media (max-width: 1023.98px) {
  .section-faq__content-body h3 {
    font-size: 1.5rem;
  }
}

.section-faq__content-body h3 .accordeon__title {
  color: #29aae1;
}

.section-faq__content-body h3 .accordeon__title:after {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/expand-marine.svg");
  top: 20px;
}

@media (max-width: 1023.98px) {
  .section-faq__content-body h3 .accordeon__title:after {
    top: 15px;
  }
}

@media (max-width: 1023.98px) {
  .section-faq__content-body h3 button {
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section-faq__content-body ul {
    text-align: left;
    padding: 0 20px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .section-faq__content-body ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .section-faq__content-body ul {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .section-faq__content-body ul {
    padding: 0 20px;
  }
}

.section-faq__content-body ul li {
  list-style: inherit;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 0px;
}

.section-faq__content-body ul li:before {
  display: none;
}

.section-faq__content .accordeon:last-of-type {
  border-bottom: 1px solid black !important;
}

.section-faq__content .accordeon.open .accordeon__titlefaq {
  color: #161E4D;
}

.section-faq__content .accordeon.open .accordeon__titlefaq:after {
  background-image: url("/wp-content/themes/cvm/dist/img/icons/collapse-marine.svg");
}

.section-faq__content .accordeon__header {
  margin-bottom: 10px !important;
}

.section-faq__content .accordeon__text,
.section-faq__content .accordeon p,
.section-faq__content .accordeon a,
.section-faq__content .accordeon ul li,
.section-faq__content .accordeon ol li {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
}

@media (max-width: 1023.98px) {
  .section-faq__content .accordeon__text,
  .section-faq__content .accordeon p,
  .section-faq__content .accordeon a,
  .section-faq__content .accordeon ul li,
  .section-faq__content .accordeon ol li {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

.section-owl-carrousel {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .section-owl-carrousel {
    padding: 40px 25px;
  }
}

.section-owl-carrousel__content {
  padding: 45px 97px !important;
}

@media (max-width: 1023.98px) {
  .section-owl-carrousel__content {
    padding: 0px !important;
  }
}

.section-owl-carrousel__content .title {
  margin-bottom: 77px;
}

@media (max-width: 1279.98px) {
  .section-owl-carrousel__content .title {
    text-align: center;
    margin-bottom: 30px;
  }
}

.section-owl-carrousel__content .title h2 {
  color: #272242;
  font-size: 2.375em;
  line-height: 42px;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .section-owl-carrousel__content .title h2 {
    font-size: 2rem;
  }
}

.section-owl-carrousel__content .description {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1023.98px) {
  .section-owl-carrousel__content .description {
    grid-template-columns: 1fr;
  }
}

.section-owl-carrousel__content .description .desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #29aae1;
  font-size: 1.5em;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
}

@media (max-width: 1023.98px) {
  .section-owl-carrousel__content .description .desc-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-owl-carrousel__content .description .desc-item .dots {
  margin-right: 0.5em;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-owl-carrousel__content .description .desc-item .dots i {
  color: #29aae1;
  font-size: 0.5rem;
}

.section-owl-carrousel__content .slide-tarif__item {
  width: 100%;
  max-width: 350px;
  min-height: 450px;
  background: #dbeefc;
  border-radius: 20px;
  padding: 20px;
  display: grid;
  /*grid-template-rows: 100px calc(100% - 100px);*/
  grid-template-rows: auto calc(100% - 100px);
  position: relative;
}

.section-owl-carrousel__content .slide-tarif__item .title {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.section-owl-carrousel__content .slide-tarif__item .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7.9%;
  width: 84%;
  height: 1px;
  background: #00a782;
}

.section-owl-carrousel__content .slide-tarif__item .title h2 {
  font-family: "Karbon Bold, sans-serif";
  font-size: 1.8em !important;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin: 0 20px;
}

.section-owl-carrousel__content .slide-tarif__item .title h2 span {
  color: #00a782;
  display: block;
}

.section-owl-carrousel__content .slide-tarif__item .body {
  font-family: "Noto Sans", sans-serif !important;
  color: #272242 !important;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  font-size: 0.9375rem;
  /*li {
    margin-bottom: 10px;
    @include media-breakpoint-down(md) {
      margin-bottom: 10px
    }
    &::before {
      content: " ";
      background-image: url(/wp-content/themes/cvm/dist/img/icons/bullet-point-blue.svg);
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      display: inline-block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-right: 15px;
      margin-bottom: 0px;
      z-index: 1;
    }
  }*/
}

.section-owl-carrousel__content .slide-tarif__item .body p {
  line-height: 1.5rem !important;
}

.section-owl-carrousel__content .slide-tarif__item .body ul,
.section-owl-carrousel__content .slide-tarif__item .body ol {
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .section-owl-carrousel__content .slide-tarif__item .body ul {
    text-align: left;
    padding: 0 20px;
    list-style-position: outside;
  }
}

@media (min-width: 768px) {
  .section-owl-carrousel__content .slide-tarif__item .body ul {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .section-owl-carrousel__content .slide-tarif__item .body ul {
    margin-left: 0%;
  }
}

@media (max-width: 767.98px) {
  .section-owl-carrousel__content .slide-tarif__item .body ul {
    padding: 0 20px;
  }
}

.section-owl-carrousel__content .slide-tarif__item .body ul li {
  list-style: inherit;
  line-height: 30px;
  margin-bottom: 15px;
}

.section-owl-carrousel__content .slide-tarif__item .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.section-owl-carrousel__content .slide-tarif__item .footer .action {
  margin-right: 10px;
}

@media (max-width: 1023.98px) {
  .section-owl-carrousel__content .slide-tarif__item .footer .action {
    display: none;
  }
}

.section-owl-carrousel__content .slide-tarif__item .footer .action a:focus {
  border: 3px solid white;
}

.section-owl-carrousel__content .slide-tarif__item .footer .btn-view {
  background: #251e40;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-owl-carrousel__content .slide-tarif__item .footer .btn-view .icon--arrow {
  width: 28px !important;
  height: 16px !important;
  stroke: white;
  margin: 5px 0 0 0 !important;
}

.section-owl-carrousel .owl-dots {
  margin-top: 65px !important;
}

@media (max-width: 767.98px) {
  .section-owl-carrousel .owl-dots {
    margin-top: 25px !important;
  }
}

.section-owl-carrousel .owl-dots .owl-dot.active span {
  background: #01ac8c !important;
}

/* ======= Owl-Theme custom style ======= */

.owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cgp-footer {
  height: 40vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 45px;
}

@media (max-width: 1023.98px) {
  .cgp-footer {
    padding-top: 40px;
    height: auto;
  }
}

.cgp-footer__content .copyright {
  font-family: "Noto Sans", sans-serif;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  font-weight: 400;
  text-align: end;
}

@media (max-width: 1023.98px) {
  .cgp-footer__content .copyright {
    text-align: center;
    border-top: none;
  }
}

@media (min-width: 1024px) {
  .cgp-footer__content .copyright {
    text-align: end;
  }
}

