@charset "UTF-8";
@import url("https://use.typekit.net/xpd7iay.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
a {
  display: inline-block;
  transition: all 0.5s;
}
@font-face {
  font-family: "Hursheys";
  src: url("/wp-content/themes/starter/sass/../font/Hursheys.woff2") format("woff2"), url("/wp-content/themes/starter/sass/../font/Hursheys.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1310px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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%;
  }
}
.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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !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.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !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.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !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: 1200px) {
  .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.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
@keyframes planete {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(240deg);
  }
}
@keyframes etoile_filante {
  0% {
    transform: translate(-100px, -50px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(100px, 50px);
    opacity: 0;
  }
}
@keyframes casque {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(15deg);
  }
  65% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes etoile {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightRotate {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-15deg);
  }
  55% {
    transform: rotate(-15deg);
  }
  97% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes griffure {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-5px, 10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes vaisseau {
  0% {
    transform: translate(100px, 50px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-100px, -50px);
    opacity: 0;
  }
}
@keyframes vaisseauRevert {
  0% {
    transform: translate(-100px, 100px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(100px, -100px);
    opacity: 0;
  }
}
@keyframes etoileFilante {
  0% {
    transform: translate(-110px, -100px);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(120px, 100px);
    opacity: 0;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(-6000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transform: translateX(-50%);
  }
}
@keyframes fadeInDownBigStraight {
  0% {
    opacity: 0;
    transform: translateY(-4500px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bgHeader {
  from {
    transform: translateY(0px);
    opacity: 0;
  }
  to {
    transform: translateY(500px);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.slide-in-blurred-top {
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.slide-in-blurred-bottom {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes fade-in-fwd {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.fade-in-fwd {
  animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-600px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
.bounce-in-left {
  animation: bounce-in-left 1.1s both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.grecaptcha-badge {
  display: none !important;
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
a {
  display: inline-block;
  transition: all 0.5s;
}
@font-face {
  font-family: "Hursheys";
  src: url("/wp-content/themes/starter/sass/../font/Hursheys.woff2") format("woff2"), url("/wp-content/themes/starter/sass/../font/Hursheys.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1310px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-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%;
  }
}
.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: flex !important;
}
.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.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.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !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.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !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.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !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.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !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: 1200px) {
  .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.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !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.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
.aligncenter, .alignleft, .alignright {
  display: block;
  padding: 0;
}
.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}
.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}
.wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
}
.wp-caption img {
  display: inline;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-weight: 100;
  font-style: italic;
  color: #ddd;
}
.current-menu-item.no_active a::after {
  display: none !important;
}
/* Remove outline for non-keyboard :focus */
*:focus-visible.focusable {
  transition: all ease-in-out 0.3s;
  border-bottom: 2px solid #f5d116;
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*::selection {
  background: #f5d116;
  color: #040a1b;
}
.hide_scroll {
  overflow: hidden;
}
html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  background: #F0F1F2;
  color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #f5d116;
  color: #040a1b;
  padding: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: white;
  background-color: #46b450;
}
.body {
  background: #040a1b url(/wp-content/themes/starter/sass/../img/Montagnes.svg) center bottom no-repeat;
  font-weight: 300;
}
.body .menu {
  list-style: none;
}
.body .menu .menu-item {
  list-style: none;
}
.body textarea {
  resize: none;
}
h1 {
  font-weight: 600;
  font-size: 33px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: -8px;
}
h1 span {
  font-size: 27px;
  font-weight: 200;
}
h1.accueil {
  color: #f5d116;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}
h2 {
  font-family: jaf-domus-titling-web, sans-serif;
  color: #f5d116;
  font-weight: 300;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: -1.62px;
}
h2.accueil {
  color: #040a1b;
  font-size: 40px;
  text-transform: none;
}
h2.with-decoration {
  margin-top: 3px;
  margin-bottom: 5px;
}
h3 {
  font-weight: 700;
  font-size: 25px;
}
h3.accueil {
  font-family: jaf-domus-titling-web, sans-serif;
  font-size: 45px;
}
h4 {
  font-style: italic;
  font-weight: 300;
  font-size: 23px;
}
h4.accueil {
  font-style: normal;
}
h5 {
  color: #f5d116;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
h5:before {
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  position: absolute;
  height: 2px;
  background-color: #f5d116;
}
.mini-button {
  padding: 2px 8px 2px 8px;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 13px;
  background: url(/wp-content/themes/starter/sass/../img/dashed_border.svg) no-repeat center;
  line-height: 2em;
  border: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}
.mini-button i {
  font-size: 13px;
  margin-right: 8px;
}
.mini-button:hover {
  border: solid 1px #f5d116;
  background: transparent;
  cursor: pointer;
}
.mini-button.contact_comp {
  display: none;
  padding: 2px 29px 2px 31px;
  background: none;
  border: 1px solid #f5d116;
}
.mini-button.contact_comp:hover {
  background: #f5d116;
  color: #040a1b;
}
.bouton {
  background-color: #040a1b;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  align-items: center;
  position: relative;
  border-radius: 3px;
}
.bouton span {
  z-index: 1;
  position: relative;
}
.bouton:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  bottom: 0;
  transition: all ease 0.3s;
  background-color: #f5d116;
  width: 0;
  z-index: 0;
}
.bouton i {
  font-size: 20px;
}
.bouton:hover:before {
  width: 100%;
}
.bouton.jaune {
  background-color: #f5d116;
  color: #040a1b;
}
.bouton.jaune:before {
  background-color: white;
}
.bouton.jaune:hover:before {
  width: 100%;
}
.default-button {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #040a1b !important;
  font-size: 26px;
  font-weight: 900 !important;
  text-transform: uppercase;
  position: relative;
  line-height: 1.23em;
  z-index: 10;
  text-align: center;
  text-decoration: none !important;
  display: inline-block !important;
}
.default-button::before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 53px;
  left: 0;
  background: transparent;
  border-top: 2px solid #f5d116;
  border-bottom: 2px solid #f5d116;
  transition: all ease 0.3s;
}
.default-button span {
  font-size: 21px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 300;
  letter-spacing: -1.26px;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
.default-button:hover {
  color: #040a1b;
}
.default-button:hover::before {
  bottom: 9px;
  width: 110%;
  height: 7px;
  left: -5%;
  border-top: 2px solid #f5d116;
  border-bottom: 2px solid #f5d116;
  background: transparent;
  z-index: -1;
}
.default-button:hover span::after {
  display: none;
}
.default-button.white {
  color: #fff !important;
}
.default-button.white span {
  background-color: #040a1b;
}
.default-button-allblack {
  font-family: sofia-pro, sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  text-align: center;
}
.default-button-allblack::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 47px;
  background: transparent;
  border-top: 1px solid #040a1b;
  border-bottom: 1px solid #040a1b;
  transition: all ease 0.3s;
}
.default-button-allblack span {
  background: #f5d116;
  padding-left: 10px;
  padding-right: 10px;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 300;
  font-size: 17px;
  display: inline-block;
  position: relative;
  transition: all ease 0.3s;
}
.default-button-allblack:hover::before {
  bottom: 8px;
  left: -5%;
  width: 110%;
  height: 7px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  background: transparent;
  z-index: -1;
}
.default-button-allblack:hover span {
  color: white;
}
.page-template-tpl-listeMaintenances {
  background: #F0F1F2 url(/wp-content/themes/starter/sass/../img/Montagnes.svg) center bottom no-repeat;
}
.gutter_14 {
  margin-left: -7px;
  margin-right: -7px;
}
.gutter_14 > [class*="col"] {
  padding-left: 7px;
  padding-right: 7px;
}
#header-inner {
  transition: all ease-in-out 0.2s;
  box-shadow: rgba(50, 50, 93, 0) 0px 13px 27px -5px, rgba(0, 0, 0, 0) 0px 8px 16px -8px;
}
#header-inner .container-fluid, #header-inner .container-sm, #header-inner .container-md, #header-inner .container-lg, #header-inner .container-xl {
  padding-top: 15px;
  padding-bottom: 15px;
}
#header-inner .logo_kori img {
  max-height: 50px;
  height: auto;
  width: 114px;
}
#main_menu {
  display: none;
}
.home a {
  color: #fff;
}
.home a:hover {
  color: #f5d116;
}
.home #home {
  text-align: center;
  background: url(/wp-content/themes/starter/sass/../img/cosmonaute_mobile.svg) bottom no-repeat;
  background-size: 210%;
  padding-bottom: 335px;
  position: relative;
}
.home #home .nebuleuse {
  display: none;
}
.home #home #main_logo {
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 35px;
}
.home #home #main_logo img {
  display: block;
  max-width: 250px;
  object-fit: contain;
}
.home #home #main_logo:hover {
  opacity: 0.5;
}
.home #home .baseline {
  font-size: 12px;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 6.6px;
  font-weight: 400;
  display: inline-block;
  transform: translateY(-15px);
  margin-left: 3px;
}
.home #home #home_top_section {
  padding-top: 45px;
}
.home #home #home_top_section h1 {
  letter-spacing: 0.75px;
  line-height: 1.44em;
  margin-right: 40px;
  margin-left: 40px;
}
.home #home #home_top_section p {
  font-size: 23px;
  text-align: center;
  margin-top: 38px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
