@font-face {
  font-family: "Painting With Chocolate";
  src: url("../assets/fonts/paint/PaintingWithChocolate.eot");
  src: url("../assets/fonst/paint/PaintingWithChocolate.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/paint/PaintingWithChocolate.woff2") format("woff2"), url("../assets/fonts/paint/PaintingWithChocolate.woff") format("woff"), url("../assets/fonts/paint/PaintingWithChocolate.ttf") format("truetype"), url("../assets/fonts/paint/PaintingWithChocolate.svg#PaintingWithChocolate") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Poppins";
  font-weight: 500;
}

h1.single {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.27;
  margin-top: 0;
}
h1.title-fp {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  line-height: 24px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins";
  margin: 0;
}
h2.accordeon {
  margin-bottom: 30px;
}
h2.map {
  text-align: center;
  margin-bottom: 250px;
}
h2.blog-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #111;
  margin-bottom: 20px;
}
h2.underlined {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 80px;
  font-size: 5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
h2.underlined .line {
  padding: 10px;
  display: block;
  position: relative;
  white-space: nowrap;
}
h2.underlined .line::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #F36A37;
  transform: rotate(-1deg);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h2.underlined .line + .line::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #FFF;
  transform: translate(-50%, -50%) rotate(-1deg);
}
h2.underlined .line + .line:nth-child(even)::after {
  transform: rotate(1deg);
  transition-delay: 0.15s;
}
h2.underlined .line + .line:nth-child(even)::before {
  transform: translate(-50%, -50%) rotate(1deg);
}
h2.underlined.active .line::after {
  width: 100%;
}

p.subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Poppins";
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  margin-bottom: 15px;
  color: #6A6A6A;
}
p.project-subtitle {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

a:not(.cta):not(.gradient-filled):not(.btn):not(.more):not(.no-orange) {
  color: #F36A37;
}
a:not(.cta):not(.gradient-filled):not(.btn):not(.more):not(.no-orange):focus {
  outline: 0;
}

.single-blog .header .date {
  margin-bottom: 25px;
  text-transform: lowercase;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6A6A6A;
}

.error h1 {
  color: #F36A37;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.error p {
  font-weight: bold;
}

.next-article .decorated {
  text-align: center;
  margin-bottom: 30px;
}

.faq-link {
  color: #F36A37;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 40px;
  margin-bottom: 20px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq-link:hover {
  opacity: 0.7;
}

.map-section .city {
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
}
.map-section .adresse {
  width: 63%;
  color: #6A6A6A;
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  align-items: baseline;
}
.map-section .adresse i {
  margin-right: 12px;
}
.map-section .adresse a {
  color: #6A6A6A;
}
.map-section .phone {
  display: flex;
  flex-direction: column;
}
.map-section .phone i {
  margin-right: 12px;
  color: #6A6A6A;
  font-size: 18px;
  font-size: 1.125rem;
}
.map-section .phone a {
  display: flex;
  align-items: baseline;
  color: #6A6A6A;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
}
.map-section .phone a:first-child:not(.right) {
  margin-bottom: 65px;
}

.family h2 {
  margin-bottom: 30px;
}
.family .btn {
  margin: 0 auto;
}

.decorated {
  color: #F36A37;
  line-height: 1.2;
}
.decorated span {
  display: inline;
  background-image: url("../assets/svg/underline_orange.svg");
  background-repeat: repeat-x;
  background-size: 6em 175%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.decorated.black {
  color: #111;
}
.decorated.black span {
  background-image: url("../assets/svg/underline_black.svg");
}
.decorated.white {
  color: #FFF;
}
.decorated.white span {
  background-image: url("../assets/svg/underline_white.svg");
}
.decorated.blue span {
  background-image: url("../assets/svg/underline_blue.svg");
}
.decorated.margin {
  margin-top: 50px;
}

@media screen and (max-width: 1250px) {
  .map-section .adresse {
    width: 56%;
    font-size: 16px;
    font-size: 1rem;
  }
  .map-section .adresse i {
    margin-right: 9px;
  }
  .map-section .phone i {
    margin-right: 12px;
    font-size: 16px;
    font-size: 1rem;
  }
  .map-section .phone a {
    font-size: 16px;
    font-size: 1rem;
  }
  .map-section .phone a:first-child:not(.right) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 64rem) {
  h2.underlined {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 50rem) {
  h2.map {
    margin-bottom: 200px;
  }

  p.subtitle {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 40rem) {
  h1.single {
    font-size: 28px;
    font-size: 1.75rem;
  }

  p.project-subtitle {
    display: none;
  }

  h2.underlined .line {
    color: #F36A37;
    padding: 0;
    line-height: 1.18;
    white-space: initial;
  }
  h2.underlined .line::after {
    display: none;
  }

  .single-blog .header .date {
    margin-bottom: 5px;
  }

  h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .map-section .phone a:first-child:not(.right) {
    margin-bottom: 20px;
  }
  .map-section .phone a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .map-section .city {
    font-size: 20px;
    font-size: 1.25rem;
  }

  h2.underlined {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 25rem) {
  h1.single {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .map-section .adresse {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 5px;
  }
}
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1904px;
  padding-right: 35px;
  padding-left: 35px;
  box-sizing: border-box;
}
.wrapper.small {
  max-width: 930px;
}
.wrapper.small-medium {
  max-width: 1200px;
}
.wrapper.medium {
  max-width: 1600px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row + .row {
  margin-top: 80px;
}
.row + .row.accordeon {
  margin-top: 20px;
}
.row + .row.minus-margin {
  margin-top: 60px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  flex-direction: column;
}

.col.reverse {
  flex-direction: column-reverse;
}

[class*=col-xxl] {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xxl-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xxl-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xxl-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xxl-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xxl-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xxl-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xxl-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xxl-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xxl-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xxl-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xxl-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xxl-12 {
  flex-basis: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xxl {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xxl {
  justify-content: flex-start;
  text-align: start;
}

.center-xxl {
  justify-content: center;
  text-align: center;
}

.end-xxl {
  justify-content: flex-end;
  text-align: end;
}

.top-xxl {
  align-items: flex-start;
}

.middle-xxl {
  align-items: center;
}

.bottom-xxl {
  align-items: flex-end;
}

.around-xxl {
  justify-content: space-around;
}

.between-xxl {
  justify-content: space-between;
}

.first-xxl {
  order: -1;
}

.last-xxl {
  order: 1;
}

@media only screen and (max-width: 90rem) {
  [class*=col-xlg] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-xlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xlg-offset-none {
    margin-left: unset;
  }

  .col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-xlg {
    justify-content: flex-start;
    text-align: start;
  }

  .hidden-xlg {
    display: none;
  }

  .center-xlg {
    justify-content: center;
    text-align: center;
  }

  .end-xlg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xlg {
    align-items: flex-start;
  }

  .middle-xlg {
    align-items: center;
  }

  .bottom-xlg {
    align-items: flex-end;
  }

  .around-xlg {
    justify-content: space-around;
  }

  .between-xlg {
    justify-content: space-between;
  }

  .first-xlg {
    order: -1;
  }

  .last-xlg {
    order: 1;
  }
}
@media only screen and (max-width: 80rem) {
  [class*=col-lgm] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lgm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lgm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lgm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lgm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lgm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lgm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lgm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lgm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lgm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lgm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lgm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lgm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lgm-offset-none {
    margin-left: unset;
  }

  .col-lgm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-lgm {
    justify-content: flex-start;
    text-align: start;
  }

  .hidden-lgm {
    display: none;
  }

  .center-lgm {
    justify-content: center;
    text-align: center;
  }

  .end-lgm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lgm {
    align-items: flex-start;
  }

  .middle-lgm {
    align-items: center;
  }

  .bottom-lgm {
    align-items: flex-end;
  }

  .around-lgm {
    justify-content: space-around;
  }

  .between-lgm {
    justify-content: space-between;
  }

  .first-lgm {
    order: -1;
  }

  .last-lgm {
    order: 1;
  }
}
@media only screen and (max-width: 64rem) {
  [class*=col-lg] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-none {
    margin-left: unset;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .hidden-lg {
    display: none;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (max-width: 50rem) {
  [class*=col-md] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-none {
    margin-left: unset;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .hidden-md {
    display: none;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (max-width: 40rem) {
  [class*=col-sm] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-none {
    margin-left: unset;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .hidden-sm {
    display: none;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (max-width: 25rem) {
  [class*=col-xs] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xs-offset-none {
    margin-left: unset;
  }

  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }

  .hidden-xs {
    display: none;
  }

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

  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }

  .top-xs {
    align-items: flex-start;
  }

  .middle-xs {
    align-items: center;
  }

  .bottom-xs {
    align-items: flex-end;
  }

  .around-xs {
    justify-content: space-around;
  }

  .between-xs {
    justify-content: space-between;
  }

  .first-xs {
    order: -1;
  }

  .last-xs {
    order: 1;
  }
}
@media screen and (max-width: 40rem) {
  .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .wrapper .row + .row.fifty {
    margin-top: 50px;
  }
  .wrapper .row + .row.forty {
    margin-top: 40px;
  }
}
button {
  outline: 0;
  cursor: pointer;
  background: transparent;
  border-color: #111;
  font-family: "Poppins", sans-serif;
}
button .label {
  color: #111;
}
button:focus {
  outline: 0;
  border-color: #111;
}
button:hover {
  border-color: #111;
  background: #111;
}
button:hover .label {
  color: #F5F5F5;
}

.btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 2px solid;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn .label {
  pointer-events: none;
  position: relative;
  z-index: 0;
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 35px;
  line-height: 1.5;
}
.btn.gradient-filled {
  position: relative;
}
.btn.gradient-filled .label {
  padding: 17px 37px;
}
.btn.gradient-filled::before {
  z-index: 0;
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}
.btn.gradient-filled.orange::before {
  background: radial-gradient(circle closest-side, #F6931C, transparent);
}
.btn.gradient-filled:hover::before {
  --size: 400px;
}
.btn.orange {
  color: #FFF;
  background: #F36A37;
  border-color: #F36A37;
}
.btn.orange.backgroundless {
  color: #F36A37;
  background: transparent;
}
.btn.orange.backgroundless:hover {
  background: #F36A37;
  color: #FFF;
}
.btn.white {
  color: #FFF;
  border-color: #FFF;
}
.btn.white:hover {
  color: #111;
  background: #FFF;
}
.btn.cta {
  color: #F36A37;
  background: #FFF;
  border-color: #FFF;
}
.btn.cta:hover {
  color: #FFF;
  background: #F36A37;
  border-color: #F36A37;
}
.btn.cta:hover img {
  filter: brightness(0) invert(1);
}
.btn.cta.play {
  width: 68px;
  height: 68px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.btn.cta.play img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
}
.btn.cta.play .label {
  padding: 15px;
  line-height: 1;
  margin-bottom: -2px;
  font-size: 35px;
  font-size: 2.1875rem;
}

.ofqj .btn:not(.play) {
  color: #27348B !important;
  border-color: #27348B !important;
}
.ofqj .btn:not(.play).backgroundless {
  color: #27348B !important;
  background: transparent;
}
.ofqj .btn:not(.play).backgroundless:hover {
  background: #27348B !important;
  color: #FFF !important;
}
.ofqj .btn.gradient-filled.orange::before {
  background: radial-gradient(circle closest-side, #D94357, transparent);
}
.ofqj .btn.cta:hover {
  color: #FFF !important;
}

@media screen and (max-width: 40rem) {
  .btn .label {
    padding: 15px 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 25rem) {
  .btn.cta.play {
    width: 55px;
    height: 55px;
  }
  .btn.cta.play img {
    width: 25px;
    height: 25px;
  }
}
#masthead {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#masthead .menu-item-has-children {
  position: relative;
}
#masthead a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #111;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#masthead a:hover {
  opacity: 0.7;
}
#masthead ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#masthead.hidden {
  top: -130px;
}

#desktopMenu {
  position: relative;
  z-index: 1;
}
#desktopMenu .menu-item-has-children .sub-menu {
  min-width: 169px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 99;
  top: calc(100% + 15px);
  left: 0;
  background: #FFF;
  border-top: 2px solid #F36A37;
  padding: 15px 25px 15px 15px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}
#desktopMenu .menu-item-has-children .sub-menu > li + li {
  margin-top: 15px;
}
#desktopMenu .menu-item-has-children .sub-menu a {
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
}
#desktopMenu .menu-item-has-children:hover .sub-menu {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
  top: 100%;
}
#desktopMenu .arrow > a {
  display: flex;
  align-items: center;
}
#desktopMenu .arrow > a::after {
  margin-left: 8px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("../assets/svg/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#desktopMenu .arrow.white > a::after {
  filter: brightness(0) invert(1);
}
#desktopMenu .arrow.orange > a::after {
  background-image: url("../assets/svg/arrow-orange.svg");
}
#desktopMenu .arrow.no-rotation:hover > a::after {
  transform: translateY(3px) rotate(0deg);
}
#desktopMenu .arrow.no-rotation > a::after {
  transform: rotate(0deg);
}
#desktopMenu .arrow:not(.no-rotation) > a:hover::after {
  transform: translateX(3px) rotate(-90deg);
}

#subBar, #mainNav {
  padding: 0 35px;
}

#subBar {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
#subBar .socials, #subBar .various-links {
  display: flex;
  align-items: center;
}
#subBar a {
  color: #FFF;
}
#subBar a:not(.social-icon) {
  font-size: 14px;
  font-size: 0.875rem;
}
#subBar .various-links {
  margin: 0 0 0 -20px;
}
#subBar .various-links > li {
  padding: 0px 20px;
}
#subBar li:last-child {
  cursor: context-menu;
}
#subBar li.menu-item-has-children {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  padding-right: 0;
}
#subBar li.menu-item-has-children > a {
  padding: 5px 15px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #FFF;
  color: #F36A37;
}
#subBar li.menu-item-has-children .sub-menu {
  right: 0;
  left: unset;
}
#subBar li.menu-item-has-children .sub-menu a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #111;
}
#subBar .socials {
  padding-right: 45px;
  margin: -12.5px;
}
#subBar .socials a {
  padding: 12.5px;
}

