@import url(https://use.typekit.net/aey2mqo.css);/* Fonts */

/* Font rotation text */

/* See _bootstrap.scss */

.arrow {
  height: 10px;
  width: 10px;
  margin: 0 auto;
  display: block;
  transform: rotate(45deg);
  border-bottom: 3px solid #585857;
  border-right: 3px solid #585857;
}

/* basic recurent elements */

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup_xs {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-150px);
  }
}

@keyframes fadeoutSlider {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeoutBanner {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-100vh);
  }
}

@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateY(20px) translateX(50px) skew(2deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}

@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(-50px) skew(-2deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}

@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px) translateX(-50px) skew(-2deg);
  }
}

@keyframes text_hover {
  0% {
    transform: translateX(0);
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  100% {
    transform: translateX(20px);
    text-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
  }
}

@keyframes zoomout {
  0% {
    opacity: 0;
    transform: scale(5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeup_title {
  0% {
    opacity: 0;
    width: 0;
    color: #000000;
  }

  100% {
    opacity: 1;
    width: 101%;
    color: #262626;
  }
}

.fadeup-title,
.fadeup.title {
  position: relative;
}

.fadeup-title::after,
.fadeup.title::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFF;
  top: 0;
}

.animate .fadeout,
.animate .fadein,
.animate .fadeup,
.animate .faderight,
.animate-reverse .fadeout,
.animate-reverse .fadein,
.animate-reverse .fadeup,
.animate-reverse .faderight {
  opacity: 0;
  display: block;
}

.animate.is-visible .fadeout,
.animate-reverse.is-visible .fadeout {
  animation: fadeout 0.9s 1 forwards;
}

.animate.is-visible .fadein,
.animate-reverse.is-visible .fadein {
  opacity: 0;
  animation: fadein 0.9s 1 forwards;
}

.animate.is-visible .fadeup,
.animate-reverse.is-visible .fadeup {
  opacity: 0;
  animation: fadeup 0.9s 1 forwards;
}

.animate.is-visible .fadeup.title::after,
.animate-reverse.is-visible .fadeup.title::after {
  height: 0;
  bottom: -15px;
  top: auto;
  transition: all 0.7s;
}

.animate.is-visible .fadeup-title,
.animate-reverse.is-visible .fadeup-title {
  opacity: 0;
  animation: fadeup 0.9s 1 forwards;
}

.animate.is-visible .fadeup-title::after,
.animate-reverse.is-visible .fadeup-title::after {
  height: 0;
  bottom: -15px;
  top: auto;
  transition: all 0.7s;
}

.animate.is-visible .faderight,
.animate-reverse.is-visible .faderight {
  opacity: 0;
  animation: faderight 0.9s 1 forwards;
}

body * {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #432A2D;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.title {
  font-family: ballers-delight, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  margin: 0;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
.title span {
  font-family: ballers-delight, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hover-title:hover {
  z-index: 4;
  position: relative;
}

.big-title {
  font-size: 50px;
  line-height: 1.15em;
  letter-spacing: -1px;
  margin: 0;
  font-family: articulat-cf, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 1199px) {
  .big-title {
    font-size: 44px;
  }
}

@media (max-width: 991px) {
  .big-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .big-title {
    font-size: 26px;
  }
}

.medium-title {
  font-size: 34px;
  font-family: articulat-cf, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: -0.2px;
  line-height: 1.15em;
}

.medium-title sup {
  line-height: 1rem;
}

.medium-title span {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #A3B61E;
  font-size: 34px;
}

@media (max-width: 1199px) {
  .medium-title {
    font-size: 32px;
  }

  .medium-title span {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .medium-title {
    font-size: 26px;
  }

  .medium-title span {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .medium-title {
    font-size: 22px;
  }

  .medium-title span {
    font-size: 22px;
  }
}

.listing-title {
  font-size: 46px;
  font-family: ballers-delight, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

.listing-title span {
  color: #A3B61E;
}

@media (max-width: 1199px) {
  .listing-title {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .listing-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .listing-title {
    font-size: 26px;
  }
}

.small-title {
  font-size: 28px;
  margin: 0;
  line-height: 1.4em;
  padding: 0 0 20px;
  font-family: ballers-delight, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 1599px) {
  .small-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .small-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .small-title {
    font-size: 20px;
  }
}

.classic-text {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.6em;
}

.classic-text div {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

p,
a,
li {
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 1.5em;
  font-size: 19px;
}

@media (max-width: 575px) {
  p,
  a,
  li {
    font-size: 16px;
  }
}

small {
  font-size: 12px;
}

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

a:hover {
  color: inherit;
}

ul.listing {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.listing .listing__item {
  margin-bottom: 30px;
  font-size: 16px;
}

ul.listing .listing__item:last-child {
  margin-bottom: 0;
}

ul.flex-list {
  padding: 0;
  margin: 0;
}

ul.flex-list .flex-list__item {
  list-style: none;
}

@media (min-width: 768px) {
  ul.flex-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  ul.listing .listing__item {
    font-size: 20px;
  }
}

.btn-wrapper {
  padding-top: 30px;
}

body {
  margin: 0;
  padding: 0;
}

body div {
  line-height: 1.5em;
  letter-spacing: 0.5px;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body div strong {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.noscroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 60px;
}

* {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.custom-wysiwyg .btn-wrapper {
  margin-top: 30px;
}

.custom-wysiwyg div strong {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.custom-wysiwyg div a {
  text-decoration: underline;
  transition: all 0.5s;
}

.custom-wysiwyg div a:hover {
  color: #A3B61E;
}

.custom-wysiwyg div.btn-wrapper a {
  text-decoration: none !important;
}

.custom-wysiwyg ul {
  margin: 0;
  padding: 10px 0 0;
}

.custom-wysiwyg ul li {
  color: #FFF;
  list-style: none;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 1.5px;
}

.custom-wysiwyg ul li::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #FFF;
  border-radius: 50px;
  left: 0;
  top: 7px;
  position: absolute;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 500px;
  }
}

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

@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1240px;
  }
}

picture img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list-inline {
  display: block;
  padding: 0;
  margin: 0;
}

.list-inline.flex {
  display: flex;
}

.list-inline.flex li {
  margin-right: 20px;
}

.list-inline li {
  display: inline-block;
}

.is-masked {
  position: relative;
  padding-top: 0;
}

.is-masked::before {
  content: '';
  background: #FFF;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}

.is-masked.is-visible::before {
  opacity: 0;
}

.is-masked__bg {
  height: 100%;
  width: 100vw;
  max-width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
}

.is-masked__bg picture {
  display: flex;
  height: 100%;
  width: 100%;
}

.is-masked__bg picture img {
  width: 100%;
  height: auto;
  object-position: top;
  object-fit: cover;
}

.is-masked__content {
  display: flex;
  position: relative;
  z-index: 4;
  min-height: 300px;
  height: auto;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .is-masked__content {
    min-height: 75vh;
  }
}

@media (max-width: 767px) {
  .is-masked__content {
    padding-top: 60px;
  }
}

a.icon {
  width: 35px;
  height: 35px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.5s;
}

a.icon img {
  max-width: 30px;
  max-height: 20px;
  height: auto;
  width: auto;
}

a.icon.linkedin img {
  margin-top: -4px;
  max-height: 20px;
  width: auto;
}

a.icon.vimeo img {
  max-height: 20px;
  width: auto;
}

@media (max-width: 991px) {
  a.icon.linkedin img {
    max-height: 18px;
  }

  a.icon.vimeo img {
    max-height: 16px;
  }
}

@media (min-width: 992px) {
  a.icon {
    height: 50px;
    width: 50px;
  }

  a.icon img {
    max-width: 35px;
    max-height: 25px;
  }
}

@media (min-width: 1200px) {
  a.icon {
    height: 50px;
    width: 50px;
  }

  a.icon img {
    max-width: 35px;
    max-height: 25px;
  }
}

.btn-collapse {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.btn-collapse .arrow {
  position: absolute;
  right: 0;
  top: 10px;
  border-color: #FFF;
  transition: all 0.5s;
}

.btn-collapse.title {
  transition: all 0.5s;
  padding-bottom: 0;
}

.btn-collapse.title.is-active {
  padding-bottom: 20px;
}

.btn-collapse.title.is-active .arrow {
  transform: rotate(-135deg);
}

.collapse-item {
  overflow: hidden;
  transition: all 0.5s;
  height: 0;
}

.twocol--wrapper {
  padding: 60px 0 0;
}

.twocol--wrapper__text .text-wrapper p span {
  color: #005a6a;
}

.twocol--wrapper__text .text-wrapper .medium-title {
  padding-bottom: 15px;
}

.twocol--wrapper__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .twocol--wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .twocol--wrapper__text,
  .twocol--wrapper__image {
    width: 50%;
  }

  .twocol--wrapper__image picture {
    display: flex;
    max-width: 420px;
    margin: 0 auto 0 0;
  }

  .twocol--wrapper__image.sticky {
    top: 120px;
    position: sticky;
    position: -moz-sticky;
  }

  .twocol--wrapper__text .text-wrapper {
    margin: 0 0 0 auto;
    max-width: 420px;
  }

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

  .twocol--wrapper.reverse .twocol--wrapper__text .text-wrapper {
    margin: 0 auto 0 0;
  }

  .twocol--wrapper.reverse .twocol--wrapper__image picture {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .twocol--wrapper {
    padding: 120px 0 0;
  }

  .twocol--wrapper__image picture {
    max-width: 540px;
  }

  .twocol--wrapper__text .text-wrapper {
    max-width: 540px;
    padding: 0 60px 0 0;
  }

  .twocol--wrapper.reverse .twocol--wrapper__text .text-wrapper {
    padding: 0 0 0 60px;
  }
}

@media (min-width: 1600px) {
  .twocol--wrapper__image picture {
    max-width: 575px;
  }

  .twocol--wrapper__text .text-wrapper {
    max-width: 575px;
  }
}

@media (max-width: 991px) {
  .twocol--wrapper__text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .twocol--wrapper__image {
    padding: 0 30px 30px;
  }

  .twocol--wrapper__image img {
    max-width: 510px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .twocol--wrapper__image img {
    max-width: 100%;
  }
}

/* Generic design buttons */

.btn {
  appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
}

.btn:hover {
  color: inherit;
}

.btn-primary,
form input[type="submit"],
.btn-secondary,
.btn-green,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info,
.btn-white {
  border: none;
  appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  color: #005a6a;
  transition: all 0.5s;
}

.btn-primary:hover,
form input:hover[type="submit"],
.btn-secondary:hover,
.btn-green:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-white:hover {
  color: inherit;
}

.btn-outline,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-link {
  border: none;
  appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  color: #005a6a;
  transition: all 0.5s;
  border: 1px solid #005a6a;
  background: none;
}

.btn-outline:hover,
.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover,
.btn-outline-info:hover,
.btn-outline-link:hover {
  color: inherit;
}

/* Custom design buttons */

.btn-primary,
form input[type="submit"] {
  font-family: ballers-delight, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: #FFF;
  padding: 10px 30px;
  display: inline-block;
  font-size: 26px;
  position: relative;
  line-height: 1em;
  background: url(../images/bg-btn-dark-green.svg?7ba42aaf0934df8847af67794227fd4a) no-repeat center/cover;
}

@media (max-width: 767px) {
  .btn-primary,
  form input[type="submit"] {
    font-size: 20px;
  }
}

.btn-primary:hover,
form input:hover[type="submit"] {
  transform: scale(1.1);
  color: #FFF;
  background-image: url(../images/bg-btn-dark-green.svg?7ba42aaf0934df8847af67794227fd4a);
}

.btn-outline-primary {
  color: #005a6a;
  border-color: #005a6a;
}

.btn-secondary,
.btn-green {
  border: none;
  appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  color: #005a6a;
  transition: all 0.5s;
  font-family: ballers-delight, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  color: #FFF;
  line-height: 1em;
  display: inline-block;
  padding: 10px 30px;
  font-size: 26px;
  background: url(../images/bg-btn-dark-green.svg?7ba42aaf0934df8847af67794227fd4a) no-repeat center/cover;
}

.btn-secondary:hover,
.btn-green:hover {
  color: inherit;
}

.btn-secondary:hover,
.btn-green:hover {
  color: #FFF !important;
}

@media (max-width: 767px) {
  .btn-secondary,
  .btn-green {
    font-size: 20px;
  }
}

.btn-outline-secondary {
  border: none;
  appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  color: #005a6a;
  transition: all 0.5s;
  color: #A3B61E;
  background: none;
  border-color: #A3B61E;
}

.btn-outline-secondary:hover {
  color: inherit;
}

.btn-white {
  border: none;
  appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  border-radius: 0;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  color: #005a6a;
  transition: all 0.5s;
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #005a6a;
  background-color: #FFF;
}

.btn-white:hover {
  color: inherit;
}

.btn-white:hover {
  background-color: #A3B61E;
  color: #FFF !important;
}

.btn-green {
  background-color: #A3B61E;
}

.btn-link {
  color: #005a6a;
  text-decoration: underline;
  font-size: 20px;
  transition: all 0.5s;
}

.btn-link:hover {
  color: #A3B61E;
}

.btn-close {
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 20px;
  background: none;
  align-self: center;
  border: none;
  border-radius: 0;
  transition: all 0.5s;
  cursor: pointer;
}

.btn-close::after,
.btn-close::before {
  display: block;
  content: '';
  width: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 0;
  transition: all 0.5s;
  background: #005a6a;
}

.btn-close::before {
  transform: rotate(-45deg);
  margin-top: 0;
}

.btn-close::after {
  transform: rotate(45deg);
  margin-top: 0;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  height: 48px;
  width: auto;
  max-width: 48px;
}

.btn-social svg {
  width: 20px;
  display: block;
}

.btn-social svg .cls-1 {
  fill: #005a6a;
}

.btn-social i {
  color: #FFF;
  display: flex;
  align-items: bottom;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.5s;
}

.btn-social i.fa-facebook {
  background-image: url(../images/facebook.svg?8914797ffe66ef6e784da3eae8296d79);
}

.btn-social i.fa-linkedin {
  background-image: url(../images/linkedin.svg?7327cf1fd279d63276945c60c4695f4c);
}

.btn-social i.fa-instagram {
  background-image: url(../images/instagram.svg?f810bc2fa310ca0288e44888b32bb189);
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.social-list li {
  list-style: none;
}

.btn-soutien {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: auto;
  max-width: 100%;
  padding: 20px 0;
}

.btn-soutien span {
  width: auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  padding: 0 0 10px;
  color: #005a6a;
}

.btn-soutien img {
  width: auto;
  max-height: 40px;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .btn-soutien {
    flex-direction: row;
    align-items: center;
    max-width: 280px;
    padding: 0;
  }

  .btn-soutien span {
    max-width: 60%;
    padding: 0 10px 0 0;
  }
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 60px;
}

.btn-icon img {
  width: 30px;
  height: auto;
  display: block;
}

.btn-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
}

.btn-label img {
  width: 90px;
  height: auto;
  display: block;
}

.btn-reveal {
  display: none !important;
}

.btn-reveal.is-hidden {
  display: none !important;
}

.reveal-item {
  display: block;
}

.reveal-item.is-visible {
  display: block !important;
}

@media (min-width: 768px) {
  .btn-reveal {
    display: block !important;
  }

  .reveal-item {
    display: none !important;
  }
}

.btn-contact {
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  display: block;
  padding: 5px 0 5px 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/icone-phone.svg?40c3846546b3201079a4ed119324315a) no-repeat center left/18px auto;
}

.btn-contact.btn-phone {
  background-image: url(../images/icone-phone.svg?40c3846546b3201079a4ed119324315a);
  background-size: 16px auto;
}

.btn-contact.btn-mail {
  background-image: url(../images/icone-mail.svg?48d10606ffcfdad120e53210bce66755);
  text-decoration: underline;
}

body.is-scrolled .nav {
  background-color: #FFF;
}

body.is-scrolled .nav--wrapper {
  padding: 10px 75px 10px 20px;
}

@media (min-width: 768px) {
  body.is-scrolled .nav--wrapper {
    padding: 10px 50px 10px 0;
  }

  body.is-scrolled .nav--cta__btn img {
    width: 90px;
  }
}

@media (min-width: 992px) {
  body.is-scrolled .nav--wrapper {
    padding: 10px 0;
  }
}

.main-header #header-logo img {
  width: 200px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  /* responsive menu */
}

.nav--wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 20px;
}

.nav--logo {
  width: 80px;
}

.nav--icon {
  display: block;
  margin-left: 10px;
}

.nav--cta {
  margin: 0 0 0 auto;
}

.nav--cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.nav--cta__btn img {
  width: 50px;
  transition: all 0.5s;
}

.nav--cta__btn:hover img {
  transform: rotate(360deg);
}

.nav--menu {
  display: none;
}

.nav--menu__list {
  padding: 0;
  margin: 0;
}

.nav--menu__list li {
  list-style: none;
}

.nav--menu__list li a {
  color: #A3B61E;
}

@media (min-width: 768px) {
  .nav--logo {
    width: 100px;
  }

  .nav--wrapper {
    padding: 10px 0;
  }

  .nav--cta__btn {
    width: 90px;
  }

  .nav--cta__btn img {
    width: 90px;
  }
}

@media (min-width: 992px) {
  .nav--wrapper {
    flex-direction: row;
    padding: 10px 0;
  }

  .nav--logo {
    width: 120px;
  }

  .nav--menu {
    display: block;
    margin: 0 30px 0 auto;
  }

  .nav--menu__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .nav--cta {
    margin: 0;
  }

  .nav--cta__btn {
    width: 130px;
  }

  .nav--cta__btn img {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .nav--wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .nav--wrapper {
    padding-right: 50px;
  }

  .nav--menu {
    margin: 30px auto 0;
  }

  .nav.active {
    height: 100vh;
    overflow: scroll;
    background: #FFF url(../images/pattern-white.png?4978be4dbef1ef055ad8805354b41dd0) repeat center/100%;
  }

  .nav.active .nav--wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 80px 30px;
  }

  .nav.active .nav--logo {
    width: 200px;
  }

  .nav.active .nav--menu {
    display: block;
  }

  .nav.active .nav--cta {
    margin: 20px auto 0;
  }
}

@media (max-width: 575px) {
  .nav--wrapper {
    padding-right: 75px;
  }

  .nav.active .nav--logo {
    width: 140px;
  }

  .nav.active .nav--cta__btn {
    width: 80px;
  }

  .nav.active .nav--cta__btn img {
    width: 80px;
  }
}

.btn-menu-link,
.nav--menu__list li a {
  padding: 10px 20px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
  transition: all 0.5s;
}

.btn-menu-link:hover,
.nav--menu__list li a:hover {
  color: #A3B61E;
}

.btn-menu-link::after,
.nav--menu__list li a::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../images/hover.svg?eff4a6b65941d85a22084863f5243de8) no-repeat center/100% 100%;
}

.btn-menu-link.is-active::after,
.nav--menu__list li a.is-active::after {
  animation: fadein 0.5s 1 forwards;
}

@media (min-width: 768px) {
  .btn-menu-link,
  .nav--menu__list li a {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .btn-menu-link,
  .nav--menu__list li a {
    padding: 10px 30px;
    font-size: 20px;
  }
}

.navicon {
  appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: none;
  height: 45px;
  width: 45px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.navicon .lines {
  width: 45px;
  height: 2px;
  display: block;
  background-color: #005a6a;
  transition: all 0.5s;
}

.navicon .lines::before,
.navicon .lines::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #005a6a;
  transition: all 0.5s;
}

.navicon .lines::before {
  margin-top: -7.5px;
}

.navicon .lines::after {
  margin-top: 7.5px;
}

.navicon.active .lines {
  background-color: rgba(0, 90, 106, 0);
}

.navicon.active .lines::before {
  margin-top: 0;
  transform: rotate(-45deg);
}

.navicon.active .lines::after {
  margin-top: 0;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .navicon {
    top: 25px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .navicon {
    display: none;
  }
}

.footer {
  padding: 120px 0 0;
}

.footer--top {
  padding: 0 30px;
}

.footer--top__logo {
  width: 120px;
  display: block;
}

.footer--top__logo img {
  width: auto;
  display: block;
  height: auto;
}

.footer--twocol {
  padding: 30px 0;
}

.footer--twocol__right p {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.6em;
}

.footer--twocol__right p a {
  font-family: articulat-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
}

.footer--social {
  padding: 0 30px;
}

.footer--social .flex-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.footer--social__item {
  position: relative;
}

.footer--social__item.label-item {
  margin-right: 20px;
}

.footer--social__item.label-item::before {
  display: none;
}

.footer--social__item::before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(55, 150, 68, 0.3);
}

.footer--mentions {
  padding: 30px 0;
  flex-direction: column-reverse;
  display: flex;
}

.footer--mentions__left {
  padding-top: 20px;
}

.footer--mentions__left__item,
.footer--mentions__left__item a {
  font-size: 14px;
}

.footer--mentions__left__item a {
  padding: 2.5px 0;
}

.footer--mentions__right__item {
  position: relative;
}

.footer--mentions__right__item::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(55, 150, 68, 0.3);
}

@media (min-width: 992px) {
  .footer {
    padding: 120px 0 0;
  }

  .footer--top {
    padding: 0;
  }

  .footer--top__logo {
    width: 180px;
  }

  .footer--twocol {
    padding: 60px 0;
    align-items: flex-start;
  }

  .footer--twocol__right p {
    margin: 0 0 30px;
  }

  .footer--twocol__right p:last-of-type {
    margin: 0;
  }

  .footer--twocol__left .title {
    max-width: 100%;
  }

  .footer--social {
    padding: 0;
  }

  .footer--mentions {
    flex-direction: row;
    padding: 20px 0 30px;
  }

  .footer--mentions__left {
    padding-top: 0;
  }

  .footer--mentions__left__item {
    margin-right: 20px;
  }

  .footer--mentions__right__item {
    margin-right: 20px;
  }

  .footer--mentions__right__item:first-child::before {
    display: none;
  }

  .footer--mentions__right__item:last-child {
    padding: 0 0 0 20px;
  }

  .footer--mentions__right__item::before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(55, 150, 68, 0.3);
  }
}

/*@import 'components/transitions'; */

body {
  background: #FFF;
  background: url(../images/pattern-white.png?4978be4dbef1ef055ad8805354b41dd0) repeat center/50% auto;
}

.home--hero {
  padding: 120px 30px 0;
}

.home--hero__text {
  position: relative;
}

.home--hero__motif {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  display: none;
}

.home--hero__motif__item {
  list-style: none;
  position: absolute;
  height: 100px;
  width: 100px;
  display: block;
}

.home--hero__motif__item img {
  width: auto;
  height: auto;
  display: block;
}

.home--hero__motif__item.circle {
  left: 0;
  bottom: 200px;
}

.home--hero__motif__item.circle img {
  width: 75px;
}

.home--hero__motif__item.heart {
  left: 120px;
  top: 0;
}

.home--hero__motif__item.sun {
  right: 120px;
  top: 40px;
}

.home--hero__motif__item.sun img {
  width: 60px;
  height: auto;
}

.home--hero__motif__item.eye {
  right: 60px;
  bottom: 200px;
  width: 140px;
}

@media (max-width: 1199px) {
  .home--hero__motif__item {
    width: 80px;
    height: 80px;
  }

  .home--hero__motif__item.heart {
    top: -100px;
  }

  .home--hero__motif__item.sun {
    right: -60px;
  }

  .home--hero__motif__item.eye {
    bottom: 0;
    width: 100px;
    right: 30px;
  }
}

.home--hero__title {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  display: block;
  z-index: 3;
  position: relative;
  padding: 0 30px 30px;
}

.home--hero__title span {
  display: none;
}

.home--hero__title img {
  display: block;
}

@media (min-width: 1200px) {
  .home--hero__title {
    max-width: 700px;
  }
}

@media (max-width: 991px) {
  .home--hero__title img {
    max-width: 510px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .home--hero__title img {
    max-width: 100%;
  }
}

.home--hero .plyr__controls {
  display: none;
}

.home--hero .plyr__poster {
  background-size: cover;
}

.home--hero .plyr--full-ui.plyr--video button.plyr__control--overlaid {
  display: none;
}

.home--hero__video {
  position: relative;
  z-index: 2;
}

.home--hero__video__intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 0 30px;
}

.home--hero__video__iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

@media (max-width: 991px) {
  .home--hero__video .btn-soutien {
    padding: 0;
    align-items: center;
  }
}

.home--gagner .listing-title {
  color: #005a6a;
}

.home--qui {
  padding-top: 60px;
}

.home--qui__text {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: left;
}

.home--qui__text .icon-pretitle {
  display: block;
  max-width: 180px;
  margin: 0 auto 10px;
}

.home--qui__float {
  width: 100px;
  height: 120px;
  position: absolute;
  right: 5%;
  bottom: 60px;
  display: none;
}

.home--qui__float img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.home--prairies {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .home--prairies {
    padding-bottom: 120px;
  }
}

.home--form {
  padding-bottom: 60px;
  background: #005a6a url(../images/pattern-white.png?4978be4dbef1ef055ad8805354b41dd0) repeat center/50% auto;
  position: relative;
}

.home--form::before,
.home--form::after {
  display: block;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  background: url(../images/diagonale.png?b324cc9543dc26500dc307138b097e34) no-repeat center/100% 100%;
  top: -59px;
  left: 0;
  right: 0;
}

.home--form::after {
  top: auto;
  bottom: -59px;
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .home--form::before,
  .home--form::after {
    height: 120px;
    top: -119px;
  }

  .home--form::after {
    top: auto;
    bottom: -119px;
  }

  .home--form .twocol--wrapper {
    padding: 0;
  }
}

.home--form__text__intro p span {
  font-weight: bold;
  background: url(../images/or-background.svg?d92290084f1f006983ebcdf40c2bb23c) no-repeat center/120% 100%;
  color: #FFF !important;
  padding: 6px 5px 10px 5px;
  border-radius: 0px;
}

.home--form__text * {
  color: #FFF;
}

.home--form__text .text-wrapper {
  padding-right: 0;
}

.home--form__text .form-wrapper {
  position: relative;
}

.home--form__text__end {
  right: 0;
  bottom: 7.5px;
  padding: 10px 0 0;
  display: block;
}

.home--form .form-wrapper {
  margin-top: 30px;
}

.home--form__float {
  max-width: 130px;
  display: block;
  display: none;
}

.home--form__contact {
  padding: 0;
  margin: 30px 0 0;
}

.home--form__contact__item {
  list-style: none;
  padding: 30px 0;
  position: relative;
}

.home--form__contact__item::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  bottom: 0;
}

.home--form__contact__item .localisation {
  padding: 0 0 20px;
  font-size: 26px;
  line-height: 1.25em;
}

.home--form__contact__item .name {
  font-size: 16px;
}

.home--form__contact__item:last-child {
  padding-bottom: 0;
}

.home--form__contact__item:last-child::after {
  display: none;
}

@media (min-width: 768px) {
  .home--hero {
    margin-top: 80px;
  }

  .home--hero__motif {
    display: block;
  }

  .home--form__contact .flex-list {
    justify-content: space-between;
  }

  .home--form__text__end {
    position: absolute;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .home--hero {
    margin-top: 80px;
    padding: 120px 0 0;
  }

  .home--hero__video {
    position: relative;
    margin-top: -150px;
  }

  .home--hero__video__intro {
    justify-content: flex-start;
  }

  .home--hero__title {
    padding: 0;
  }

  .home--qui {
    padding-top: 120px;
  }

  .home--qui__text {
    padding: 0;
    text-align: center;
  }

  .home--qui__float {
    display: block;
  }

  .home--form__float {
    display: block;
  }

  .home--form .twocol--wrapper {
    align-items: flex-start;
  }

  .home--form__contact {
    margin-top: 60px;
  }

  .home--form__contact__item .localisation {
    font-size: 22px;
  }

  .home--form__contact__item .flex-list {
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .home--hero {
    margin-top: 60px;
  }

  .home--prairies {
    margin-bottom: 120px;
  }

  .home--form {
    padding-bottom: 120px;
  }
}

.thankyou {
  padding: 120px 30px 60px;
  border-bottom: 1px solid #EDEDED;
}

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

.thankyou--content .btn-wrapper {
  padding: 10px 0 0;
}

@media (min-width: 768px) {
  .thankyou {
    margin-top: 60px;
    padding: 120px 30px;
  }
}

@media (min-width: 992px) {
  .thankyou {
    margin-top: 120px;
  }
}

form .second-part {
  padding-top: 20px;
}

form p {
  margin: 0;
}

form span {
  color: #FFF !important;
}

form .profil .wpcf7-list-item,
form .rgpd .wpcf7-list-item {
  margin: 0 15px 0 0;
}

form select {
  border: 2px solid #585857;
  width: 100%;
  letter-spacing: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 0.6);
}

form .form-item {
  margin-bottom: 10px;
}

form .form-checkbox {
  margin-bottom: 5px;
  padding-left: 30px;
  margin-top: 30px;
  position: relative;
}

form .form-checkbox input[type="radio"],
form .form-checkbox input[type="checkbox"] {
  display: none;
}

form .form-checkbox span {
  text-align: left;
  display: block;
  margin-left: 0;
}

form .form-checkbox label {
  padding-top: 0;
}

form .form-checkbox input[type="radio"] + span::before,
form .form-checkbox input[type="checkbox"] + span::before {
  content: '';
  height: 15px;
  width: 15px;
  position: absolute;
  top: 5px;
  left: -30px;
  display: inline-block;
  border-radius: 40px;
  margin: 0 10px 0 0;
  border: 1.5px solid #FFF;
  transition: all 0.5s;
}

form .form-checkbox input[type="radio"]:checked + span::before,
form .form-checkbox input[type="checkbox"]:checked + span::before {
  border-radius: 100%;
  border-color: #FFF;
  background-color: #FFF;
}

form label {
  width: 100%;
  padding-top: 10px;
  display: block;
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
}

form label.term {
  display: flex;
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  padding: 20px 0 0 30px;
}

form label.term + input {
  position: absolute;
  left: 0;
  top: 25px;
  margin: 0;
}

form #participation div {
  position: relative;
}

form input[type="text"],
form input[type='email'],
form input[type="phone"],
form input[type="tel"],
form textarea,
form select {
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  width: 100%;
  font-size: 20px;
  padding: 20px;
  border: none;
  display: block;
  -moz-appearance: none;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  border: none;
}

form input[type="text"]::placeholder,
form input[type='email']::placeholder,
form input[type="phone"]::placeholder,
form input[type="tel"]::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

form input[type="text"]:focus,
form input[type='email']:focus,
form input[type="phone"]:focus,
form input[type="tel"]:focus,
form textarea:focus,
form select:focus {
  background-color: #FFF;
  color: #379644;
}

form input[type="text"]:focus::placeholder,
form input[type='email']:focus::placeholder,
form input[type="phone"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form textarea:focus::placeholder,
form select:focus::placeholder {
  color: rgba(55, 150, 68, 0.5);
}

form textarea {
  height: 170px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  font-family: articulat-cf, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

form input[type="submit"] {
  transition: all 0.5s;
  margin-top: 20px;
  cursor: pointer;
  line-height: 1em;
  background: url(../images/bg-btn-green.svg?186165810a81261b451a379feb1301ba) no-repeat center/cover;
}

form input[type="submit"]::after {
  display: none;
}

form input[type="submit"]:hover {
  transform: scale(1.1);
  background: url(../images/bg-btn-green.svg?186165810a81261b451a379feb1301ba) no-repeat center/cover;
}

@media (min-width: 992px) {
  form input[type="text"],
  form input[type='email'],
  form input[type="phone"],
  form textarea,
  form select {
    font-size: 20px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 60px 0 0;
  padding: 15px;
  background-color: #FFF;
  color: #585857;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 5px;
  font-style: italic;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #fc8d55;
  color: #FFF;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #A3B61E;
  color: #FFF;
}

.wpcf7 form.failed .wpcf7-response-output {
  background-color: #fc8d55;
  color: #1e0b01;
}

.wpcf7 .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #fc8d55;
  padding: 5px;
  text-decoration: underline;
}