.home #agence {
  margin-top: -5px;
  background: #f5d116;
  padding-bottom: 70px;
}
.home #agence h2 {
  margin-top: 50px;
  letter-spacing: -2.5px;
  line-height: 1.12em;
  margin-bottom: 38px;
}
.home #agence h2 span {
  font-size: 45px;
  font-weight: 200;
}
.home #agence p {
  color: #040a1b;
}
.home #agence .inner_menu {
  padding-left: 7px;
  padding-right: 7px;
  display: block;
}
.home #agence .inner_menu li {
  margin-top: 30px;
  text-align: center;
  float: left;
  width: 50%;
  list-style: none;
}
.home #agence .inner_menu li span, .home #agence .inner_menu li a {
  color: #040a1b;
}
.home #competence {
  padding-bottom: 65px;
  margin-top: 55px;
}
.home #competence #competence_top_section {
  margin-left: 15px;
  margin-right: 15px;
}
.home #competence #competence_top_section h3 {
  font-family: jaf-domus-titling-web, sans-serif;
  color: #fff;
  line-height: 1em;
  position: relative;
  font-weight: 200;
  letter-spacing: -2.7px;
}
.home #competence #competence_top_section h3 b {
  font-weight: 400;
}
.home #competence #competence_top_section h3::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -45px;
  right: 0;
  width: 98px;
  height: 91px;
  background: url(/wp-content/themes/starter/sass/../img/Cosmonaute.svg) no-repeat;
}
.home #competence #competence_top_section p {
  margin-top: 40px;
}
.home #competence #competence_top_section p b {
  color: #f5d116;
  font-weight: 300;
}
.home #competence #competence_top_section .etoile {
  display: none;
}
.home #competence #competence_mid_section {
  text-align: center;
}
.home #competence #competence_mid_section h4 {
  color: #f5d116;
  font-size: 22px;
  font-weight: 200;
  margin-top: 55px;
  line-height: 1.05em;
}
.home #competence #competence_mid_section .text_size {
  height: 105px;
  overflow: hidden;
}
.home #competence #competence_mid_section .full_size {
  height: auto !important;
}
.home #competence #competence_mid_section p {
  margin-top: 23px;
  font-size: 16px;
  line-height: 1.7em;
}
.home #competence #competence_mid_section a.contact_comp {
  display: none;
  padding: 2px 29px 2px 31px;
  background: none;
  border: 1px solid #f5d116;
}
.home #competence #competence_mid_section a.contact_comp:hover {
  background: #f5d116;
  color: #040a1b;
}
.home #reference {
  background: #fff;
  text-align: center;
  padding-bottom: 60px;
}
.home #reference h3 {
  padding-top: 45px;
  margin-bottom: 45px;
  color: #040a1b;
  font-weight: 200;
  letter-spacing: -2.7px;
}
.home #reference .home_article {
  text-align: left;
}
.home #reference .home_article p {
  color: #040A1B;
  line-height: 1.7em;
  font-size: 16px;
  font-weight: 300;
  margin-left: 0;
  margin-right: 0;
  text-align: justify;
  margin-top: 20px;
}
.home #reference .home_article .img_article {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 280px;
  width: 280px;
  max-width: 100%;
  background: cover;
  transition: 0.5s;
  outline: 0 solid gold;
  z-index: 0;
  background-size: contain !important;
}
.home #reference .home_article .img_article:hover {
  outline: 30px solid gold;
  outline-offset: -30px;
  cursor: pointer;
}
.home #reference .home_article .img_article::after, .home #reference .home_article .img_article::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background: #f5d116;
  transition: all ease-in-out 0.3s;
}
.home #reference .home_article .img_article::after {
  height: 7px;
  width: 0;
}
.home #reference .home_article .img_article::before {
  height: 0;
  width: 7px;
}
.home #reference .home_article .img_article:hover {
  outline: 20px solid gold;
  outline-offset: -20px;
}
.home #reference .home_article .img_article:hover::after {
  width: 79px;
}
.home #reference .home_article .img_article:hover::before {
  height: 79px;
}
.home #reference .home_article .logoContainer {
  height: 70px;
  width: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  margin-top: -70px;
  z-index: 10;
  position: relative;
}
.home #equipe {
  text-align: center;
  height: auto;
  padding-bottom: 40px;
  position: relative;
}
.home #equipe #team_title {
  font-family: jaf-domus-titling-web, sans-serif;
  color: #f5d116;
  font-weight: 200;
  letter-spacing: -1.2px;
  font-size: 20px;
  line-height: 1em;
  background: url(/wp-content/themes/starter/sass/../img/team_picture.svg) center top no-repeat;
  height: 256px;
  background-size: cover;
  margin-top: -47px;
  padding-top: 150px;
  position: relative;
}
.home #equipe #team_title::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%);
  width: 46px;
  height: 55px;
  background: url(/wp-content/themes/starter/sass/../img/6.svg) no-repeat center;
  background-size: contain;
}
.home #equipe .membre {
  margin-top: 30px;
  position: relative;
  display: inline-block;
}
.home #equipe .membre .team_name {
  color: #f5d116;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: -0.3px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.home #equipe .membre p {
  font-size: 15px;
  line-height: 1.3em;
  margin-right: 5px;
}
.home #equipe .membre img {
  max-width: 138px;
}
.home #equipe #membre_1::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 20px;
  width: 105px;
  height: 120px;
  background: url(/wp-content/themes/starter/sass/../img/Casques.svg) no-repeat;
  animation-name: casque;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
.home #equipe #membre_1:before {
  content: "";
  position: absolute;
  top: 100px;
  left: -10px;
  width: 21px;
  height: 14px;
  background: url(/wp-content/themes/starter/sass/../img/Taches_1.svg) no-repeat;
}
.home #equipe #membre_2::after {
  content: "";
  position: absolute;
  top: -21px;
  right: -6px;
  width: 39px;
  height: 39px;
  background: url(/wp-content/themes/starter/sass/../img/Etoiles.svg) no-repeat;
  animation-name: etoile;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.home #equipe #membre_2:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 23px;
  height: 12px;
  background: url(/wp-content/themes/starter/sass/../img/Taches_2.svg) no-repeat;
}
.home #equipe #membre_3::after {
  content: "";
  position: absolute;
  bottom: 53px;
  left: 0;
  width: 34px;
  height: 31px;
  background: url(/wp-content/themes/starter/sass/../img/Grifures.svg) no-repeat;
  animation-name: griffure;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.home #equipe #membre_3:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 10px;
  width: 25px;
  height: 22px;
  background: url(/wp-content/themes/starter/sass/../img/Taches_3.svg) no-repeat;
}
.home #equipe #membre_4::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -25px;
  width: 77px;
  height: 52px;
  background: url(/wp-content/themes/starter/sass/../img/Ovnis.svg) no-repeat;
}
#contactAccueil {
  margin-top: 175px;
  position: relative;
}
#contactAccueil::before {
  content: " ";
  position: absolute;
  top: -114px;
  left: 0;
  height: 135px;
  width: 100%;
  max-width: 100% !important;
  background: url("/wp-content/themes/starter/sass/../img/extrabg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#contactAccueil .content {
  text-align: center;
}
#contactAccueil .content h4 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 75px;
}
#contactAccueil .content h4 {
  text-transform: uppercase;
  font-size: 42px;
  font-family: jaf-domus-titling-web, sans-serif;
  letter-spacing: -2.7px;
  font-weight: 200;
}
#contactAccueil .content .text_equipe p {
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
#contactAccueil .content .text_equipe p a {
  color: #f5d116;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}
#contactAccueil .content .text_equipe p a::after {
  position: absolute;
  content: "";
  bottom: -6px;
  width: 0px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #f5d116;
  transition: ease-in-out 0.35s;
}
#contactAccueil .content .text_equipe p a:hover::after {
  width: 100%;
}
#contactAccueil .page-url {
  position: absolute;
  visibility: hidden;
}
#heading {
  margin-bottom: 30px;
}
#heading .bouton {
  margin-top: 10px;
}
#heading .page_rubrique {
  text-transform: uppercase;
  color: #f5d116;
  font-size: 16px;
}
#archive-realisation {
  overflow-x: hidden !important;
  padding-top: 30px;
}
#archive-realisation #heading .page_rubrique {
  margin-bottom: 20px;
}
#archive-realisation #heading .page-title {
  line-height: 104%;
}
#archive-realisation #heading span {
  line-height: 115%;
  margin-bottom: 10px;
}
#archive-realisation .mise_avant {
  padding-bottom: 50px;
}
#archive-realisation .mise_avant .imgContainer {
  max-width: 100%;
}
#archive-realisation .mise_avant .imgContainer img {
  max-width: 100%;
}
#archive-realisation .mise_avant .content {
  margin-top: 30px;
}
#archive-realisation .mise_avant .content .logoContainer {
  text-align: center;
}
#archive-realisation .mise_avant .content p {
  color: #fff;
  line-height: 160%;
}
#archive-realisation .realisations .realisation {
  margin-bottom: 75px;
}
#archive-realisation .realisations .realisation .imgContainer {
  outline: 0px solid #f5d116;
  transition: all ease-in-out 0.3s;
  position: relative;
}
#archive-realisation .realisations .realisation .imgContainer::after, #archive-realisation .realisations .realisation .imgContainer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background: #f5d116;
  transition: all ease-in-out 0.3s;
}
#archive-realisation .realisations .realisation .imgContainer::after {
  height: 7px;
  width: 0;
}
#archive-realisation .realisations .realisation .imgContainer::before {
  height: 0;
  width: 7px;
}
#archive-realisation .realisations .realisation .imgContainer:hover {
  outline: 20px solid gold;
  outline-offset: -20px;
}
#archive-realisation .realisations .realisation .imgContainer:hover::after {
  width: 79px;
}
#archive-realisation .realisations .realisation .imgContainer:hover::before {
  height: 79px;
}
#archive-realisation .realisations .realisation .imgContainer img {
  max-width: 100%;
}
#archive-realisation .realisations .realisation .imgContainer .rea_title {
  position: absolute;
  bottom: -1px;
  margin-left: 17px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  font-size: 33px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: -8px;
  letter-spacing: inherit;
}
#archive-realisation .realisations .realisation .imgContainer .rea_title span {
  display: block;
  margin-bottom: -15px;
  font-size: 27px;
  font-weight: 200;
}
#archive-realisation .realisations .realisation .short_desc {
  margin-top: 15px;
  color: #fff;
  padding: 0 20px;
}
.side_contact {
  display: none;
}
#page_cms {
  padding-top: 100px;
  overflow: hidden;
  /*
  a {
    color: $white;

    &:hover {
      color: $yellow;
    }
  }*/
}
#page_cms p {
  margin-bottom: 30px;
}
#page_cms p a {
  text-decoration: underline;
  color: white;
}
#page_cms #heading .page_title span {
  display: block;
  font-size: 23px;
  margin-bottom: -15px;
}
#page_cms .bloc_en-tete {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 37px !important;
}
#page_cms .bloc_img_texte {
  padding-bottom: 25px;
}
#page_cms .bloc_img_texte .imgContainer {
  margin-bottom: 20px;
  margin-bottom: 15px;
}
#page_cms .bloc_img_texte .imgContainer img {
  max-width: 250px;
}
#page_cms .bloc_texte_img {
  padding-bottom: 25px;
}
#page_cms .bloc_texte_img .imgContainer {
  margin-bottom: 20px;
}
#page_cms .bloc_texte_img .imgContainer img {
  max-width: 250px;
}
#page_cms .bloc_texte {
  padding-bottom: 25px;
}
#page_cms .bloc_quote {
  background-color: #f9f9f9;
  color: #040a1b;
  display: flex;
  padding: 15px;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
  text-align: center;
}
#page_cms .bloc_quote .imgContainer img {
  max-width: 250px;
}
#page_cms .bloc_quote .content {
  margin-top: 10px;
}
#page_cms .bloc_quote .content h4 {
  font-style: normal;
  text-transform: uppercase;
}
#page_cms .bloc_quote .content p {
  font-weight: 300;
}
#page_cms .bloc_quote .name {
  font-size: 15px;
  font-weight: 400;
  color: #f5d116;
  text-transform: uppercase;
  margin-top: 15px;
}
#page_cms .bloc_slider {
  padding-bottom: 75px;
}
#page_cms .bloc_slider h3.big-title {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 200;
  font-size: 30px;
}
#page_cms .bloc_slider .text-center {
  text-align: center;
  margin-top: 10px;
}
#page_cms .bloc_slider .text-center p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}
#page_cms .bloc_slider .arrow {
  width: 60px;
  height: 40px;
  position: absolute;
  bottom: -60px;
  background-image: url("/wp-content/themes/starter/sass/../img/cms_builder_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
#page_cms .bloc_slider .arrow.prevArrow {
  left: 26%;
}
#page_cms .bloc_slider .arrow.nextArrow {
  right: 26%;
  transform: rotate(180deg);
}
#page_cms .bloc_slider .slide .imgContainer {
  position: relative;
}
#page_cms .bloc_slider .slide .imgContainer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 25%;
  background: #f5d116;
  transition: all ease-in-out 0.3s;
}
#page_cms .bloc_slider .slide .imgContainer:hover::after {
  width: 50%;
}
#page_cms .bloc_slider .slide .imgContainer img {
  max-width: 60%;
  margin: 0 auto;
}
#page_cms .bloc_contact {
  padding-bottom: 25px;
}
#page_cms .bloc_contact .wpcf7 h2 {
  margin-bottom: 15px;
}
#page_cms .bloc_contact .wpcf7 .wpcf7-spinner {
  display: none;
}
#page_cms .bloc_contact .wpcf7 form .wrap-btn-submit {
  text-align: center;
}
#page_cms .bloc_contact .wpcf7 form .btn_submit {
  margin-left: 0;
}
#page_cms .bloc_annexe {
  margin-top: 25px;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  position: relative;
  background: #f5d116 url(/wp-content/themes/starter/sass/../img/bloc_annexe_fond.svg) no-repeat center center;
  background-size: cover;
  color: #040a1b;
  margin-bottom: 30px;
}
#page_cms .bloc_annexe::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  height: 90px;
  width: 90px;
  background-image: url("/wp-content/themes/starter/sass/../img/annexe_planete.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#page_cms .bloc_annexe h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-weight: 200;
}
#page_cms .bloc_annexe h3 span {
  font-weight: 400;
}
#page_cms .bloc_annexe .content p {
  font-weight: 300;
  margin-bottom: 15px;
}
#page_cms .bloc_annexe .content p strong {
  font-weight: 600;
}
#page_cms h3 {
  margin-bottom: 20px;
}
#page_cms h4 {
  margin-bottom: 15px;
}
#page_cms h5 {
  margin-bottom: 15px;
}
#page_cms ul {
  padding: 0 21px;
}
#page_cms ul > li {
  list-style: disc;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
}
#page_cms ul > li a {
  color: white;
  text-decoration: underline;
}
#page_cms ul > li::marker {
  color: #f5d116;
  font-size: 20px;
}
#page_cms ul > li:not(.with-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#page_cms ul > li:last-child {
  border-bottom: none;
}
#page_cms ul > li > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 41px;
  padding-top: 10px;
  margin-top: 17px;
  margin-bottom: 19px;
}
#page_cms ul > li > ul > li {
  list-style-type: circle;
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none !important;
  max-width: 612px;
}
#page_cms ul > li > ul > li:after {
  content: none;
}
#page_cms p {
  font-size: 18px;
  /*a {
      color: $yellow;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      font-weight: 600;
      display: initial;

      &:hover {
        color: $white;
      }
    }*/
}
#cmsContent .big-title {
  font-size: 40px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: jaf-domus-titling-web, sans-serif;
  line-height: 1.2em;
  letter-spacing: -4.8px;
  margin-bottom: 46px !important;
}
#cmsContent .quote {
  margin-top: 50px !important;
}
#cmsContent .quote .image {
  display: none;
  width: 180px;
  height: 203px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