#mainNav {
  background: #FFF;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mainNav #searchTrigger {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#mainNav #searchTrigger:hover {
  transform: translateY(-3px);
}
#mainNav input[type=search]::-webkit-search-decoration,
#mainNav input[type=search]::-webkit-search-cancel-button,
#mainNav input[type=search]::-webkit-search-results-button,
#mainNav input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
#mainNav #search-send {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#mainNav #search-send:hover {
  transform: translateY(calc(-50% - 3px));
}
#mainNav .mainNavWrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
#mainNav .mainNavWrapper input[type=submit] {
  display: none;
}
#mainNav.activeSearch #SearchWrap, #mainNav.activeSearch #searchTrigger .close {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition-delay: 0.075s;
}
#mainNav.activeSearch #siteMenu, #mainNav.activeSearch #searchTrigger .magnifier {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s;
}
#mainNav.activeSearch #searchTrigger .magnifier {
  transform: translate(-50%, calc(-50% + 25px));
}
#mainNav.activeSearch #siteMenu {
  transform: translateY(25px);
}

#SearchWrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s;
  width: 45vw;
  min-width: 700px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#SearchWrap .magnifier {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url("../assets/svg/magnifying-glass.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#SearchWrap input[type=search] {
  background: transparent;
  border-radius: 0px !important;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #111;
  padding: 3px 0;
  font-family: "Poppins";
  outline: 0;
  -webkit-appearance: none;
}
#SearchWrap input[type=search]:focus {
  outline: 0;
}
#SearchWrap input[type=search]::-webkit-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
#SearchWrap input[type=search]:-ms-input-placeholder {
  opacity: 0.5;
  font-style: italic;
}
#SearchWrap input[type=search]:-moz-placeholder {
  opacity: 0.5;
  font-style: italic;
}
#SearchWrap input[type=search]::-moz-placeholder {
  opacity: 0.5;
  font-style: italic;
}

#searchTrigger {
  display: flex;
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
}
#searchTrigger img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
#searchTrigger img.close {
  top: calc( 50% - 25px );
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#searchTrigger img.magnifier {
  transition-delay: 0.075s;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

#siteMenu {
  position: relative;
  z-index: 0;
  height: calc(100% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -12.5px !important;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  transition-delay: 0.075s;
}
#siteMenu > li {
  box-sizing: content-box;
  padding: 12.5px;
  height: 100%;
  display: flex;
  align-items: center;
}

#siteLogo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 196px;
}
#siteLogo img {
  width: 100%;
  height: auto;
}

#respMenu {
  display: none;
  position: absolute;
  z-index: 0;
  width: 100%;
  padding-top: 2px;
  left: 0;
  top: -100vh;
  max-height: calc(100vh - 75px);
  min-height: calc(100vh - 75px);
  background: #FFF;
  overflow-y: scroll;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#respMenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
#respMenu #menuWrapper, #respMenu #menu-responsive {
  padding: 0 35px;
}
#respMenu #menuWrapper > li > a, #respMenu #menu-responsive > li > a {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  padding: 22.5px 35px;
}
#respMenu #menuWrapper > li + li, #respMenu #menu-responsive > li + li {
  border-top: 2px solid #C5C5C5;
}
#respMenu .menu-item-has-children {
  position: relative;
}
#respMenu .menu-item-has-children .sub-menu {
  display: none;
}
#respMenu .menu-item-has-children li {
  -moz-transition: flex 0.3s ease-out;
  -o-transition: flex 0.3s ease-out;
  -webkit-transition: flex 0.3s ease-out;
  transition: flex 0.3s ease-out;
  padding: 0 35px;
}
#respMenu .menu-item-has-children li a {
  display: block;
  padding: 4.5px 0;
  font-size: 16px;
  font-size: 1rem;
}
#respMenu .menu-item-has-children li + li {
  margin-top: 4.5px;
}
#respMenu .menu-item-has-children .plus {
  position: absolute;
  right: 35px;
  top: 0;
  height: 75px;
  width: 75px;
}
#respMenu .menu-item-has-children .plus::after, #respMenu .menu-item-has-children .plus::before {
  height: 2px;
  width: 20%;
  background: #111;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#respMenu .menu-item-has-children .plus::after {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(90deg);
}
#respMenu .menu-item-has-children.opened .plus::after {
  transform: translate(-50%, -50%);
}
#respMenu .respFooter {
  padding: 0 35px 25px;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
#respMenu .respFooter .various-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#respMenu .respFooter .various-links a {
  color: #FFF;
}
#respMenu .respFooter .various-links > li {
  width: 50%;
  order: 1;
  text-align: right;
}
#respMenu .respFooter .various-links > li > a {
  padding: 22.5px 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
#respMenu .respFooter .various-links > li:first-child {
  order: 2;
  text-align: left;
}
#respMenu .respFooter .various-links > li:last-child {
  text-align: left;
  width: 100%;
  order: 0;
  border-bottom: 2px solid #FFF;
}
#respMenu .respFooter .various-links > li:last-child > a {
  font-size: 20px;
  font-size: 1.25rem;
}
#respMenu .respFooter .various-links > li:last-child.menu-item-has-children .plus::before, #respMenu .respFooter .various-links > li:last-child.menu-item-has-children .plus::after {
  background: #FFF;
}
#respMenu .respFooter .socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin: -17.5px 0;
}
#respMenu .respFooter .socials .social-icon {
  color: #FFF;
  margin: 17.5px;
  font-size: 18px;
  font-size: 1.125rem;
}

#ham {
  margin-left: 25px;
  display: none;
  width: 30px;
  height: 21px;
}
#ham .h-c {
  width: 100%;
  height: 100%;
  position: relative;
}
#ham .h-c .top, #ham .h-c .bot, #ham .h-c .mid {
  position: absolute;
  height: 3px;
  right: 0;
  background: #F36A37;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#ham .h-c .top {
  top: 0;
  width: 100%;
}
#ham .h-c .mid {
  width: 76.6%;
  top: 50%;
  transform: translateY(-50%);
}
#ham .h-c .bot {
  width: 100%;
  top: calc(100% - 3px);
}
#ham.active .h-c .top, #ham.active .h-c .bot {
  top: 50%;
  bottom: unset;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  #masthead a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 64rem) {
  #siteMenu {
    height: calc(100% - 12.5px);
    margin: -6.25px !important;
  }
  #siteMenu > li {
    padding: 6.25px;
  }
}
@media screen and (max-width: 960px) {
  #siteMenu, #subBar {
    display: none;
  }

  #searchTrigger {
    margin-left: auto;
  }

  #SearchWrap {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    height: 75px;
    transform: none;
    min-width: 0;
    width: 100%;
    padding: 0 70px 0 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8A340;
    /* Old browsers */
    background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
    /* IE6-9 */
  }
  #SearchWrap input[type=search] {
    color: #FFF;
    border-bottom-color: #FFF;
  }
  #SearchWrap input[type=search]::-webkit-input-placeholder {
    color: #FFF;
  }
  #SearchWrap input[type=search]:-ms-input-placeholder {
    color: #FFF;
  }
  #SearchWrap input[type=search]:-moz-placeholder {
    color: #FFF;
  }
  #SearchWrap input[type=search]::-moz-placeholder {
    color: #FFF;
  }
  #SearchWrap .magnifier {
    right: 35px;
    filter: brightness(0) invert(1);
  }

  #ham {
    display: flex;
  }

  #mainNav {
    padding-top: 5px;
    height: 75px;
  }
  #mainNav::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #F8A340;
    /* Old browsers */
    background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
    /* IE6-9 */
  }
  #mainNav::before {
    top: 0;
    height: 5px;
  }
  #mainNav.activeSearch #SearchWrap {
    top: 75px;
    transition-delay: 0s;
  }

  #siteLogo {
    width: 155px;
  }

  #respMenu {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #respMenu.active {
    top: 75px;
  }
}
@media screen and (max-width: 40rem) {
  #SearchWrap {
    padding: 0 52px 0 16px;
  }
  #SearchWrap .magnifier {
    right: 16px;
  }

  #mainNav {
    padding-right: 16px;
    padding-left: 16px;
  }

  #respMenu .menu-item-has-children li {
    padding: 0 16px;
  }
  #respMenu .menu-item-has-children li > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #respMenu .menu-item-has-children .plus {
    right: 16px;
  }
  #respMenu #menuWrapper, #respMenu #menu-responsive {
    padding: 0 16px;
  }
  #respMenu #menuWrapper > li > a, #respMenu #menu-responsive > li > a {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  #respMenu .respFooter {
    padding-right: 16px;
    padding-left: 16px;
  }
  #respMenu .respFooter .various-links > li > a {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #respMenu .respFooter .various-links > li:last-child > a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#page__header {
  position: relative;
}
#page__header.front {
  margin-bottom: 200px;
}
#page__header:not(.front) {
  margin-bottom: 100px;
}
#page__header .banner {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  background: #111;
}
#page__header .banner .skewed {
  background: #FFF;
  transform: skew(0, 3deg);
  position: absolute;
  right: 0;
  bottom: -67px;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 3;
}
#page__header .banner::after {
  content: "";
  background: #111;
  opacity: 0.3;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#page__header .banner .wrapper {
  position: relative;
  z-index: 2;
}
#page__header .banner .wrapper.offset {
  margin-top: -50px;
}
#page__header .banner .wrapper.offset.max {
  margin-top: -150px;
}
#page__header .classic {
  margin-top: 130px;
  min-height: 570px;
}
#page__header .classic .wrapper {
  z-index: 3;
}
#page__header .classic .header-titles {
  position: relative;
}
#page__header .classic .header-titles.tagged {
  display: flex;
  flex-direction: column;
}
#page__header .classic .header-titles.tagged .header-tag {
  width: 250px;
}
#page__header .classic .header-titles.tagged h1 {
  margin-top: -1.5vw;
  position: relative;
  transform: skew(0deg, -6deg);
  top: 0;
}
#page__header .classic h1 {
  font-size: 80px;
  font-size: 5rem;
  line-height: 1.25;
  font-weight: 900;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  max-width: 60%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: skew(0deg, -6deg) translateY(-50%);
}
#page__header .classic picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page__header .classic picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#page__header .hero {
  height: 100vh;
  box-sizing: content-box;
}
#page__header .hero video,
#page__header .hero .noMob {
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page__header.single {
  padding-top: 150px;
  margin-top: 130px;
}
#page__header.single .metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page__header.single .metas span {
  color: #6A6A6A;
  font-family: "Poppins";
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  font-weight: 600;
}
#page__header.single .title {
  text-align: center;
  color: #111;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.25;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 15px 0;
}
#page__header.single .limit {
  padding: 8px 15px;
  display: table;
  margin: 0 auto;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  font-family: "Poppins";
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
#page__header.front-page-classic-hero h1 {
  position: relative;
}
#page__header.front-page-classic-hero .description {
  color: white;
  max-width: 660px;
  margin-left: auto;
  margin-top: 52px;
  margin-bottom: 32px;
}
#page__header.front-page-classic-hero .window.absolute {
  top: 65%;
}
#page__header.front-page-classic-hero .classic {
  min-height: 710px;
}
#page__header.front-page-classic-hero .banner::after {
  opacity: 0;
}
#page__header.front-page-classic-hero .banner .wrapper.offset.max {
  text-align: right;
  margin-top: auto;
  margin-bottom: 140px;
}

.post_thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 53.75%;
  background: #111;
  position: relative;
}
.post_thumbnail .tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 8px 15px;
  color: #FFF;
  font-family: "Poppins";
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 1;
}
.post_thumbnail picture {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_thumbnail::before {
  z-index: -1;
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(0deg, -1.5deg);
}

.figure {
  z-index: 2;
  position: absolute;
  width: 500px;
  right: 25%;
  top: 50%;
  transform: translate(50%, -25%);
}

.window {
  display: flex;
  justify-content: center;
}
.window.absolute {
  position: absolute !important;
  z-index: 4 !important;
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.window.orange .window-wrapper {
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  color: #FFF;
}
.window.orange .window-wrapper a {
  color: #FFF !important;
}
.window.orange .window-wrapper .icon {
  filter: brightness(0) invert(1);
  max-width: 50px;
}
.window .window-wrapper {
  padding: 30px;
  background: #FFF;
  color: #111;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}
.window h3 {
  text-align: center;
  margin: 0 0 35px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}
.window .links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.window .links .link {
  width: calc(12% - 70px);
  min-width: 60px;
  margin: 15px 35px;
}
.window .links .link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.window .links .link a .label {
  font-family: "Poppins";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 5px 0 0;
}
.window .links .link a:hover {
  opacity: 0.7;
}

body.home .window .links .link {
  width: calc(20% - 70px);
}

#movingTitles {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  transform: skew(0deg, -6deg);
  font-family: "Poppins";
}
#movingTitles span {
  color: #FFF;
}
#movingTitles .sub {
  font-weight: 600;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
}
#movingTitles .sub .logo {
  margin-left: 5px;
  filter: brightness(0) invert(1);
  display: inline-flex;
  vertical-align: middle;
  width: 100px;
}
#movingTitles .mask {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  align-items: center;
  width: 100vw;
}
#movingTitles .mask .option {
  position: absolute;
  white-space: nowrap;
  white-space: nowrap;
  font-weight: 900;
  font-size: 7vw;
  text-transform: uppercase;
  line-height: 1.4;
}
#movingTitles .mask .option .orange-line {
  transition: width 0.3s ease-in-out 0s, transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0s;
  height: 2vw;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  width: 0;
  bottom: 1vw;
  z-index: -1;
  left: 0;
}