#cmsContent .quote .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cmsContent .quote blockquote {
  position: relative;
  padding-top: 46px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  font-style: italic;
}
#cmsContent .quote blockquote:before {
  content: "";
  position: absolute;
  width: calc(100% - 73px);
  height: 2px;
  background: #ece8dc;
  top: 0px;
  right: 0;
}
#cmsContent .quote blockquote:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 37px;
  background: url("/wp-content/themes/starter/sass/../img/quotes.svg") center center no-repeat;
  top: -25px;
  left: 0;
}
#cmsContent .quote blockquote span {
  font-size: 15px;
  font-weight: 400;
  color: #f5d116;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  margin-top: 26px;
}
#cmsContent #cms-slider {
  margin-bottom: 27px;
}
#cmsContent #cms-slider .arrows {
  display: flex;
  align-items: center;
}
#cmsContent #cms-slider .arrows .arrow {
  width: 58px;
  height: 39px;
  position: relative;
  cursor: pointer;
}
#cmsContent #cms-slider .arrows .arrow:after {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/starter/sass/../img/slider-arrow.svg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cmsContent #cms-slider .arrows .nextArrow:after {
  transform: rotate(-180deg);
}
#cmsContent .slider .slick-list {
  margin: 0 -20px;
}
#cmsContent .slider .slide {
  margin: 0 20px;
}
#cmsContent .slider .slide .wrap-img {
  position: relative;
  margin-bottom: 7px;
}
#cmsContent .slider .slide .wrap-img img {
  margin: auto;
  max-width: 100%;
}
#cmsContent .slider .slide .wrap-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52%;
  height: 6px;
  background-color: #f5d116;
  transition: all ease-in-out 0.3s;
}
#cmsContent .slider .slide .wrap-img:hover {
  cursor: pointer;
}
#cmsContent .slider .slide .wrap-img:hover::after {
  width: 100%;
}
#cmsContent .slider .slide p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
#cmsContent .bloc-annexe {
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: #040a1b;
  text-align: center;
  padding: 25px;
  position: relative;
}
#cmsContent .bloc-annexe:before {
  content: "";
  background: url("/wp-content/themes/starter/sass/../img/fond-etoiles.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#cmsContent .bloc-annexe .content-bloc-annexe {
  position: relative;
  z-index: 5;
}
#cmsContent .bloc-annexe p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 33px !important;
}
#cmsContent .bloc-annexe p.title {
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-size: 30px;
  letter-spacing: -2.4px;
  line-height: 1.2em;
  margin-bottom: 37px !important;
}
#cmsContent .bloc-annexe p.title b {
  font-weight: 400;
}
#cmsContent .bloc-annexe p strong {
  font-weight: 600;
  color: #f5d116;
}
#cmsContent .bloc-annexe .mini-button {
  margin-top: 12px;
}
#cmsContent main h1 {
  margin-bottom: 36px;
}
#cmsContent main h2:not(.with-decoration) {
  margin-top: 3px !important;
  margin-bottom: 30px !important;
}
#cmsContent main p {
  font-size: 16px;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  margin-block-start: 0;
  margin-block-end: 0;
}
.mainForm .wpcf7-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mainForm .wpcf7-form .input_form {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 941px;
}
.mainForm .wpcf7-form .input_form .input_unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainForm .wpcf7-form .input_form .codedropz-upload-handler {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  margin-bottom: 0;
  position: relative;
}
.mainForm .wpcf7-form .input_form .codedropz-upload-handler .codedropz-upload-container {
  padding: 13px 20px;
}
.mainForm .wpcf7-form .input_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3, .mainForm .wpcf7-form .input_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.mainForm .wpcf7-form .input_form .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: rgba(255, 255, 255, 0.4);
  float: inline-start;
}
.mainForm .wpcf7-form .input_form .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.mainForm .wpcf7-form .input_form .dnd-upload-status .dnd-upload-image {
  display: none;
}
.mainForm .wpcf7-form .input_form .dnd-upload-status .dnd-upload-details .name span {
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-text);
  display: inline-block;
  width: 6ch;
  overflow: hidden;
  white-space: nowrap;
}
.mainForm .wpcf7-form .input_form .dnd-upload-status .dnd-upload-details .name em {
  display: none;
}
.mainForm .wpcf7-form .input_form .dnd-upload-status .dnd-upload-details a, .mainForm .wpcf7-form .input_form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: none;
}
.mainForm .wpcf7-form .input_form.deux_cols {
  grid-template-columns: repeat(2, 1fr);
}
.mainForm .wpcf7-form .input_form.trois_cols {
  grid-template-columns: repeat(3, 1fr);
}
.mainForm .wpcf7-textarea {
  margin-top: 10px;
  background: #040a1b;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  font-size: 18px;
  opacity: 0.85;
  line-height: 1.45em;
  max-width: 100%;
  height: 185px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 55px;
  font-weight: 300;
  font-family: sofia-pro, sans-serif;
  color: white;
}
.mainForm .wpcf7-textarea::placeholder {
  font-size: 20px;
  font-weight: 300;
  font-family: sofia-pro, sans-serif;
  color: rgba(255, 255, 255, 0.8);
  line-height: 145%;
  font-style: initial;
}
.mainForm .wpcf7-text, .mainForm .wpcf7-select {
  background: #040a1b;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  font-size: 20px;
  height: 50px;
  padding-left: 22px;
  font-weight: 300;
  font-family: sofia-pro, sans-serif;
  padding-bottom: 3px;
  color: white;
  width: 100%;
}
.mainForm .wpcf7-text::placeholder, .mainForm .wpcf7-select::placeholder {
  opacity: 0.8;
}
.mainForm .wpcf7-file {
  background: #040a1b;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  font-size: 20px;
  height: 50px;
  padding-left: 22px;
  font-weight: 300;
  font-family: sofia-pro, sans-serif;
  color: white;
  width: 100%;
  cursor: pointer;
  /* Masquer l'apparence native de l'input de fichier */
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.mainForm .input_city .wpcf7-form-control-wrap::before {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  color: #fff;
}
.mainForm .wpcf7-not-valid {
  border: 1px solid rgba(255, 0, 0, 0.7) !important;
}
.mainForm .wpcf7-not-valid-tip {
  display: none;
}
.mainForm .wpcf7-spinner {
  position: absolute;
  top: 5px;
}
.mainForm .wpcf7-submit {
  cursor: pointer;
  padding-bottom: 9px;
  padding-top: 5px;
  font-size: 21px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
}
.btn_submit {
  display: inline-block;
  position: relative;
  margin-top: 45px;
  z-index: 10;
}
.btn_submit::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -5px;
  height: 2px;
  background-image: linear-gradient(90deg, #f5d116 0%, #f5d116 27%, #040a1b 27%, #040a1b 73%, #f5d116 73%, #f5d116 100%);
  transition: all ease-in-out 0.3s;
}
.btn_submit:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  height: 2px;
  background: #f5d116;
  transition: all ease 0.3s;
}
.btn_submit:hover::before {
  top: 16px;
  left: -5%;
  width: 110%;
  z-index: -1;
  background: #f5d116;
}
.btn_submit:hover::after {
  bottom: 16px;
  left: -5%;
  width: 110%;
  z-index: -1;
}
form .wrap-input {
  margin-bottom: 38px;
}
form .wrap-input label {
  width: 116px;
}
form .wrap-input:not(.date) > span {
  width: 100%;
  max-width: 364px;
}
form .wrap-textarea label {
  margin-bottom: 24px;
}
form label {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  margin-right: 18px;
  display: flex;
  align-items: center;
}
form .wpcf7-list-item {
  margin: 0;
}
form .input-plein {
  height: 51px;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  padding: 15px 30px;
  max-width: 364px;
  width: 100%;
}
form .input-plein::placeholder {
  opacity: 0.42;
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.15px;
}
form .select2 {
  width: 100% !important;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
form .select2:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #f5d116;
  font-size: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  font-weight: 500;
}
form .select2 .select2-selection {
  border-radius: 25px;
  padding: 15px 30px;
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  height: 51px;
  background-color: #fff;
  max-width: 364px;
  width: 100%;
}
form .select2 .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 1.2em;
}
form .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  opacity: 0.42;
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.15px;
}
form .select2 .select2-selection .select2-selection__arrow {
  display: none;
}
form textarea {
  border-radius: 11px;
  height: 211px;
  width: 100%;
  resize: none;
  border-radius: 11px;
  background-color: #fff;
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  padding: 15px 30px;
}
form textarea::placeholder {
  opacity: 0.42;
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.15px;
}
form .wrap-btn-submit {
  text-align: right;
}
form .btn_submit {
  display: inline-block;
  position: relative;
  margin-top: 45px;
  z-index: 10;
}
form .btn_submit input {
  cursor: pointer;
  padding-bottom: 9px;
  padding-top: 5px;
  font-size: 21px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
}
form .btn_submit .wpcf7-spinner {
  position: absolute;
  top: 5px;
}
.select2-dropdown {
  color: #000;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
}
.iradio {
  width: 21px;
  height: 21px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 18px;
  cursor: pointer;
}
.iradio.checked {
  background: url("/wp-content/themes/starter/sass/../img/checked-radio.svg") #fff no-repeat center center;
  background-size: 15px;
}
.iradio ~ span {
  cursor: pointer;
}
.icheckbox {
  width: 21px;
  height: 21px;
  border-radius: 3px;
  background-color: #fff;
  display: inline-block;
  margin-right: 18px;
  cursor: pointer;
}
.icheckbox.checked {
  background: url("/wp-content/themes/starter/sass/../img/checked-checkbox.svg") #fff no-repeat center center;
  background-size: 15px;
}
.icheckbox ~ span {
  cursor: pointer;
}
#footer {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 100px;
}
#footer .bot_text, #footer .top_text {
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}
#footer .top_text:hover {
  opacity: 1;
}
#footer .bot_text:hover {
  opacity: 1;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #f5d116;
}
#contact {
  padding: 25px 0;
}
#contact .content {
  text-align: center;
}
#contact .content h4 {
  padding-top: 75px;
}
#contact .content h4 {
  text-transform: uppercase;
  font-size: 42px;
  font-family: jaf-domus-titling-web, sans-serif;
  letter-spacing: -2.7px;
  font-weight: 200;
  font-style: normal;
}
#contact .content .text_equipe {
  margin-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