@media screen and (max-width: 90rem) {
  #movingTitles .mask .text {
    font-size: 10vw;
  }
}
@media screen and (max-width: 64rem) {
  #page__header .banner .wrapper.offset.max {
    margin-top: -150px;
  }
  #page__header .classic {
    min-height: 530px;
  }
  #page__header .classic h1 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 960px) {
  #page__header .hero {
    max-height: 800px;
  }
  #page__header .banner .wrapper.offset {
    margin-top: -100px;
  }
  #page__header .classic {
    min-height: 425px;
    margin-top: 75px;
  }
  #page__header.single {
    padding-top: 150px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 50rem) {
  .window.absolute {
    position: relative !important;
    top: initial;
    left: initial;
    transform: initial;
    margin-top: -100px;
  }

  #page__header.single {
    padding-top: 150px;
    margin-top: 0;
  }
  #page__header.single .title {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 35px 0;
  }
  #page__header.single .metas span {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 35px;
  }

  body.home .window.absolute {
    position: relative !important;
    top: initial;
    left: initial;
    transform: initial;
    box-sizing: border-box;
    margin-top: -150px;
  }
  body.home #page__header.front {
    margin-bottom: 150px;
  }
  body.home #page__header .hero {
    max-height: 550px;
  }

  .figure {
    width: 400px;
  }

  #page__header .banner .wrapper.offset {
    margin-top: -80px;
  }

  .window {
    width: calc(100% - 60px);
  }
  .window .links .link {
    width: calc(25% - 70px);
  }
  .window .links .link img {
    width: 85%;
  }
}
@media screen and (max-width: 40rem) {
  body:not(.home) .window .links .link {
    width: calc(20% - 70px);
    margin: 15px 17px;
  }

  #page__header.single {
    padding-top: 120px;
    margin-top: 0;
  }
  #page__header.single .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #page__header.single .metas {
    flex-direction: column;
  }
  #page__header.single .metas span {
    text-align: center;
  }
  #page__header.single .metas span:first-child {
    margin-bottom: 5px;
  }

  .window h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  body.home .header-titles {
    margin-top: 60px;
  }
  body.home #page__header.front {
    margin-bottom: 100px;
  }
  body.home #page__header .banner .wrapper.offset {
    align-items: flex-start;
  }

  #page__header .banner .skewed {
    bottom: -50px;
    height: 100px;
  }

  .figure {
    width: 200px;
  }

  #movingTitles .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #movingTitles .sub .logo {
    height: 45px;
    width: 85px;
  }

  #page__header .hero {
    height: auto;
    max-height: none;
    flex-direction: column;
  }
  #page__header .classic {
    min-height: 330px;
  }
  #page__header .classic .header-titles.tagged .header-tag {
    width: 125px;
  }
  #page__header .classic .wrapper.offset .row {
    width: 100%;
  }
  #page__header .classic h1 {
    max-width: initial;
  }
  #page__header .banner {
    padding-top: 75px;
  }
  #page__header .banner.classic {
    padding-top: 0;
  }
  #page__header .banner .wrapper.offset {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
  }
  #page__header .banner .wrapper.offset.max {
    justify-content: left;
    margin-top: -75px;
    height: auto;
  }

  .window {
    padding: 16px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    position: relative !important;
    top: unset;
    left: unset;
    transform: none;
  }
  .window .links {
    margin: -15px -16px;
  }
  .window .links .link {
    margin: 15px 13px;
    width: calc(50% - 32px);
  }
  .window .links .link a .label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 25rem) {
  #page__header.single .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#page__footer {
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#page__footer form {
  position: relative;
  width: calc(100% - 100px);
  position: absolute;
  bottom: 50px;
}
#page__footer form i {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
}
#page__footer input[type=text] {
  border-color: #F36A37 !important;
  border: 2px solid;
  color: #F36A37;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 15px 35px;
  padding-right: 75px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}
#page__footer input[type=text]::placeholder {
  color: #F36A37 !important;
}
#page__footer input[type=submit] {
  display: none;
}
#page__footer .news-letter-button {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: calc(100% - 2px);
  width: 70px;
  background-color: #F36A37;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#page__footer .news-letter-button:hover {
  opacity: 0.85;
}
#page__footer #footerNav {
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
#page__footer #footerNav a {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#page__footer #footerNav a:hover {
  opacity: 0.7;
}
#page__footer #footerNav li + li {
  margin-top: 20px;
}
#page__footer .socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#page__footer .socials .social-rows {
  margin: -15px;
  display: flex;
}
#page__footer .socials .social-rows + .social-rows {
  padding-top: 15px;
}
#page__footer .socials .social-icon {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px;
  width: 55px;
  height: 55px;
  color: #F36A37;
  background: #FFF;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#page__footer .socials .social-icon:hover {
  opacity: 0.7;
}
#page__footer .footer_footer {
  padding-top: 30px;
  border-top: 1px solid #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page__footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page__footer .partnerships {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-end;
}
#page__footer .partnerships img {
  filter: brightness(0) invert(1);
  margin: 0 20px;
}
#page__footer .partnerships img.first {
  width: 200px;
}
#page__footer .partnerships img.last {
  width: 85.5px;
}
#page__footer .footer_case {
  height: 350px;
  padding: 50px;
  margin-top: -175px;
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}
#page__footer .footer_case h3 {
  color: #F36A37;
  font-size: 38px;
  font-size: 2.375rem;
  margin: 0 0 10px;
  line-height: 1.5;
}
#page__footer .copyright p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFF;
  margin: 0;
}
#page__footer .copyright p a {
  color: #FFF;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#page__footer .copyright p a:hover {
  opacity: 0.7;
}
#page__footer .copyright p + p {
  margin-top: 10px;
}
#page__footer .footer_cta {
  margin: -7.5px;
  position: absolute;
  bottom: 50px;
}
#page__footer .footer_cta .btn {
  margin: 7.5px;
}
#page__footer::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  transform: skew(0deg, 3deg);
}

@media screen and (max-width: 1180px) {
  #page__footer .footer_case {
    height: 450px;
    padding: 35px;
  }
  #page__footer .footer_cta {
    display: flex;
    flex-direction: column;
  }
  #page__footer form {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 64rem) {
  #page__footer .footer_footer {
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #page__footer .copyright {
    margin-top: 30px;
  }
}
@media screen and (max-width: 850px) {
  #page__footer {
    padding: 50px;
    padding-top: 0;
  }
  #page__footer .footer_cta {
    display: block;
    position: relative;
    bottom: initial;
  }
  #page__footer .footer_case {
    margin-top: 0;
    height: auto;
  }
  #page__footer .footer_case.right {
    margin-top: 30px;
  }
  #page__footer form {
    position: relative;
    bottom: initial;
    width: 100%;
  }

  .md-footer-case {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 50rem) {
  #page__footer .partnerships {
    width: 100%;
    justify-content: space-between;
  }
  #page__footer .partnerships img {
    margin: 0;
  }
  #page__footer .partnerships img.first {
    width: 150px;
  }
  #page__footer .partnerships img.last {
    width: 70px;
  }
  #page__footer .copyright p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 40rem) {
  #page__footer {
    padding: 0 0 32px 0;
  }
  #page__footer .footer_case {
    padding: 16px;
  }
  #page__footer .partnerships {
    flex-wrap: nowrap;
  }
  #page__footer #footerNav {
    column-count: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #page__footer #footerNav li + li {
    margin-top: 18px;
  }
  #page__footer .socials {
    margin-top: 60px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 450px) {
  #page__footer .partnerships img.first {
    width: 120px;
    order: 1;
  }
  #page__footer .partnerships img.first.seconde {
    order: 3;
  }
  #page__footer .partnerships img.last {
    width: 64px;
    order: 2;
  }
}
@media screen and (max-width: 25rem) {
  #page__footer form {
    width: 100%;
  }
  #page__footer form input[type=text] {
    width: 100%;
    padding: 15 30px;
    padding-right: 80px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #page__footer .partnerships img {
    margin: 20px 5px;
  }
}
@media screen and (max-width: 375px) {
  #page__footer .partnerships {
    flex-wrap: wrap;
    justify-content: center;
  }
  #page__footer .partnerships img {
    margin: 8px 10px;
  }
  #page__footer .partnerships img.first {
    width: 110px;
    order: 1;
  }
  #page__footer .partnerships img.first.seconde {
    order: 2;
  }
  #page__footer .partnerships img.last {
    width: 64px;
    order: 3;
  }
}
.gform_wrapper {
  padding: 0 60px;
}

.validation_error {
  margin-bottom: 35px;
  color: red;
}

.gform_footer {
  margin-top: 20px;
}

.gform_fields {
  list-style: none;
  padding: 0;
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}

.ui-datepicker-prev {
  margin-right: 5px;
}

.ui-datepicker {
  background-color: #F5F5F5;
  border: 1px solid black;
  border-top: none;
  padding: 10px;
}

.gform_heading {
  margin-bottom: 35px;
}

.gform_description {
  color: #111;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1.5;
}

.ginput_container_checkbox input {
  width: initial !important;
  height: initial !important;
  margin-right: 5px;
}
.ginput_container_checkbox li {
  display: flex;
  align-items: baseline;
}
.ginput_container_checkbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gfield {
  position: relative;
  margin: 20px;
  width: calc(100% - 40px);
}
.gfield.half {
  width: calc(50% - 40px);
}
.gfield textarea,
.gfield input,
.gfield select {
  background: transparent;
  color: #111;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  color: #111;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #111;
  border-radius: 0;
}
.gfield textarea:focus,
.gfield input:focus,
.gfield select:focus {
  outline: 0;
}
.gfield .validation_message {
  color: red;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}
.gfield textarea {
  height: 0px;
  min-height: 0;
  border-bottom: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  resize: none;
}
.gfield input {
  padding-bottom: 8.5px;
  height: 35px;
}
.gfield.normal .gfield_label {
  position: relative;
  top: initial;
  left: initial;
  display: block;
}
.gfield.normal .gfield_label.active {
  transform: initial;
  font-size: 18px;
  font-size: 1.125rem;
  opacity: 1;
}
.gfield.active .ginput_container_textarea {
  height: initial;
}
.gfield.active .ginput_container_textarea::after {
  margin-top: 0;
}
.gfield.active textarea {
  min-height: 150px;
}
.gfield.active.gfieldtextearea {
  margin-bottom: 20px;
}

.gform_validation_error .ginput_container_textarea {
  height: initial;
}
.gform_validation_error .gfield_label {
  position: relative;
}
.gform_validation_error .gfield textarea {
  height: 200px;
}

.gfieldtextearea {
  margin-bottom: 40px;
}

.ginput_container_textarea {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 0px;
  position: relative;
}
.ginput_container_textarea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: black;
  top: 100%;
  left: 0;
  margin-top: 34px;
}

.gfield_label {
  color: #111;
  font-family: "Poppins";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  padding-bottom: 8.5px;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gfield_label.active {
  transform: translateY(-100%);
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.7;
}

.filters {
  margin: -15px;
}
.filters select {
  outline: 0;
  font-family: "Poppins";
  -webkit-appearance: none;
  margin: 15px;
  width: 300px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
  padding: 14px 15px;
  padding-right: 30px;
  background-image: url("../assets/svg/arrow.svg");
  background-position: 275px 50%;
  background-repeat: no-repeat;
  border: 1px solid #F36A37;
}
.filters select option {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #111;
}
.filters select:focus {
  outline: 0;
}

@media screen and (max-width: 64rem) {
  .gform_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 25rem) {
  .gfield input,
.gfield_label {
    font-size: 16px;
    font-size: 1rem;
  }

  .filters select {
    font-size: 16px;
    font-size: 1rem;
    width: 240px;
    background-position: 218px 50%;
  }
}
@media print {
  #masthead,
#page__footer,
section.next-article {
    content: none;
    display: none !important;
  }

  .srh {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .single-blog #page__header {
    padding-top: 0 !important;
  }

  #page__header.single {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  p {
    font-size: 12pt !important;
  }

  h1 {
    font-size: 20pt !important;
  }

  h2 {
    font-size: 18pt !important;
  }

  h3 {
    font-size: 16pt !important;
  }
}
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

.fakeclass {
  margin-top: 200px;
}

.disabled-element {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled-element *:focus {
  outline: 0;
}

.link-button.single-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

body {
  -webkit-print-color-adjust: exact !important;
}
body.page-template-tpl-contact .post_thumbnail {
  padding-bottom: 59.75%;
}
body.page-id-1239 .partage {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
body.page-id-1239 .partage .addthis_inline_share_toolbox {
  position: absolute;
  right: 0;
  margin-right: 35px;
}

body.page-id-1239 #page__content {
  padding-top: 30px;
}

.single-projet #page__header .addthis_inline_share_toolbox {
  margin: 0 auto;
}
.single-projet .footer-partage {
  margin-top: 40px;
  text-align: center;
}

.link-button {
  margin: 0 auto;
}
.link-button.footer-single-projet {
  margin-top: 30px;
}
.link-button.pages-footer {
  margin-top: -100px;
}
.link-button.single-header {
  margin-top: 30px;
  text-align: center;
}
.link-button > div {
  display: flex;
  justify-content: center;
  margin-right: -8px;
}
.link-button p {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}
.link-button a,
.link-button .share {
  text-decoration: none;
  margin-right: 8px;
  cursor: pointer;
  color: white !important;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link-button a:hover,
.link-button .share:hover {
  opacity: 0.8;
}
.link-button a.facebook,
.link-button .share.facebook {
  background-color: #3b5998;
}
.link-button a.linkn,
.link-button .share.linkn {
  background-color: #0e76a8;
}
.link-button a.mail,
.link-button .share.mail {
  background-color: #f36a37;
}
.link-button a.twit,
.link-button .share.twit {
  background-color: #1da1f2;
}
.link-button a.print,
.link-button .share.print {
  background-color: #6a6a6a;
}

body .hustle-ui.module_id_1 .hustle-inline-content,
body .hustle-info .hustle-ui.module_id_1 .hustle-popup-content {
  height: initial !important;
}
body .hustle-group-content p:last-child {
  margin-bottom: 0 !important;
}

.st0 {
  display: initial !important;
}

.srh {
  visibility: hidden;
}

.relative {
  position: relative;
}

.z-index-one {
  z-index: 1;
}

.z-indez-minus {
  z-index: -1;
}

.back-orange {
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}

body.search #page__header .banner::after {
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  opacity: 0.7;
}
body.search h2 {
  margin-bottom: 150px;
}

.flexible-simple-img .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexible-simple-img .image {
  position: relative;
  max-width: 100%;
}
.flexible-simple-img .image::before {
  z-index: -1;
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(0deg, -1.5deg);
}

.img-volet-section {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 45px;
  z-index: -1;
}
.img-volet-section .slogan {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.john-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.john-img img {
  position: absolute;
}

.blurred {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.site__content {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-front {
  position: absolute;
  top: 91%;
  right: -10px;
  z-index: -1;
}

.i-front {
  position: absolute;
  top: -150px;
  right: -20px;
  z-index: -1;
}

.o-front {
  position: absolute;
  top: -395px;
  left: -275px;
  z-index: -1;
}
.o-front img {
  transform: skew(0deg, -3deg);
}
.o-front.white {
  top: 0;
  z-index: 0;
  width: 500px;
  height: 500px;
  overflow: hidden;
}
.o-front.white img {
  position: absolute;
  top: -395px;
}

.q-front {
  position: absolute;
  top: -360px;
  left: -346px;
  z-index: -1;
}
.q-front.white {
  top: 0;
  left: 0;
  z-index: 0;
  width: 586px;
  height: 586px;
  overflow: hidden;
  z-index: 1;
}
.q-front.white img {
  position: absolute;
  top: -360px;
  left: -346px;
}

.j-front {
  position: absolute;
  bottom: -442px;
  right: 17%;
  z-index: -1;
}
.j-front img {
  transform: skew(0deg, -3deg);
}
.j-front.white {
  bottom: 0;
  z-index: 0;
  width: 500px;
  height: 500px;
  overflow: hidden;
}
.j-front.white img {
  position: absolute;
  bottom: -442px;
  right: 0;
}

.error {
  padding-top: 230px;
}
.error .btn {
  margin-bottom: 50px;
}

#page__content .content__section.form .links i {
  color: white;
}
#page__content .content__section + .content__section {
  margin-top: 150px;
}
#page__content .content__section.single .excerpt p {
  font-family: "Poppins";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #6A6A6A;
  line-height: 1.8;
  margin: 0;
}
#page__content .content__section.single .excerpt p + p {
  margin-top: 10px;
}

body.error404 #page__footer {
  margin-top: 0;
}

.ofqj-logo {
  min-width: 200px;
  max-width: 400px;
}

.ofqj .customCarousel .slides .slide.text p::before,
.ofqj .customCarousel .slides .slide.text p::after {
  background-image: url("../assets/svg/quotepurple.svg");
}
.ofqj .customCarousel .slides .slide.text cite .name::before {
  background: #D94357;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.ofqj .cloudicon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ofqj .cloudicon .icon svg {
  width: 100%;
  height: 100%;
}
.ofqj .cloudicon .icon svg path {
  fill: url("#themeOfqj") !important;
  stroke: transparent !important;
}
.ofqj .cloudicon .content h3 {
  color: black;
}
.ofqj .paragraph .media.border::before,
.ofqj .customCarousel .slides.images::before,
.ofqj .carousel.without-wrapper .carousel-wrapper::before {
  background: #D94357;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.ofqj h2 {
  color: #27348B;
}
.ofqj #page__header .banner::after {
  background: #D94357;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  opacity: 0.8;
}
.ofqj .o-ofqj {
  position: absolute;
  top: -190px;
  right: 236px;
  z-index: -1;
}
.ofqj .f-ofqj {
  position: absolute;
  bottom: -289px;
  left: -67px;
}
.ofqj .f-ofqj.color {
  z-index: -1;
}
.ofqj .q-ofqj {
  position: absolute;
  top: -173px;
  right: 100px;
}
.ofqj .q-ofqj.color {
  z-index: -1;
}
.ofqj .q-color,
.ofqj .q-white {
  position: absolute;
  top: 0;
  width: 100%;
  height: 500px;
}
.ofqj .q-white {
  overflow: hidden;
}
.ofqj .numbers {
  padding: 0;
  background: #D94357;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  z-index: -1;
}
.ofqj .numbers > div:not(.q-color):not(.q-white) {
  padding: 200px 0;
}
.ofqj .numbers.ofqj {
  overflow: initial;
  transform: skew(0deg, 3deg);
}
.ofqj .numbers.ofqj picture {
  overflow: hidden;
  transform: skew(0deg, 3deg);
}
.ofqj .numbers.ofqj picture img {
  transform: skew(0deg, -3deg);
  height: 120%;
  position: relative;
  top: -3vw;
}
.ofqj .numbers.ofqj::before, .ofqj .numbers.ofqj::after {
  content: initial;
}
.ofqj .skew-div {
  position: absolute;
  top: 10px;
  left: -1px;
  bottom: 8px;
  right: -1px;
  transform: skew(0deg, -1.5deg);
}
.ofqj .skew-div.color {
  background: #D94357;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  z-index: -1;
}
.ofqj .skew-div.white {
  overflow: hidden;
}
.ofqj .j-ofqj {
  position: absolute;
  bottom: -151px;
  left: -81px;
  transform: skew(0deg, 1.5deg);
}
.ofqj .j-ofqj.color {
  z-index: -1;
}
.ofqj .media-letter {
  position: relative;
}
.ofqj .media.ofqj {
  overflow: hidden;
}
.ofqj .container-color {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.faq-figure {
  position: absolute;
  top: -20px;
  right: 0;
  max-width: 430px;
}

.faq-nav {
  margin-top: 100px;
  margin-right: -40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.video-on-image .global {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.video-on-image .solo-video {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
}
.video-on-image .solo-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
}
.video-on-image .solo-video picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-on-image .solo-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-on-image .solo-video .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#gram-container {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 70px !important;
}
#gram-container .insta-box {
  padding: 0 8px;
  width: 33%;
  position: relative;
  padding-bottom: 33%;
  overflow: hidden;
  margin-bottom: 10px;
}
#gram-container .insta-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
#gram-container::after {
  content: "";
  position: absolute;
  right: -14px;
  top: -43px;
  height: 60px;
  width: 27px;
  background-image: url(../assets/svg/insta_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#gram-container::before {
  font-family: "Painting With Chocolate";
  content: "NOTRE INSTAGRAM";
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  color: black;
  right: 25px;
  top: -69px;
  z-index: -1;
}

.single-blog .excerpt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}
.single-blog .post_thumbnail {
  padding-bottom: 58%;
}
.single-blog .flexible-article .customCarousel {
  margin-bottom: 80px;
}
.single-blog .flexible-article .paragraph {
  margin-bottom: 60px;
}
.single-blog .flexible-article .paragraph h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
.single-blog #page__header {
  padding-top: 230px;
}
.single-blog #page__header .addthis_inline_share_toolbox {
  margin-top: 38px;
}
.single-blog #page__header .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-blog #page__header .header .tag {
  background: #F36A37;
}
.single-blog .media .media-caption {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 60px;
}
.single-blog .media picture {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.single-blog .media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog .media .image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.single-blog .media .image img {
  max-width: 690px;
  width: 100%;
  margin-bottom: 60px;
}
.single-blog .media .carousel {
  margin-bottom: 60px;
}
.single-blog .media .carousel .item {
  position: relative;
  padding-bottom: 64%;
}
.single-blog .media .carousel .item.vert {
  padding-bottom: 132%;
}
.single-blog .media .video-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  margin-bottom: 60px;
}
.single-blog .media .video-container .cta {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.paged .archive-articles .navigation.pagination {
  margin-top: 30px;
}

body.search .archive-articles .navigation.pagination {
  margin-top: 40px;
}

.archive-articles .navigation.pagination {
  display: flex;
  justify-content: center;
  margin-top: -15px;
}
.archive-articles .navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.archive-articles .navigation.pagination .page-numbers {
  font-weight: bold;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.archive-articles .navigation.pagination .page-numbers.prev .arrow {
  transform: rotate(180deg);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive-articles .navigation.pagination .page-numbers.prev:hover .arrow {
  transform: rotate(180deg) translateX(3px);
}
.archive-articles .navigation.pagination .page-numbers.next {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive-articles .navigation.pagination .page-numbers.next:hover {
  transform: translateX(3px);
}
.archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next)::before, .archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next)::after {
  content: "";
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next)::before {
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  width: 43px;
  height: 43px;
}
.archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next)::after {
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 44px;
  height: 44px;
}
.archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next):not(.dots):hover {
  color: #FFF;
}
.archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next):not(.dots):hover::after {
  opacity: 0;
}
.archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next).current {
  color: #FFF;
}
.archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next).current::after {
  opacity: 0;
}
.archive-articles .archive-nav {
  margin: -15px -18px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}
.archive-articles .archive-nav p {
  margin: 0;
  padding: 15px 18px;
  padding-right: 0;
  margin-right: -10px;
}
.archive-articles .archive-nav.paged {
  margin-bottom: 180px;
}
.archive-articles .archive-nav a {
  padding: 15px 18px;
  line-height: 1.5;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive-articles .archive-nav a:hover, .archive-articles .archive-nav a.active {
  color: #111 !important;
}
.archive-articles .global-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.archive-articles .parent:not(.first) .excerpt {
  margin-bottom: 15px;
}
.archive-articles .parent h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 35px;
  color: #111;
  position: relative;
  line-height: 1.4;
}
.archive-articles .parent h2.slide {
  text-align: initial;
}
.archive-articles .parent h2 a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.archive-articles .parent .date {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6A6A6A;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: lowercase;
}
.archive-articles .parent .more {
  color: #111;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.archive-articles .parent .more::after {
  content: "";
  margin-left: 8px;
  width: 8px;
  height: 8px;
  background-image: url("../assets/svg/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.archive-articles .parent .more:hover::after {
  transform: translateX(3px) rotate(-90deg);
}
.archive-articles .parent .image {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.archive-articles .parent .image picture {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.archive-articles .parent .image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-articles .parent .image a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.archive-articles .parent .tax {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  top: 10px;
  right: -18px;
  background-color: #F36A37;
  z-index: 2;
  padding: 10px 15px;
  color: white;
}
.archive-articles .parent .tax.slide {
  top: 20px;
  right: 20px;
}
.archive-articles .parent .info {
  width: 91%;
  padding: 26px 20px;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  margin-top: -50px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.archive-articles .parent .info.hover .hover-background {
  opacity: 0;
}
.archive-articles .parent .info.hover .date,
.archive-articles .parent .info.hover h2,
.archive-articles .parent .info.hover .more {
  color: #FFF;
}
.archive-articles .parent .info.hover .more::after {
  background-image: url("../assets/svg/arrow-white.svg");
}
.archive-articles .parent .hover-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: -1;
  opacity: 1;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive-articles .parent.first h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  color: white;
}
.archive-articles .parent.first .hover-background {
  display: none;
}
.archive-articles .parent.first .more {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
}
.archive-articles .parent.first .more::after {
  background-image: url("../assets/svg/arrow-white.svg");
}
.archive-articles .parent.first .excerpt {
  color: white;
  margin-bottom: 30px;
}
.archive-articles .parent.first .global-container {
  position: relative;
  padding-bottom: 39%;
}
.archive-articles .parent.first .global-container:not(.next-article) {
  margin-bottom: 180px;
}
.archive-articles .parent.first .image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 63%;
  padding-bottom: inherit;
}
.archive-articles .parent.first .info {
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  width: 46%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  left: 0;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.archive-articles .parent.first .tax {
  top: 50px;
  right: 50px;
}
.archive-articles .parent.first .date {
  display: none;
}
.archive-articles .parent:nth-child(even):not(.first):not(.slide) .global-container {
  margin-top: -80px;
  margin-bottom: 115px;
}
.archive-articles .parent:nth-child(odd):not(.first):not(.slide) .global-container {
  margin-bottom: 45px;
}

.next-article .tag {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 8px 15px;
  color: #fff;
  font-family: "Poppins";
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  z-index: 1;
  background-color: #F36A37;
}

.map-section {
  position: relative;
}
.map-section::before {
  content: "";
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  transform: skew(0deg, -3deg) translateY(-50%);
}
.map-section .addr-phone {
  display: flex;
  justify-content: space-between;
}
.map-section .info {
  width: 76%;
  background-color: white;
  margin-top: -35px;
  z-index: 1;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
}
.map-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.map-section .container.first {
  margin-top: -150px;
}
.map-section .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 24%;
}
.map-section .content {
  padding: 30px;
}
.map-section #GoogleMap {
  width: 100%;
  padding-bottom: 67%;
  background-color: white;
  position: relative;
}
.map-section .fullwidth,
.map-section .acf-map {
  position: absolute;
  width: 100%;
  height: 100%;
}

.figure-project {
  position: absolute;
  top: -167px;
  right: -200px;
}
.figure-project img {
  max-width: 500px;
}

#ajaxProjectsReset i {
  margin-left: 10px;
}

.key_project-list {
  display: flex;
  flex-direction: column;
}