#contact .content .text_equipe a {
  color: #f5d116;
  font-weight: 600;
  position: relative;
}
#contact .content .text_equipe a::after {
  position: absolute;
  content: "";
  bottom: -6px;
  width: 0px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #f5d116;
  transition: ease-in-out 0.35s;
}
#contact .content .text_equipe a:hover::after {
  width: 100%;
}
#single-realisation {
  padding-top: 75px;
  overflow-x: hidden;
}
#single-realisation p {
  line-height: 160%;
  margin-bottom: 25px;
}
#single-realisation p a {
  color: #f5d116;
  font-weight: bold;
}
#single-realisation p a:hover {
  text-decoration: underline;
}
#single-realisation h2 {
  font-weight: 700;
  color: #f5d116;
  font-size: 25px;
  line-height: 122%;
  margin-bottom: 30px;
}
#single-realisation .heading {
  padding-top: 193px;
  background-size: 100% 200px;
  background-repeat: no-repeat;
}
#single-realisation .heading .left {
  position: relative;
  margin-bottom: 50px;
  z-index: 10;
}
#single-realisation .heading .left .imgContainer img {
  max-width: 100%;
}
#single-realisation .heading .left .custom_link {
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  color: #f5d116;
  text-transform: uppercase;
  padding: 15px 16px 14px 75px;
  background: #040a1b;
  display: inline-block;
  bottom: -14px;
}
#single-realisation .heading .left .custom_link::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 53px;
  height: 6px;
  width: 6px;
  background: #f5d116;
  border-radius: 6px;
}
#single-realisation .heading .left .custom_link::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 30px;
  height: 20px;
  background-image: url("/wp-content/themes/starter/sass/../img/little_rocket.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#single-realisation .heading .left .custom_link:hover {
  color: #fff;
}
#single-realisation .heading .right {
  margin-bottom: 50px;
  padding-top: 45px;
}
#single-realisation .heading .right .content {
  padding-top: 45px;
  padding-left: 60px;
  padding-bottom: 45px;
  position: relative;
}
#single-realisation .heading .right .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  background-image: url("/wp-content/themes/starter/sass/../img/yellow_border.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#single-realisation .heading .right .content .title-1 {
  line-height: 85%;
  font-weight: 900;
  font-size: 60px;
}
#single-realisation .heading .right .content .title-1 span {
  display: block;
  margin-bottom: -10px;
  font-weight: 300;
  font-size: 30px;
}
#single-realisation .heading .right .content .tags {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#single-realisation .heading .right .content .tags span {
  text-transform: uppercase;
  color: #f5d116;
  font-size: 12px;
  margin: 0 5px;
}
#single-realisation .heading .right .content .tags span:first-child {
  margin-left: 0;
}
#single-realisation .heading .right .content .tags span:last-child {
  margin-right: 0;
}
#single-realisation #bloc_texte {
  font-weight: 300;
  margin-bottom: 50px;
}
#single-realisation #bloc_img_texte {
  margin-bottom: 50px;
}
#single-realisation #bloc_img_texte .imgContainer {
  margin-bottom: 30px;
}
#single-realisation #bloc_img_texte .imgContainer img {
  max-width: 250px;
}
#single-realisation #bloc_img_texte p:last-child {
  margin-bottom: 0;
}
#single-realisation #bloc_texte_img {
  margin-bottom: 50px;
}
#single-realisation #bloc_texte_img .imgContainer {
  margin-top: 20px;
}
#single-realisation #bloc_texte_img .imgContainer img {
  max-width: 250px;
}
#single-realisation #bloc_texte_img .bg_txt {
  display: none;
}
#single-realisation #bloc_bouton {
  text-align: center;
  margin-bottom: 50px;
}
#single-realisation #bloc_img_l_texte {
  margin-bottom: 50px;
}
#single-realisation #bloc_img_l_texte .imgContainer img {
  max-width: 100%;
}
#single-realisation #bloc_img_l_texte h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}
#single-realisation #bloc_img_l_texte .bg_txt {
  display: none;
}
#single-realisation #bloc_texte_img_simple {
  margin-bottom: 50px;
}
#single-realisation #bloc_texte_img_simple .imgContainer img {
  max-width: 100%;
}
#header {
  display: none;
}
.maintenance_section {
  background-color: #F0F1F2;
  font-size: 15px;
}
.maintenance_section a {
  color: black;
}
.maintenance_section .container_search {
  display: flex;
  justify-content: center;
  color: black;
}
.maintenance_section .container_search .search {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 48px;
  margin-top: 50px;
  background-color: white;
}
.maintenance_section .container_search .search input#search {
  padding: 10px 10px 10px 25px;
  width: 500px;
  border-radius: 30px;
  margin-right: 10px;
}
.maintenance_section .container_search .search i {
  color: #000;
  padding-right: 20px;
}
.maintenance_section .container_table {
  display: flex;
  justify-content: center;
}
.maintenance_section .container_table .margin_all_table {
  margin: 0px 40px 40px;
}
.maintenance_section .container_table table {
  width: 100%;
  border-collapse: collapse;
}
.maintenance_section .container_table table thead tr th {
  color: black;
  cursor: pointer;
}
.maintenance_section .container_table table thead tr .th_left {
  text-align: start;
}
.maintenance_section .container_table table thead tr .th_center {
  text-align: center;
}
.maintenance_section .container_table table thead tr .fa-chevron-down {
  margin-left: 5px;
}
.maintenance_section .container_table table tbody {
  background-color: white;
}
.maintenance_section .container_table table tbody tr {
  border-bottom: 1px solid #E3E3E3;
}
.maintenance_section .container_table table tbody tr .button_vert {
  background-color: #B4F6DC;
  color: #019A5F;
  font-weight: bolder;
  padding: 7px 10px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr .button_orange {
  background-color: rgba(255, 136, 0, 0.178);
  color: #f80;
  font-weight: bolder;
  padding: 7px 10px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr .button_rouge {
  background-color: #F6B4B4;
  color: #9A0101;
  font-weight: bolder;
  padding: 7px 10px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr .tab_contact {
  width: 196px;
}
.maintenance_section .container_table table tbody tr td {
  color: black;
  text-align: center;
  padding: 20px 3px;
}
.maintenance_section .container_table table tbody tr td img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background-color: white;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #E3E3E3;
  margin-left: 4px;
}
.maintenance_section .container_table table tbody tr td img.bg_black {
  background-color: #000;
}
.maintenance_section .container_table table tbody tr td img.bg_gray {
  background-color: #707070;
}
.maintenance_section .container_table table tbody tr td img.bg_red {
  background-color: #b33c3c;
}
.maintenance_section .container_table table tbody tr td img.bg_blue {
  background-color: #2c93fa;
}
.maintenance_section .container_table table tbody tr td .fa-link {
  border: 1px solid black;
  padding: 7px 5px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr td .fa-check-maintenance {
  padding: 9px 9px;
  border-radius: 30px;
  background-color: #17DD91;
  color: white;
}
.maintenance_section .container_table table tbody tr td .fa-xmark-maintenance {
  padding: 9px 12px;
  border-radius: 30px;
  background-color: #FF4500;
  color: white;
}
.maintenance_section .container_table table tbody tr td .fa-minus-maintenance {
  padding: 9px 9px;
  border-radius: 30px;
  border: 1px solid #B9B9B9;
  color: #B9B9B9;
  background-color: white;
}
.maintenance_section .container_table table tbody tr td .client {
  width: 50px;
}
.maintenance_section .container_table table tbody tr td .textLeft {
  text-align: left;
  margin-left: 4px;
  width: 92px;
}
.maintenance_section .container_table table tbody tr td select {
  background-color: #E5E5E5;
  padding: 7px 10px;
  border-radius: 30px;
  color: #727171;
}
.maintenance_section .container_table table tbody tr td .check_absolute {
  position: absolute;
  top: -5px;
  left: -14px;
}
.maintenance_section .container_table table tbody tr td .check_absolute2 {
  position: absolute;
  top: -5px;
  left: -16px;
}
.maintenance_section .container_table table tbody tr td .check_absolute3 {
  position: absolute;
  top: -22px;
  left: -29px;
}
.maintenance_section .container_table table tbody tr td[data-field-selector="derniere_interaction"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.maintenance_section .container_table table tbody::before {
  content: "@";
  display: block;
  line-height: 18px;
  text-indent: -99999px;
  background-color: #F0F1F2;
}
.maintenance_section .container_table .tab_popup {
  width: 900px;
}
.maintenance_section .container_table .tab_popup thead tr th {
  width: 20%;
}
.maintenance_section .container_table .tab_popup tbody tr td {
  padding: 4px;
}
.maintenance_section:has(.interface_client) {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #040a1b url("/wp-content/themes/starter/sass/../img/Montagnes.svg") center bottom no-repeat;
}
.maintenance_section:has(.interface_client) .interface_client {
  padding: 25px 15px;
  background: white;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  z-index: 1;
}
.maintenance_section:has(.interface_client) .interface_client .client {
  display: flex;
  flex-direction: column;
}
.maintenance_section:has(.interface_client) .interface_client .client .logoClient {
  display: none;
}
.maintenance_section:has(.interface_client) .interface_client .client .logoClient img {
  padding: 0 15px;
  margin-left: -15px;
  max-width: 330px;
}
.maintenance_section:has(.interface_client) .interface_client .client .text_client {
  margin: 30px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.maintenance_section:has(.interface_client) .interface_client .client .text_client h1 {
  font-size: 35px;
}
.maintenance_section:has(.interface_client) .interface_client .container_table .margin_all_table {
  margin: 0px 40px 25px;
}
.maintenance_section:has(.interface_client) .interface_client .container_table table {
  border-collapse: none;
}
.maintenance_section:has(.interface_client) .interface_client .container_table thead tr .th_center {
  text-align: center;
  font-size: 12px;
  padding: 0 5px;
}
.maintenance_section:has(.interface_client) .interface_client .container_table tbody {
  background: inherit;
}
.maintenance_section:has(.interface_client) .interface_client .container_table tbody::before {
  content: none;
}
.maintenance_section:has(.interface_client) .interface_client .infos table thead {
  background-color: rgba(0, 0, 0, 0.23);
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance {
  width: 100%;
  display: flex;
  justify-content: center;
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance > * {
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 10px;
  max-width: 800px;
  max-height: 500px;
  overflow: auto;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance:hover > * {
  position: inherit;
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance .tab_popup thead tr th:first-child {
  width: 100px;
}
.maintenance_section:has(.interface_client) .interface_client .maintenance_table {
  line-height: 1.5;
}
.maintenance_section:has(.interface_client) .interface_client .maintenance_table td {
  padding: 8px 0 8px 5px;
  text-align: center;
}
.maintenance_section:has(.interface_client) .interface_client .maintenance_table:nth-child(even) {
  background-color: #e3e3e3;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  margin: 0 0.25rem;
  cursor: pointer;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #040a1b;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #040a1b;
}
.by_kori_link {
  display: none;
}
.deconnection {
  background: #040a1b;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-transform: uppercase;
  z-index: 999;
  border-bottom-left-radius: 5px;
}
.deconnection:hover {
  color: #8f0707;
}
@media screen and (min-width: 768px) {
  .maintenance_section:has(.interface_client) {
    height: 100vh;
    padding: 30px 0;
    overflow: hidden;
  }
  .maintenance_section:has(.interface_client) .interface_client {
    background: #f6f6f6;
    padding: 25px 25px;
    width: 75vw;
  }
  .maintenance_section:has(.interface_client) .interface_client .client {
    justify-content: space-between;
    margin: 0 55px 20px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    margin: 10px 0 20px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client h1 {
    font-size: 31px;
    width: max-content;
  }
  .maintenance_section:has(.interface_client) .interface_client .infos_maintenance > * {
    max-height: 475px;
  }
  .maintenance_section:has(.interface_client) .interface_client .container_table table thead tr .th_center {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
  }
  .maintenance_section:has(.interface_client) .interface_client .container_table .margin_all_table {
    margin: 0px 40px 20px;
  }
  .maintenance_section:has(.interface_client) .interface_client:before, .maintenance_section:has(.interface_client) .interface_client:after {
    content: "";
    height: 98%;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .maintenance_section:has(.interface_client) .interface_client:before {
    background: #fafafa;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: 4px;
    transform: rotate(-2.7deg);
    -webkit-transform: rotate(-2.7deg);
    -moz-transform: rotate(-2.7deg);
  }
  .maintenance_section:has(.interface_client) .interface_client:after {
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    right: -3px;
    top: 1px;
    transform: rotate(1.4deg);
    -webkit-transform: rotate(1.4deg);
    -moz-transform: rotate(1.4deg);
  }
  .deconnection {
    background: white;
    color: black;
  }
  .by_kori_link {
    display: inline-block;
    width: 71px;
    height: 65px;
    position: absolute;
    bottom: 93px;
    right: 10px;
    background: url(/wp-content/themes/starter/sass/../img/kori_logo.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .slick-dots {
    bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .maintenance_section:has(.interface_client) .interface_client {
    width: 50vw;
  }
  .maintenance_section:has(.interface_client) .interface_client .client {
    flex-direction: row;
    margin: 0 20px 0px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .logoClient {
    margin-left: 5%;
    height: auto;
    display: flex;
    align-items: center;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .logoClient img {
    max-width: 160px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client {
    margin-right: 5%;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client h1 {
    font-size: 24px;
    width: 100%;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client a {
    white-space: nowrap;
  }
  .by_kori_link {
    right: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .maintenance_section:has(.interface_client) .interface_client .client {
    justify-content: space-between;
    margin: 0 55px 20px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .logoClient img {
    max-width: 200px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client {
    display: block;
  }
  .maintenance_section:has(.interface_client) .interface_client .infos_maintenance > * {
    max-height: 450px;
  }
}
.infos {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.infos .maintenance_infos, .infos .axeptio_infos, .infos .hebergement_infos, .infos .domaine_infos, .infos .email_infos, .infos .sauvegarde_distante {
  display: none;
}
.infos:hover .maintenance_infos, .infos:hover .axeptio_infos, .infos:hover .hebergement_infos, .infos:hover .domaine_infos, .infos:hover .email_infos, .infos:hover .sauvegarde_distante {
  display: flex;
  justify-content: center;
  position: absolute;
  background-color: #f8f8f8;
  padding: 10px;
  max-height: 500px;
  overflow: auto;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.infos table thead {
  background-color: rgba(0, 255, 0, 0.178);
}
.infos table tbody tr.intervention_type_maj {
  background-color: #e7ffc7;
}
.infos table tbody tr.intervention_type_correction {
  background-color: #ffe5b4;
}
.infos table tbody tr.intervention_type_ajouts {
  background-color: #b5dffc;
}
.infos table tbody tr.intervention_type_autres {
  background-color: #efc8ff;
}
.infos table tbody tr td {
  word-break: break-word;
}
body .ti-widget.ti-goog {
  display: none;
}
body .ti-widget.ti-goog .ti-widget-container {
  position: fixed;
  top: 80px;
  right: 10px;
  z-index: 99;
}
.page-template-tpl-listeMaintenanceMathias .side_contact {
  display: none;
}
.page-template-tpl-listeMaintenanceMathias .ti-widget-container {
  display: none;
}
.display_flex {
  display: flex;
  justify-content: space-between;
}
.display_flex .maintenance_add {
  font-size: 15px;
  margin-left: 15px;
}
.display_flex .maintenance_add a {
  font-size: 16px;
}
.add {
  cursor: pointer;
  margin-left: 5px;
  font-weight: bold;
}
.popup_aside .popup_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.438);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: black;
}
.popup_container.active {
  display: flex;
}
.popup {
  height: 320px;
  width: 900px;
  border-radius: 10px;
  padding: 5px;
  background-color: #F0F1F2;
  animation: animationA 1s ease-in-out 0.5s backwards;
  border: 1px solid black;
}
.popup #button_send {
  padding: 10px 15px;
  background-color: #b3ff00;
  cursor: pointer;
  border-top-right-radius: 10px;
}
.popup #button_close {
  padding: 10px 15px;
  background-color: rgba(255, 0, 0, 0.534);
  cursor: pointer;
  border-top-left-radius: 10px;
}
.popup tbody td {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.popup tbody #dateToday, .popup tbody #typeinter, .popup tbody #time, .popup tbody #qui-select, .popup tbody #msg, .popup tbody #infos_complementaires {
  height: 200px;
  border: 1px solid black;
  margin-top: 10px;
}
.popup tbody input, .popup tbody select, .popup tbody textarea {
  padding: 0 3.5px;
  text-align: center;
}
@keyframes animationA {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.popupMessage {
  color: black;
  font-size: 24px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.popupMessage .popupSucces {
  color: green;
}
.filtrephoto::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/starter/sass/../img/filtre_photo.svg") !important;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-tpl-pubs .container {
  max-width: none;
}
.page-template-tpl-pubs form .wrap-textarea label {
  margin-bottom: 10px;
}
.page-template-tpl-pubs form .input-plein {
  max-width: none;
}
.page-template-tpl-pubs form .btn_submit {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-template-tpl-pubs form .btn_submit p {
  margin-bottom: 0 !important;
}
.page-template-tpl-pubs form .wrap-input {
  margin-bottom: 0;
}
.page-template-tpl-pubs form .wrap-input br {
  display: none;
}
.page-template-tpl-pubs form .wrap-input label {
  margin-bottom: 10px;
  width: 100%;
}
.page-template-tpl-pubs #heading {
  margin-bottom: 25px;
}
.page-template-tpl-pubs #page_cms h2 {
  margin-bottom: 30px !important;
}
.page-template-tpl-pubs #footer {
  margin-top: 0;
}
#bandeau_footer {
  display: none;
}
.g-partner {
  position: absolute;
  top: -3px;
  right: 20px;
  height: 75px;
  display: none;
}
.g-partner img {
  height: 100%;
}
.phone {
  display: none;
}
.phone a {
  color: #f5d116;
  /* Couleur par défaut du texte */
  transition: color 0.3s ease, transform 0.3s ease;
  /* Animation lors du hover */
  animation: pulse 2s infinite ease-in-out;
  /* Animation continue */
  font-weight: bold;
}
.phone a:hover {
  color: white;
}
/* Animation continue sans hover */
@keyframes pulse {
  0% {
    color: #f5d116;
  }
  50% {
    color: white;
    /* Change temporairement la couleur */
  }
  100% {
    color: #f5d116;
    /* Retour à la couleur d'origine */
  }
}
/* DARK-MODE*/
.blog {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
.blog .featured-article {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5d116;
}
.blog .featured-article .article-image {
  flex: 1;
  margin-right: 20px;
}
.blog .featured-article .article-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog .featured-article .article-content {
  flex: 1;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .featured-article h1 {
  font-size: 3em;
  margin-bottom: 10px;
  color: #fff;
}
.blog .featured-article .read-more {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
}
.blog .featured-article .read-more:hover {
  color: #f5d116;
  font-weight: 700;
}
.blog .articles-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.blog .article-card {
  padding: 15px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.blog .article-card:hover {
  transform: translateY(-5px);
}
.blog .article-card .card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
.blog .article-card .card-content h2 {
  font-size: 1.2em;
  margin: 0;
}
.blog .article-card .card-content a {
  text-decoration: none;
  color: #fff;
}
.blog .article-card .card-content:hover a {
  color: #f5d116;
}
.single-blog .entry-header {
  margin: 40px 0;
}
.single-blog .post-thumbnail {
  display: flex;
  justify-content: center;
}
.single-blog .entry-content h2 {
  margin: 40px 0 20px;
}
.single-blog .entry-content h3 {
  margin: 30px 0 15px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
  border-radius: 5px;
  margin-right: 11px !important;
}
.mega-menu-column:not(.mega-description) .mega-block-title {
  background-color: #fffbfb;
  padding: 0 10px !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  border-radius: 5px;
  padding-bottom: 3px !important;
  margin-bottom: 5px !important;
}
.mega-menu-column:not(.mega-description) .mega-menu-item-type-widget {
  padding-bottom: 0 !important;
}
.g_page {
  display: none;
}
.joinchat__header {
  position: relative;
}
.joinchat__header::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-image: url("https://www.agence-kori.fr/wp-content/uploads/2024/11/4CAF9A39-9BE3-4D4A-ABE1-33B6D340CFEA-scaled.jpg");
  background-size: cover;
  background-position-y: center;
  border-radius: 50%;
}
.joinchat__header::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 52px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-image: url("/wp-content/themes/starter/sass/../img/online-whatsapp.svg");
  background-size: cover;
  z-index: 9999;
}
.joinchat__header__text {
  margin-left: 40px;
  color: #fff;
}
.joinchat__box__scroll {
  background: url("/wp-content/themes/starter/sass/../img/background-whatsapp.jpg");
  background-size: 50%;
}
.masonry {
  margin-top: 240px;
  display: grid;
  max-width: 1660px;
  margin: 0 auto;
}
.masonry-item {
  background-color: transparent;
  overflow: hidden;
  width: 400px;
  margin-bottom: 20px;
}
.masonry-item.full {
  width: 820px;
}
.masonry-item img {
  width: 100%;
  display: block;
  height: auto;
}
@media (min-width: 500px) {
  .joinchat__header::before {
    top: 10px;
    left: 10%;
    width: 50px;
    height: 50px;
  }
  .joinchat__header::after {
    top: 46px;
    left: 57px;
    width: 10px;
    height: 10px;
  }
  .joinchat__header__text {
    margin-left: 55px;
  }
}
.ti-widget.ti-goog .ti-popup-widget.active {
  width: auto;
  background: transparent;
}
.ti-widget.ti-goog .ti-popup-widget.active .ti-widget-container {
  max-width: 300px;
}
.ti-widget.ti-goog .ti-popup-widget.active .ti-reviews-container-wrapper {
  background: #fff;
}
.temoignages {
  display: flex;
  gap: 15px;
}
.temoignages .temoignage {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 16.66%;
  border-radius: 10px;
}
.temoignages .temoignage img.personne {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.temoignages .temoignage img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.temoignages .temoignage:hover img.personne {
  filter: brightness(1) contrast(1.2);
}
.temoignages .temoignage:hover img.play {
  width: 70px;
  height: 70px;
}
@media (max-width: 767px) {
  .mainForm .wpcf7-text {
    max-width: 100% !important;
    width: 100% !important;
  }
  .mainForm .wpcf7-text .input_form .dnd-upload-status .dnd-upload-image {
    display: none;
  }
  .mainForm .wpcf7-text .input_form .dnd-upload-status .dnd-upload-details em {
    display: none;
  }
  .mainForm .wpcf7-text .input_form .dnd-upload-status a, .mainForm .wpcf7-text .input_form .dnd-upload-status .dnd-progress-bar {
    display: none;
  }
}
.home #competence #competence_top_section h3 b {
  display: block;
}
.home #competence #competence_mid_section .text_size {
  height: auto !important;
}
.home #competence .mini-button {
  margin-top: 20px;
}
.home #reference .home_article {
  text-align: center;
  margin-bottom: 45px;
}
.home #reference .home_article .img_article {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}
.home #reference .home_article p {
  text-align: justify;
}
.home #reference a {
  width: 100%;
}
.home #reference .default-button {
  width: auto;
  height: 48px;
}
.home #reference .default-button::before {
  bottom: 0px;
}
.home #reference .default-button:hover::before {
  bottom: 23px;
}
#page_cms {
  padding-top: 15px;
}
#page_cms #heading .page_title span {
  margin-bottom: 19px;
  margin-top: 21px;
  line-height: 118%;
}
#page_cms h2 {
  line-height: 115%;
  margin-bottom: 20px;
}
#page_cms h5 {
  margin-top: 35px;
}
#page_cms .bloc_texte_img .imgContainer {
  margin-top: 20px;
}
@media screen and (min-width: 376px) and (max-width: 525px) {
  #single-realisation .heading {
    padding-top: 275px;
    background-size: 100% 275px;
  }
}
@media screen and (min-width: 526px) and (max-width: 767px) {
  #single-realisation .heading {
    padding-top: 375px;
    background-size: 100% 375px;
  }
}
@media (max-width: 1023px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    width: 90% !important;
    max-width: 90% !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-weight: 200 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
    padding: 0 !important;
  }
  .mega-menu-column.mega-description {
    display: none !important;
  }
  #mega-menu-wrap-menu-1 {
    position: absolute;
    top: 6px;
    right: 9px;
  }
  html {
    padding: 0;
    margin: 0;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
  .body .mobile_menu_container .logo_kori {
    display: none;
  }
  #heading .page_rubrique {
    margin-bottom: 10px;
  }
  #page_cms #heading .page_title span {
    margin-bottom: 0;
    margin-top: 11px;
  }
  #single-realisation {
    padding-top: 0;
  }
  #bandeau_footer {
    display: inline;
    position: fixed;
    background-color: #f5d116;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    padding: 5px;
    z-index: 99;
  }
  #bandeau_footer img {
    height: 40px;
    width: auto;
    background-color: white;
    display: block;
  }
}
@media screen and (min-width: 440px) and (max-width: 600px) {
  .home #home {
    background-size: 161%;
    padding-bottom: 383px;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .home #home {
    background-size: 141%;
    padding-bottom: 446px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home #reference .home_article {
    margin-bottom: 75px;
  }
}
@media (min-width: 768px) {
  body .ti-widget.ti-goog {
    display: block;
  }
  .body .mobile_menu_container .menu_mobile ul li a {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .body .mobile_menu_container .menu_mobile ul li.menu-item-has-children a {
    margin-bottom: 0px;
  }
  .body .mobile_menu_container .menu_mobile ul li .sub-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .body .mobile_menu_container .menu_mobile ul li .sub-menu li {
    margin: 0 10px;
  }
  #page_cms #heading .page_rubrique {
    font-size: 27px;
    position: relative;
  }
  #page_cms #heading .page_rubrique::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    width: 220px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: none;
  }
  #page_cms #heading .page_rubrique::before {
    content: "";
    position: absolute;
    top: 19px;
    right: 10px;
    width: 220px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: none;
  }
  #page_cms #heading .page_title span {
    font-size: 47px;
  }
  #page_cms #heading h1 {
    font-size: 63px;
  }
  #page_cms .bloc_img_texte {
    padding-bottom: 50px;
    position: relative;
    display: flex;
  }
  #page_cms .bloc_img_texte::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 150px;
    background-image: url("/wp-content/themes/starter/sass/../img/bloc_img_texte_planete.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    animation-name: planete;
    animation-duration: 8s;
    animation-iteration-count: infinite;
  }
  #page_cms .bloc_img_texte .imgContainer {
    min-width: 200px;
  }
  #page_cms .bloc_img_texte .imgContainer img {
    max-width: 90%;
  }
  #page_cms .bloc_texte_img {
    padding-bottom: 50px;
    position: relative;
    display: flex;
  }
  #page_cms .bloc_texte_img::after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 115px;
    width: 115px;
    background-image: url("/wp-content/themes/starter/sass/../img/Etoilefilante.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    opacity: 0.5;
    animation-name: etoileFilante;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  #page_cms .bloc_texte_img .imgContainer {
    min-width: 200px;
  }
  #page_cms .bloc_texte_img .imgContainer img {
    max-width: 90%;
  }
  #page_cms .bloc_texte {
    padding-bottom: 50px;
  }
  #page_cms .bloc_quote {
    position: relative;
  }
  #page_cms .bloc_quote::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    background: #ece8dc;
    width: calc(100% - 290px);
  }
  #page_cms .bloc_quote::after {
    content: "";
    position: absolute;
    top: -25px;
    left: 220px;
    height: 50px;
    width: 50px;
    font-size: 50px;
    color: #f5d116;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 6 Pro";
  }
  #page_cms .bloc_quote .rightPart {
    padding-top: 25px;
  }
  #page_cms .bloc_quote .imgContainer {
    min-width: 180px;
    margin-right: 40px;
  }
  #page_cms .bloc_quote .name {
    position: relative;
  }
  #page_cms .bloc_quote .name::after {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    height: 100px;
    width: 100px;
    background-image: url("/wp-content/themes/starter/sass/../img/bloc_quote_satelite.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #page_cms .bloc_slider {
    padding-bottom: 50px;
    position: relative;
  }
  #page_cms .bloc_slider::before {
    content: "";
    position: absolute;
    top: -63px;
    left: 45%;
    height: 80px;
    width: 80px;
    background-image: url("/wp-content/themes/starter/sass/../img/slider_atom.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #page_cms .bloc_contact {
    padding-bottom: 50px;
    position: relative;
  }
  #page_cms .bloc_contact::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url("/wp-content/themes/starter/sass/../img/bloc_contact_star.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #page_cms .bloc_contact::before {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    height: 35px;
    width: 35px;
    background-image: url("/wp-content/themes/starter/sass/../img/contact_single_star.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #page_cms .bloc_contact .wpcf7 h2 {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
  }
  #page_cms .bloc_contact .wpcf7 h2::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 35px;
    height: 50px;
    width: 50px;
    background-image: url("/wp-content/themes/starter/sass/../img/contact_star.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #page_cms .bloc_contact .wpcf7 .wrap-btn-submit {
    position: relative;
  }
  #page_cms .bloc_contact .wpcf7 .wrap-btn-submit::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0px;
    height: 50px;
    width: 50px;
    background-image: url("/wp-content/themes/starter/sass/../img/contact_submit_star.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #page_cms .bloc_annexe {
    padding-bottom: 50px;
  }
  #archive-realisation .realisations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #archive-realisation .realisations .realisation {
    width: calc(50% - 50px);
  }
  #archive-realisation .realisations .realisation:nth-child(even) {
    margin-top: 75px;
  }
  #archive-realisation .realisations .realisation .imgContainer {
    max-height: 300px;
    overflow: hidden;
  }
  #single-realisation .heading {
    margin-bottom: 110px;
    padding: 0;
    height: 350px;
    background-size: 60% 100%;
  }
  #single-realisation .heading .container {
    height: 100%;
    position: relative;
  }
  #single-realisation .heading .left {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
  }
  #single-realisation .heading .right {
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
  }
  #single-realisation .heading .right .content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #single-realisation .heading .right .content::after {
    width: 100%;
  }
  #single-realisation #bloc_img_texte {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #single-realisation #bloc_img_texte .imgContainer {
    width: calc(50% - 35px);
  }
  #single-realisation #bloc_img_texte .content {
    width: calc(50% - 35px);
  }
  .page-template-tpl-listeMaintenance #listMaintenance {
    padding-bottom: 200px;
  }
  form .wrap-input {
    display: flex;
    align-items: center;
  }
  .home #equipe #team_title {
    margin-bottom: 50px;
  }
  .home #agence .menu_container {
    text-align: center;
  }
  .home #agence .inner_menu {
    display: inline-block;
  }
  .home #agence .inner_menu li {
    width: inherit;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .page-template-tpl-pubs #page_cms {
    padding-top: 20px;
  }
  .page-template-tpl-pubs form textarea {
    height: 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 804px) {
  .home #home {
    background-size: 162%;
    padding-bottom: 510px;
  }
}
@media screen and (min-width: 805px) and (max-width: 1023px) {
  .home #home {
    background-size: 122%;
    padding-bottom: 483px;
  }
}
@media (min-width: 1024px) {
  .g_page {
    display: block;
  }
  body.hide_scroll #header .header_menu .main_phone {
    display: none;
  }
  #header-inner .container-fluid, #header-inner .container-sm, #header-inner .container-md, #header-inner .container-lg, #header-inner .container-xl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .body {
    background: #040a1b url(/wp-content/themes/starter/sass/../img/Montagnes.svg) center bottom no-repeat;
  }
  .default-button-allblack {
    line-height: 1.1em;
    font-size: 26px;
    transition: 0.5s;
  }
  .default-button-allblack span {
    font-size: 21px;
  }
  h1.accueil {
    font-size: 37px;
  }
  h2.accueil {
    font-size: 59px;
  }
  h3.accueil {
    font-size: 100px;
  }
  .quote {
    display: flex;
  }
  .quote .image {
    display: block;
  }
  .quote blockquote {
    margin-left: 40px;
  }
  #cms-slider .main h2:not(.with-decoration) {
    margin-bottom: 45px !important;
  }
  #cms-slider .bloc-annexe {
    margin-top: 50px !important;
    padding: 61px 158px 56px 133px;
  }
  #cms-slider .bloc-annexe:after {
    top: 45px;
    right: 33px;
  }
  #cms-slider .bloc-annexe p {
    font-size: 23px;
  }
  #cms-slider .bloc-annexe p.title {
    font-size: 40px;
  }
  #cms-slider .arrows {
    justify-content: unset;
  }
  #cms-slider .arrows .prevArrow {
    left: 25%;
  }
  #cms-slider .arrows .nextArrow {
    left: 66%;
  }
  #header .header_menu {
    margin-top: 40px;
    margin-right: -7px;
  }
  .home #home {
    background: url("/wp-content/themes/starter/sass/../img/astronaute.svg") center bottom no-repeat;
    min-height: 1030px;
    padding-bottom: 0;
  }
  .home #home .nebuleuse {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .home #home .nebuleuse img {
    max-width: 100%;
  }
  .home #home #main_logo {
    padding-left: 0;
    padding-right: 0;
    margin-top: 57px;
    margin-left: 12px;
  }
  .home #home #main_logo img {
    max-width: 330px;
  }
  .home #home .baseline {
    font-size: 16px;
    letter-spacing: 7.8px;
    margin-left: 0;
  }
  .home #home #home_top_section {
    text-align: center;
    padding-top: 88px;
  }
  .home #home #home_top_section h1 {
    letter-spacing: 1.11px;
  }
  .home #home #home_top_section p {
    display: inline-block;
    max-width: 998px;
    margin-top: 33px;
    padding-left: 0;
    padding-right: 0;
  }
  .home #agence {
    background-color: none;
    background: url(/wp-content/themes/starter/sass/../img/fond_jaune_desktop.svg) center bottom no-repeat;
    background-size: 2041px 772px;
    height: 825px;
  }
  .home #agence h2 {
    margin-top: 182px;
    letter-spacing: -3.5px;
  }
  .home #agence h2 span {
    font-size: 82px;
  }
  .home #agence p {
    font-size: 23px;
    font-weight: 300;
    max-width: 660px;
    margin-top: 48px;
  }
  .home #agence .inner_menu {
    margin-top: 83px;
  }
  .home #agence .inner_menu li {
    margin-left: 30px;
    margin-right: 30px;
  }
  .home #competence {
    position: relative;
    background: url(/wp-content/themes/starter/sass/../img/nuages_etoiles.svg) top no-repeat;
    min-height: 1030px;
    margin-top: 0;
    padding-top: 55px;
  }
  .home #competence::after {
    content: "";
    position: absolute;
    top: -134px;
    left: -104px;
    width: 700px;
    height: 606px;
    background: url(/wp-content/themes/starter/sass/../img/cosmoCable.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .home #competence #competence_top_section {
    width: 100%;
  }
  .home #competence #competence_top_section h3 {
    margin-top: 85px;
    text-align: center;
    letter-spacing: -6px;
  }
  .home #competence #competence_top_section h3::after {
    top: -86px;
    right: 5px;
    width: 90px;
    height: 90px;
    background: url(/wp-content/themes/starter/sass/../img/Planete.svg) center no-repeat;
    animation-name: planete;
    animation-duration: 8s;
    animation-iteration-count: infinite;
  }
  .home #competence #competence_top_section p {
    position: relative;
    max-width: 660px;
    float: right;
    font-size: 23px;
    margin-top: 144px;
    margin-right: 165px;
  }
  .home #competence #competence_top_section p b {
    font-weight: 700;
  }
  .home #competence #competence_top_section p::after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: -80px;
    width: 55px;
    height: 55px;
    background: url(/wp-content/themes/starter/sass/../img/Etoile.svg) center no-repeat;
    animation-name: etoile;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  .home #competence #competence_mid_section {
    margin-top: 185px;
  }
  .home #competence #competence_mid_section .text_size {
    height: 150px;
  }
  .home #competence #competence_mid_section .full_size {
    min-height: 180px;
  }
  .home #competence #competence_mid_section h4 {
    margin-top: 0;
    font-size: 28px;
  }
  .home #competence #competence_mid_section p {
    margin-top: 45px;
  }
  .home #competence #competence_mid_section a {
    margin-top: 23px;
    margin-left: -10px;
  }
  .home #reference {
    padding-bottom: 170px;
  }
  .home #reference .title_reference {
    min-height: 372px;
    background: #040a1b;
  }
  .home #reference h3 {
    margin-top: 76px;
    letter-spacing: -6px;
    color: #fff;
  }
  .home #reference a {
    margin-top: 18px;
  }
  .home #reference .home_article .img_article {
    width: 310px;
    height: 310px;
  }
  .home #reference .article_1 {
    margin-top: 65px;
  }
  .home #reference .article_2 {
    margin-top: 65px;
  }
  .home #reference .article_3 {
    margin-top: 65px;
  }
  .home #equipe {
    padding-bottom: 70px;
  }
  .home #equipe #team_title {
    min-height: 850px;
    margin-top: -160px;
    padding-top: 493px;
    font-size: 58px;
    letter-spacing: -3.48px;
  }
  .home #equipe #team_title::before {
    top: 309px;
    width: 126px;
    height: 154px;
  }
  .home #equipe .membre img {
    max-width: 186px;
  }
  .home #equipe .membre .team_name {
    font-size: 28px;
    line-height: 1.07em;
    margin-top: 29px;
  }
  .home #equipe .membre p {
    margin-top: 15px;
  }
  .home #equipe .membre p br {
    display: none;
  }
  .home #equipe #membre_1::after {
    top: 0px;
    left: 47px;
  }
  .home #equipe #membre_3::after {
    bottom: 99px;
  }
  .home #equipe #membre_4::after {
    animation-name: vaisseau;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  #contactAccueil .content h4 {
    font-size: 67px;
    letter-spacing: -4.02px;
    margin-top: 14px;
  }
  #contactAccueil .content .text_equipe p {
    font-size: 23px;
    margin-top: 68px;
  }
  #archive-realisation {
    padding-top: 182px;
    background-image: url("/wp-content/themes/starter/sass/../img/nebH.svg");
    background-repeat: repeat-y;
    background-size: contain;
  }
  #archive-realisation #heading {
    position: relative;
    margin-bottom: 64px;
  }
  #archive-realisation #heading::after {
    content: "";
    position: absolute;
    top: -47px;
    right: 61px;
    width: 210px;
    height: 430px;
    background-image: url("/wp-content/themes/starter/sass/../img/cosmonaute_ballon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: fadeInDownBigStraight;
    animation-duration: 2s;
  }
  #archive-realisation #heading .page_rubrique {
    font-size: 27px;
  }
  #archive-realisation #heading .page_title {
    font-size: 63px;
  }
  #archive-realisation #heading .page_title span {
    font-size: 47px;
    margin-bottom: 3px;
  }
  #archive-realisation .mise_avant {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    transform: scale(1);
    transition: all ease-in-out 0.3s;
  }
  #archive-realisation .mise_avant .imgContainer {
    width: 49%;
  }
  #archive-realisation .mise_avant .content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 49%;
  }
  #archive-realisation .mise_avant .content .logoContainer {
    text-align: left;
  }
  #archive-realisation .mise_avant:hover {
    transform: scale(1.05);
  }
  #archive-realisation .realisations .realisation {
    width: calc(50% - 100px);
  }
  #archive-realisation .realisations .realisation .imgContainer {
    max-height: 490px;
  }
  #archive-realisation .realisations .realisation .imgContainer img {
    height: 100%;
    width: 100%;
  }
  #archive-realisation .realisations .realisation .imgContainer:hover {
    outline: 30px solid #f5d116;
    outline-offset: -30px;
  }
  #archive-realisation .realisations .realisation:nth-child(2) {
    position: relative;
  }
  #archive-realisation .realisations .realisation:nth-child(2)::after {
    content: "";
    position: absolute;
    height: 100px;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
    right: -150px;
    background-image: url("/wp-content/themes/starter/sass/../img/bloc_quote_satelite.svg");
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: vaisseauRevert;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: -1;
  }
  #archive-realisation .realisations .realisation:nth-child(5) {
    position: relative;
  }
  #archive-realisation .realisations .realisation:nth-child(5)::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -150px;
    background-image: url("/wp-content/themes/starter/sass/../img/Etoiles.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #single-realisation {
    background-image: url("/wp-content/themes/starter/sass/../img/nebH.svg");
    background-repeat: repeat-y;
    background-size: contain;
  }
  #single-realisation h2 {
    font-size: 35px;
  }
  #single-realisation p {
    font-size: 17px;
  }
  #single-realisation .heading {
    margin-bottom: 130px;
    height: 500px;
  }
  #single-realisation .heading .left {
    width: 100%;
    margin-bottom: 0;
  }
  #single-realisation .heading .right .content {
    padding-top: 90px;
    padding-left: 80px;
    padding-bottom: 80px;
    width: 47%;
  }
  #single-realisation .heading .right .content .title-1 {
    font-size: 60px;
  }
  #single-realisation .heading .right .content .title-1 span {
    font-size: 30px;
  }
  #single-realisation .heading .right .content .tags span {
    font-size: 15px;
    font-weight: 300;
  }
  #single-realisation #bloc_texte {
    margin-bottom: 114px;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
  #single-realisation #bloc_texte p {
    font-size: 22px;
  }
  #single-realisation #bloc_img_texte {
    margin-bottom: 116px;
    position: relative;
  }
  #single-realisation #bloc_img_texte::before {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 41%;
    height: 80px;
    width: 80px;
    background-image: url("/wp-content/themes/starter/sass/../img/slider_atom.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #single-realisation #bloc_img_texte::after {
    content: "";
    position: absolute;
    bottom: 58px;
    right: -190px;
    height: 100px;
    width: 90px;
    background-image: url("/wp-content/themes/starter/sass/../img/bloc_quote_satelite.svg");
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: vaisseauRevert;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    z-index: -1;
  }
  #single-realisation #bloc_img_texte .imgContainer {
    position: relative;
  }
  #single-realisation #bloc_img_texte .imgContainer img {
    width: 100%;
  }
  #single-realisation #bloc_img_texte .imgContainer::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -122px;
    height: 150px;
    width: 150px;
    background-image: url("/wp-content/themes/starter/sass/../img/Planete.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
    animation-name: planete;
    animation-duration: 8s;
    animation-iteration-count: infinite;
  }
  #single-realisation #bloc_img_texte .imgContainer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #f5d116;
    top: 25px;
    right: 25px;
  }
  #single-realisation #bloc_img_texte h2 {
    margin-bottom: 30px;
  }
  #single-realisation #bloc_texte_img {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin-bottom: 100px;
  }
  #single-realisation #bloc_texte_img::before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 50px;
    width: 50px;
    background-image: url("/wp-content/themes/starter/sass/../img/star_single.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #single-realisation #bloc_texte_img h2 {
    margin-bottom: 50px;
  }
  #single-realisation #bloc_texte_img .content {
    width: calc(55% - 80px);
  }
  #single-realisation #bloc_texte_img .imgContainer {
    width: calc(45% - 80px);
  }
  #single-realisation #bloc_texte_img .imgContainer .filter {
    width: fit-content;
    position: relative;
  }
  #single-realisation #bloc_texte_img .imgContainer .filter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(4, 10, 27, 0) 0%, #040a1b 100%);
  }
  #single-realisation #bloc_texte_img .imgContainer img {
    max-width: inherit;
  }
  #single-realisation #bloc_texte_img .bg_txt {
    top: -160px;
    display: block;
    position: absolute;
  }
  #single-realisation #bloc_texte_img .bg_txt p {
    font-size: 277px;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.41);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.41);
    font-family: "Hursheys";
  }
  #single-realisation #bloc_bouton {
    margin-bottom: 160px;
    position: relative;
  }
  #single-realisation #bloc_bouton::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url("/wp-content/themes/starter/sass/../img/star_light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: etoile;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  #single-realisation #bloc_img_l_texte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 239px;
    position: relative;
  }
  #single-realisation #bloc_img_l_texte::after {
    content: "";
    position: absolute;
    top: -84px;
    left: 45%;
    height: 90px;
    width: 90px;
    z-index: -1;
    background-image: url("/wp-content/themes/starter/sass/../img/Lune.svg");
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: casque;
    animation-duration: 6s;
    animation-iteration-count: infinite;
  }
  #single-realisation #bloc_img_l_texte::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -100px;
    height: 50px;
    width: 50px;
    background-image: url("/wp-content/themes/starter/sass/../img/stars.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #single-realisation #bloc_img_l_texte .bg_txt {
    display: block;
    position: absolute;
    bottom: -210px;
  }
  #single-realisation #bloc_img_l_texte .bg_txt p {
    font-size: 207px;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.41);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.41);
    font-family: "Hursheys";
  }
  #single-realisation #bloc_img_l_texte .imgContainer {
    width: calc(65% - 22px);
    position: relative;
  }
  #single-realisation #bloc_img_l_texte .imgContainer::before {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: -150px;
    height: 50px;
    width: 50px;
    background-image: url("/wp-content/themes/starter/sass/../img/Etoile.svg");
    background-repeat: no-repeat;
    background-size: contain;
    animation-name: etoile;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  #single-realisation #bloc_img_l_texte .imgContainer::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 25px;
    left: -25px;
    border: 1px solid #f5d116;
  }
  #single-realisation #bloc_img_l_texte .content {
    width: calc(35% - 22px);
  }
  #single-realisation #bloc_texte_img_simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 120px;
  }
  #single-realisation #bloc_texte_img_simple .content {
    width: calc(50% - 120px);
  }
  #single-realisation #bloc_texte_img_simple .imgContainer {
    width: calc(50% - 120px);
  }
  #single-realisation #bloc_texte_img_simple .imgContainer .filter {
    width: fit-content;
    position: relative;
  }
  #single-realisation #bloc_texte_img_simple .imgContainer .filter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, rgba(4, 10, 27, 0) 0%, #040a1b 100%);
  }
  #single-realisation #bloc_texte_img_simple .imgContainer img {
    max-width: inherit;
  }
  #footer {
    margin-bottom: 512px !important;
    margin-top: 55px !important;
  }
  #footer .low_footer {
    margin-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #footer .top_text {
    display: inline-block;
    float: left;
    padding-top: 0;
    margin-top: 23px;
  }
  #footer .top_text::before {
    display: none;
  }
  #footer .bot_text {
    float: right;
    margin-top: 23px;
  }
  #contact .content h4 {
    font-size: 67px;
    letter-spacing: -4.02px;
    margin-top: 14px;
  }
  #contact .content .text_equipe {
    font-size: 23px;
    margin-top: 68px;
  }
  .mainForm .input_form .input_form {
    display: flex;
    flex-direction: column;
  }
  .mainForm .input_form .dnd-upload-status .dnd-upload-details .name span {
    width: 9ch;
  }
  .mainForm .wpcf7-textarea {
    width: 941px;
    height: 240px;
    font-size: 22px;
    padding-left: 20px;
    padding-top: 28px;
  }
  #page_cms {
    background-image: url("/wp-content/themes/starter/sass/../img/nebH.svg");
    background-repeat: repeat-y;
    background-size: contain;
  }
  #page_cms #heading {
    margin-bottom: 68px;
  }
  #page_cms #heading .page_rubrique {
    display: inline-block;
    margin-bottom: 0;
  }
  #page_cms #heading .page_rubrique::before {
    display: block;
    right: -250px;
  }
  #page_cms #heading .page_rubrique::after {
    display: block;
    right: -260px;
  }
  #page_cms .bloc_en-tete {
    margin-bottom: 68px !important;
    max-width: 1060px;
  }
  #page_cms .bloc_img_texte {
    align-items: end;
    padding-bottom: 80px;
  }
  #page_cms .bloc_img_texte .imgContainer {
    max-width: 264px;
    margin-right: 52px;
    margin-bottom: 0;
  }
  #page_cms .bloc_img_texte::after {
    display: block;
    bottom: -35px;
    left: -155px;
  }
  #page_cms .bloc_img_texte .content h2 {
    margin-bottom: 15px;
  }
  #page_cms .bloc_img_texte .content p {
    margin-bottom: 25px;
  }
  #page_cms .bloc_img_texte .content p:last-child {
    margin-bottom: 0;
  }
  #page_cms .bloc_texte_img {
    display: flex;
    align-items: end;
    padding-bottom: 80px;
  }
  #page_cms .bloc_texte_img .imgContainer {
    max-width: 264px;
    margin-left: 52px;
    margin-bottom: 0;
  }
  #page_cms .bloc_texte_img::after {
    display: block;
    bottom: -35px;
    right: -155px;
  }
  #page_cms .bloc_texte_img .content h2 {
    margin-bottom: 15px;
  }
  #page_cms .bloc_texte_img .content p {
    margin-bottom: 25px;
  }
  #page_cms .bloc_texte_img .content p:last-child {
    margin-bottom: 0;
  }
  #page_cms .bloc_texte_img .imgContainer img, #page_cms .bloc_img_texte .imgContainer img {
    max-width: 100%;
  }
  #page_cms .bloc_texte {
    padding-bottom: 60px;
  }
  #page_cms .bloc_quote {
    margin-bottom: 80px;
    flex-direction: row;
    text-align: left;
    justify-content: baseline;
  }
  #page_cms .bloc_quote .imgContainer img {
    max-width: 180px;
  }
  #page_cms .bloc_quote .name::after {
    top: -80px;
    right: -90px;
  }
  #page_cms .bloc_slider {
    padding-bottom: 95px;
  }
  #page_cms .bloc_slider::before {
    top: -120px;
    left: 42%;
  }
  #page_cms .bloc_slider h3.big-title {
    font-size: 80px;
    margin-bottom: 50px;
  }
  #page_cms .bloc_annexe {
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 80px;
  }
  #page_cms .bloc_annexe .content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  #page_cms .bloc_annexe .read_more {
    margin-top: 40px;
  }
  #page_cms .bloc_annexe::after {
    top: 45px;
    right: 35px;
    animation-name: planete;
    animation-duration: 8s;
    animation-iteration-count: infinite;
  }
  .side_contact {
    z-index: 998;
    text-align: center;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 97px;
    width: 97px;
    bottom: 50px;
    right: 0;
    background: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: 0.5s;
  }
  .side_contact:hover {
    width: 97px;
  }
  .side_contact span {
    color: #040a1b;
    font-size: 15px;
    font-weight: 500;
    font-family: sofia-pro, sans-serif;
    letter-spacing: -0.36px;
    margin-left: 8px;
  }
  .side_contact img {
    margin-top: 4px;
    transition: 0.5s;
    width: calc(100% - 20px);
  }
  .page-template-tpl-listeMaintenance #listMaintenance {
    padding-bottom: 450px;
  }
}
.page-template-tpl-listeMaintenances {
  background: #F0F1F2 url(/wp-content/themes/starter/sass/../img/Montagnes.svg) center bottom no-repeat;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #header.scrolled .scrollNav ul li a {
    font-size: 13px;
    margin: 0 7px;
  }
  #header-inner .menu_mobile .menu li a {
    font-size: 13px;
    margin: 0 7px;
  }
}
@media (min-width: 1200px) {
  .home #agence .inner_menu li {
    margin-left: 50px;
    margin-right: 50px;
  }
  .home #competence::after {
    top: -86px;
    left: -159px;
    width: 900px;
    height: 606px;
  }
  .home #reference .article_1 {
    margin-top: -43px;
  }
  .home #reference .article_2 {
    margin-top: -110px;
  }
  .home #reference .article_3 {
    margin-top: 25px;
  }
  .home #reference .home_article .img_article {
    width: 360px;
    height: 360px;
  }
  .page-template-tpl-pubs .container {
    max-width: 1310px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px !important;
  }
}
@media (min-width: 1300px) {
  #header-inner .menu_mobile .menu li a {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .home .equipe .carte_membre {
    margin-left: 50px;
    margin-right: 50px;
  }
  .home #reference .home_article .img_article {
    width: 400px;
    height: 400px;
  }
  #archive-realisation .mise_avant .imgContainer {
    max-width: 840px;
    width: 100%;
    margin-right: 25px;
  }
  #archive-realisation .mise_avant .content .logoContainer {
    margin-bottom: 20px;
  }
  #single-realisation .heading {
    height: 700px;
    background-size: 57% 100%;
  }
  #single-realisation .heading .right .content {
    padding-top: 90px;
    padding-left: 190px;
    padding-bottom: 80px;
    margin-left: -100px;
  }
  #single-realisation .heading .right .content .title-1 {
    font-size: 90px;
  }
  #single-realisation .heading .right .content .title-1 span {
    font-size: 45px;
  }
  #single-realisation .heading .right .content .tags span {
    font-size: 21px;
    font-weight: 300;
  }
  #contactAccueil::after {
    top: -55px;
    left: 6%;
    animation-name: lightRotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 115px;
    width: 190px;
    background-image: url("/wp-content/themes/starter/sass/../img/Saturne.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1500px) {
  .g-partner {
    height: 135px;
    right: unset;
    left: 10px;
    display: block;
  }
  #header-inner .container-fluid, #header-inner .container-sm, #header-inner .container-md, #header-inner .container-lg, #header-inner .container-xl {
    padding-right: 150px;
  }
  #header-inner .phone {
    display: block;
    position: absolute;
    right: 15px;
  }
}
@media (min-width: 1660px) {
  .home #competence #competence_top_section h3::after {
    right: -74px;
  }
  .home #competence #competence_top_section p::after {
    right: -301px;
  }
  .home #competence #competence_mid_section .competence_1::after {
    left: -158px;
  }
  .g-partner {
    left: 95px;
  }
}
@media (min-width: 1800px) {
  .home #competence::after {
    top: -43px;
    left: 79px;
    width: 1068px;
    height: 606px;
  }
}
/*# sourceMappingURL=https://www.agence-kori.fr/wp-content/build/scss_library/da01478bcd715d33e84e0d42083a49d2f2991c0e.css.map */