.key_project {
  position: relative;
  display: flex;
  align-items: center;
}
.key_project:not(.loadmore_row):not(.featured):hover::before {
  opacity: 0.2;
}
.key_project:not(.loadmore_row):not(.featured)::before {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #c7c7c7;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.key_project.loadmore_row {
  padding: 40px;
  border-top: 1px solid #c7c7c7;
  min-height: 200px;
  justify-content: center;
  flex-direction: column;
}
.key_project.error_row {
  padding: 40px;
  min-height: 300px;
  justify-content: center;
  flex-direction: column;
}
.key_project.featured {
  margin-bottom: 60px;
}
.key_project.featured .media {
  width: 45%;
}
.key_project.featured .content {
  padding: 35px;
  width: calc(40% + 60px);
  margin-left: -60px;
  color: #FFF;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.key_project.featured .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.key_project.featured .metas-data {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 1.5;
}
.key_project.featured .title {
  margin: 0 0 5px;
  font-size: 22px;
  font-size: 1.375rem;
}
.key_project.featured .limit {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.key_project.featured .limit .date {
  font-size: 18px;
  font-size: 1.125rem;
}
.key_project.classic {
  padding: 40px 0;
  border-top: 1px solid #c7c7c7;
  justify-content: space-between;
}
.key_project.classic:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.key_project.classic:nth-child(2) {
  border-top: none;
}
.key_project.classic:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #c7c7c7;
  z-index: -1;
}
.key_project.classic .limit {
  width: 20%;
}
.key_project.classic .media {
  width: 300px;
}
.key_project.classic .content {
  padding-right: 25px;
  width: 60%;
}
.key_project.classic .limit {
  color: #6A6A6A;
  font-size: 16px;
  font-size: 1rem;
}
.key_project.classic .limit .date {
  color: #111;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: lowercase;
}
.key_project.classic .title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 10px;
  color: #111;
}
.key_project.classic .metas-data {
  color: #6A6A6A;
}
.key_project.classic .metas-data .location {
  margin-left: 20px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Poppins";
}
.key_project.classic .excerpt {
  color: #6A6A6A;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 1.5;
  margin: 0 0 20px;
}
.key_project.classic .dates {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Poppins";
  line-height: 1.5;
}
.key_project .title {
  font-weight: 600;
  line-height: 1.5;
  font-family: "Poppins";
}
.key_project .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
}
.key_project .metas-data {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.key_project .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.key_project .limit {
  font-weight: 500;
  line-height: 1.5;
  flex-direction: column;
  font-family: "Poppins";
}
.key_project .limit .date {
  font-family: "Poppins";
  font-weight: 600;
}
.key_project .media {
  position: relative;
  z-index: 0;
}
.key_project .media .media-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
}
.key_project .media picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.key_project .media picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key_project .tag {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Poppins";
  line-height: 1.5;
  color: #FFF;
  padding: 8px 10px;
}

body.single-projets .btn-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
body.single-projets .btn-container .solo {
  padding: 10px;
}

.volets-list {
  position: relative;
}
.volets-list::before {
  content: "";
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  transform: skew(0deg, -3deg) translateY(-50%);
}

.volets {
  display: flex;
  flex-flow: wrap;
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

.volet {
  padding: 17.5px;
  width: 50%;
}
.volet:nth-child(odd) {
  margin-top: -80px;
}
.volet .volet-wrapper {
  display: flex;
  position: relative;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  overflow: hidden;
}
.volet .volet-wrapper picture {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}
.volet .volet-wrapper .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.volet .volet-wrapper .content .slogan {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.5));
}

.contact-info h2 {
  margin-bottom: 30px;
}
.contact-info .image {
  max-width: 390px;
  margin-top: 45px;
}
.contact-info .circle {
  height: 58px;
  min-width: 58px;
  position: relative;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact-info .circle:hover {
  opacity: 0.7;
}
.contact-info .circle a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.contact-info .circle i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
}
.contact-info .info {
  display: flex;
  align-items: center;
}
.contact-info .info:first-child {
  margin-bottom: 15px;
}
.contact-info .info .link {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 22px;
  font-size: 1.375rem;
  color: #6A6A6A;
}
.contact-info .info .link:hover {
  opacity: 0.7;
}
.contact-info .questions-content {
  max-width: 350px;
  color: white;
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  padding: 12px 24px;
  margin-top: 24px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.contact-info .questions-content a {
  color: white !important;
  text-decoration: underline;
}
.contact-info .questions-content a:hover {
  opacity: 0.6;
}

.form-section h2 {
  color: black;
  margin-bottom: 50px;
}
.form-section .gform_wrapper {
  padding: 0;
}
.form-section input:focus {
  border-color: #F36A37;
}
.form-section .gfield_label.active {
  color: #F36A37;
  opacity: 1;
}
.form-section textarea {
  padding: 15px;
}
.form-section textarea:focus {
  border-color: red;
  border: 1px solid #F36A37;
}
.form-section button {
  border-color: #F36A37;
}
.form-section button .label {
  color: #F36A37;
}
.form-section button:hover {
  border-color: #F36A37;
  background: #F36A37;
}
.form-section button:hover .label {
  color: white;
}

.form:not(.contact) {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
  padding: 150px 0;
  background: #F5F5F5;
}
.form:not(.contact)::before, .form:not(.contact)::after {
  z-index: 1;
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  transform: skew(0deg, 1.5deg);
  height: 100px;
  left: 0;
}
.form:not(.contact)::before {
  top: -50px;
}
.form:not(.contact)::after {
  bottom: -50px;
}
.form:not(.contact) h3 {
  padding: 0 60px;
  margin: 0 0 35px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.form:not(.contact) .metas {
  position: relative;
}
.form:not(.contact) .metas .links {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.form:not(.contact) .metas .links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background: #F36A37;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  color: #FFF;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form:not(.contact) .metas .links a:hover {
  opacity: 0.7;
}

.test-image {
  width: 500px;
}

.paragraph .sound-cloud {
  max-height: 185px;
}
.paragraph p {
  position: relative;
}
.paragraph p.with-iframe:not(.with-sound-cloud) {
  display: flex;
  justify-content: center;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
}
.paragraph iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}
.paragraph h2 {
  margin-bottom: 30px;
}
.paragraph .content {
  color: #6A6A6A;
}
.paragraph .content img {
  position: relative;
}
.paragraph .content a:not(.btn) {
  color: #F36A37;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.paragraph .content a:not(.btn):focus, .paragraph .content a:not(.btn):hover, .paragraph .content a:not(.btn):visited {
  color: #F36A37;
}
.paragraph .content a:not(.btn):hover {
  opacity: 0.7;
}
.paragraph .content strong {
  color: #404040;
}
.paragraph .content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}
.paragraph .content p:last-child {
  margin-bottom: 0;
}
.paragraph .content ul,
.paragraph .content ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.paragraph .content ul li,
.paragraph .content ol li {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 15px;
}
.paragraph .content ul li + li,
.paragraph .content ol li + li {
  margin-top: 8px;
}
.paragraph .content ul li::before,
.paragraph .content ol li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #F36A37;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.paragraph .content > * + * {
  margin-top: 15px !important;
}
.paragraph .content > * + *.paragraph-cta {
  margin-top: 30px !important;
}
.paragraph .content > * + *.paragraph-cta + * {
  margin-top: 30px !important;
}
.paragraph .content ul + p,
.paragraph .content ol + p {
  margin-top: 40px !important;
}
.paragraph .content p + ul,
.paragraph .content p + ol {
  margin-top: -16px !important;
}
.paragraph .media {
  position: relative;
  padding: 15px;
}
.paragraph .media picture {
  background: #111;
  display: flex;
  width: 100%;
}
.paragraph .media picture img {
  width: 100%;
  height: intrinsic;
}
.paragraph .media .cta {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paragraph .media.overlay picture {
  position: relative;
}
.paragraph .media.border::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(0deg, -1.5deg);
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.paragraph .media.abs {
  position: absolute;
  top: 0;
  width: 41%;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.paragraph .media.abs.right {
  right: 0;
  padding-left: 15px;
}
.paragraph .media.abs.left {
  left: 0;
  padding-right: 15px;
}
.paragraph.rel {
  position: relative;
}
.paragraph.cta-sec h2 {
  max-width: 75%;
}

.faq-bandeau {
  border: 1px solid #F36A37;
  display: flex;
  flex-direction: column;
}
.faq-bandeau .header {
  cursor: pointer;
  position: relative;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-bandeau .header h3 {
  padding-right: 20px;
  font-family: "Poppins";
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #111;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-bandeau .header .cross {
  min-width: 30px;
  min-height: 30px;
  position: relative;
}
.faq-bandeau .header .cross::after, .faq-bandeau .header .cross::before {
  background: #111;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 5px;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq-bandeau .header .cross::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-bandeau .header .bg {
  z-index: -1;
  position: absolute;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.faq-bandeau .header:hover h3 {
  color: #FFF;
}
.faq-bandeau .header:hover .cross::after, .faq-bandeau .header:hover .cross::before {
  background: #FFF;
}
.faq-bandeau .header:hover .bg {
  opacity: 1;
}
.faq-bandeau .content {
  height: 0;
  overflow: hidden;
}
.faq-bandeau .content .text {
  padding: 30px;
  opacity: 0;
  transform: translateY(-10px);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #6A6A6A;
}
.faq-bandeau .content .text *:first-child {
  margin-top: 0;
}
.faq-bandeau .content .text *:last-child {
  margin-bottom: 0;
}
.faq-bandeau .content .text p {
  margin: 10px 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
}
.faq-bandeau .content .text h4 {
  color: #404040;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 10px 0 20px;
}
.faq-bandeau .content .text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.faq-bandeau .content .text ul li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.faq-bandeau .content .text ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #F36A37;
  left: 0;
  top: 15px;
}
.faq-bandeau.active .content .text {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}
.faq-bandeau.active .header h3 {
  color: #FFF;
}
.faq-bandeau.active .header .cross::after, .faq-bandeau.active .header .cross::before {
  background: #FFF;
}
.faq-bandeau.active .header .cross::before {
  transform: translate(-50%, -50%);
}
.faq-bandeau.active .header .bg {
  opacity: 1;
}

.customCarousel .slides {
  position: relative;
}
.customCarousel .slides .slide {
  display: none;
}
.customCarousel .slides .slide.image {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.customCarousel .slides .slide.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customCarousel .slides .slide.text {
  margin: 15px 0 0;
  flex-direction: column;
}
.customCarousel .slides .slide.text p {
  color: #404040;
  padding: 10px 60px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.85;
}
.customCarousel .slides .slide.text p::before, .customCarousel .slides .slide.text p::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background-image: url("../assets/svg/quotemark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.customCarousel .slides .slide.text p::before {
  top: 0;
  left: 0;
}
.customCarousel .slides .slide.text p::after {
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
.customCarousel .slides .slide.text cite {
  display: flex;
  flex-direction: column;
}
.customCarousel .slides .slide.text cite span {
  font-style: normal;
  padding-left: 60px;
}
.customCarousel .slides .slide.text cite .name {
  color: #111;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  margin-bottom: 5px;
}
.customCarousel .slides .slide.text cite .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  transform: translateY(-50%);
}
.customCarousel .slides .slide.text cite .role {
  color: #6A6A6A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.customCarousel .slides .slide.active {
  display: flex;
}
.customCarousel .slides.images {
  width: 100%;
  height: 0;
  padding-bottom: 125%;
}
.customCarousel .slides.images::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 30px);
  height: 100%;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  transform: translate(-50%, -50%) skew(0deg, -3deg);
}
.customCarousel .slides.images .slides-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.customCarousel .slides.images .slides-wrapper .overlay {
  z-index: 1;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0%;
}
.customCarousel .slides.images .slides-wrapper .overlay.reversed {
  bottom: 0;
  top: unset;
}
.customCarousel .slides.texts .slides-wrapper {
  opacity: 1;
}
.customCarousel[data-length="1"] .carousel-cta {
  display: none;
}

.carousel-cta {
  margin-top: 35px;
}
.carousel-cta > .btn {
  margin-top: 35px;
}
.carousel-cta .buttons-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}
.carousel-cta .buttons-center .btn {
  margin: 5px !important;
}

.carousel-arrow {
  max-width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.carousel-arrow.next img {
  transform: rotate(180deg);
}
.carousel-arrow.next img:hover {
  transform: rotate(180deg) translateX(-3px);
}
.carousel-arrow img {
  box-sizing: content-box;
  min-width: 50px;
  padding: 30px 15px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel-arrow img:hover {
  transform: translateX(-3px);
}

body.home .carousel.without-wrapper .carousel-wrapper::before {
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
body.home .carousel .carousel-wrapper[data-type=articles] .slide .image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.home .carousel .carousel-wrapper[data-type=articles] .slide .image img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.carousel.without-wrapper {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel.without-wrapper .arrows {
  display: flex;
  justify-content: center;
}
.carousel.without-wrapper .btn {
  margin-left: auto;
  margin-right: auto;
}
.carousel.without-wrapper .carousel-wrapper {
  position: relative;
}
.carousel.without-wrapper .carousel-wrapper::before {
  content: "";
  background: #F36A37;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  transform: skew(0deg, -3deg);
}
.carousel .owl-dots {
  display: none;
}
.carousel .owl-carousel.archive-articles .owl-stage-outer {
  overflow: visible;
}
.carousel .carousel-wrapper[data-type=articles] .slide {
  padding: 80px 80px;
  flex-direction: row;
  align-items: center;
}
.carousel .carousel-wrapper[data-type=articles] .slide .image {
  width: 70%;
  padding-bottom: 45%;
  overflow: hidden;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text {
  color: #111;
  text-align: left;
  width: 50%;
  margin-right: -20%;
  padding: 40px;
  background: #FFF;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text p {
  color: #6A6A6A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text p + p {
  margin: 10px 0 0;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text .cta {
  color: inherit;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text .cta::after {
  margin-left: 8px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../assets/svg/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text .cta:hover {
  opacity: 0.7;
}
.carousel .carousel-wrapper[data-type=articles] .slide .text .cta:hover::after {
  transform: translateX(3px) rotate(-90deg);
}
.carousel .carousel-wrapper[data-type=news] {
  margin-bottom: -30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.carousel .carousel-wrapper[data-type=news] .owl-stage-outer {
  overflow: visible !important;
}
.carousel .carousel-wrapper[data-type=news] .slide {
  padding: 0 15px;
}
.carousel .carousel-wrapper[data-type=news] .slide .image {
  width: 83.33%;
  padding-bottom: 46%;
}
.carousel .carousel-wrapper[data-type=news] .slide .text {
  margin-top: -45px;
  padding: 25px;
  width: 80%;
  align-self: flex-end;
  background: #2EB2C9;
  text-align: left;
  color: #FFF;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
}
.carousel .carousel-wrapper[data-type=news] .slide .text p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 600;
  margin: 0;
}
.carousel .carousel-wrapper[data-type=news] .slide .text p + p {
  margin-top: 10px;
}
.carousel .carousel-wrapper[data-type=news] .slide .text .cta {
  color: inherit;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel .carousel-wrapper[data-type=news] .slide .text .cta::after {
  margin-left: 8px;
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../assets/svg/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  filter: brightness(0) invert(1);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel .carousel-wrapper[data-type=news] .slide .text .cta:hover {
  opacity: 0.7;
}
.carousel .carousel-wrapper[data-type=news] .slide .text .cta:hover::after {
  transform: translateX(3px) rotate(-90deg);
}
.carousel .carousel-wrapper[data-type=gallery] .owl-stage-outer {
  overflow: visible !important;
}
.carousel .carousel-wrapper[data-type=gallery] .slide {
  width: calc(100% - 70px);
  max-width: 930px;
  margin: 0 auto;
}
.carousel .carousel-wrapper[data-type=gallery] .slide .image {
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
}
.carousel .carousel-wrapper[data-type=gallery] .slide .text {
  margin-top: 16px;
  color: #111;
  text-align: left;
}
.carousel .carousel-wrapper[data-type=gallery] .slide .text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  margin: 0;
}
.carousel .carousel-wrapper[data-type=gallery] .slide .text p + p {
  margin-top: 10px;
}
.carousel .carousel-wrapper[data-type=projects] .owl-item {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel .carousel-wrapper[data-type=projects] .owl-item:not(.active) {
  transform: scale(0.9);
  opacity: 0.7;
}
.carousel .carousel-wrapper[data-type=projects] .owl-stage-outer {
  overflow: visible !important;
}
.carousel .carousel-wrapper[data-type=projects] .slide {
  width: calc(100% - 70px);
  max-width: 930px;
  margin: 0 auto;
}
.carousel .carousel-wrapper[data-type=projects] .slide .image {
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
}
.carousel .carousel-wrapper[data-type=projects] .slide .image a {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel .carousel-wrapper[data-type=projects] .slide .text {
  padding: 35px;
  width: calc(100% - 100px);
  align-self: center;
  background: #FFF;
  color: #6A6A6A;
  margin-top: -100px;
  text-align: left;
}
.carousel .carousel-wrapper[data-type=projects] .slide .text h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
  margin: 10px 0 15px;
}
.carousel .carousel-wrapper[data-type=projects] .slide .text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}
.carousel .carousel-wrapper[data-type=projects] .slide .text p + p {
  margin-top: 10px;
}
.carousel .slide {
  display: flex;
  flex-direction: column;
}
.carousel .slide .image {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 55%;
  height: 0;
  background: #111;
}
.carousel .slide .image picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel .slide .image picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel .slide .image .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  padding: 8px;
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  background: #F36A37;
}
.carousel .slide .text {
  position: relative;
  z-index: 1;
}

.skewedSections {
  margin-top: 40px;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.skewedSections .section {
  background: #F36A37;
  position: relative;
  transform: skew(0deg, 3deg);
  width: 100%;
}
.skewedSections .section .wrapper {
  transform: skew(0deg, -3deg);
}
.skewedSections .section .content {
  color: #FFF;
}
.skewedSections .section .content.top {
  margin-top: -50px;
}
.skewedSections .section .content.left {
  margin-top: -25px;
  margin-right: 9vw;
}
.skewedSections .section .content.right {
  margin-top: 25px;
  margin-left: 9vw;
}
.skewedSections .section .content img {
  max-height: 75px;
  filter: brightness(0) invert(1);
}
.skewedSections .section::before, .skewedSections .section::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
}
.skewedSections .section.full {
  padding: 140px 0;
}
.skewedSections .section.full::before {
  z-index: 0;
  width: 100%;
  background: -moz-linear-gradient(left, #f36a37 0%, #f36a37 50%, rgba(243, 106, 55, 0) 60%, rgba(243, 106, 55, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f36a37 0%, #f36a37 50%, rgba(243, 106, 55, 0) 60%, rgba(243, 106, 55, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f36a37 0%, #f36a37 50%, rgba(243, 106, 55, 0) 60%, rgba(243, 106, 55, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f36a37", endColorstr="#00f36a37", GradientType=1);
  /* IE6-9 */
}
.skewedSections .section.full::after {
  z-index: -1;
  opacity: 0.25;
  width: 55%;
  right: 0;
  background-image: url("../assets/images/banner_lojiq.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.skewedSections .section.half {
  padding: 100px 0;
}
.skewedSections .section.half::before, .skewedSections .section.half::after {
  width: 50%;
}
.skewedSections .section.half::before {
  left: 0;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  transform: scale(-1, 1);
}
.skewedSections .section.half::after {
  right: 0;
  background: #D94357;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #D94357 0%, #27348B 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -35px;
}

.partner {
  width: 18%;
  max-width: 210px;
  margin: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.partner .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.partner img {
  max-width: 100%;
  max-height: 100px;
  filter: grayscale(100%);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.partner:hover img {
  filter: none;
}

.cloudicons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -50px;
}

.default_page .cloudicon .icon svg path,
.default_page .cloudicon .icon svg rect {
  fill: url("#defaultheme") !important;
}

.cloudicon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(20% - 100px);
  margin: 50px;
}
.cloudicon .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: url("#themeGradientSvg");
}
.cloudicon .icon svg {
  width: 100%;
  height: 100%;
}
.cloudicon .icon svg path {
  fill: url("#themeGradientSvg") !important;
  stroke: transparent !important;
}
.cloudicon .content h3 {
  text-align: center;
  font-family: "Poppins";
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 5px;
}
.cloudicon .content .desc {
  text-align: center;
  margin: 0;
  color: #6A6A6A;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
}

.ol-item {
  position: relative;
  padding-top: 45px;
  padding-left: 45px;
  margin-bottom: 45px;
}
.ol-item h3 {
  width: 70%;
  margin: 0 0 5px;
  font-family: "Poppins";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
}
.ol-item p {
  margin: 0;
  font-family: "Poppins";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #6A6A6A;
}
.ol-item::before {
  content: attr(data-number);
  z-index: -1;
  font-family: "Painting With Chocolate";
  color: #F36A37;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 192px;
  font-size: 12rem;
  line-height: 1;
}

.documents {
  overflow: hidden;
  position: relative;
  padding: 150px 0;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.documents::before, .documents::after {
  z-index: 1;
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  transform: skew(0deg, -3deg);
  height: 100px;
  left: 0;
}
.documents::before {
  top: -50px;
}
.documents::after {
  bottom: -50px;
}
.documents .links {
  display: flex;
  flex-wrap: wrap;
  margin: -50px;
}
.documents .useful-link {
  color: #FFF;
  width: calc(25% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px;
}
.documents .useful-link:visited {
  color: #FFF;
}
.documents .useful-link .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  margin-bottom: 30px;
}
.documents .useful-link .icon img {
  position: relative;
  z-index: 1;
  width: 35%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.documents .useful-link .icon::before {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  content: "";
  width: 102px;
  height: 102px;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.documents .useful-link .desc {
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #FFF;
}
.documents .useful-link:hover .icon::before {
  opacity: 1;
}
.documents .useful-link:hover .icon img {
  filter: brightness(0) invert(1);
}

.white-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: white;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.timeline .content-container {
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
  background: #FFF;
  opacity: 0;
}
.timeline .timeline-case {
  position: relative;
  width: calc(50% - 30px);
}
.timeline .timeline-case:nth-child(even) {
  margin-left: auto;
}
.timeline .timeline-case:nth-child(even) .before {
  right: unset;
  left: -40px;
}
.timeline .timeline-case:nth-child(even) header::after {
  right: unset;
  left: -25px;
  border-left: 10px solid transparent;
  border-right: 20px solid #FFF;
}
.timeline .timeline-case header {
  padding: 20px 30px;
  position: relative;
  border-bottom: 2px solid transparent;
}
.timeline .timeline-case header h3 {
  color: #111;
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.timeline .timeline-case header::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
}
.timeline .timeline-case header::after {
  content: "";
  position: absolute;
  top: 36px;
  transform: translateY(-50%);
  right: -25px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 20px solid #FFF;
}
.timeline .timeline-case .content {
  padding: 30px;
}
.timeline .timeline-case .content h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 15px;
  color: #404040;
}
.timeline .timeline-case .content p {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  color: #6A6A6A;
}
.timeline .timeline-case .before {
  background: #FFF;
  position: absolute;
  right: -40px;
  top: 36px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #111;
}
.timeline .timeline-case + .timeline-case {
  margin-top: -60px;
}
.timeline::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #111;
  transform: translateX(-50%);
}

.team {
  display: flex;
}
.team.classic, .team.admin {
  margin-top: -20px;
}
.team .team-info {
  display: flex;
  margin: 0 -5px;
  margin-bottom: -5px;
}
.team .team-info a {
  padding: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}
.team .team-info p {
  padding: 5px;
}
.team.classic {
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: -40px;
}
.team.classic .teammate {
  width: calc(25% - 80px);
  margin: 40px;
}
.team.classic .teammate .photo {
  z-index: 0;
  background: #FFF;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.team.classic .teammate .photo img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.team.classic .teammate .desc {
  z-index: 1;
  padding: 20px;
  color: #FFF;
  margin-top: -50px;
  width: calc(100% - 30px);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.team.admin {
  width: calc(100% - 32px);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  justify-content: center;
}
.team.admin .teammate {
  width: 20%;
}
.team.admin .teammate .photo {
  display: flex;
  width: 100%;
}
.team.admin .teammate .photo img {
  width: 100%;
}
.team.admin .teammate .desc {
  margin-top: 35px;
  flex-grow: 1;
  padding: 0 5px;
}
.team.admin .teammate .desc .cta {
  margin-top: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F36A37;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team.admin .teammate .desc .cta:hover {
  opacity: 0.7;
}
.team.admin::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% + 32px);
  padding-bottom: 23.15%;
  transform: translateX(-50%) skew(0deg, -1.5deg);
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}

.teammate,
.teammate .desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.teammate .desc {
  text-align: center;
}
.teammate .desc h3,
.teammate .desc p {
  font-family: "Poppins";
}
.teammate .desc h3 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33;
  margin: 0 0 5px;
}
.teammate .desc p {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  flex-grow: 1;
}

.numbers {
  overflow: hidden;
  position: relative;
  padding: 200px 0;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.numbers::before, .numbers::after {
  z-index: 1;
  content: "";
  background: #FFF;
  position: absolute;
  width: 100%;
  transform: skew(0deg, 3deg);
  height: 100px;
  left: 0;
}
.numbers::before {
  top: -50px;
}
.numbers::after {
  bottom: -50px;
}
.numbers picture {
  opacity: 0.1;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.numbers picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.numbers .wrapper {
  position: relative;
  z-index: 1;
}
.numbers .digits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -50px;
}
.numbers .digit {
  color: #FFF;
  width: calc(25% - 100px);
  margin: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.numbers .digit span[data-number] {
  font-family: "Poppins";
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 1.25;
  font-weight: bold;
}
.numbers .digit p.desc {
  margin: 0;
  font-family: "Poppins";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.45;
}

.program-button {
  margin: 80px 0 0;
}

.programs {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.program {
  width: 33.33%;
  height: 0;
  padding-bottom: 33.33%;
  overflow: hidden;
  position: relative;
  background: #F8A340;
  /* Old browsers */
  background: -moz-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(215deg, #F8A340 0%, #F04837 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c1", endColorstr="$c2",GradientType=0 );
  /* IE6-9 */
}
.program.description {
  padding-bottom: 41.66%;
}
.program .link {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.program .content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  padding: 16px;
  background: #FFF;
}
.program .content .tag {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFF;
  font-weight: 500;
  background: #2EB2C9;
  padding: 8px 10px;
}
.program .content .tag + h3 {
  margin-top: 10px;
}
.program .content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.45;
  margin: 0;
  color: #2EB2C9;
  font-weight: 600;
}
.program .content h3.initiative {
  color: #111;
  font-size: 18px;
  font-size: 1.125rem;
}
.program .content p {
  margin: 10px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #404040;
}
.program .illustrations .text {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  -moz-transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
  -o-transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
  -webkit-transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
  transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
}
.program .illustrations .face {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -25px;
  -moz-transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
  -o-transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
  -webkit-transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
  transition: all 0.3s cubic-bezier(0.55, -1, 0.55, 2);
}
.program:hover .illustrations .text {
  transform: scale(0.95);
}
.program:hover .illustrations .face {
  transform: scale(1.05);
}

section[data-type=call_to_action] .media {
  width: 100%;
  padding-bottom: 56%;
}
section[data-type=call_to_action] picture {
  position: absolute !important;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  width: initial !important;
}
section[data-type=call_to_action] picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section[data-type=video] .media {
  width: 100%;
  padding-bottom: 56%;
}
section[data-type=video] picture {
  position: absolute !important;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  width: initial !important;
}
section[data-type=video] picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section[data-type=video] .row + .row {
  margin-top: 10px;
}

.customCarousel__arrows .arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1630px) {
  body.page-template-programmes .program .illustrations .text {
    max-width: 448px;
  }
}
@media screen and (max-width: 90rem) {
  .program .illustrations .text {
    top: 0;
  }

  body.page-template-programmes .program .illustrations .text {
    max-width: 100%;
  }
  body.page-template-programmes .program .content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  body.page-template-programmes .program .content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .map-section .image {
    padding-bottom: 35%;
  }
  .map-section .info {
    margin-top: -20px;
    width: 90%;
  }

  .program .illustrations .face {
    width: 25vw;
  }

  .team.classic {
    margin: -20px;
  }
  .team.classic .teammate {
    width: calc(25% - 40px);
    margin: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .program .illustrations .text {
    top: -15px;
  }

  body.page-template-programmes .program .illustrations .text {
    top: -76px;
  }

  .cloudicon {
    width: calc(33.3% - 100px);
  }

  .carousel .carousel-wrapper[data-type=articles] .slide .text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .map-section .content {
    padding: 18px;
  }

  .archive-articles .parent.first .global-container {
    padding-bottom: 50%;
  }
  .archive-articles .parent.first .image {
    width: 72%;
  }
  .archive-articles .parent.first .info {
    width: 60%;
  }
}
@media screen and (max-width: 90rem) and (min-width: 1025px) {
  .carousel .carousel-wrapper[data-type=news] .slide .image {
    width: 93.33%;
    padding-bottom: 51%;
  }
  .carousel .carousel-wrapper[data-type=news] .slide .text {
    width: 85%;
    padding: 30px;
  }
}
.mobile-tag {
  display: none !important;
}

.desktop-tag {
  display: inline-block;
}

@media screen and (max-width: 64rem) {
  .content .metas-data .location {
    margin-left: 0px !important;
    font-weight: 700 !important;
  }

  .mobile-tag {
    display: inline-block !important;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
  }

  .content .metas-data .desktop-tag {
    display: none !important;
  }

  body.page-template-programmes .program .illustrations .text {
    top: 0;
  }

  .archive-articles .parent h2.slide {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .figure-project {
    display: none;
  }

  .form:not(.contact) h3 {
    padding: 0;
  }

  .img-volet-section {
    margin-bottom: 3vw;
  }

  .map-section .container {
    width: 80%;
    margin: 0 auto;
  }
  .map-section .container:not(.first) {
    margin-top: 100px;
  }
  .map-section .info {
    width: 76%;
    margin-top: -35px;
  }

  .contact-info .img-text {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .contact-info .image {
    margin-top: 0;
  }
  .contact-info .info {
    padding-right: 80px;
  }

  .form-section button {
    margin-bottom: 50px;
  }

  .archive-articles .archive-nav {
    margin: -15px -20px;
    margin-bottom: 65px;
  }
  .archive-articles .archive-nav a {
    padding: 15px 20px;
  }
  .archive-articles .archive-nav.paged {
    margin-bottom: 145px;
  }
  .archive-articles .parent .tax {
    top: 10px;
    right: -10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .archive-articles .parent.first .global-container {
    padding-bottom: inherit;
    position: relative;
  }
  .archive-articles .parent.first .image {
    width: 100%;
    padding-bottom: 57%;
    position: relative;
  }
  .archive-articles .parent.first .info {
    width: 90%;
    position: relative;
    transform: inherit;
    top: inherit;
    left: inherit;
    margin-top: -50px;
  }

  .form h3 {
    padding: 0;
  }

  .customCarousel__image {
    position: relative;
  }
  .customCarousel .slides.texts {
    margin-top: 400px;
    margin-left: -300px;
    background: white;
    padding: 50px 40px;
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  }
  .customCarousel .slides .slide.text {
    margin: 0;
  }
  .customCarousel .slides .slide.text p {
    margin: 0 0 40px;
  }

  .paragraph .media.abs {
    width: 50%;
  }

  .team.classic, .team.admin {
    margin: -35px;
    margin-top: -55px;
  }
  .team.classic .teammate, .team.admin .teammate {
    width: calc(50% - 70px);
    margin: 35px;
  }
  .team.admin {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .team.admin::before {
    content: none;
  }
  .team.admin .desc {
    height: auto;
  }

  .partner {
    width: calc(25% - 70px);
  }

  .cloudicon {
    width: calc(50% - 180px);
  }

  .numbers .digit {
    width: calc(50% - 100px);
  }

  .skewedSections .section.full::after {
    background-position: center;
  }

  .carousel .carousel-wrapper[data-type=articles] .slide {
    padding: 35px;
    flex-direction: column-reverse;
  }
  .carousel .carousel-wrapper[data-type=articles] .slide .image {
    width: 100%;
    padding-bottom: 60%;
  }
  .carousel .carousel-wrapper[data-type=articles] .slide .text {
    padding: 35px;
    margin-top: -35px;
    margin-right: 0;
    width: calc(100% - 70px);
  }
  .carousel .carousel-wrapper[data-type=projects] {
    overflow: hidden !important;
  }
  .carousel .carousel-wrapper[data-type=projects] .slide {
    width: 100%;
  }
  .carousel .carousel-wrapper[data-type=projects] .slide .text {
    width: calc(100% - 70px);
  }
  .carousel .carousel-wrapper[data-type=gallery] .owl-stage-outer {
    overflow: hidden !important;
  }
  .carousel .carousel-wrapper[data-type=gallery] .slide {
    width: 100%;
  }
  .carousel .carousel-wrapper[data-type=gallery] .slide .text {
    margin: 0 auto;
    margin-top: 16px;
    width: calc(100% - 70px);
  }

  .program {
    width: 50%;
    padding-bottom: 50%;
  }
  .program.description {
    padding-bottom: 62.5%;
  }
  .program .illustrations .face {
    width: 25vw;
  }

  .key_project.featured {
    flex-direction: column;
  }
  .key_project.featured .media {
    width: 100%;
    max-width: 800px;
  }
  .key_project.featured .content {
    width: 90%;
    margin-top: -50px;
    margin-left: 0;
    max-width: 658px;
  }
  .key_project.classic {
    flex-wrap: wrap;
  }
  .key_project.classic .content {
    width: 100%;
    max-width: 700px;
    margin-bottom: 30px;
  }
  .key_project.classic .limit,
.key_project.classic .media {
    width: 100%;
    max-width: 445px;
  }
  .key_project.classic .limit {
    flex-direction: row;
    align-items: center;
    margin-bottom: 6px;
  }
  .key_project.classic .limit .date {
    margin-left: 5px;
  }
}
@media screen and (max-width: 960px) {
  .single-blog #page__header {
    padding-top: 130px;
  }
}
.mobile-date {
  display: none;
}

.desktop-date {
  display: flex;
}

.limit-desktop {
  display: flex;
}

.limit-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .desktop-date,
.limit-desktop {
    display: none !important;
  }

  .mobile-date {
    display: block !important;
  }

  .limit-mobile {
    display: block;
    margin-bottom: 20px;
  }

  .customCarousel__arrows {
    position: absolute;
    top: 200px;
    right: -200px;
  }
  .customCarousel__arrows .carousel-cta {
    margin-top: 0;
  }
}
@media screen and (max-width: 50rem) {
  .faq-bandeau .content .text ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .faq-bandeau .content .text ul li::before {
    top: 11px;
  }

  body.page-id-1239 #page__content {
    padding-top: 30px;
  }
  body.page-id-1239 .link-button.pages-footer {
    margin-top: -35px;
  }

  .link-button.pages {
    position: relative;
  }

  .form:not(.contact) {
    padding: 120px 0;
    margin-bottom: 0;
    margin-top: 100px !important;
  }

  .error {
    padding-top: 115px;
  }

  .carousel.without-wrapper .carousel-wrapper {
    padding: 0 35px;
  }

  .faq-bandeau .header h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .faq-bandeau .content .text p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
  }

  body.page-template-programmes .program .illustrations .text {
    top: -65px;
  }
  body.page-template-programmes .program .content h3 {
    line-height: 1.05;
  }
  body.page-template-programmes .program .content p {
    line-height: 1.2;
  }

  .paragraph .media.right {
    margin-top: 40px;
  }
  .paragraph .content.left {
    margin-top: 0;
  }

  .ofqj .f-ofqj,
.ofqj .o-ofqj,
.ofqj .q-ofqj,
.ofqj .j-ofqj {
    display: none;
  }

  .carousel .carousel-wrapper[data-type=projects] .slide .text {
    margin-top: -60px;
  }

  .single-blog .paragraph .content {
    margin-top: 0;
  }
  .single-blog #page__header {
    margin-bottom: 80px;
  }

  .carousel.without-wrapper .carousel-wrapper[data-type=gallery]::before {
    height: 0;
    padding-bottom: 53%;
    top: 7px;
  }

  .video-on-image .solo-video {
    margin-bottom: 45px;
  }

  .faq-figure {
    display: none;
  }

  .volet .volet-wrapper .content {
    padding: 25px;
  }

  .img-volet-section {
    margin-bottom: 1vw;
  }

  .j-front.white {
    display: none;
  }

  .key_project.featured .metas-data {
    margin-bottom: 8px;
  }
  .key_project.featured .title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .key_project.classic .title,
.key_project.classic .limit .date {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .key_project.classic .dates {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .map-section .container {
    width: 100%;
  }
  .map-section .container:not(.first) {
    margin-top: 80px;
  }
  .map-section .info {
    width: 85%;
  }

  .contact-info .image {
    margin-top: 0;
    max-width: 280px;
  }
  .contact-info .info {
    padding-right: 30px;
  }

  .archive-articles .parent .info {
    width: 96%;
    padding: 15px 18px;
  }
  .archive-articles .parent .date {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  .archive-articles .parent h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .archive-articles .parent.first h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .customCarousel .slides.texts {
    margin-top: -60px;
    margin-left: 0;
    text-align: left;
  }

  .form .metas .links a {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 48px;
    height: 48px;
  }

  .documents .useful-link {
    width: 33.33%;
    padding: 50px;
    margin: 0;
  }

  .timeline {
    padding-left: 30px;
  }
  .timeline .timeline-case {
    width: 100%;
    margin: 0;
  }
  .timeline .timeline-case .before {
    right: unset;
    left: -40px;
  }
  .timeline .timeline-case header::after {
    right: unset;
    left: -25px;
    border-left: 10px solid transparent;
    border-right: 20px solid #FFF;
  }
  .timeline .timeline-case + .timeline-case {
    margin-top: 30px;
  }
  .timeline::before {
    top: 0;
    left: 0;
    transform: none;
  }

  .ol-item h3 {
    width: 80%;
  }

  .paragraph .column + .column {
    margin-top: 30px;
  }
  .paragraph .content {
    margin-top: 35px;
  }
  .paragraph .media.abs {
    position: relative;
    width: 95%;
  }
  .paragraph .media.abs.right {
    margin-left: auto;
  }
  .paragraph .media.abs.left {
    margin-right: auto;
  }
  .paragraph.cta-sec h2 {
    max-width: none;
  }
  .paragraph.cta-sec .content {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .partner {
    width: calc(33.33% - 70px);
  }

  .cloudicons {
    margin: -35px;
  }

  .cloudicon {
    width: calc(50% - 70px);
    margin: 35px;
  }

  .carousel .carousel-wrapper[data-type=news] .slide .image {
    width: 93.33%;
    padding-bottom: 51%;
  }
  .carousel .carousel-wrapper[data-type=news] .slide .text {
    width: 85%;
    padding: 30px;
  }

  .faq-bandeau .content {
    margin-top: 0;
  }

  .skewedSections .section .content.left {
    margin-top: -50px;
    margin-bottom: 140px;
    margin-right: 0;
  }
  .skewedSections .section .content.right {
    margin-left: 0;
    margin-bottom: -25px;
  }
  .skewedSections .section.full::before {
    content: none;
  }
  .skewedSections .section.full::after {
    width: 100%;
  }
  .skewedSections .section.half {
    padding: 140px 0;
  }
  .skewedSections .section.half::before, .skewedSections .section.half::after {
    width: 100%;
  }
  .skewedSections .section.half::after {
    top: 50%;
    height: 50%;
  }

  .customCarousel__arrows {
    top: calc(50% - 47px);
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
  }
  .customCarousel__arrows .arrows {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 783px) {
  body.page-template-tpl-ofqj .hustle-ui[data-id="1"] .hustle-info .hustle-layout .hustle-group-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body.page-template-tpl-ofqj .hustle-ui .hustle-info.hustle-info--stacked .hustle-layout .hustle-layout-body .hustle-button {
    width: initial;
  }
  body.page-template-tpl-ofqj .hustle-ui.hustle-popup .hustle-popup-content {
    width: initial;
  }
}
@media screen and (min-width: 783px) {
  .hustle-ui.module_id_1 .hustle-inline-content,
.hustle-ui.module_id_1 .hustle-popup-content {
    height: initial !important;
  }
}
@media screen and (max-width: 40rem) {
  .faq-bandeau .content .text ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .faq-bandeau .content .text ul li::before {
    top: 8px;
  }

  .post_thumbnail .tag {
    font-size: 12px;
    padding: 8px;
  }

  section[data-type=video] .row + .row {
    margin-top: 0px;
  }

  .form:not(.contact) {
    padding-bottom: 190px;
  }

  body.page-id-1239 .addthis_inline_share_toolbox {
    margin-right: 16px;
  }

  .john-img {
    display: none;
  }

  .error .col-xxl-6 {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }

  .carousel.without-wrapper .carousel-wrapper {
    padding: 0 16px;
  }

  .single-blog .excerpt {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .faq-bandeau .header {
    padding: 15px 25px;
  }
  .faq-bandeau .header .cross {
    min-width: 25px;
    min-height: 25px;
  }
  .faq-bandeau .header .cross::before, .faq-bandeau .header .cross::after {
    height: 4px;
  }
  .faq-bandeau .header h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .faq-bandeau .content .text {
    padding: 15px 25px;
  }
  .faq-bandeau .content .text p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }

  body.page-template-programmes .program {
    padding-bottom: 105%;
  }
  body.page-template-programmes .program .content h3 {
    line-height: 1.15;
  }
  body.page-template-programmes .program .content p {
    line-height: 1.3;
  }

  body.page-template-tpl-ofqj .hustle-ui[data-id="1"] .hustle-info .hustle-layout .hustle-group-content p:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-tpl-ofqj .hustle-ui[data-id="1"] .hustle-info .hustle-layout .hustle-group-content p:last-child .hustle-button:first-child {
    margin-bottom: 10px;
    margin-right: 10px !important;
  }
  body.page-template-tpl-ofqj .hustle-ui[data-id="1"] .hustle-info .hustle-layout .hustle-group-content p:last-child .hustle-button:last-child {
    margin-left: 0 !important;
  }

  body.blog #page__header,
body.category #page__header {
    margin-bottom: 40px;
  }

  .single-blog #page__header .header .tag,
.next-article .tag {
    top: 5px;
    right: 5px;
  }

  .paragraph .content ul li,
.paragraph .content ol li {
    font-size: 16px;
    font-size: 1rem;
  }
  .paragraph .content ul li::before,
.paragraph .content ol li::before {
    top: 7px;
  }

  .volet .volet-wrapper .content {
    padding: 15px;
  }

  .ofqj .numbers > div:not(.q-color):not(.q-white) {
    padding: 115px 0;
  }

  .program-button {
    margin: 60px 0 0;
  }

  body.paged .archive-articles .navigation.pagination,
body.search .archive-articles .navigation.pagination {
    margin-top: 20px;
  }

  .key_project.featured .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .key_project.featured .limit .date {
    font-size: 16px;
    font-size: 1rem;
  }
  .key_project.classic .title,
.key_project.classic .limit .date {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .key_project.classic .excerpt,
.key_project.classic .dates,
.key_project.classic .metas-data .location {
    font-size: 16px;
    font-size: 1rem;
  }

  .back-orange {
    background: none;
  }

  .carousel.without-wrapper,
.programs {
    margin-top: 40px;
  }

  .skewedSections {
    margin-top: 5px;
  }

  .archive-articles .archive-nav {
    margin: -5px -14px;
    margin-bottom: 65px;
  }
  .archive-articles .archive-nav a,
.archive-articles .archive-nav p {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 14px;
  }
  .archive-articles .archive-nav p {
    padding-right: 5px;
  }

  .single-blog #page__header {
    padding-top: 100px;
    margin-bottom: 50px;
  }

  .l-front,
.o-front,
.j-front,
.i-front,
.q-front {
    display: none;
  }

  body.search h2 {
    margin-bottom: 45px;
  }

  .archive-articles .parent .excerpt {
    display: none;
  }
  .archive-articles .parent .global-container {
    margin-bottom: 30px;
  }
  .archive-articles .parent .tax {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px;
  }
  .archive-articles .parent .info {
    margin-top: -15px;
  }
  .archive-articles .parent h2 {
    line-height: 1.4;
  }
  .archive-articles .parent.first .more {
    font-size: 16px;
    font-size: 1rem;
  }
  .archive-articles .parent.first h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .archive-articles .parent.first .info {
    margin-top: -15px;
  }
  .archive-articles .parent.first .excerpt {
    display: none;
  }
  .archive-articles .parent.first .global-container:not(.next-article) {
    margin-bottom: 48px;
  }
  .archive-articles .parent:nth-child(odd):not(.first):not(.slide) .global-container, .archive-articles .parent:nth-child(even):not(.first):not(.slide) .global-container {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .archive-articles .navigation.pagination {
    margin-top: 20px;
  }
  .archive-articles .navigation.pagination .page-numbers {
    padding: 10px 14px;
    padding-top: 14px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next)::after {
    width: 35px;
    height: 35px;
  }
  .archive-articles .navigation.pagination .page-numbers:not(.prev):not(.next)::before {
    width: 34px;
    height: 34px;
  }
  .archive-articles .archive-nav.paged {
    margin-bottom: 65px;
  }

  .cloudicon .content h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .cloudicon .icon {
    margin-bottom: 30px;
  }

  .ol-item h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .ol-item p {
    font-size: 16px;
    font-size: 1rem;
  }

  .paragraph .column + .column {
    margin-top: 0px;
  }

  .paragraph .content p {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .numbers {
    padding: 150px 0;
  }
  .numbers .digit span[data-number] {
    font-size: 45px;
    font-size: 2.8125rem;
  }

  .timeline .timeline-case .content {
    padding: 20px;
  }
  .timeline .timeline-case header {
    padding: 10px 20px;
  }
  .timeline .timeline-case header h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .faq-nav {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .contact-info .circle {
    height: 40px;
    min-width: 40px;
  }
  .contact-info .circle i {
    font-size: 16px;
    font-size: 1rem;
  }

  .form:not(.contact) h3 {
    padding: 0;
  }

  .gfield.half {
    width: calc(100% - 40px);
  }

  .img-volet-section {
    margin-bottom: 11vw;
  }

  .key_project .tag {
    font-size: 12px;
    padding: 8px;
  }
  .key_project.featured .content {
    padding: 20px;
  }

  #gram-container {
    flex-direction: column;
    align-items: center;
    width: 97%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 70px !important;
  }
  #gram-container::after {
    right: -19px;
    top: -20px;
    height: 60px;
    width: 19px;
  }
  #gram-container::before {
    font-size: 24px;
    font-size: 1.5rem;
    right: 3px;
    top: -37px;
  }
  #gram-container .insta-box {
    padding: 5px 0px;
    width: 100%;
    max-width: 450px;
    padding-bottom: 100%;
  }

  .map-section .container {
    width: 100%;
  }
  .map-section .container:not(.first) {
    margin-top: 40px;
  }
  .map-section .info {
    width: 92%;
    margin-top: -20px;
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-info .img-text {
    flex-direction: column;
    align-items: center;
  }
  .contact-info .image {
    margin-top: 30px;
  }
  .contact-info .info {
    padding-right: 0;
  }
  .contact-info .info .link {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .archive-articles .parent:nth-child(even) .global-container {
    margin-top: 0;
  }
  .archive-articles .parent.first .tax {
    top: 10px;
    right: -10px;
  }
  .archive-articles .parent.first h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .archive-articles .parent.first .global-container {
    margin-bottom: 35px;
  }
  .archive-articles .parent.first .info {
    width: 96%;
  }

  .volet {
    margin-top: 0 !important;
    width: 100%;
    padding: 8px 0;
  }

  .customCarousel .slides.texts {
    padding: 25px 16px;
  }
  .customCarousel .slides .slide.text p {
    padding: 30px 16px;
  }

  #page__content .content__section + .content__section {
    margin-top: 100px;
  }

  .documents {
    margin: -50px 0;
  }
  .documents .useful-link {
    width: 50%;
  }

  .team.classic, .team.admin {
    margin: -32px 0;
  }
  .team.classic .teammate, .team.admin .teammate {
    width: 100%;
    margin: 32px 0;
  }

  .partners {
    margin: -16px;
  }

  .partner {
    width: calc(50% - 32px);
    margin: 16px;
    padding: 16px;
  }

  .cloudicons {
    margin: -35px 0;
  }

  .cloudicon {
    margin: 35px 0;
    width: 100%;
  }

  .numbers .digits {
    margin: -25px;
  }
  .numbers .digit {
    width: calc(100% - 50px);
    margin: 25px;
  }

  .program {
    width: 100%;
    padding-bottom: 100%;
  }
  .program.description {
    padding-bottom: 125%;
  }
  .program .illustrations .face {
    width: 50vw;
  }

  .carousel-arrow.next {
    justify-content: flex-start;
  }
  .carousel-arrow.prev {
    justify-content: flex-end;
  }
  .carousel-arrow img {
    min-width: 40px;
    padding: 15px 7.5px;
  }

  .carousel-cta {
    margin-top: 16px;
  }
  .carousel-cta .btn {
    margin-top: 16px;
  }

  .carousel.without-wrapper .carousel-wrapper[data-type=gallery]::before {
    padding-bottom: 52.6%;
  }
  .carousel .carousel-wrapper[data-type=articles] {
    background: none;
  }
  .carousel .carousel-wrapper[data-type=articles] .slide {
    margin-bottom: 16px;
    padding: 0;
  }
  .carousel .carousel-wrapper[data-type=articles] .slide .text {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 16px;
    margin-top: -16px;
    margin-right: 0;
    width: calc(100% - 32px);
  }
  .carousel .carousel-wrapper[data-type=articles] .slide .text h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .carousel .carousel-wrapper[data-type=articles] .slide .text p {
    display: none;
  }
  .carousel .carousel-wrapper[data-type=articles] .slide .text .cta {
    margin-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .carousel .carousel-wrapper[data-type=gallery] .slide .text {
    width: 100%;
    margin-top: 20px;
  }
  .carousel .carousel-wrapper[data-type=gallery] .slide .text p {
    font-size: 14px;
  }
  .carousel .carousel-wrapper[data-type=projects] .slide .image {
    box-shadow: none;
  }
  .carousel .carousel-wrapper[data-type=projects] .slide .text {
    width: calc(100% - 30px);
    margin-top: -30px;
    padding: 20px 10px;
  }
  .carousel .carousel-wrapper[data-type=projects] .slide .text h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .carousel .carousel-wrapper[data-type=projects] .slide .text p:first-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .carousel .carousel-wrapper[data-type=projects] .slide .text p:last-child {
    display: none;
  }
  .carousel .carousel-wrapper[data-type=news] .slide {
    padding: 0;
  }
  .carousel .carousel-wrapper[data-type=news] .slide .image {
    width: 100%;
    padding-bottom: 55%;
  }
  .carousel .carousel-wrapper[data-type=news] .slide .text {
    box-shadow: none;
    padding: 15px 18px;
    margin-top: -15px;
    width: 96%;
    align-self: center;
  }
  .carousel .carousel-wrapper[data-type=news] .slide .text p {
    font-size: 16px;
    font-size: 1rem;
  }
  .carousel .carousel-wrapper[data-type=news] .slide .text .cta {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .carousel .slide .image .tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 25rem) {
  .link-button a,
.link-button .share {
    min-width: 45px;
    height: 45px;
    font-size: 14px;
  }

  .single-blog .excerpt {
    font-size: 16px;
    font-size: 1rem;
  }

  body.page-template-tpl-ofqj .ofqj-logo {
    margin-top: -55px;
  }

  #page__content .content__section + .content__section {
    margin-top: 75px;
  }

  .faq-bandeau .header {
    padding: 15px 12px;
  }
  .faq-bandeau .header h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .faq-bandeau .content .text {
    padding: 15px 12px;
  }
  .faq-bandeau .content .text p {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .archive-articles .parent h2.slide {
    font-size: 16px;
    font-size: 1rem;
  }

  .carousel .slide .image .tag {
    top: 5px;
    right: 5px;
  }

  body.page-template-tpl-ofqj .hustle-ui[data-id="1"] .hustle-info .hustle-layout .hustle-group-content p:last-child .hustle-button {
    font-size: 14px;
    font-size: 0.875rem;
    height: initial;
    padding: 13px 22px;
  }

  .program-button {
    margin: 30px 0 0;
  }

  .key_project.classic .metas-data {
    flex-direction: column;
    align-items: flex-start;
  }
  .key_project.classic .metas-data .location {
    margin-left: 0;
  }

  .program {
    height: initial;
    padding-bottom: initial;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none !important;
    overflow: visible;
  }
  .program .illustrations {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
    overflow: hidden;
  }
  .program .illustrations .text {
    top: -83px;
    width: 100%;
  }
  .program .content {
    margin-top: -50px;
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    padding: 16px;
    width: calc(100% - 30px);
    -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.12);
  }
  .program .content h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  body.page-template-programmes .program {
    padding-bottom: initial;
  }
  body.page-template-programmes .program .illustrations .text {
    top: -83px;
  }

  .carousel.without-wrapper .carousel-wrapper[data-type=gallery]::before {
    padding-bottom: 54%;
    top: 2px;
  }

  .archive-articles .parent .tax.slide {
    top: 5px;
    right: 5px;
  }
  .archive-articles .parent h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .archive-articles .parent.first .more {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .archive-articles .parent.first h2 {
    font-size: 16px;
    font-size: 1rem;
  }

  .form:not(.contact) .metas .links {
    margin-top: 10px;
  }
  .form:not(.contact) .metas .links a {
    width: 55px;
    height: 55px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .form:not(.contact) h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .partner {
    width: calc(100% - 32px);
    margin: 6px;
  }

  .cloudicon {
    margin: 20px 0;
  }
  .cloudicon .content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cloudicon .icon {
    margin-bottom: 15px;
  }

  .paragraph .content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .numbers .digit {
    margin: 15px;
  }

  .documents .useful-link {
    width: 100%;
    padding: 25px;
  }

  .video-on-image .solo-video {
    margin-bottom: 25px;
  }

  .img-volet-section {
    margin-bottom: 4vw;
  }
}

/*# sourceMappingURL=main-style.css.map */
