@charset "UTF-8";
/*
Theme Name: Prophil
Version: 1.0
*/
/* -----
Grid
----- */
/**
 * Easing
 */
.container-fluid,
.container,
.section-community__container {
  margin-right: auto;
  margin-left: auto; }

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

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* -----
12 columns Responsive Grid
----- */
.device-content {
  position: relative;
  width: 80%;
  margin: 0 auto; }
  .device-content.smaller {
    width: 65%;
    max-width: 840px; }
    @media (max-width: 768px) {
      .device-content.smaller {
        width: 80%; } }
  @media screen and (min-width: 1280px) {
    .device-content {
      width: 1080px;
      margin: 0 auto; } }

.column {
  display: block;
  float: left; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

img.scale-with-grid {
  width: 100%;
  height: auto;
  display: block; }

@media only screen and (max-width: 640px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%; }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.scroll-trigger__trigger {
  position: fixed;
  top: 0;
  right: 0; }
  .scroll-trigger__trigger span {
    position: relative; }
    .scroll-trigger__trigger span:before {
      position: absolute;
      top: -100%;
      content: 'trigger'; }

.scroll-trigger__trigger, .scroll-trigger__target, .scroll-trigger__target-end {
  display: block;
  width: 10%;
  height: 5px;
  transform: translateY(-50%);
  background-color: red;
  z-index: 1000;
  pointer-events: none; }
  .scroll-trigger__trigger span, .scroll-trigger__target span, .scroll-trigger__target-end span {
    display: block;
    font-size: 12px;
    padding-top: 10px; }

.scroll-trigger__target, .scroll-trigger__target-end {
  position: absolute;
  top: 0;
  right: 0; }

* {
  box-sizing: border-box;
  font-weight: normal;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased; }

html {
  height: 100%; }

body {
  margin: 0;
  color: #56504C;
  width: 100%;
  height: 100%; }
  body.isNotReady {
    position: relative;
    overflow-y: hidden; }

main {
  overflow-x: hidden; }

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

ul {
  list-style: none; }

button {
  padding: 0;
  background: none;
  border: none; }

strong {
  font-weight: bold; }

.beige-bg {
  background-color: #F9F4F1; }

.orange-text-color {
  color: #F0725D; }

.purple-text-color {
  color: #602244; }

.purple-bg {
  background-color: #602244; }

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden; }

.bgimg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.image-filter {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  margin: auto;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); }

.image-cover {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
    background: transparent; }

.not-desktop {
  display: none; }
  @media (max-width: 768px) {
    .not-desktop {
      display: block; } }

@media (max-width: 768px) {
  .not-mobile {
    display: none; } }

.swiper-wrapper {
  cursor: grab; }

.grecaptcha-badge {
  display: none !important; }

.button-primary, .section-references__navbar-item {
  --arrowWidth: 10px;
  --arrowMarginRight: 10px;
  display: inline-block;
  padding: 18px 36px;
  background-color: #641A43;
  border-radius: 150px;
  border: 1px solid;
  border-color: #641A43;
  font-family: "Futura PT Demi";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  transition: 0.2s cubic-bezier(0.37, 0, 0.63, 1);
  cursor: pointer;
  transition-property: background-color, border-color, color; }
  @media (min-width: 1024px) {
    .button-primary, .section-references__navbar-item {
      padding: 18px 54px; } }
  .button-primary--white, .button-primary.inactive, .inactive.section-references__navbar-item {
    background-color: #fff;
    border-color: #fff;
    color: #979797; }
    .button-primary--white:hover, .button-primary.inactive:hover, .inactive.section-references__navbar-item:hover {
      border-color: #641A43;
      color: #641A43; }
  .button-primary--no-border {
    border: none; }
  .button-primary--square {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    padding: 23px 26px; }
    @media (min-width: 1024px) {
      .button-primary--square {
        width: auto; } }
  .button-primary--small {
    padding: 13px 18px; }
  .button-primary:hover .button-primary__arrow, .section-references__navbar-item:hover .button-primary__arrow {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .button-primary:hover .button-primary__text, .section-references__navbar-item:hover .button-primary__text {
    transform: translate3d(0, 0, 0); }
  .button-primary__arrow {
    width: var(--arrowWidth);
    height: var(--arrowWidth);
    margin-right: var(--arrowMarginRight);
    transform: translate3d(-8px, 0, 0);
    opacity: 0;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: opacity, transform; }
  .button-primary__text {
    --translateX: calc(var(--arrowWidth) * -1);
    transform: translate3d(var(--translateX), 0, 0);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1); }

.button-fx {
  display: inline-block;
  position: relative;
  color: #F0725D;
  font-family: "Futura PT Demi";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.86px;
  line-height: 18px;
  cursor: pointer; }
  .button-fx:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1.5px;
    background-color: #F0725D;
    transition: width 0.4s ease-in-out; }
  .button-fx:hover:before {
    width: 0; }

.button-header {
  cursor: pointer;
  position: relative;
  color: #D8D8D8;
  font-family: "Futura PT Demi";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.3px;
  line-height: 18px;
  opacity: 0.8; }
  .button-header:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1.5px;
    background-color: #D8D8D8;
    content: ''; }

.total-add-to-cart {
  width: 60px;
  max-width: 100%;
  text-align: center;
  margin: 0 10px;
  border-bottom: 1px solid;
  height: 20px;
  display: inline-block;
  position: relative; }
  .total-add-to-cart .left {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    cursor: pointer; }
  .total-add-to-cart .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 18px;
    cursor: pointer; }
  .total-add-to-cart input {
    width: 100%;
    height: 18px;
    text-align: center;
    display: inline-block; }

@font-face {
  font-family: 'Futura PT Demi';
  src: url("./fonts/FuturaPT-Demi.woff2") format("woff2"), url("./fonts/FuturaPT-Demi.woff") format("woff"), url("./fonts/FuturaPT-Demi.ttf") format("truetype"), url("./fonts/FuturaPT-Demi.svg#FuturaPT-Demi") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT Book';
  src: url("./fonts/FuturaPT-Book.woff2") format("woff2"), url("./fonts/FuturaPT-Book.woff") format("woff"), url("./fonts/FuturaPT-Book.ttf") format("truetype"), url("./fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT Book Bold';
  src: url("./fonts/FuturaPT-Book-Bold.woff2") format("woff2"), url("./fonts/FuturaPT-Book-Bold.woff") format("woff"), url("./fonts/FuturaPT-Book-Bold.ttf") format("truetype"), url("./fonts/FuturaPT-Book-Bold.svg#FuturaPT-Book") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'volterra';
  src: url("./fonts/volterra-regular-webfont.woff2") format("woff2"), url("./fonts/volterra-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.navbar {
  z-index: 3; }

.menu-overlay {
  z-index: 50; }

.navbar__list {
  z-index: 5; }

.menu-overlay__animated-panel {
  z-index: 49; }

.header-home_headings {
  z-index: 1; }

.section-poles__container {
  z-index: 1; }

.section-poles__description {
  z-index: 1; }

.container-text {
  z-index: 2;
  position: relative; }

.background-clip {
  z-index: 100; }


.container,
.section-community__container {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 769px) {
    
    .container,
    .section-community__container {
      max-width: 77.7381vw;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 769px) {
    .container--small {
      max-width: 70.2381vw;
      padding-left: calc(30px + 3.57143vw);
      padding-right: calc(30px + 3.57143vw); } }
  @media (max-width: 480px) {
    .container--small {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 769px) {
    .container--narrow {
      max-width: 51.19048vw;
      padding-left: calc(30px + 3.57143vw);
      padding-right: calc(30px + 3.57143vw); } }

@media screen and (min-width: 1460px) {
  
  .container,
  .section-community__container {
    padding-left: 0;
    padding-right: 0; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  color: #000;
  text-decoration: none; }

select:focus,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 13px;
  font-family: Arial; }

input:focus {
  outline: 0; }

input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

::-webkit-search-decoration {
  display: none; }

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  overflow: visible;
  width: auto; }

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

textarea {
  vertical-align: top;
  overflow: auto; }

select[multiple] {
  vertical-align: top; }

h1 {
  font-family: "Futura PT Demi";
  font-size: 9.66184vw;
  line-height: 10.86957vw;
  font-weight: 400;
  font-style: normal;
  color: #641A43; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 4.7619vw;
      line-height: 4.46429vw; } }

.on-heading {
  display: inline-block;
  font-family: "Futura PT Demi";
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  color: #b79cab;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .on-heading {
      font-size: 14px;
      line-height: 18px; } }

body {
  font-family: "Futura PT Demi"; }

.purple {
  color: #9D5B81; }

.orange {
  color: #F0725D; }

.white {
  color: #fff !important; }

.heading {
  font-family: "Futura PT Demi";
  font-size: 40px;
  line-height: 45px;
  color: #641A43; }
  @media (min-width: 1024px) {
    .heading {
      font-size: 56px;
      line-height: 56px; } }

.heading-medium {
  font-family: "Futura PT Demi";
  font-size: 5.7971vw;
  line-height: 12.07729vw;
  color: #641A43;
  margin-bottom: 70px; }
  @media (min-width: 769px) {
    .heading-medium {
      font-size: 3.75vw;
      line-height: 2.97619vw; } }

.heading-small {
  font-family: "Futura PT Demi";
  color: #641A43;
  font-size: 45px;
  line-height: 58px; }
  @media (max-width: 768px) {
    .heading-small {
      font-size: 24px;
      line-height: 1; } }

.heading-smaller {
  font-family: "Futura PT Demi";
  font-size: 28px;
  line-height: 1em; }
  @media (max-width: 768px) {
    .heading-smaller {
      font-size: 35px;
      line-height: 40px; } }

.onTitle {
  max-width: 500px;
  font-family: "Futura PT Demi";
  font-size: 3.38164vw;
  line-height: 4.34783vw;
  letter-spacing: 1px;
  color: #b79cab;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .onTitle {
      font-size: 0.83333vw;
      line-height: 1.07143vw; } }

.subheading, .subheading p {
  font-family: "Futura PT Book";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.07px;
  font-weight: normal;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased; }

.paragraph, .paragraph p {
  color: #372D33;
  font-family: "Futura PT Book";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px; }
  @media (max-width: 768px) {
    .paragraph, .paragraph p {
      font-size: 14px;
      line-height: 22px; } }
  .paragraph > *:not(:first-child), .paragraph p > *:not(:first-child) {
    margin-top: 24px; }
  .paragraph strong, .paragraph p strong {
    font-family: "Futura PT Demi"; }

.paragraph-small {
  color: #372D33;
  font-family: "Futura PT Demi";
  font-size: 10px;
  letter-spacing: 0;
  line-height: 18px; }

.paragraph-medium, .section-activity-de-facto__card-details {
  font-family: "Futura PT Book";
  font-size: 16px;
  line-height: 34px; }
  .paragraph-medium > *:not(:first-child), .section-activity-de-facto__card-details > *:not(:first-child) {
    margin-top: 24px; }
  .paragraph-medium strong, .section-activity-de-facto__card-details strong {
    font-family: "Futura PT Demi"; }

.paragraph-big {
  font-family: "Futura PT Book";
  font-size: 28px;
  letter-spacing: 0;
  line-height: 36px; }
  @media (max-width: 768px) {
    .paragraph-big {
      font-size: 13px;
      line-height: 22px; } }

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h5 strong, h5 b {
  color: #602244; }

.content h2, .content h3, .content h4, .content h5, .content h5 {
  font-family: "Futura PT Demi"; }

.content h2 {
  font-size: 40px;
  line-height: 1em;
  margin-top: 50px;
  margin-bottom: 30px; }

.content h3 {
  font-size: 28px;
  line-height: 35px;
  margin-top: 40px;
  margin-bottom: 30px; }

.content h4 {
  margin-top: 30px;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px; }

.content p {
  margin-bottom: 15px; }

.ui-section-padding, .section-case-study {
  padding: 24.15459vw 0; }
  @media (min-width: 1024px) {
    .ui-section-padding, .section-case-study {
      padding: 17.85714vw 0; } }

.popup-info {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.popup-info .popup-info-c {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  overflow: auto;
  align-items: center;
  justify-content: center; }

.popup-info .popup-info-content {
  background-color: #602244;
  max-width: 900px;
  padding: 0;
  position: relative;
  display: flex;
  max-height: 90%;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.popup-info .popup-img-link {
  order: 1;
  width: 60%; }

.popup-info .popup-img-link picture {
  width: 100%;
  height: auto;
  float: left; }

.popup-info .popup-img-link img {
  width: 100%;
  height: auto; }

.popup-info .popup-text {
  order: 0;
  width: 40%;
  padding: 50px; }

.popup-info .popup-text .h3 {
  color: #fff;
  font-size: 45px;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
  font-family: "Futura PT Demi"; }

.popup-info .popup-text .h3 sup {
  font-size: 16px;
  display: inline-block;
  line-height: 14px;
  top: -10px;
  position: relative; }

.popup-info .popup-text .paragraphe {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  font-family: "Futura PT Book"; }

.popup-info .popup-text .button {
  color: #602244;
  background-color: #fff;
  margin: 30px 0 0;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 20px;
  font-family: "Futura PT Book"; }

.popup-info .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  width: 25px;
  height: 25px; }

.popup-info .close_line {
  width: 100%;
  height: 2px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #fff; }

.popup-info .close_line:first-child {
  transform: rotate(45deg); }

.popup-info .close_line:last-child {
  transform: rotate(-45deg); }

@media only screen and (max-width: 1200px) {
  .popup-info .popup-img-link,
  .popup-info .popup-text {
    order: 0;
    width: 50%; } }

@media only screen and (max-width: 900px) {
  .popup-info .popup-info-c {
    padding: 10px; }
  .popup-info .popup-info-content {
    flex-wrap: wrap;
    max-height: initial; }
  .popup-info .popup-img-link {
    order: 0;
    width: 100%; }
  .popup-info .popup-text {
    order: 1;
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .popup-info .popup-text {
    padding: 15px;
    text-align: center; }
  .popup-info .popup-text .h3 {
    font-size: 20px; }
  .popup-info .popup-text .paragraphe {
    font-size: 16px;
    line-height: 20px; }
  .popup-info .popup-text .button {
    font-size: 16px; } }

.article-content .article-content__podcast {
  margin-bottom: 60px; }

.article-content h1, .article-content h2 {
  font-family: "Futura PT Demi";
  font-weight: 400;
  font-size: 45px;
  line-height: 58px;
  color: #641A43;
  margin-bottom: 32px; }

.article-content h3 {
  font-family: "Futura PT Demi";
  font-weight: 400;
  font-size: 38px;
  line-height: 56px;
  color: #641A43;
  margin-bottom: 32px; }

.article-content h4, .article-content h5, .article-content h6 {
  font-family: "Futura PT Demi";
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #641A43;
  margin-bottom: 32px; }

.article-content div > img, .article-content > img {
  margin-top: 40px; }

.article-content .wp-caption-text {
  font-family: "Futura PT Book";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #4E4E4E;
  font-style: italic; }

.article-content p {
  font-family: "Futura PT Book";
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #4E4E4E;
  margin-bottom: 38px; }
  .article-content p strong {
    font-family: "Futura PT Demi";
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #4E4E4E; }

.article-content a:not(.block-more), .article-content a:not(.block-more) > span {
  position: relative;
  font-family: "Futura PT Demi";
  font-weight: 400;
  font-size: 16px;
  line-height: 33px;
  color: #EB4B23 !important; }
  .article-content a:not(.block-more)::after, .article-content a:not(.block-more) > span::after {
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(235, 75, 35, 0.15);
    transition: background-color 0.2s ease-in-out; }
  .article-content a:not(.block-more):hover::after, .article-content a:not(.block-more) > span:hover::after {
    background-color: rgba(235, 75, 35, 0.7); }

.article-content ul {
  margin: 60px 0; }
  .article-content ul li {
    font-family: "Futura PT Book";
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #4E4E4E;
    margin-bottom: 16px; }
    .article-content ul li::before {
      content: '\2022';
      color: #EB4B23;
      display: inline-block;
      width: 1em;
      padding-right: 12px; }
    .article-content ul li:last-of-type {
      margin-bottom: 0; }

.article-content hr {
  opacity: 0.3; }

.article-content blockquote {
  padding-left: 28px;
  border-left: 3px solid rgba(100, 26, 67, 0.25); }
  .article-content blockquote p {
    quotes: '\201c' '\201d';
    font-family: "Futura PT Book";
    font-size: 21px;
    line-height: 36px;
    font-weight: 800;
    color: #641A43; }
    .article-content blockquote p::before {
      content: open-quote; }
    .article-content blockquote p::after {
      content: close-quote; }

.article-content ol {
  counter-reset: itemCounter;
  margin: 50px 0; }
  .article-content ol li {
    font-family: "Futura PT Book";
    font-weight: 400;
    color: #4E4E4E;
    min-width: 30px;
    margin-bottom: 16px; }
    .article-content ol li::before {
      font-weight: 800;
      font-size: 28px;
      line-height: 33px;
      color: #EB4B23;
      counter-increment: itemCounter;
      content: counter(itemCounter) ".";
      padding-right: 12px; }
    .article-content ol li:last-of-type {
      margin-bottom: 0; }

.article-content .wp-post-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px; }

.single-intro-thumbnail {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px; }

.article-sharing {
  margin-top: 24px;
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    .article-sharing {
      display: flex !important;
      justify-content: flex-end !important;
      align-items: center !important; } }
  .article-sharing__label {
    display: block;
    font-family: "Futura PT Book";
    font-size: 14px;
    line-height: 18px;
    color: #979797;
    margin-right: 16px;
    margin-bottom: 18px; }
    @media (min-width: 1024px) {
      .article-sharing__label {
        margin-bottom: 0; } }
  .article-sharing .the_champ_sharing_container .theChampSharing, .article-sharing .the_champ_sharing_container .theChampSharing > a, .article-sharing .the_champ_horizontal_sharing .theChampSharing, .article-sharing .the_champ_horizontal_sharing .theChampSharing > a {
    width: 67px !important;
    height: 67px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 4px !important; }
  .article-sharing .the_champ_sharing_container .theChampSharingSvg, .article-sharing .the_champ_horizontal_sharing .theChampSharingSvg {
    width: 55% !important;
    height: 55% !important; }

.section-missions-wrapper {
  padding-top: 10vh; }

.section-missions {
  display: flex;
  flex-direction: column; }
  .section-missions__date {
    font-size: 10vh;
    position: fixed;
    bottom: 0;
    left: -2%;
    z-index: 1;
    transition: .3s ease;
    height: 160px;
    overflow: hidden;
    color: #D8D8D8; }
    .section-missions__date .date-container {
      display: block;
      position: relative;
      transition: .7s ease;
      transform: translateY(0%); }
      .section-missions__date .date-container div div {
        transform: translateY(0%); }
        .section-missions__date .date-container div div:nth-child(3), .section-missions__date .date-container div div:nth-child(4) {
          color: #F0725D; }
    .section-missions__date._hidden .date-container {
      transform: translateY(100%); }
      .section-missions__date._hidden .date-container div div {
        transition: .7s ease;
        transform: translateY(200%);
        display: none;
        position: absolute; }
        .section-missions__date._hidden .date-container div div:nth-child(1) {
          transition-delay: .1s; }
        .section-missions__date._hidden .date-container div div:nth-child(2) {
          transition-delay: .2s; }
        .section-missions__date._hidden .date-container div div:nth-child(3) {
          transition-delay: .3s; }
        .section-missions__date._hidden .date-container div div:nth-child(4) {
          transition-delay: .4s; }
    @media (max-width: 768px) {
      .section-missions__date {
        font-size: 100px;
        position: relative;
        margin: 100px 0;
        display: block; } }
  .section-missions__main-content {
    width: 30%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .section-missions__main-content {
        width: 80%;
        margin-top: 10vh;
        position: relative; } }
    .section-missions__main-content .pre-titre {
      font-size: 12px;
      display: block;
      font-family: "Futura PT Demi";
      margin-bottom: 30px;
      text-transform: uppercase;
      color: #6A6A6A; }
    .section-missions__main-content h2 {
      font-family: "Futura PT Demi";
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 30px; }
    .section-missions__main-content p {
      font-size: 18px;
      font-family: "Futura PT Book";
      line-height: 27px;
      margin-bottom: 30px; }
    .section-missions__main-content a {
      margin-bottom: 20px;
      display: inline-block; }
  .section-missions__dyptique, .section-missions__dyptique-slider {
    margin-bottom: 10vh;
    display: flex;
    align-items: stretch;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .section-missions__dyptique, .section-missions__dyptique-slider {
        flex-direction: column; } }
    .section-missions__dyptique .section-missions__main-images, .section-missions__dyptique-slider .section-missions__main-images {
      width: 30%;
      display: flex;
      align-items: center; }
      @media (max-width: 768px) {
        .section-missions__dyptique .section-missions__main-images, .section-missions__dyptique-slider .section-missions__main-images {
          width: 100%;
          order: 2; } }
    .section-missions__dyptique figure, .section-missions__dyptique-slider figure {
      width: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .section-missions__dyptique figure, .section-missions__dyptique-slider figure {
          position: relative;
          overflow: hidden;
          height: auto; } }
      .section-missions__dyptique figure img, .section-missions__dyptique figure picture, .section-missions__dyptique-slider figure img, .section-missions__dyptique-slider figure picture {
        position: relative; }
  .section-missions__dyptique-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    overflow: hidden; }
  .section-missions__dyptique-slider .swiper-button-group {
    width: 30%;
    position: absolute;
    bottom: 5%;
    right: 5%;
    height: 50px; }
    @media (max-width: 768px) {
      .section-missions__dyptique-slider .swiper-button-group {
        width: 35%; } }
    .section-missions__dyptique-slider .swiper-button-group .swiper-button-next,
    .section-missions__dyptique-slider .swiper-button-group .swiper-button-prev {
      outline: none;
      width: 35px;
      height: 35px;
      background: #fff;
      border-radius: 35px; }
      .section-missions__dyptique-slider .swiper-button-group .swiper-button-next:after,
      .section-missions__dyptique-slider .swiper-button-group .swiper-button-prev:after {
        font-size: 10px;
        color: #F0725D; }
  .section-missions__video {
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 10vh;
    overflow: hidden; }
    @media (max-width: 768px) {
      .section-missions__video {
        height: auto; } }
    .section-missions__video video {
      min-width: 100%;
      min-height: 100%;
      background-size: cover; }
      @media (max-width: 768px) {
        .section-missions__video video {
          width: 100%; } }
    .section-missions__video .videoTrigger {
      width: 150px;
      height: 150px;
      border-radius: 100px;
      background: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      transition: .3s ease; }
      .section-missions__video .videoTrigger._hidden {
        opacity: 0;
        visibility: hidden; }
      .section-missions__video .videoTrigger span {
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%; }
  .section-missions__quote {
    width: 45%;
    left: 30%;
    position: relative;
    background: #602244;
    padding: 100px;
    margin-bottom: 10vh; }
    @media (max-width: 768px) {
      .section-missions__quote {
        width: 60%;
        left: 10%;
        position: relative;
        background: #602244;
        padding: 10%; } }
    .section-missions__quote * {
      color: #fff; }
    .section-missions__quote blockquote {
      font-family: "Futura PT Demi";
      font-size: 52px;
      line-height: 67px;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .section-missions__quote blockquote {
          font-size: 32px;
          line-height: 42px; } }
  .section-missions__bloc-texte {
    width: 40%;
    margin: 10vh 0;
    position: relative;
    left: 50%; }
    @media (max-width: 768px) {
      .section-missions__bloc-texte {
        width: 80%;
        margin: 100px 0;
        position: relative;
        left: 10%; } }
    .section-missions__bloc-texte p {
      font-family: "Futura PT Book";
      font-size: 18px;
      line-height: 27px; }
  .section-missions__bloc-image {
    width: 80%;
    left: 20%;
    position: relative;
    max-height: 80vh;
    overflow: hidden;
    margin-bottom: 10vh;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .section-missions__bloc-image {
        width: 95%;
        left: 5%;
        position: relative;
        height: auto;
        margin-bottom: 100px; } }
    .section-missions__bloc-image picture {
      width: 100%; }
    .section-missions__bloc-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-missions__bloc-image-cover {
    width: 80%;
    left: 20%;
    padding: 10vh;
    position: relative;
    height: 80vh;
    overflow: hidden;
    margin-bottom: 10vh;
    clear: both;
    background-color: #F9F4F1;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .section-missions__bloc-image-cover {
        width: 100%;
        position: relative;
        height: auto;
        padding: 10vw;
        left: initial;
        display: block; } }
    .section-missions__bloc-image-cover img {
      -webkit-box-shadow: 20px 20px 24px 0px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 20px 20px 24px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 20px 20px 24px 0px rgba(0, 0, 0, 0.16);
      max-height: 100%;
      width: auto; }
      @media (max-width: 768px) {
        .section-missions__bloc-image-cover img {
          max-width: 80%;
          height: auto; } }
  .section-missions h2 {
    font-size: 28px;
    line-height: 35px;
    font-family: "Futura PT Demi";
    margin-bottom: 50px; }
    .section-missions h2 strong {
      color: #602244; }
  .section-missions__bloc-colonnes {
    width: 40%;
    margin: 0 0 10vh;
    position: relative;
    left: 50%; }
    @media (max-width: 768px) {
      .section-missions__bloc-colonnes {
        width: 80%;
        margin: 100px 0;
        position: relative;
        left: 10%; } }
    .section-missions__bloc-colonnes div.half {
      width: 45%;
      float: left;
      margin-right: 5%;
      margin-bottom: 35px; }
      @media (max-width: 768px) {
        .section-missions__bloc-colonnes div.half {
          width: 100%;
          margin-bottom: 70px; } }
      .section-missions__bloc-colonnes div.half:last-child {
        margin-bottom: 10vh; }
        @media (max-width: 768px) {
          .section-missions__bloc-colonnes div.half:last-child {
            margin-bottom: 100px; } }
      .section-missions__bloc-colonnes div.half h3 {
        margin-bottom: 35px;
        display: block; }
        @media (max-width: 768px) {
          .section-missions__bloc-colonnes div.half h3 {
            font-size: 18px; } }
      @media (max-width: 768px) {
        .section-missions__bloc-colonnes div.half p {
          font-size: 18px; } }

section.contact {
  padding-top: 100px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 769px) {
    section.contact {
      padding-left: 0;
      padding-right: 0; } }
  section.contact .contact-block {
    margin-bottom: 7vh; }
    section.contact .contact-block .subheading {
      opacity: .3;
      letter-spacing: 0;
      margin-bottom: 15px;
      display: block;
      text-align: left;
      margin: 0; }
    section.contact .contact-block p {
      font-family: "Futura PT Book";
      font-size: 14px;
      line-height: 18px; }
  section.contact h2 {
    color: #56504C; }
    section.contact h2 strong {
      color: #9D5B81; }
  section.contact .heading-small {
    margin-bottom: 50px; }
  section.contact form {
    margin-top: 70px;
    margin-bottom: 100px; }
    section.contact form *:not(p) {
      width: 100%;
      color: #CDCDCD; }
    section.contact form span.wpcf7-not-valid-tip {
      color: #f00; }
    @media (min-width: 769px) {
      section.contact form .half-col {
        width: 49%;
        float: left; }
        section.contact form .half-col._left {
          margin-left: 2%; } }
    section.contact form div.wpcf7-validation-errors,
    section.contact form div.wpcf7-acceptance-missing {
      border-color: #F0725D; }
    section.contact form div.wpcf7-mail-sent-ok {
      border-color: #602244; }
    section.contact form .full-col {
      width: 100%; }
    section.contact form label {
      font-family: "Futura PT Demi";
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase; }
    section.contact form textarea.wpcf7-textarea {
      font-family: "Futura PT Demi" !important;
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 18px; }
    section.contact form span input,
    section.contact form span textarea {
      font-family: "Futura PT Demi";
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 18px;
      margin-bottom: 20px;
      color: #56504C;
      border-bottom: solid 1px #CDCDCD; }
      section.contact form span input:focus,
      section.contact form span textarea:focus {
        /* Chrome/Opera/Safari */
        color: #56504C;
        border-bottom: solid 1px #56504C; }
        section.contact form span input:focus ~ label,
        section.contact form span textarea:focus ~ label {
          opacity: 1; }
      section.contact form span input::placeholder,
      section.contact form span textarea::placeholder {
        color: #CDCDCD; }
    section.contact form span textarea {
      resize: vertical;
      all: initial;
      white-space: pre-wrap; }
    section.contact form input[type="submit"] {
      text-align: left;
      color: #F0725D;
      text-transform: uppercase;
      font-family: "Futura PT Demi";
      font-size: 12px;
      display: inline-block;
      position: relative;
      overflow: visible;
      position: relative;
      border-bottom: solid 1px #F0725D;
      width: auto;
      padding-bottom: 5px; }
      section.contact form input[type="submit"]:hover {
        cursor: pointer; }

.contact__paragraph-introduction p {
  font-size: 18px;
  line-height: 24px; }

.page-de-facto__wrapper-inner {
  position: relative;
  background-color: #F9F4F1; }

.page-de-facto__svg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 0;
  height: 100%;
  width: 100%; }
  .page-de-facto__svg svg {
    height: 100%;
    width: 100%; }
  @media (max-width: 768px) {
    .page-de-facto__svg {
      bottom: auto;
      top: 0; } }

.page-template-page-pole-recherche, .page-template-template-pole-conseil {
  position: relative; }
  .page-template-page-pole-recherche .sections-pole-recherche .button-header, .page-template-page-pole-recherche .sections-pole-conseil .button-header, .page-template-template-pole-conseil .sections-pole-recherche .button-header, .page-template-template-pole-conseil .sections-pole-conseil .button-header {
    margin-top: 50px;
    color: #F0725D; }
    .page-template-page-pole-recherche .sections-pole-recherche .button-header:before, .page-template-page-pole-recherche .sections-pole-conseil .button-header:before, .page-template-template-pole-conseil .sections-pole-recherche .button-header:before, .page-template-template-pole-conseil .sections-pole-conseil .button-header:before {
      background-color: #F0725D; }
  .page-template-page-pole-recherche .header-pragraph, .page-template-page-pole-recherche .button-header, .page-template-template-pole-conseil .header-pragraph, .page-template-template-pole-conseil .button-header {
    color: white; }
  .page-template-page-pole-recherche .le-savier_1 .header-common__subheading, .page-template-page-pole-recherche .le-savier_1 .header-pragraph, .page-template-page-pole-recherche .le-savier_1 .header-pragraph p, .page-template-template-pole-conseil .le-savier_1 .header-common__subheading, .page-template-template-pole-conseil .le-savier_1 .header-pragraph, .page-template-template-pole-conseil .le-savier_1 .header-pragraph p {
    color: white; }
  .page-template-page-pole-recherche .activites, .page-template-template-pole-conseil .activites {
    position: relative;
    height: 100vh; }
    @media (max-width: 768px) {
      .page-template-page-pole-recherche .activites, .page-template-template-pole-conseil .activites {
        height: auto; } }
    .page-template-page-pole-recherche .activites .column, .page-template-page-pole-recherche .activites .row, .page-template-template-pole-conseil .activites .column, .page-template-template-pole-conseil .activites .row {
      height: 100%;
      position: relative; }
    .page-template-page-pole-recherche .activites__photo-container, .page-template-template-pole-conseil .activites__photo-container {
      height: 100%;
      display: flex;
      align-items: stretch; }
      .page-template-page-pole-recherche .activites__photo-container li:not(.active), .page-template-template-pole-conseil .activites__photo-container li:not(.active) {
        display: none; }
      .page-template-page-pole-recherche .activites__photo-container li.active, .page-template-template-pole-conseil .activites__photo-container li.active {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        padding: 10vh 5vw;
        width: 100%; }
        @media (max-width: 768px) {
          .page-template-page-pole-recherche .activites__photo-container li.active, .page-template-template-pole-conseil .activites__photo-container li.active {
            height: 50vh; } }
      .page-template-page-pole-recherche .activites__photo-container .paragraph, .page-template-page-pole-recherche .activites__photo-container .paragraph p, .page-template-page-pole-recherche .activites__photo-container .paragraph strong, .page-template-template-pole-conseil .activites__photo-container .paragraph, .page-template-template-pole-conseil .activites__photo-container .paragraph p, .page-template-template-pole-conseil .activites__photo-container .paragraph strong {
        color: white;
        position: relative;
        z-index: 1; }
    .page-template-page-pole-recherche .activites .text-content, .page-template-template-pole-conseil .activites .text-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      max-width: 60%;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .page-template-page-pole-recherche .activites .text-content, .page-template-template-pole-conseil .activites .text-content {
          max-width: 80%;
          position: relative;
          top: 0;
          transform: none;
          margin: 50px auto; } }
      .page-template-page-pole-recherche .activites .text-content h2, .page-template-template-pole-conseil .activites .text-content h2 {
        margin-bottom: 5vh; }
      .page-template-page-pole-recherche .activites .text-content nav, .page-template-template-pole-conseil .activites .text-content nav {
        margin-top: 5vh; }
        .page-template-page-pole-recherche .activites .text-content nav span, .page-template-template-pole-conseil .activites .text-content nav span {
          display: block;
          margin-bottom: 20px;
          text-transform: uppercase;
          transition: margin .3s ease-in-out;
          cursor: pointer; }
          .page-template-page-pole-recherche .activites .text-content nav span.active, .page-template-template-pole-conseil .activites .text-content nav span.active {
            transition: margin .3s ease-in-out;
            margin-left: 22px;
            position: relative;
            cursor: pointer; }
            .page-template-page-pole-recherche .activites .text-content nav span.active:after, .page-template-template-pole-conseil .activites .text-content nav span.active:after {
              position: absolute;
              content: '•';
              left: -22px;
              top: 1px; }
  .page-template-page-pole-recherche .textContainer, .page-template-template-pole-conseil .textContainer {
    position: relative; }
    .page-template-page-pole-recherche .textContainer .text-content, .page-template-template-pole-conseil .textContainer .text-content {
      max-width: 60%;
      left: 0;
      right: 0;
      margin: 200px auto; }
      @media (max-width: 768px) {
        .page-template-page-pole-recherche .textContainer .text-content, .page-template-template-pole-conseil .textContainer .text-content {
          max-width: 80%;
          left: 0;
          right: 0;
          margin: 60px auto 0; } }
      .page-template-page-pole-recherche .textContainer .text-content._left, .page-template-template-pole-conseil .textContainer .text-content._left {
        margin: 200px auto; }
        .page-template-page-pole-recherche .textContainer .text-content._left .paragraph, .page-template-page-pole-recherche .textContainer .text-content._left p, .page-template-page-pole-recherche .textContainer .text-content._left .paragraph p, .page-template-template-pole-conseil .textContainer .text-content._left .paragraph, .page-template-template-pole-conseil .textContainer .text-content._left p, .page-template-template-pole-conseil .textContainer .text-content._left .paragraph p {
          font-size: 18px;
          line-height: 25px;
          letter-spacing: 0.07px; }
        @media (max-width: 768px) {
          .page-template-page-pole-recherche .textContainer .text-content._left, .page-template-template-pole-conseil .textContainer .text-content._left {
            margin: 20px auto 100px 10%; } }
      .page-template-page-pole-recherche .textContainer .text-content._right, .page-template-template-pole-conseil .textContainer .text-content._right {
        max-width: 80%;
        top: 55%;
        margin: 200px auto 100px; }
        @media (max-width: 768px) {
          .page-template-page-pole-recherche .textContainer .text-content._right, .page-template-template-pole-conseil .textContainer .text-content._right {
            margin: 50px auto 100px;
            max-width: 80%; } }
        .page-template-page-pole-recherche .textContainer .text-content._right p, .page-template-template-pole-conseil .textContainer .text-content._right p {
          width: 80%; }
          @media (max-width: 768px) {
            .page-template-page-pole-recherche .textContainer .text-content._right p, .page-template-template-pole-conseil .textContainer .text-content._right p {
              width: 100%;
              line-height: 23px; } }
      .page-template-page-pole-recherche .textContainer .text-content span.purple, .page-template-template-pole-conseil .textContainer .text-content span.purple {
        color: #602244; }
      .page-template-page-pole-recherche .textContainer .text-content span.subheading, .page-template-template-pole-conseil .textContainer .text-content span.subheading {
        font-family: "Futura PT Demi";
        font-size: 12px;
        font-weight: 100;
        margin-bottom: 20px;
        display: block;
        text-align: left;
        margin-left: 0; }
      .page-template-page-pole-recherche .textContainer .text-content a, .page-template-template-pole-conseil .textContainer .text-content a {
        margin-top: 70px;
        display: inline-block; }
        @media (max-width: 768px) {
          .page-template-page-pole-recherche .textContainer .text-content a, .page-template-template-pole-conseil .textContainer .text-content a {
            margin-top: 50px; } }
    .page-template-page-pole-recherche .textContainer--list, .page-template-template-pole-conseil .textContainer--list {
      background: #F9F4F1;
      overflow: hidden;
      height: 100%;
      position: relative; }
      @media (max-width: 768px) {
        .page-template-page-pole-recherche .textContainer--list, .page-template-template-pole-conseil .textContainer--list {
          height: auto; } }
      .page-template-page-pole-recherche .textContainer--list .text-content._left, .page-template-template-pole-conseil .textContainer--list .text-content._left {
        max-width: 60%;
        left: 0;
        right: 0;
        margin: 300px auto auto; }
        @media (max-width: 768px) {
          .page-template-page-pole-recherche .textContainer--list .text-content._left, .page-template-template-pole-conseil .textContainer--list .text-content._left {
            margin: 100px auto auto;
            max-width: 80%; } }
      .page-template-page-pole-recherche .textContainer--list .text-content .timelineTrigger, .page-template-template-pole-conseil .textContainer--list .text-content .timelineTrigger {
        color: #F0725D;
        font-family: "Futura PT Demi";
        font-size: 12px;
        margin-top: 150px;
        display: inline-block;
        position: relative; }
        @media (max-width: 768px) {
          .page-template-page-pole-recherche .textContainer--list .text-content .timelineTrigger, .page-template-template-pole-conseil .textContainer--list .text-content .timelineTrigger {
            margin-top: 120px; } }
        .page-template-page-pole-recherche .textContainer--list .text-content .timelineTrigger:hover, .page-template-template-pole-conseil .textContainer--list .text-content .timelineTrigger:hover {
          cursor: pointer; }
        .page-template-page-pole-recherche .textContainer--list .text-content .timelineTrigger:after, .page-template-template-pole-conseil .textContainer--list .text-content .timelineTrigger:after {
          content: '';
          width: 100%;
          height: 1px;
          background: #F0725D;
          display: block;
          position: absolute;
          bottom: -5px; }
      .page-template-page-pole-recherche .textContainer--list .line, .page-template-template-pole-conseil .textContainer--list .line {
        width: 1px;
        height: 100%;
        background: #56504C;
        position: absolute;
        top: 200px; }
        @media (max-width: 768px) {
          .page-template-page-pole-recherche .textContainer--list .line, .page-template-template-pole-conseil .textContainer--list .line {
            display: none; } }
      .page-template-page-pole-recherche .textContainer--list ul li, .page-template-template-pole-conseil .textContainer--list ul li {
        position: relative;
        margin-bottom: 100px; }
        .page-template-page-pole-recherche .textContainer--list ul li:last-child, .page-template-template-pole-conseil .textContainer--list ul li:last-child {
          margin-bottom: 0; }
          .page-template-page-pole-recherche .textContainer--list ul li:last-child p, .page-template-page-pole-recherche .textContainer--list ul li:last-child span:not(.bullet), .page-template-template-pole-conseil .textContainer--list ul li:last-child p, .page-template-template-pole-conseil .textContainer--list ul li:last-child span:not(.bullet) {
            opacity: 0.3; }
        .page-template-page-pole-recherche .textContainer--list ul li span.bullet, .page-template-template-pole-conseil .textContainer--list ul li span.bullet {
          border-radius: 10px;
          position: absolute;
          left: -13.5%;
          background: #fff;
          border: solid 1px #56504C; }
          .page-template-page-pole-recherche .textContainer--list ul li span.bullet.current, .page-template-template-pole-conseil .textContainer--list ul li span.bullet.current {
            width: 10px;
            height: 10px; }
          .page-template-page-pole-recherche .textContainer--list ul li span.bullet.small, .page-template-template-pole-conseil .textContainer--list ul li span.bullet.small {
            width: 5px;
            height: 5px;
            left: -13%; }
        .page-template-page-pole-recherche .textContainer--list ul li span, .page-template-template-pole-conseil .textContainer--list ul li span {
          display: block;
          margin-bottom: 15px;
          font-family: "Futura PT Demi";
          font-size: 12px;
          text-transform: uppercase;
          color: #A4978E; }
        .page-template-page-pole-recherche .textContainer--list ul li p, .page-template-template-pole-conseil .textContainer--list ul li p {
          margin-top: 5px;
          margin-bottom: 15px; }
          .page-template-page-pole-recherche .textContainer--list ul li p.purple, .page-template-template-pole-conseil .textContainer--list ul li p.purple {
            color: #602244; }
  .page-template-page-pole-recherche .le-savier_1, .page-template-template-pole-conseil .le-savier_1 {
    position: relative; }
    .page-template-page-pole-recherche .le-savier_1 .forms_1, .page-template-template-pole-conseil .le-savier_1 .forms_1 {
      bottom: -20%;
      left: 3%;
      width: 262px;
      height: 500px; }
    .page-template-page-pole-recherche .le-savier_1 .forms_2, .page-template-template-pole-conseil .le-savier_1 .forms_2 {
      width: 20%;
      height: auto;
      right: 0;
      bottom: -10%; }
    .page-template-page-pole-recherche .le-savier_1 .forms_3, .page-template-template-pole-conseil .le-savier_1 .forms_3 {
      width: 20%;
      height: auto;
      left: 38%;
      bottom: -20%; }
      @media (max-width: 768px) {
        .page-template-page-pole-recherche .le-savier_1 .forms_3, .page-template-template-pole-conseil .le-savier_1 .forms_3 {
          width: 50%;
          left: 20%; } }
    .page-template-page-pole-recherche .le-savier_1 .forms_4, .page-template-template-pole-conseil .le-savier_1 .forms_4 {
      top: -80px;
      right: 15%;
      width: 154px;
      height: 155px; }
  .page-template-page-pole-recherche .container-text, .page-template-template-pole-conseil .container-text {
    position: relative; }
  .page-template-page-pole-recherche .le-savier_2, .page-template-template-pole-conseil .le-savier_2 {
    position: relative; }
    .page-template-page-pole-recherche .le-savier_2 .forms_1, .page-template-template-pole-conseil .le-savier_2 .forms_1 {
      bottom: -20%;
      right: 5%;
      width: 20%; }
    .page-template-page-pole-recherche .le-savier_2 .forms_2, .page-template-template-pole-conseil .le-savier_2 .forms_2 {
      width: 15%;
      height: auto;
      left: 60%;
      bottom: 3%; }
      @media (max-width: 768px) {
        .page-template-page-pole-recherche .le-savier_2 .forms_2, .page-template-template-pole-conseil .le-savier_2 .forms_2 {
          left: auto;
          bottom: 13%;
          right: -12%;
          width: 40%; } }
    .page-template-page-pole-recherche .le-savier_2 .forms_3, .page-template-template-pole-conseil .le-savier_2 .forms_3 {
      width: 25%;
      height: auto;
      left: 0;
      bottom: 0; }
      @media (max-width: 768px) {
        .page-template-page-pole-recherche .le-savier_2 .forms_3, .page-template-template-pole-conseil .le-savier_2 .forms_3 {
          width: 50%;
          left: -37%;
          bottom: -10%; } }
    .page-template-page-pole-recherche .le-savier_2 .forms_4, .page-template-template-pole-conseil .le-savier_2 .forms_4 {
      top: -80px;
      left: 30%;
      width: 13%; }
      @media (max-width: 768px) {
        .page-template-page-pole-recherche .le-savier_2 .forms_4, .page-template-template-pole-conseil .le-savier_2 .forms_4 {
          top: -50px;
          left: 50%;
          width: 20%; } }
  .page-template-page-pole-recherche .shapes, .page-template-template-pole-conseil .shapes {
    position: absolute; }

.sections-pole-recherche .heading-small strong {
  color: #9D5B81; }

.sections-pole-recherche .activites nav span.active, .sections-pole-recherche .activites nav span:hover {
  color: #9D5B81; }
  .sections-pole-recherche .activites nav span.active:after, .sections-pole-recherche .activites nav span:hover:after {
    color: #9D5B81; }

.header-common__forms-a {
  position: absolute;
  top: -7%;
  right: 20%; }
  .header-common__forms-a img {
    width: 75%; }
  @media (max-width: 768px) {
    .header-common__forms-a {
      top: -7%;
      right: -15%; }
      .header-common__forms-a img {
        width: 50%; } }

.header-common__forms-V {
  position: absolute;
  top: -5%;
  right: 20%; }
  .header-common__forms-V img {
    width: 90%; }
  @media (max-width: 768px) {
    .header-common__forms-V {
      top: -7%;
      right: -25%; }
      .header-common__forms-V img {
        width: 50%; } }

.header-common__forms-t {
  position: absolute;
  bottom: -9%;
  right: 10%; }
  .header-common__forms-t img {
    width: 75%; }
  @media (max-width: 768px) {
    .header-common__forms-t {
      bottom: -10%;
      right: 5%; }
      .header-common__forms-t img {
        width: 50%; } }

.header-common__forms-n {
  position: absolute;
  bottom: 0;
  right: 5%; }
  .header-common__forms-n img {
    width: 75%; }
  @media (max-width: 768px) {
    .header-common__forms-n {
      bottom: 0;
      right: -7%; }
      .header-common__forms-n img {
        width: 50%; } }

.header-common__forms-p {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 10%; }
  .header-common__forms-p img {
    width: 75%; }
  @media (max-width: 768px) {
    .header-common__forms-p {
      top: 29%;
      transform: translateY(-50%);
      left: 0%;
      display: none; }
      .header-common__forms-p img {
        width: 50%; } }

.header-common__forms-g {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0%; }
  .header-common__forms-g img {
    width: 75%; }
  @media (max-width: 768px) {
    .header-common__forms-g {
      top: 32%;
      transform: translateY(-50%);
      left: 0%;
      display: none; }
      .header-common__forms-g img {
        width: 50%; } }

.activites-intro__paragraph {
  line-height: 24px; }

.activites__list-item {
  font-size: 12px; }

.textContainer__heading {
  color: #56504C;
  max-width: 100%;
  font-size: 63px;
  line-height: 51px;
  letter-spacing: -0.13px; }
  @media (min-width: 1441px) {
    .textContainer__heading {
      max-width: 70%; } }
  @media (max-width: 768px) {
    .textContainer__heading {
      font-size: 53px; } }

.textContainer__paragraph {
  transform: translateY(50px); }

.time-paragraph {
  font-weight: 700; }

.text-container-with-form {
  position: relative;
  overflow: hidden; }

.mobile-bullet {
  border-radius: 10px;
  position: absolute;
  bottom: -65px;
  background: #F9F4F1;
  border: solid 1px #56504C; }
  .mobile-bullet.mobile-current {
    left: 0;
    width: 10px;
    height: 10px; }
  .mobile-bullet.mobile-small {
    bottom: -63.5px;
    width: 5px;
    height: 5px;
    right: 0; }

.woocommerce-page .header-common {
  height: 50vh; }

.woocommerce {
  padding: 100px 0; }
  .woocommerce input[type=checkbox],
  .woocommerce input[type=radio] {
    width: 13px;
    height: 13px;
    -webkit-appearance: checkbox; }
  .woocommerce p {
    font-size: 16px !important;
    line-height: 20px !important;
    margin: auto !important;
    height: auto !important;
    display: inline-block; }
    .woocommerce p.contentAnimation div {
      font-size: 16px !important;
      position: relative !important;
      height: auto !important;
      margin: 5px 0 !important;
      width: 100% !important; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 10px 15px !important;
  background: #602244 !important;
  color: #fff !important;
  min-width: 200px; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background: #F0725D !important; }

.coupon {
  width: 500px;
  max-width: 100%; }
  .coupon #coupon_code {
    float: left;
    width: 50%;
    padding: 10px 15px; }
  .coupon .button {
    float: right !important;
    width: 48%;
    padding: 10px 15px !important;
    background: #F0725D !important;
    color: #fff !important; }
  @media (max-width: 768px) {
    .coupon {
      width: 100%; }
      .coupon #coupon_code,
      .coupon .button {
        width: 100% !important; } }

.button[name="update_cart"] {
  float: right;
  padding: 10px 15px;
  border: 0;
  margin: 0;
  background: #602244 !important;
  color: #fff !important; }
  .button[name="update_cart"]:hover {
    background: #F0725D !important; }

.checkout-button {
  background: #602244 !important; }
  .checkout-button:hover {
    background: #F0725D !important; }

.shipping .woocommerce-shipping-destination {
  font-size: 21px !important;
  line-height: 20px !important;
  margin: 10px 0 !important; }

.shipping .form-row {
  margin: 0 !important;
  line-height: initial !important;
  padding: 0 !important; }
  .shipping .form-row input.input-text,
  .shipping .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    padding: 0 10px !important;
    border-radius: 5px !important;
    border: 1px solid #aaa !important;
    line-height: 28px !important; }

.shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px; }

.checkout_coupon p {
  margin-bottom: 15px;
  margin: 0 !important;
  padding: 0;
  float: left;
  width: 100% !important;
  transform: none !important;
  height: auto !important; }
  .checkout_coupon p .isNotInView {
    line-height: 50px;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    transition: none !important;
    font-size: 16px; }

.checkout_coupon .button {
  background: #F0725D !important; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  border: 1px solid #aaa !important;
  line-height: 36px !important;
  font-size: 16px; }

.woocommerce form .form-row textarea {
  height: 150px; }

.woocommerce form .form-row {
  padding: 3px 0 !important;
  margin: 0 0 6px !important;
  width: 100% !important;
  width: 100% !important; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 0 !important; }

.woocommerce-checkout {
  display: inline-block;
  width: 100%; }

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100% !important; }

.woocommerce .col2-set,
.woocommerce-page .col2-set,
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  float: left;
  width: 50% !important; }
  @media (max-width: 768px) {
    .woocommerce .col2-set,
    .woocommerce-page .col2-set,
    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
      width: 100% !important; } }

#order_review_heading {
  float: right;
  width: 45%; }
  @media (max-width: 768px) {
    #order_review_heading {
      width: 100% !important; } }

.woocommerce-checkout-review-order {
  float: right;
  width: 45%; }
  @media (max-width: 768px) {
    .woocommerce-checkout-review-order {
      width: 100% !important; } }

.payment_method_stripe label {
  width: 100%; }

.woocommerce-checkout-payment {
  padding: 25px; }

.wc_payment_methods {
  padding: 0 !important; }

.woocommerce-privacy-policy-text {
  padding: 20px 0 !important; }

#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  float: right; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  width: 100%; }

.cart-empty.woocommerce-info {
  width: 100%;
  padding: 0;
  margin: 21px 0 40px !important;
  display: inline-block;
  background: #fff;
  text-align: center; }
  .cart-empty.woocommerce-info.contentAnimation div {
    font-family: "Futura PT Demi";
    font-size: 22px !important; }

.cart-empty.woocommerce-info::before, .cart-empty.woocommerce-info::after {
  display: none; }

.return-to-shop {
  width: 100% !important;
  text-align: center !important; }

.popup-command-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(55, 45, 51, 0.75);
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 999998;
  display: none; }
  .popup-command-content.active {
    display: block; }
  .popup-command-content .popup-command {
    height: auto;
    margin: 20vh auto 0;
    width: 540px;
    max-width: 90%;
    padding: 50px;
    background: #fff;
    position: relative; }
  .popup-command-content .close-popup-command {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #9D5B81;
    cursor: pointer; }
  .popup-command-content .popup-content-c {
    width: 100%;
    text-align: center; }
  .popup-command-content .btn-command-next {
    float: right;
    padding: 10px 15px;
    border: 0;
    margin: 5px 0;
    background: #602244;
    color: #fff;
    cursor: pointer;
    width: 45%; }
    @media (max-width: 768px) {
      .popup-command-content .btn-command-next {
        width: 100% !important; } }
    .popup-command-content .btn-command-next:hover {
      background: #F0725D; }
  .popup-command-content .btn-command-continue {
    float: left;
    padding: 10px 15px;
    border: 0;
    margin: 5px 0;
    background: #F0725D;
    color: #fff;
    cursor: pointer;
    width: 45%; }
    @media (max-width: 768px) {
      .popup-command-content .btn-command-continue {
        width: 100% !important; } }
    .popup-command-content .btn-command-continue:hover {
      background: #F0725D; }

.mapboxgl-map {
  font: 12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mapboxgl-canvas {
  position: absolute;
  left: 0;
  top: 0; }

.mapboxgl-map:-webkit-full-screen {
  width: 100%;
  height: 100%; }

.mapboxgl-canary {
  background-color: salmon; }

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer; }

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y; }

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom; }

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none; }

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  position: absolute;
  pointer-events: none;
  z-index: 2; }

.mapboxgl-ctrl-top-left {
  top: 0;
  left: 0; }

.mapboxgl-ctrl-top-right {
  top: 0;
  right: 0; }

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0; }

.mapboxgl-ctrl-bottom-right {
  right: 0;
  bottom: 0; }

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0); }

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 10px 0 0 10px;
  float: left; }

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  margin: 10px 10px 0 0;
  float: right; }

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 10px;
  float: left; }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  margin: 0 10px 10px 0;
  float: right; }

.mapboxgl-ctrl-group {
  border-radius: 4px;
  background: #fff; }

.mapboxgl-ctrl-group:not(:empty) {
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText; } }

.mapboxgl-ctrl-group button {
  width: 29px;
  height: 29px;
  display: block;
  padding: 0;
  outline: none;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer; }

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd; }

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%; }

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: transparent; }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText; } }

.mapboxgl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff; }

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed; }

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: .25; }

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff; }

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none; }

.mapboxgl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0; }

.mapboxgl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px; }

.mapboxgl-ctrl-group button:focus:only-child {
  border-radius: inherit; }

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E"); }

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E"); } }

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E"); } }

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E"); }

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E"); } }

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E"); } }

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E"); }

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E"); } }

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E"); } }

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); }

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  -webkit-animation: mapboxgl-spin 2s linear infinite;
  -moz-animation: mapboxgl-spin 2s infinite linear;
  -o-animation: mapboxgl-spin 2s infinite linear;
  -ms-animation: mapboxgl-spin 2s infinite linear;
  animation: mapboxgl-spin 2s linear infinite; }

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3C/svg%3E"); } }

@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E"); }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 005.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 009 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 003.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0011 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 110 7 3.5 3.5 0 110-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='M14 5l1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E"); } }

@-webkit-keyframes mapboxgl-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn); } }

@-moz-keyframes mapboxgl-spin {
  0% {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(1turn); } }

@-o-keyframes mapboxgl-spin {
  0% {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(1turn); } }

@-ms-keyframes mapboxgl-spin {
  0% {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(1turn); } }

@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

a.mapboxgl-ctrl-logo {
  width: 88px;
  height: 23px;
  margin: 0 0 -4px -4px;
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E"); }

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px; }

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E"); } }

@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' viewBox='0 0 88 23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E"); } }

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0; }

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    min-height: 20px;
    padding: 0;
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 3px 12px 12px 3px; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 24px 2px 4px;
    visibility: visible;
    margin-top: 6px; }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:hover {
    padding: 2px 4px 2px 24px;
    border-radius: 12px 3px 3px 12px; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapboxgl-ctrl-attrib-inner {
    display: block; }
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    content: "";
    cursor: pointer;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E");
    background-color: rgba(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border-radius: 12px; }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0; }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    right: 0; }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    top: 0;
    left: 0; }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0; } }

@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E"); } }

@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1012 0 6 6 0 10-12 0m5-3a1 1 0 102 0 1 1 0 10-2 0m0 3a1 1 0 112 0v3a1 1 0 11-2 0'/%3E%3C/svg%3E"); } }

.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none; }

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline; }

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px; }

.mapboxgl-attrib-empty {
  display: none; }

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  border: 2px solid #333;
  border-top: #333;
  padding: 0 5px;
  color: #333;
  box-sizing: border-box; }

.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  will-change: transform;
  pointer-events: none; }

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  -webkit-flex-direction: column;
  flex-direction: column; }

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.mapboxgl-popup-anchor-left {
  -webkit-flex-direction: row;
  flex-direction: row; }

.mapboxgl-popup-anchor-right {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mapboxgl-popup-tip {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  z-index: 1; }

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-top: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-top: none;
  border-left: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-top: none;
  border-right: none;
  border-bottom-color: #fff; }

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-bottom: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff; }

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-left: none;
  border-right-color: #fff; }

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  -webkit-align-self: center;
  align-self: center;
  border-right: none;
  border-left-color: #fff; }

.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent; }

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.mapboxgl-popup-content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 15px;
  pointer-events: auto; }

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0; }

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0; }

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0; }

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0; }

.mapboxgl-popup-track-pointer {
  display: none; }

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none; }

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex; }

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none; }

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform; }

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  width: 15px;
  height: 15px;
  border-radius: 50%; }

.mapboxgl-user-location-dot:before {
  content: "";
  position: absolute;
  -webkit-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -moz-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  -ms-animation: mapboxgl-user-location-dot-pulse 2s infinite;
  animation: mapboxgl-user-location-dot-pulse 2s infinite; }

.mapboxgl-user-location-dot:after {
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35); }

@-webkit-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(3);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    opacity: 0; } }

@-ms-keyframes mapboxgl-user-location-dot-pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 1; }
  70% {
    -ms-transform: scale(3);
    opacity: 0; }
  to {
    -ms-transform: scale(1);
    opacity: 0; } }

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  70% {
    transform: scale(3);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 0; } }

.mapboxgl-user-location-dot-stale {
  background-color: #aaa; }

.mapboxgl-user-location-dot-stale:after {
  display: none; }

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  width: 1px;
  height: 1px;
  border-radius: 100%; }

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair; }

.mapboxgl-boxzoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #fff;
  border: 2px dotted #202020;
  opacity: .5; }

@media print {
  .mapbox-improve-map {
    display: none; } }

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible; }

.swiper-wrapper {
  overflow: visible; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 90%; }
  .swiper-slide * {
    text-align: left; }
  .swiper-slide p {
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 22px; }
    .swiper-slide p.purple {
      color: #602244; }

.swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  bottom: -60px;
  top: auto;
  height: 1px; }
  .swiper-pagination.swiper-pagination-progressbar span {
    background-color: #56504C; }
  @media (max-width: 480px) {
    .swiper-pagination.swiper-pagination-progressbar {
      z-index: -1; } }

.component-highlight {
  cursor: pointer;
  background-color: #fff;
  color: #602244;
  position: fixed;
  z-index: 9;
  max-width: 76.57005vw;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0 7.24638vw;
  padding-bottom: 6.03865vw; }
  @media (min-width: 1024px) {
    .component-highlight {
      margin: 0;
      left: unset;
      position: absolute;
      right: 2.38095vw;
      padding: 0 1.78571vw;
      padding-bottom: 2.08333vw;
      max-width: 23.80952vw; } }
  .component-highlight__date {
    font-size: 12px;
    color: #EB4B23;
    display: block;
    font-weight: 600;
    padding-top: 5.31401vw;
    padding-bottom: 4.83092vw; }
    @media (min-width: 1024px) {
      .component-highlight__date {
        padding-bottom: 1.78571vw;
        padding-top: 2.08333vw; } }
  .component-highlight__title {
    margin-bottom: 12.07729vw;
    width: 100%;
    padding-bottom: 4.83092vw;
    color: #641A43; }
    @media (min-width: 1024px) {
      .component-highlight__title {
        margin-bottom: 5.95238vw;
        padding-bottom: 2.08333vw; } }
  .component-highlight__link {
    color: #fff;
    background-color: #EB4B23;
    text-transform: uppercase;
    padding: 3.38164vw 5.7971vw;
    font-size: 2.89855vw;
    display: block;
    text-align: center;
    width: 100%; }
    @media (min-width: 1024px) {
      .component-highlight__link {
        padding: 0.83333vw 1.42857vw;
        font-size: 0.71429vw; } }
  .component-highlight__arrow {
    position: absolute;
    top: 2.41546vw;
    right: 6.03865vw;
    width: 8.69565vw;
    height: 8.69565vw;
    border-radius: 50%;
    border-radius: 50%;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center; }
    .component-highlight__arrow span {
      display: block;
      width: 8px;
      height: 4px;
      margin: auto;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("./img/icons/arrow-dropdown.svg");
      transform: rotate(180deg);
      transition: transform 0.5s ease-in-out;
      will-change: transform; }
      @media (min-width: 1024px) {
        .component-highlight__arrow span {
          width: 0.59524vw;
          height: 0.35714vw; } }
    @media (min-width: 1024px) {
      .component-highlight__arrow {
        right: 1.4881vw;
        top: 1.19048vw;
        width: 2.08333vw;
        height: 2.08333vw; } }
    .component-highlight__arrow.isOpen span {
      transform: rotate(0deg); }

.component-activity.--filtering .js-filter:focus, .component-activity.--filtering .js-filter:active {
  color: #fff;
  background: #641A43; }

.component-activity.--filtering .js-filter-card {
  display: none; }
  .component-activity.--filtering .js-filter-card.--active {
    display: block; }

@media (min-width: 1024px) {
  .component-activity__head {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.component-activity__title {
  font-size: 28px; }
  @media (min-width: 1024px) {
    .component-activity__title {
      font-size: 36px; } }
  .component-activity__title span {
    display: block;
    color: #F0725D; }

.component-activity__filters {
  margin-top: 32px; }
  @media (min-width: 1024px) {
    .component-activity__filters {
      margin-top: 0; } }

.component-activity__slider {
  margin-top: 56px; }
  .component-activity__slider .swiper-slide {
    height: 96.61836vw; }
    @media (min-width: 768px) {
      .component-activity__slider .swiper-slide {
        height: 58.59375vw; } }
    @media (min-width: 1024px) {
      .component-activity__slider .swiper-slide {
        height: 28.57143vw; } }

.component-activity__slider-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.component-activity__slider-arrow-container {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F9F4F1;
  cursor: pointer;
  z-index: 5; }
  .component-activity__slider-arrow-container:first-of-type {
    margin-right: 6px; }
    @media (min-width: 1024px) {
      .component-activity__slider-arrow-container:first-of-type {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .component-activity__slider-arrow-container {
      width: 74px;
      height: 74px; } }

.component-activity .swiper-next {
  transform: translate(50%) rotate(180deg); }

.component-activity .swiper-prev {
  transform: translate(-50%); }

.component-activity__slider-arrow {
  width: 6px;
  height: auto; }

.anchors {
  position: relative;
  border-bottom: 1px solid #D8D8D8; }
  .anchors__list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px; }
  .anchors__item {
    flex-shrink: 0;
    margin-left: 72px; }
    .anchors__item:first-of-type {
      margin-left: 0; }
  .anchors__item-link {
    display: inline-block;
    font-family: "Futura PT Book";
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0;
    color: #757575;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out; }
    .anchors__item-link:hover {
      color: #545454; }
    @media (min-width: 1024px) {
      .anchors__item-link {
        line-height: 25px;
        padding: 28px 0; } }
  .anchors__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 70%);
    pointer-events: none; }

@media (min-width: 1024px) {
  .home .block-actualite__image-container {
    min-height: 250px; } }

.block-actualite {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .block-actualite__image-container {
    min-height: 220px;
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .block-actualite__image-container {
        min-height: unset;
        height: 190px; } }
    .block-actualite__image-container img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .block-actualite__image-container:after {
      content: '';
      display: block;
      padding-bottom: 50%; }
      @media (min-width: 1024px) {
        .block-actualite__image-container:after {
          padding-bottom: 80%; } }
  .block-actualite__text-container {
    width: 100%;
    padding-right: 10%;
    text-align: left; }
  .block-actualite__image {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto; }
  .block-actualite__image-filter {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    margin: auto;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); }
  .block-actualite__date {
    display: inline-block;
    font-family: "Futura PT Book";
    font-size: 13px;
    color: #979797;
    margin-top: 15px; }
  .block-actualite__title {
    margin-top: 16px;
    text-transform: uppercase;
    font-family: "Futura PT Demi";
    font-size: 14px;
    text-align: left;
    color: #000000; }
  .block-actualite__content {
    margin-top: 15px; }
    .block-actualite__content > p {
      font-family: "Futura PT Book";
      font-size: 14px;
      line-height: 20px;
      margin: 0;
      text-align: left;
      color: #757575; }
  .block-actualite__tag {
    position: absolute;
    z-index: 1;
    top: 19px;
    left: 19px;
    padding: 13px 23px;
    background-color: #fff;
    border-radius: 27px;
    font-family: "Futura PT Demi";
    font-size: 10px;
    color: #641A43;
    letter-spacing: 1px;
    text-transform: uppercase; }

.activites__photo-container li:not(.active) {
  display: none; }

.block-project {
  position: relative;
  width: 100%;
  margin-bottom: 10vh;
  background-color: #fff; }

.block-project__image-container {
  width: 80px;
  height: 80px;
  border: 4px solid #602244;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
  margin-bottom: 3.62319vw; }
  .block-project__image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.block-project__image {
  width: 100%;
  height: auto;
  margin: auto; }

.block-project__link {
  margin-top: 25px; }

.block-project__title {
  position: relative;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 40px;
  text-align: left; }

.block-project__content {
  max-width: 350px;
  margin-top: 20px;
  text-align: left; }

.block-project__tag {
  color: #602244;
  font-family: "Futura PT Demi";
  font-size: 12px;
  letter-spacing: 0.7px;
  text-transform: uppercase; }

@media (min-width: 769px) {
  .block-project__image-container {
    position: absolute;
    top: 30px;
    right: 30px;
    margin-bottom: 0; }
  .block-project {
    margin-left: 15px; }
    .block-project:first-child {
      margin-left: 0; } }

@media (min-width: 1441px) {
  .block-project {
    margin-left: 25px; }
    .block-project:first-child {
      margin-left: 0; } }

.block-publication:last-child {
  margin-bottom: 0; }

.block-publication h3 {
  margin-bottom: 20px; }

.block-publication__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-bottom: 50px;
  background-color: #F9F4F1; }
  .block-publication__image-container > picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.block-publication__image {
  width: 40%;
  height: auto;
  box-shadow: 15px 20px 26px 0 rgba(0, 0, 0, 0.16); }

.block-publication__content {
  width: 100%;
  padding-left: 0; }

.publication__title {
  margin-bottom: 26px;
  color: #9D5B81;
  font-family: "Futura PT Demi";
  font-size: 21px; }

.publication__signature {
  margin: 0;
  margin-top: 5px;
  color: #B7B7B7;
  font-size: 12px;
  font-style: oblique;
  font-family: "Futura PT Book"; }

.publication__content h2 {
  margin-bottom: 20px; }

.publication__content p {
  font-family: "Futura PT Book";
  margin-bottom: 15px; }

.publication__content a:not(.block-more), .publication__conten a:not(.block-more) > span {
  position: relative;
  font-family: "Futura PT Book";
  font-weight: 400;
  color: #EB4B23 !important;
  overflow: visible; }
  .publication__content a:not(.block-more)::after, .publication__conten a:not(.block-more) > span::after {
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(235, 75, 35, 0.15);
    transition: background-color 0.2s ease-in-out; }
  .publication__content a:not(.block-more):hover::after, .publication__conten a:not(.block-more) > span:hover::after {
    background-color: rgba(235, 75, 35, 0.7); }

.publication__price {
  color: #372D33;
  margin-right: 40px; }

@media (min-width: 769px) {
  .block-publication {
    display: flex; }
  .block-publication__content {
    width: 50%;
    padding-left: 70px; }
  .block-publication__image-container {
    width: 50%;
    margin-bottom: 0; } }

@media (min-width: 1441px) {
  .block-publication__image-container {
    height: 55vh; }
  .block-publication__content {
    padding-left: 140px;
    padding-right: 50px; } }

[data-component="fakeLinks"] {
  cursor: pointer; }

.footer-contact {
  width: 100%; }
  .footer-contact--no-separator .footer-contact__separator {
    display: none; }

.footer-contact__column-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 32px; }
  @media (min-width: 1024px) {
    .footer-contact__column-right {
      flex-direction: row; } }

.footer-contact__heading, .footer-contact__subheading {
  font-family: "Futura PT Demi";
  font-size: 40px;
  color: #602244;
  line-height: 51px; }

.footer-contact__heading {
  color: #602244; }

.footer-contact__subheading {
  color: #F0725D;
  margin-bottom: 7vh; }

.sitemap__list {
  color: #757575;
  font-family: "Futura PT Book";
  font-size: 15px;
  line-height: 20px; }

.social__list {
  color: #602244;
  font-family: "Futura PT Demi";
  font-size: 15px;
  line-height: 20px; }
  @media (min-width: 1024px) {
    .social__list {
      margin-left: 40%; } }

.sitemap__list-item, .social__list-item {
  margin-bottom: 15px;
  white-space: nowrap; }
  .sitemap__list-item:last-child, .social__list-item:last-child {
    margin-bottom: 0; }

.footer-contact__content {
  display: flex;
  margin-top: 10vh;
  margin-bottom: 10vh; }

.footer-contact__separator {
  height: 1px;
  background-color: #D8D8D8;
  border-width: 0px; }

@media (min-width: 1441px) {
  .footer-contact__column-left {
    width: 70%; }
  .footer-contact__column-right {
    width: 30%; } }

@media (min-width: 769px) {
  .footer-contact__column-left {
    width: 60%; }
  .footer-contact__column-right {
    width: 40%; } }

@media (max-width: 768px) {
  .footer-contact__content {
    display: block; }
  .footer-contact__subheading {
    margin-bottom: 50px; }
  .footer-contact__column-right {
    justify-content: left;
    margin-left: 0; }
  .sitemap__list, .social__list {
    margin-top: 7vh; }
  .sitemap__list {
    padding-left: 0; } }

.footer-link {
  width: 100%;
  height: 100vh; }
  @media (max-width: 768px) {
    .footer-link {
      height: 60vh; } }

.footer-link__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%; }

.footer-link__button {
  position: relative;
  margin-top: 25px;
  padding: 10px 0;
  font-family: "Futura PT Demi";
  font-size: 50px;
  line-height: 59px;
  white-space: nowrap; }
  @media (max-width: 768px) {
    .footer-link__button {
      font-size: 28px; } }
  .footer-link__button:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #56504C;
    content: ''; }

.footer {
  width: 100%; }

.footer__legals {
  position: relative;
  width: 100%;
  height: 160px;
  background-color: #602244;
  color: #B7B7B7;
  font-family: "Futura PT Book";
  font-size: 12px;
  text-transform: uppercase;
  z-index: 3; }

.footer-legals__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%; }

.footer__logo {
  width: 200px;
  height: auto; }
  @media (max-width: 768px) {
    .footer__logo {
      margin: 20px auto; } }

.footer__list {
  padding-left: 0;
  list-style: none; }
  @media (max-width: 768px) {
    .footer__list {
      text-align: center; } }

.footer__list-item {
  white-space: nowrap;
  margin-bottom: 5px;
  letter-spacing: 2px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .footer__list-item {
      margin-bottom: 25px; } }
  .footer__list-item:last-child {
    margin-bottom: 0; }
  .footer__list-item a {
    color: #B7B7B7; }

.footer__signature a {
  color: #B7B7B7; }

@media (min-width: 769px) {
  .footer__list {
    display: flex;
    justify-content: space-around;
    width: 35%; } }

@media (max-width: 768px) {
  .footer__legals {
    min-height: 160px;
    height: auto;
    padding: 50px 0; }
  .footer-legals__container {
    display: block;
    position: relative;
    height: auto; }
  .footer__logo {
    padding-top: 30px; }
  .footer__signature {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 50px auto 0;
    text-align: center; } }

@media screen and (min-width: 1460px) {
  .footer__signature {
    right: 0;
    white-space: nowrap;
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-weight: bold; } }

.component-filters {
  position: relative; }
  .component-filters__list {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .component-filters__item {
    flex-shrink: 0;
    width: auto; }
  .component-filters__button {
    padding: 13px 25px;
    background: #F9F4F1;
    border-color: #F9F4F1;
    color: #979797; }
    .component-filters__button.is-active {
      background-color: #641A43 !important;
      color: #fff !important; }
  .component-filters__overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 70%);
    pointer-events: none; }

.grid-actualites {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 45px; }
  @media (min-width: 1024px) {
    .grid-actualites {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: min-content;
      grid-row-gap: 55px; }
      .grid-actualites--irregular {
        grid-column-gap: 20px; }
        .grid-actualites--irregular > li:first-of-type {
          height: 100%;
          grid-column: span 2;
          grid-row: span 2; }
          .grid-actualites--irregular > li:first-of-type .block-actualite__image-container {
            flex-grow: 1; }
          .grid-actualites--irregular > li:first-of-type .block-actualite .block-actualite__content {
            display: block; }
        .grid-actualites--irregular > li:nth-of-type(11) {
          height: 100%;
          grid-column: 2 / 4;
          grid-row: span 2; }
          .grid-actualites--irregular > li:nth-of-type(11) .block-actualite__image-container {
            flex-grow: 1; }
          .grid-actualites--irregular > li:nth-of-type(11) .block-actualite .block-actualite__content {
            display: block; }
        .grid-actualites--irregular > li .block-actualite__content, .grid-actualites--irregular > li .block-actualite__date {
          display: none; }
        .grid-actualites--irregular > li .block-actualite__tag {
          padding: 8px 18px; } }

.grid-projects {
  padding-left: 0;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px; }

@media screen and (min-width: 980px) {
  .grid-projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px; }
    .grid-projects .block-project {
      box-sizing: border-box;
      margin: 0;
      width: 100%;
      border: 1px solid #D8D8D8;
      padding: 5vh 8vw 5vh 5vw; } }

.menu-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 70%;
  height: 100vh;
  padding-left: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
  background-color: #fff;
  overflow-y: auto; }
  .menu-overlay .big-letters {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    display: block;
    overflow: hidden; }
    .menu-overlay .big-letters img {
      position: absolute;
      bottom: 50px;
      right: 0; }

.menu-active-letter {
  position: absolute;
  color: #EB4B23;
  bottom: -20vh;
  right: 2vw;
  font-size: 75vh;
  line-height: 1em;
  transform-origin: left bottom;
  font-family: "volterra"; }

.menu-overlay__animated-panel {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 70%;
  height: 100vh; }
  .menu-overlay__animated-panel--orange {
    background-color: #F0725D; }
  .menu-overlay__animated-panel--purple {
    background-color: #602244; }

.menu-overlay__lang-switch {
  text-transform: uppercase;
  font-size: 12px;
  color: #979797;
  margin-top: 20px; }
  .menu-overlay__lang-switch span {
    text-transform: uppercase;
    color: #F0725D; }
  .menu-overlay__lang-switch--top {
    transform: translateY(-50%);
    margin-top: 0;
    visibility: hidden; }

.lang-switch__button {
  position: relative;
  background: none;
  border: none;
  font-family: "Futura PT Demi"; }

.menu-overlay__list {
  padding-left: 0; }
  .menu-overlay__list li {
    color: #979797;
    font-size: 32px;
    font-family: "Futura PT Book";
    line-height: 48px; }
    @media (max-width: 480px) {
      .menu-overlay__list li {
        font-size: 18px; } }

.menu-overlay__list-item {
  color: #979797;
  font-size: 32px;
  font-family: "Futura PT Book";
  line-height: 48px; }

.menu-overlay__buttons {
  position: relative;
  transition: padding .3s ease-in-out; }
  .menu-overlay__buttons:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: #F0725D;
    border-radius: 50%;
    content: '';
    transform: scale(0);
    opacity: 0;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out; }
  .menu-overlay__buttons:hover {
    padding-left: 15px; }
    .menu-overlay__buttons:hover:before {
      transform: scale(0.8);
      opacity: 1; }

.menu-overlay__contact-infos {
  max-width: 200px; }
  .menu-overlay__contact-infos p {
    margin-bottom: 30px;
    color: #CDCDCD;
    font-size: 13px;
    font-family: "Futura PT Book";
    line-height: 17px;
    text-transform: uppercase; }

@media (max-width: 480px) {
  .menu-overlay {
    width: 100%;
    padding-left: 30px;
    padding-top: 120px; }
  .menu-overlay__animated-panel {
    width: 100%; } }

@media (min-width: 769px) {
  .menu-overlay {
    width: 50%;
    padding-left: 170px; }
  .menu-overlay__animated-panel {
    width: 50%; } }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 10vh;
  text-align: center; }
  .pagination a, .pagination span {
    padding: 10px 20px;
    color: #979797; }
  .pagination .current {
    color: #F0725D; }

.scroll-date {
  display: flex;
  justify-content: left;
  position: fixed;
  bottom: 0;
  left: 5px;
  font-size: 200px;
  line-height: 0.8em;
  overflow: hidden;
  color: #D8D8D8; }
  .scroll-date span {
    white-space: nowrap;
    display: inline-block;
    color: #D8D8D8; }
    .scroll-date span.scroll-date__animated {
      color: #F0725D; }

@media (max-width: 480px) {
  .scroll-date {
    font-size: 100px; } }

.component-communityCard {
  width: 100%; }
  .component-communityCard__logo-wrapper {
    background: #F9F4F1;
    width: 100%;
    max-height: 240px;
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    .component-communityCard__logo-wrapper:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .component-communityCard__logo-wrapper picture {
      display: flex;
      align-items: center;
      justify-content: center; }
    .component-communityCard__logo-wrapper img {
      width: 60%;
      height: 60%;
      object-fit: contain; }
  .component-communityCard__content {
    margin-top: 16px; }

.block-comunity__title {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.04px; }

.block-objectif {
  display: block;
  position: relative;
  margin-bottom: 150px;
  font-size: 0; }
  .block-objectif:first-child .block-objectif__content-container {
    bottom: auto;
    top: -80px;
    justify-content: flex-start; }
    @media screen and (min-width: 300px) and (max-width: 1100px) {
      .block-objectif:first-child .block-objectif__content-container {
        top: 0; } }
  .block-objectif:last-child {
    margin-bottom: 0; }
    .block-objectif:last-child .block-objectif__content-container {
      bottom: -80px;
      top: auto;
      justify-content: flex-end; }
      @media screen and (min-width: 300px) and (max-width: 1100px) {
        .block-objectif:last-child .block-objectif__content-container {
          bottom: 0; } }
  .block-objectif:nth-child(even) .block-objectif__content-container {
    left: 0;
    right: auto; }
  .block-objectif:nth-child(even) .block-objectif__image-container {
    margin-left: 20%; }
    @media screen and (min-width: 300px) and (max-width: 1100px) {
      .block-objectif:nth-child(even) .block-objectif__image-container {
        margin-left: 0; } }
  .block-objectif:nth-child(even) .block-objectif__image-title {
    left: auto;
    right: 60px;
    text-align: right; }
    @media screen and (min-width: 300px) and (max-width: 1100px) {
      .block-objectif:nth-child(even) .block-objectif__image-title {
        left: 30px;
        right: auto;
        text-align: left;
        width: 80%; } }

@media screen and (min-width: 300px) and (max-width: 1100px) {
  .section-objectif__heading {
    font-size: 43px;
    line-height: 41px;
    letter-spacing: -0.09px; } }

.block-objectif__image-container {
  position: relative;
  width: 80%;
  height: auto;
  overflow: hidden; }
  @media screen and (min-width: 300px) and (max-width: 1100px) {
    .block-objectif__image-container {
      width: 100%; } }

.block-objectif__image {
  width: 100%;
  height: auto; }

.block-objectif__image-title {
  position: absolute;
  left: 60px;
  bottom: 46px;
  width: 50%;
  color: #fff;
  font-family: "Futura PT Book";
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  font-style: italic; }
  @media screen and (min-width: 300px) and (max-width: 1100px) {
    .block-objectif__image-title {
      left: 30px;
      bottom: 10px;
      width: 80%;
      font-size: 11px; } }

.block-objectif__image-filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.block-objectif__content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%; }

.block-objectif__content {
  width: 100%;
  height: auto;
  padding: 70px;
  box-sizing: border-box;
  background-color: #fff; }
  @media screen and (min-width: 300px) and (max-width: 1100px) {
    .block-objectif__content {
      padding: 30px; } }

.block-objectif__title {
  margin-bottom: 55px; }
  @media screen and (min-width: 300px) and (max-width: 1100px) {
    .block-objectif__title {
      font-size: 24px;
      line-height: 32px; } }

.block-objectif__paragraph {
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 30px; }
  @media screen and (min-width: 300px) and (max-width: 1100px) {
    .block-objectif__paragraph {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 20px; } }

@media screen and (min-width: 300px) and (max-width: 1100px) {
  .block-objectif__content-container {
    position: relative;
    width: 100%; }
  .block-objectif {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px; } }

.component-videoPlayer {
  position: relative;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer; }
  .component-videoPlayer .video-player__video {
    object-fit: cover; }
  .component-videoPlayer video[poster] {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .component-videoPlayer__video {
    width: 100%;
    height: auto; }
  .component-videoPlayer__button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 70px;
    width: 70px;
    margin: auto;
    background-color: transparent;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    .component-videoPlayer__button.is-active {
      opacity: 1;
      pointer-events: all; }
    .component-videoPlayer__button:hover__button-circle {
      transform: scale(1.2); }
  .component-videoPlayer__text {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, 45px);
    font-family: "Futura PT Demi";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .97px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
    .component-videoPlayer__text.is-active {
      opacity: 1; }
  .component-videoPlayer__button-circle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;
    background-color: #fff;
    border: solid 1px #fff;
    transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform; }
  .component-videoPlayer__button-svg {
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto; }
  .component-videoPlayer__progress-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    font-size: 0px;
    cursor: pointer; }
    .component-videoPlayer__progress-container:before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 5px;
      background-color: #602244;
      content: ''; }
  .component-videoPlayer__progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    font-size: 0;
    will-change: transform;
    transform-origin: left top;
    transform: scaleX(0); }

.component-objectiveCard {
  background: #fff; }
  .component-objectiveCard__visual {
    min-height: 240px;
    height: 240px; }
    .component-objectiveCard__visual img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .component-objectiveCard__inner {
    padding: 36px 42px; }
  .component-objectiveCard__title {
    margin-bottom: 24px;
    font-family: "Futura PT Book";
    font-size: 21px;
    color: #372D33; }

.block-comunity-modal {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (max-width: 768px) {
    .block-comunity-modal {
      overflow-y: scroll;
      flex-direction: column;
      justify-content: center;
      height: auto; } }

.block-comunity-modal-people__image-container {
  position: relative;
  width: 220px;
  height: 220px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .block-comunity-modal-people__image-container {
      width: 130px;
      height: 130px; } }

.block-community-modal-content__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.block-comunity-modal__people {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
  background-color: #641A43;
  color: #F9F4F1; }
  @media (max-width: 768px) {
    .block-comunity-modal__people {
      width: 100%;
      height: 60vh;
      padding: 200px 0 80px 0; } }

.block-comunity-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 55%; }
  @media (max-width: 768px) {
    .block-comunity-modal__content {
      width: 100%;
      height: auto;
      padding: 100px 0 80px 0; } }

.block-comunity-modal-content__details h3, .block-comunity-modal-content__details h2, .block-comunity-modal-content__details h4, .block-comunity-modal-content__details h5, .block-comunity-modal-content__details h6 {
  max-width: 450px;
  font-family: "Futura PT Demi";
  font-size: 26px;
  line-height: 34px;
  margin: 50px 0; }

.block-comunity-modal-content__details p {
  max-width: 450px;
  font-family: "Futura PT Book";
  font-size: 17px;
  line-height: 27px; }

@media (max-width: 768px) {
  .block-comunity-modal-content__details h3, .block-comunity-modal-content__details h2, .block-comunity-modal-content__details h4, .block-comunity-modal-content__details h5, .block-comunity-modal-content__details h6 {
    max-width: 300px;
    font-size: 26px;
    line-height: 34px;
    margin: 50px 0;
    text-align: center; }
  .block-comunity-modal-content__details p {
    font-size: 16px;
    line-height: 18px;
    max-width: 300px;
    text-align: center; } }

.modale__image-mask-person {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.block-comunity-modal-people__image-person {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.block-comunity-modal-people__image-society {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto; }

.block-comunity-modal-content__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  margin-left: 5vw; }
  @media (max-width: 768px) {
    .block-comunity-modal-content__wrapper {
      align-items: center; } }

.block-comunity-modal-people__heading {
  font-family: "Futura PT Demi";
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  z-index: 3; }
  @media (max-width: 768px) {
    .block-comunity-modal-people__heading {
      max-width: 230px;
      margin: 0 auto;
      text-align: center;
      font-size: 26px;
      line-height: 32px; } }

.block-comunity-modal-people__paragraph, .block-comunity-modal-people__job {
  font-family: "Futura PT Book";
  font-size: 20px;
  line-height: 28px;
  max-width: 450px;
  color: #F9F4F1;
  margin-bottom: 25px;
  z-index: 3;
  text-align: center; }
  @media (max-width: 768px) {
    .block-comunity-modal-people__paragraph, .block-comunity-modal-people__job {
      font-size: 16px;
      line-height: 18px;
      max-width: 300px;
      text-align: center; } }

.block-comunity-modal-people__job {
  margin-bottom: 40px; }

.block-comunity-modal-people__image-society-container {
  position: relative;
  overflow: hidden;
  width: 110px;
  height: 110px;
  margin-right: 30px; }
  @media (max-width: 768px) {
    .block-comunity-modal-people__image-society-container {
      width: 150px;
      height: 150px; } }

.block-comunity-modal__controls {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translate(50%, -50%);
  height: 170px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center; }
  @media (max-width: 768px) {
    .block-comunity-modal__controls {
      left: 50%;
      top: auto;
      bottom: 0;
      flex-direction: row;
      width: max-content;
      height: auto;
      transform: translate(-50%, 50%);
      z-index: 10; } }

.block-comunity-modal-controls__button {
  width: 74px;
  height: 74px;
  z-index: 10;
  background-color: #fff;
  cursor: pointer;
  color: #372D33;
  font-family: "Futura PT Demi"; }
  .block-comunity-modal-controls__button--left {
    margin-top: 16px;
    margin-right: auto; }
  @media (max-width: 768px) {
    .block-comunity-modal-controls__button {
      width: 55px;
      height: 55px; }
      .block-comunity-modal-controls__button--left {
        margin-top: 0;
        margin-right: 16px; } }

.block-comunity-modal__close-wrapper {
  z-index: 5;
  position: absolute;
  top: 65px;
  right: 65px;
  display: flex;
  align-items: center; }
  @media (max-width: 768px) {
    .block-comunity-modal__close-wrapper {
      top: 30px;
      right: 30px;
      justify-content: space-between;
      width: calc(100% - 60px); } }

.block-comunity-modal__close {
  position: relative;
  width: 74px;
  height: 74px;
  margin-left: 30px;
  background-color: #fff;
  cursor: pointer; }
  @media (max-width: 768px) {
    .block-comunity-modal__close {
      width: 55px;
      height: 55px; } }

.block-comunity__svg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  width: 30%; }
  .block-comunity__svg svg {
    height: 100%;
    width: 100%; }
  @media (max-width: 768px) {
    .block-comunity__svg {
      height: 100%;
      width: 50%; } }

.button__line, .button__line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 15%;
  height: 2px;
  transform: rotate(45deg);
  background-color: #372D33; }
  .button__line--left, .button__line--left {
    transform: rotate(-45deg); }

.block-comunity-modal__numberSlide {
  font-family: "Futura PT Book";
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 768px) {
    .block-comunity-modal__numberSlide {
      color: #fff; } }

.tweets-list {
  margin-bottom: 60px; }
  .tweets-list__wrapper {
    display: flex;
    align-items: stretch; }
    @media (min-width: 768px) {
      .tweets-list__wrapper {
        cursor: default; } }
    @media (min-width: 1024px) {
      .tweets-list__wrapper {
        flex-direction: column; } }
  .tweets-list__item {
    height: auto;
    flex-shrink: 0;
    width: 100%;
    padding: 18px 22px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    color: #757575;
    font-family: "Futura PT Book";
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    font-weight: normal;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -khtml-font-smoothing: antialiased;
    -apple-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .tweets-list__item {
        margin-bottom: 14px;
        cursor: default; } }
    @media (min-width: 1024px) {
      .tweets-list__item {
        width: 100%; } }
  .tweets-list__item-header {
    display: flex; }
  .tweets-list__item-username {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #641A43; }
  .tweets-list__item-icon-container {
    margin-left: auto; }
  .tweets-list__item-date {
    display: block;
    width: 100%;
    line-height: 22px;
    margin-bottom: 8px; }
  .tweets-list__item-content {
    display: block;
    width: 100%;
    line-height: 20px; }
    .tweets-list__item-content a {
      color: #EB4B23; }

.inputSelect .inputSelect__input {
  margin: 10px 6px;
  min-width: 140px;
  border: 1px solid #E4E4E4;
  border-radius: 50px;
  padding: 14px 32px 14px 24px;
  color: #979797;
  font-family: "Futura PT Demi";
  background-image: url("./img/icons/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: calc(100% - 18px);
  cursor: pointer;
  transition: 0.3s all; }

body.scroll-down .navbar__wrapper {
  transform: translate3d(0, -100%, 0); }

body.scroll-up .navbar__wrapper {
  transform: translate3d(0, 0, 0); }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: top .4s ease-in-out, opacity .4s ease-in-out; }
  .navbar.navbar--white .navbar__logo--dark {
    display: none; }
  .navbar.navbar--white .navbar__logo--light {
    display: inline-block; }
  .navbar.desktop.navbar--white .navbar__logo--dark {
    display: none; }
  .navbar.desktop.navbar--white .navbar__logo--light {
    display: inline-block; }
  .navbar.desktop.navbar--white .navbar__entry .navbar__lang-switch a,
  .navbar.desktop.navbar--white .navbar__entry .navbar__entry-name {
    color: #fff; }
  .navbar.desktop.navbar--white .navbar__entry .navbar__link {
    color: #fff; }
    .navbar.desktop.navbar--white .navbar__entry .navbar__link:hover {
      color: #EB4B23; }
  .navbar.desktop.navbar--white .navbar__entry.dropdown .dropdown__arrow > path {
    fill: #fff; }
  .navbar.desktop.navbar--white .navbar__entry--button {
    background-color: #fff; }
    .navbar.desktop.navbar--white .navbar__entry--button .navbar__link {
      color: #641A43; }
  .navbar.desktop.navbar--white .navbar__lang-switch > span {
    color: #fff; }
  .navbar.desktop.navbar--white .navbar__lang-switch > i, .navbar.desktop.navbar--white .navbar__lang-switch a {
    color: #fff;
    opacity: 0.5; }
  .navbar.desktop .navbar__entry {
    width: auto;
    margin-right: 13px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0; }
    .navbar.desktop .navbar__entry--button {
      background-color: #641A43;
      margin-top: 0; }
      .navbar.desktop .navbar__entry--button .navbar__link {
        padding: 16px 30px;
        color: #fff; }
        .navbar.desktop .navbar__entry--button .navbar__link:hover {
          color: #fff; }
    .navbar.desktop .navbar__entry--lang-switch {
      display: block; }
  .navbar.desktop .navbar__mobile-overlay {
    position: relative;
    display: inline-block;
    background-color: transparent;
    left: unset;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: visible; }
  .navbar.desktop .navbar__menu {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .navbar.desktop .navbar__sub-menu {
    padding-left: 0; }
  .navbar.desktop .navbar__sub-entry {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px; }
    .navbar.desktop .navbar__sub-entry:last-of-type {
      margin-bottom: 0; }
  .navbar.desktop .navbar__icon-entry > path {
    fill: #372D33; }
  .navbar.desktop .navbar__target-entry {
    padding: 8px 16px; }
  .navbar.desktop .navbar__entry-name {
    color: #372D33; }
  .navbar.desktop .navbar__link {
    padding: 8px 16px;
    color: #372D33;
    transition: color 0.3s ease; }
    .navbar.desktop .navbar__link:hover {
      color: #EB4B23; }
  .navbar.desktop .navbar__sub-link {
    padding: 8px 16px;
    transition: color 0.3s ease; }
    .navbar.desktop .navbar__sub-link:hover, .navbar.desktop .navbar__sub-link--current {
      color: #EB4B23; }
  .navbar.desktop .navbar__contact-infos {
    display: none; }
  .navbar.hidden {
    transform: translateY(-100px);
    opacity: 0; }
  .navbar__menu, .navbar__contact-infos, .navbar__menu-button, .navbar__logo-container {
    pointer-events: auto; }
  .navbar__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 24px;
    transition: transform .4s ease-in-out; }
    @media (min-width: 768px) {
      .navbar__wrapper {
        padding: 50px 130px; } }
  .navbar__logo-container {
    width: 140px;
    height: 75px; }
  .navbar__logo {
    width: 100%;
    height: 100%;
    object-fit: contain; }
    .navbar__logo--light {
      display: none; }
  .navbar__mobile-overlay {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 140px;
    padding-bottom: 20px;
    background-color: #fff;
    overflow-y: auto; }
    .navbar__mobile-overlay--orange {
      background-color: #F0725D; }
    .navbar__mobile-overlay--purple {
      background-color: #602244; }
  .navbar__entry {
    width: 100%;
    font-family: "Futura PT Book";
    font-size: 18px;
    margin-bottom: 4px;
    cursor: default; }
    .navbar__entry:last-of-type {
      margin-right: 0; }
    .navbar__entry--button {
      display: inline-block;
      width: auto;
      border-radius: 40px;
      background-color: #641A43;
      margin-left: 14px;
      margin-top: 32px; }
      .navbar__entry--button .navbar__link {
        padding: 16px 30px;
        color: #fff; }
    .navbar__entry--lang-switch {
      display: none;
      margin-left: 16px; }
  .navbar__sub-menu {
    padding-left: 20px; }
  .navbar__sub-entry {
    font-family: "Futura PT Book";
    font-size: 18px;
    color: #979797; }
  .navbar__icon-entry > path {
    fill: #979797; }
  .navbar__target-entry {
    padding: 12px 24px; }
  .navbar__entry-name {
    color: #979797; }
  .navbar__link {
    width: 100%;
    display: inline-block;
    padding: 12px 24px;
    color: #979797;
    line-height: 1; }
  .navbar__sub-link {
    width: 100%;
    display: inline-block;
    padding: 12px 24px;
    line-height: 1;
    color: #979797; }
  .navbar__contact-infos {
    max-width: 200px;
    padding-top: 40px;
    padding-left: 24px; }
  .navbar__address, .navbar__phone {
    font-family: "Futura PT Book";
    font-size: 13px;
    line-height: 17px;
    color: #B7B7B7;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .navbar__lang-switch {
    text-transform: uppercase;
    font-size: 12px;
    color: #979797; }
    .navbar__lang-switch span {
      color: #641A43; }
    .navbar__lang-switch a {
      color: #979797; }

.dropdown {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .dropdown.hoverable .dropdown__list-wrapper {
    position: absolute;
    top: 100%;
    left: -25%;
    padding-top: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
  .dropdown.hoverable .dropdown__list {
    padding: 22px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: visible; }
    .dropdown.hoverable .dropdown__list::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 7px;
      height: 7px;
      background-color: #fff;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
      border-left: 1px solid rgba(0, 0, 0, 0.08);
      transform: translateY(-50%) rotate(45deg); }
  .dropdown.hoverable:hover .dropdown__list-wrapper {
    pointer-events: auto;
    opacity: 1; }
  .dropdown.hoverable:hover .dropdown__arrow {
    transform: rotate(-180deg); }
  .dropdown__target {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .dropdown__arrow {
    margin-top: 3px;
    margin-left: 8px;
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
  .dropdown__list-wrapper {
    flex-basis: 100%;
    cursor: default;
    overflow: hidden; }
  .dropdown__list {
    position: relative;
    background-color: #fff;
    cursor: default; }
    .dropdown__list::before {
      display: none; }
  .dropdown__entry {
    white-space: nowrap; }

.button-mobile-menu {
  position: relative;
  min-width: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background-color: #fff;
  cursor: pointer;
  z-index: 100; }
  .button-mobile-menu.desktop {
    display: none; }
  .button-mobile-menu__label-container {
    display: inline-block;
    overflow: hidden; }
  .button-mobile-menu__label {
    display: inline-block;
    font-family: "Futura PT Demi";
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    color: #372D33; }
  .button-mobile-menu__icon-container {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 10px;
    overflow: hidden; }
  .button-mobile-menu__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #372D33; }
    .button-mobile-menu__bar--top {
      top: 0; }
    .button-mobile-menu__bar--middle {
      top: 4px;
      margin: auto 0; }
    .button-mobile-menu__bar--bottom {
      bottom: 1px; }
  .button-mobile-menu__cross {
    position: absolute;
    width: 0;
    height: 1px;
    margin: auto;
    background-color: #372D33; }
    .button-mobile-menu__cross--top {
      top: 4%;
      left: 4%;
      transform-origin: 0% 0%;
      transform: rotate(45deg); }
    .button-mobile-menu__cross--bottom {
      bottom: 4%;
      left: 4%;
      transform-origin: 0% 100%;
      transform: rotate(-45deg); }
  .button-mobile-menu__border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent;
    border: 1px solid rgba(70, 70, 70, 0.1); }

.block-review {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .block-review:hover .block-review__content-container {
    transform: translate3d(0, -100%, 0); }
  .block-review__image-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .block-review__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
  .block-review__company-logo-container {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 35px 46px;
    background-color: #fff; }
  .block-review__company-logo {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain; }
  .block-review__post {
    position: absolute;
    left: 40px;
    top: 40px;
    padding: 14px 24px;
    border-radius: 150px;
    background: #fff;
    color: #4A1231;
    font-size: 12px;
    text-transform: uppercase; }
  .block-review__caption-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 9.66184vw; }
    @media (min-width: 1024px) {
      .block-review__caption-container {
        padding: 2.38095vw; } }
  .block-review__caption-heading {
    font-family: "Futura PT Book";
    font-size: 18px;
    line-height: 23px;
    color: #fff; }
  .block-review__caption-label {
    line-height: 18px;
    color: #fff;
    font-family: "Futura PT Book" !important;
    font-size: 14px !important;
    margin: 0 !important;
    text-transform: none !important; }
  .block-review__button-content {
    position: relative;
    font-family: "Futura PT Book";
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 3px;
    margin-top: 20px; }
    .block-review__button-content::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #fff; }
    @media (min-width: 1024px) {
      .block-review__button-content {
        display: none; } }
  .block-review__content-container {
    position: absolute;
    color: #fff;
    top: 100%;
    width: 100%;
    max-height: 77%;
    overflow: scroll;
    padding: 40px 45px;
    border-radius: 20px 20px 0 0;
    background-color: #4A1231;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
    @media (min-width: 1024px) {
      .block-review__content-container {
        padding: 50px 60px; } }
  .block-review__content-heading {
    font-family: "Futura PT Demi";
    font-size: 16px;
    line-height: 21px;
    color: #fff; }
  .block-review__content-paragraph {
    font-family: "Futura PT Book";
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin-top: 26px !important; }

.infinite-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  padding: 13.28502vw 0;
  background-color: #FFFFFF; }
  @media (min-width: 1024px) {
    .infinite-slider {
      padding: 5.35714vw 0; } }
  .infinite-slider__list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible; }
    .infinite-slider__list.copy {
      display: none; }
  .infinite-slider__item {
    flex-shrink: 0;
    width: 26.57005vw;
    height: 10.86957vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4.83092vw;
    opacity: 0.75; }
    @media (min-width: 1024px) {
      .infinite-slider__item {
        width: 8.33333vw;
        height: 3.80952vw;
        margin: 0 2.97619vw; } }
  .infinite-slider__image {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .infinite-slider.is-enabled .infinite-slider__list {
    width: unset;
    animation: slide1 linear infinite; }
    .infinite-slider.is-enabled .infinite-slider__list.copy {
      display: flex;
      animation: slide2 linear infinite; }
    .infinite-slider.is-enabled .infinite-slider__list__item {
      height: 100%; }

@keyframes slide1 {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(-100%, 0); }
  50.001% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(0, 0); } }

@keyframes slide2 {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(-100%, 0); }
  100% {
    transform: translate(-200%, 0); } }

.block-more {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 58px;
  background-color: #F9F4F1;
  margin: 24px 0; }
  @media (min-width: 1024px) {
    .block-more {
      flex-direction: row;
      align-items: center; } }
  .block-more__icon-container {
    width: 40px;
    height: 40px; }
    @media (min-width: 1024px) {
      .block-more__icon-container {
        width: 100px;
        height: 100px;
        padding: 32px;
        border-radius: 50%;
        background-color: #fff; } }
  .block-more__icon {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .block-more__text {
    font-family: "Futura PT Demi";
    font-size: 24px;
    line-height: 31px;
    color: #641A43;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      .block-more__text {
        margin-left: 40px;
        margin-top: 0; } }
  .block-more__label {
    position: relative;
    font-family: "Futura PT Book";
    font-size: 13px;
    line-height: 20px;
    color: #EB4B23;
    text-transform: uppercase;
    margin-top: 24px; }
    @media (min-width: 1024px) {
      .block-more__label {
        margin-left: auto;
        margin-top: 6px; } }
    .block-more__label::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #EB4B23; }

.section-activity-de-facto {
  position: relative;
  z-index: 1;
  padding-bottom: 19.32367vw; }
  @media (min-width: 1024px) {
    .section-activity-de-facto {
      padding-bottom: 9.52381vw; } }
  .section-activity-de-facto.--filtering .js-filter:focus, .section-activity-de-facto.--filtering .js-filter:active {
    color: #fff;
    background: #641A43; }
  .section-activity-de-facto__title {
    text-align: center;
    margin-bottom: 40px; }
  .section-activity-de-facto__filters {
    width: 100%;
    display: flex;
    justify-content: center; }
    @media (min-width: 1024px) {
      .section-activity-de-facto__filters {
        margin-top: 40px; } }
    .section-activity-de-facto__filters .js-filter {
      background: #fff; }
  .section-activity-de-facto__card {
    margin-top: 32px;
    display: none;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .section-activity-de-facto__card {
        flex-direction: row;
        justify-content: space-around;
        margin-top: 120px; } }
    .section-activity-de-facto__card.--active {
      display: flex; }
    .section-activity-de-facto__card-image {
      margin-bottom: 24px; }
      @media (min-width: 1024px) {
        .section-activity-de-facto__card-image {
          width: 520px;
          max-width: 520px;
          margin-bottom: 0; } }
      .section-activity-de-facto__card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section-activity-de-facto__card-content {
      padding: 0 16px;
      margin-left: 0; }
      @media (min-width: 1024px) {
        .section-activity-de-facto__card-content {
          padding: 40px 0 64px;
          margin-left: 40px;
          max-width: 350px; } }
    .section-activity-de-facto__card-label {
      font-size: 12px;
      text-transform: uppercase;
      color: #F0725D; }
    .section-activity-de-facto__card-title {
      margin: 32px 0;
      font-size: 32px;
      color: #641A43; }

.section-actualites-preview {
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 14.49275vw 0; }
  @media (min-width: 1024px) {
    .section-actualites-preview {
      padding: 7.14286vw 0; } }
  .section-actualites-preview__heading {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .section-actualites-preview__heading {
        margin-bottom: 60px; } }
  .section-actualites-preview__button {
    margin-top: 60px; }
    @media (min-width: 1024px) {
      .section-actualites-preview__button {
        margin-bottom: 90px; } }

.section-actualites {
  padding-bottom: 150px;
  text-align: center; }
  .section-actualites__container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .section-actualites__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 60px; }
        .section-actualites__container .grid-actualites {
          flex-basis: 75%;
          width: 75%; }
        .section-actualites__container .tweets-list {
          order: 2;
          flex-basis: 20%;
          width: 20%; }
        .section-actualites__container .pagination {
          order: 3;
          flex-basis: 100%;
          width: 100%; } }
  .section-actualites__filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16.90821vw 0; }
    @media (min-width: 1024px) {
      .section-actualites__filters {
        flex-direction: row;
        justify-content: flex-end;
        padding: 4.16667vw 0; } }
  .section-actualites__filters__label {
    margin-bottom: 5.7971vw; }
    @media (min-width: 1024px) {
      .section-actualites__filters__label {
        margin-right: 1.42857vw;
        margin-bottom: 0; } }
  .section-actualites__submit {
    padding: 14px 36px;
    font-size: 13px;
    line-height: 1; }
  .section-actualites__filters-menu-item {
    position: relative;
    margin-right: 20px;
    font-family: "Futura PT Demi";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.86px; }
    .section-actualites__filters-menu-item:last-child {
      margin-right: 0; }
    .section-actualites__filters-menu-item:before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      background-color: #F0725D;
      content: ''; }
    .section-actualites__filters-menu-item.isActive {
      color: #F0725D; }
      .section-actualites__filters-menu-item.isActive:before {
        width: 100%; }
  .section-actualites__no-results {
    flex-basis: 75%;
    width: 75%;
    text-align: left; }

.section-case-study {
  position: relative;
  overflow: hidden; }
  .section-case-study.decorations {
    background: #F9F4F1; }
    @media (min-width: 1024px) {
      .section-case-study.decorations {
        margin: 0 32px; } }
    .section-case-study.decorations .component-activity__slider-arrow-container,
    .section-case-study.decorations .component-filters__button {
      background: #fff; }
  .section-case-study__shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .section-case-study__title {
    margin: 0;
    text-align: center; }
    @media (min-width: 1024px) {
      .section-case-study__title {
        text-align: left; } }
  .section-case-study__wrapper {
    margin: 45px 0;
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 1024px) {
      .section-case-study__wrapper {
        margin: 60px 0 140px 0;
        flex-direction: row;
        justify-content: space-between; } }
  @media (min-width: 1024px) {
    .section-case-study__text {
      width: 45%;
      padding: 40px 0; } }
  .section-case-study__link {
    display: inline-block;
    margin-top: 40px; }
  .section-case-study__visual {
    position: relative;
    margin-bottom: 36px; }
    @media (min-width: 1024px) {
      .section-case-study__visual {
        margin: 0;
        width: 40%;
        max-height: 600px;
        display: flex;
        justify-content: center; } }
    .section-case-study__visual img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .section-case-study__visual.--extra {
      padding-bottom: 150px;
      padding-right: 60px; }
    .section-case-study__visual.--revert {
      padding-left: 60px;
      padding-right: 0; }
      .section-case-study__visual.--revert .section-case-study__extra-visual {
        right: auto;
        left: 0; }
  .section-case-study__extra-visual {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0; }
    .section-case-study__extra-visual img {
      position: absolute; }
    .section-case-study__extra-visual:after {
      content: "";
      display: block;
      padding: 70%; }

.section-community {
  position: relative; }
  @media (min-width: 1024px) {
    .section-community__container {
      width: 100%;
      margin-left: calc((100vw - 77.7381vw) / 2); } }
  .section-community__title {
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 1024px) {
      .section-community__title {
        text-align: left; } }

.section-community__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F9F4F1;
  transform: translateX(100%);
  transition: transform 1s ease-in-out;
  z-index: 52; }
  .section-community__modal.isActive {
    transform: translateX(0); }

@media screen and (max-width: 1100px) {
  .section-comunity__heading {
    width: 33%; }
  .section-comunity__comunity-block-container {
    width: 33%; } }

@media screen and (max-width: 1100px) {
  .section-comunity__heading {
    width: 50%; }
  .section-comunity__comunity-block-container {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .section-comunity__heading {
    width: 100%;
    margin-bottom: 80px; }
  .section-comunity__comunity-block-container {
    width: 50%; } }

.js-data-modal {
  display: none; }

.section-de-facto-intro {
  position: relative;
  background-color: #fff;
  padding: 14.49275vw 0; }
  @media (min-width: 1024px) {
    .section-de-facto-intro {
      padding: 21.42857vw 0 15.47619vw; } }
  .section-de-facto-intro__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      .section-de-facto-intro__wrapper {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row; } }
  .section-de-facto-intro__logo {
    max-width: 57.97101vw;
    margin-bottom: 5.7971vw; }
    @media (min-width: 1024px) {
      .section-de-facto-intro__logo {
        max-width: 25vw;
        margin-right: 1.42857vw;
        margin-bottom: 0; } }
    .section-de-facto-intro__logo img {
      width: 100%; }
  .section-de-facto-intro__paragraph {
    width: 100%;
    text-align: center; }
    @media (min-width: 1024px) {
      .section-de-facto-intro__paragraph {
        width: 50%;
        text-align: left; } }
    .section-de-facto-intro__paragraph > .section-de-facto-intro__paragraph {
      width: 100%; }

.section-references {
  position: relative; }
  .section-references__heading {
    text-align: center;
    margin: 40px 0; }
    @media (min-width: 1024px) {
      .section-references__heading {
        margin: 150px 0; } }
  .section-references__container {
    position: relative;
    padding-top: 70px; }
  .section-references .swiper-wrapper {
    display: flex;
    align-items: center; }
  .section-references__navbar-item {
    width: 100%;
    padding: 18px;
    background-color: #fff;
    color: #602244;
    text-align: center; }
    @media (min-width: 1024px) {
      .section-references__navbar-item {
        font-size: 10px; } }
    .section-references__navbar-item.isActive {
      background-color: #602244;
      color: #fff; }
    .section-references__navbar-item:hover {
      cursor: pointer; }
  .section-references__list {
    margin-top: 60px; }
    @media (min-width: 1024px) {
      .section-references__list {
        margin-top: 150px; } }

.section-intro {
  position: relative;
  width: 100%;
  height: 100vh; }
  .section-intro > .text-content {
    width: 80%;
    height: 100%;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center; }
    .section-intro > .text-content span {
      margin-bottom: 50px;
      display: block; }
    .section-intro > .text-content .description p {
      text-align: center !important; }
  .section-intro .forms__container {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 400px;
    height: 360px; }
    .section-intro .forms__container .forms__left, .section-intro .forms__container .forms__right {
      width: 48%;
      max-width: 200px;
      position: absolute; }
    .section-intro .forms__container .forms__right {
      right: 0;
      top: 0; }
    .section-intro .forms__container .forms__left {
      left: 0;
      top: 0;
      transform: rotate(180deg); }

.join-us__container {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 1024px) {
    .join-us__container {
      padding-top: 130px;
      padding-bottom: 130px; } }

.join-us__infos {
  margin-bottom: 50px;
  text-align: center; }
  @media (min-width: 1024px) {
    .join-us__infos {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 80px;
      text-align: left; } }

.join-us__heading {
  margin-bottom: 0;
  max-width: 600px;
  font-family: "Futura PT Demi";
  color: #641A43;
  line-height: 1; }
  .join-us__heading strong {
    color: #FD3800; }

.join-us__spontaneous {
  font-family: "Futura PT Book";
  font-size: 16px;
  line-height: 1;
  color: #000000;
  padding-top: 24px;
  text-align: center; }
  @media (min-width: 1024px) {
    .join-us__spontaneous {
      font-size: 24px;
      line-height: 1;
      max-width: 325px;
      text-align: left; } }
  .join-us__spontaneous a {
    color: #FD3800;
    padding-bottom: 1px;
    position: relative; }
    .join-us__spontaneous a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #FD3800; }

.join-us__team-picture-container {
  position: relative;
  width: 100%; }
  .join-us__team-picture-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .join-us__team-picture-container:after {
    content: '';
    display: block;
    padding-bottom: 80%; }

.join-us__offers {
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .join-us__offers {
      margin-bottom: 140px; } }
  .join-us__offers .offer-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5.31401vw 0; }
    .join-us__offers .offer-item__heading {
      font-family: "Futura PT Book";
      font-size: 3.86473vw;
      color: #979797; }
      @media (min-width: 1024px) {
        .join-us__offers .offer-item__heading {
          font-size: 2.14286vw; } }
    .join-us__offers .offer-item__icon {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .join-us__offers .offer-item__icon > svg {
        width: 2.41546vw;
        height: 2.41546vw; }
        @media (min-width: 1024px) {
          .join-us__offers .offer-item__icon > svg {
            width: 1.07143vw;
            height: 1.07143vw; } }
    .join-us__offers .offer-item__separator {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #D8D8D8;
      transform-origin: left; }

.section-map {
  position: relative;
  background-color: #641A43;
  color: #fff;
  transition: color 1s ease-in-out; }

.section-map__map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-map__container {
  position: relative;
  height: 100%;
  box-sizing: border-box; }

.section-map__content {
  position: relative;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .section-map__content {
      flex-direction: column; } }

@media (min-width: 1441px) {
  .section-map__slider-container {
    top: 20%; } }

@media (max-width: 768px) {
  .section-map__slider-container {
    top: 25%;
    right: 0;
    left: 0;
    width: 500px;
    z-index: 50;
    transition: transform 1.5s ease-in-out; }
    .section-map__slider-container.isUnActive {
      transform: translateX(150%); } }

.section-map__title {
  font-size: 40px;
  line-height: 37px;
  max-width: 350px;
  margin-bottom: 32px; }

.section-map__slider {
  position: relative;
  width: 500px;
  min-height: 630px;
  max-width: 100%; }

.section-map__slide {
  position: absolute;
  flex: 1 0 auto;
  width: 100%;
  padding: 70px;
  box-sizing: border-box;
  color: #372D33;
  background-color: #fff; }
  @media (min-width: 1441px) {
    .section-map__slide {
      padding: 90px; } }

.section-map__slide-heading {
  position: relative;
  font-family: "Futura PT Demi";
  font-size: 35px;
  letter-spacing: 0;
  line-height: 45px;
  color: #FD3800; }
  @media (max-width: 768px) {
    .section-map__slide-heading {
      text-align: center; } }

.section-map__slide-paragraph {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.31px;
  line-height: 24px;
  margin: 40px 0; }

.section-map__slide-correspondant {
  font-family: "Futura PT Demi";
  font-size: 11px;
  letter-spacing: 1.08px;
  line-height: 14px;
  text-transform: uppercase;
  margin: 40px 0;
  color: #372D33;
  opacity: .5; }

.section-map__slide-list-item {
  display: flex;
  align-items: center;
  margin: 10px 0; }

.section-map__slide-image-container {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 50%; }

.section-map__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-map__slide-content-name {
  font-family: "Futura PT Demi";
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #372D33; }

.section-map__slide-content-job {
  font-family: "Futura PT Book";
  font-size: 14px;
  line-height: 14px;
  max-width: 150px; }

.section-map__slider-controls {
  position: absolute;
  left: 0;
  bottom: 0; }
  @media (max-width: 768px) {
    .section-map__slider-controls {
      display: none; } }

.section-map-button__line, .section-map-button__line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 40%;
  height: 2px;
  transform: rotate(45deg);
  background-color: #372D33; }
  .section-map-button__line--left, .section-map-button__line--left {
    transform: rotate(-45deg); }

.slider-controls__button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  color: #F0725D;
  font-family: "Futura PT Demi"; }
  .slider-controls__button--left {
    margin-right: 16px; }

.slider-controls__button-mobile {
  position: absolute;
  top: 0;
  transform: translateY(-20%);
  right: 0;
  z-index: 10;
  width: 55px;
  height: 55px;
  background-color: #fff;
  cursor: pointer;
  color: #F0725D;
  font-family: "Futura PT Demi"; }
  .slider-controls__button-mobile--left {
    left: 0;
    right: auto; }

.section-map__marker {
  position: absolute;
  width: 10px;
  height: 10px;
  cursor: pointer;
  z-index: 50;
  cursor: pointer; }
  .section-map__marker span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: scale(1);
    border-radius: 50%; }
  .section-map__marker.is-active span {
    background-color: #FD3800;
    transform: scale(1.4); }
  .section-map__marker.is-active:before {
    animation: blink 1.5s infinite; }
  .section-map__marker:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transform: scale(1);
    animation: none; }

@keyframes blink {
  0% {
    opacity: 1;
    transform: scale(0); }
  100% {
    opacity: 0;
    transform: scale(4); } }

.mapboxgl-ctrl-logo {
  opacity: 0.1;
  z-index: 0; }

.mapboxgl-ctrl-top-right, .mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  z-index: 0; }

.mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right {
  display: none !important; }

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: transparent;
  z-index: 0; }
  .mapboxgl-ctrl.mapboxgl-ctrl-attrib a {
    opacity: 0.2;
    color: white; }

.section-map__slider-controls-mobile {
  position: absolute;
  display: block;
  width: calc(100% - 140px); }
  @media (min-width: 769px) {
    .section-map__slider-controls-mobile {
      display: none; } }
  @media (max-width: 480px) {
    .section-map__slider-controls-mobile {
      width: calc(100% - 40px); } }

@media (max-width: 480px) {
  .section-map__slider {
    position: relative;
    width: 100%;
    min-height: 256px; }
  .section-map__slider-container {
    width: 100%;
    top: 15%; }
  .section-map__slide {
    width: 100%;
    height: auto;
    padding: 25px 20px; }
  .section-map__slide-heading {
    font-size: 32px; }
  .section-map__slide-paragraph {
    font-size: 14px;
    letter-spacing: 0.31px;
    line-height: 25px; } }

.section-objectives {
  position: relative; }
  .section-objectives__on-heading {
    text-transform: uppercase;
    text-align: center;
    font-family: "Futura PT Book";
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #8D7F76;
    margin-bottom: 27px; }
  .section-objectives__title {
    text-align: center;
    margin-bottom: 40px; }
  .section-objectives__paragraph {
    margin-bottom: 40px; }
  .section-objectives__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px; }
    @media (min-width: 1024px) {
      .section-objectives__wrapper {
        grid-template-columns: repeat(3, 1fr); } }

.section-partners {
  padding: 80px 0;
  background-color: #4A1231;
  color: #fff; }

.section-partners__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 26px; }

.section-partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.section-partners__logo {
  width: 80px;
  height: 60px;
  margin: 16px;
  opacity: 0.4; }
  .section-partners__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  @media (min-width: 1024px) {
    .section-partners__logo {
      width: 120px;
      height: 80px;
      margin: 0 16px; } }

.section-poles {
  padding: 12.07729vw 0;
  position: relative;
  background-color: #F9F4F1;
  overflow: hidden; }
  .section-poles__text-container {
    width: 100%; }
    @media (min-width: 769px) {
      .section-poles__text-container {
        width: 30%; } }
  @media (min-width: 769px) {
    .section-poles {
      padding: 5.95238vw 0; } }

.section-poles__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%; }
  @media (max-width: 768px) {
    .section-poles__container {
      padding-bottom: 25%; } }

.section-poles__subheading {
  margin-bottom: 6.03865vw;
  font-size: 5.7971vw;
  line-height: 7.24638vw;
  font-family: "Futura PT Demi";
  color: #602244;
  text-align: center; }
  @media (min-width: 769px) {
    .section-poles__subheading {
      margin-bottom: 5.35714vw;
      font-size: 2.2619vw;
      line-height: 2.91667vw;
      max-width: 47.61905vw; } }

.section-poles__menu-item {
  font-family: "Futura PT Demi";
  font-size: 8.69565vw;
  line-height: 1em;
  margin-bottom: 4.83092vw;
  position: relative;
  cursor: pointer; }
  @media (min-width: 769px) {
    .section-poles__menu-item {
      margin: 0;
      width: fit-content;
      font-size: 3.57143vw; }
      .section-poles__menu-item.isActive::after {
        transform: scaleX(1); }
      .section-poles__menu-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.29762vw;
        width: 100%;
        height: 1px;
        transform: scaleX(0);
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        transform-origin: left; } }
  .section-poles__menu-item--purple {
    color: #602244; }
    @media (min-width: 769px) {
      .section-poles__menu-item--purple {
        color: #EBDBD1;
        transition: color 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        margin-bottom: 1.78571vw; }
        .section-poles__menu-item--purple.isActive {
          color: #602244; }
        .section-poles__menu-item--purple::after {
          background-color: #602244; } }
  .section-poles__menu-item--orange {
    color: #F0725D; }
    @media (min-width: 769px) {
      .section-poles__menu-item--orange {
        color: #EBDBD1;
        transition: color 0.5s cubic-bezier(0.65, 0, 0.35, 1); }
        .section-poles__menu-item--orange.isActive {
          color: #F0725D; }
        .section-poles__menu-item--orange::after {
          background-color: #F0725D; } }

.section-poles__list {
  position: relative;
  width: 100%; }
  @media (min-width: 769px) {
    .section-poles__list {
      height: 23.80952vw; } }

.section-poles__links-item {
  font-family: "Futura PT Book";
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 4.83092vw;
  position: relative;
  padding-top: 1.20773vw; }
  .section-poles__links-item a {
    width: 100%;
    height: 100%;
    display: block; }
  .section-poles__links-item:after {
    content: '';
    position: absolute;
    width: 1.93237vw;
    height: 1.93237vw;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    background-image: url("/wp-content/themes/prophil/img/icons/arrow-black.svg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 769px) {
      .section-poles__links-item:after {
        width: 0.59524vw;
        height: 0.59524vw; } }
  @media (min-width: 769px) {
    .section-poles__links-item {
      padding-top: 0;
      font-size: 1.25vw;
      line-height: 2.2619vw;
      letter-spacing: 0.06px;
      margin-bottom: 1.78571vw; } }

@media (min-width: 769px) {
  .section-poles__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1), z-index 0s linear 0.5s;
    opacity: 0;
    z-index: 1; }
    .section-poles__content.isActive {
      opacity: 1;
      z-index: 2;
      transition: opacity 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.3s, z-index 0s linear 0.8s; } }

.section-poles__description {
  font-family: "Futura PT Demi";
  margin-bottom: 4.83092vw; }
  @media (min-width: 769px) {
    .section-poles__description {
      font-size: 1.25vw;
      line-height: 2.2619vw;
      letter-spacing: 0.06px;
      margin-bottom: 2.38095vw; } }

.section-poles__button {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .section-poles__button span {
    display: inline-block; }
  .section-poles__button:hover span {
    animation: span-animation .6s ease-out forwards; }

@media (min-width: 769px) {
  .section-poles__text-container {
    position: relative; } }

.section-publications {
  padding: 10vh 0; }
  .section-publications__list-item {
    margin-bottom: 64px; }
    .section-publications__list-item:last-of-type {
      margin-bottom: 0; }

.asp_product_buy_button {
  display: inline-block !important; }

.popup-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(55, 45, 51, 0.75);
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 999998;
  display: none; }
  .popup-content.active {
    display: block; }
  .popup-content .popup-download {
    height: auto;
    margin: 20vh auto 0;
    width: 540px;
    max-width: 90%;
    padding: 50px;
    background: #fff;
    position: relative; }
  .popup-content .close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #9D5B81; }
  .popup-content .popup-content-c {
    width: 100%;
    text-align: center; }
  .popup-content .popup-content-c h2 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 26px;
    color: #9D5B81;
    font-family: "Futura PT Demi";
    text-transform: uppercase; }
  .popup-content .form-popup-email {
    width: 80%;
    text-align: center;
    font-family: "Futura PT Demi";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 20px;
    border-bottom: solid 1px #CDCDCD;
    color: #CDCDCD;
    padding: 10px; }
  .popup-content .btn-download {
    text-align: left;
    color: #F0725D;
    text-transform: uppercase;
    font-family: "Futura PT Demi";
    font-size: 12px;
    display: inline-block;
    position: relative;
    overflow: visible;
    position: relative;
    border-bottom: solid 1px #F0725D;
    width: auto;
    padding-bottom: 5px;
    margin: 0px auto;
    display: block; }

.product-view {
  padding: 0 40px 40px;
  text-align: center; }
  .product-view h3 {
    margin: 30px 0 0; }

.publication__podcast-container {
  background: #fff;
  margin: 30px 0px 15px; }
  .publication__podcast-container .podcast_ausha {
    margin: 0;
    width: 100%; }

@media (min-width: 769px) {
  .publication__podcast-container {
    margin: 0; } }

.section-push__inner {
  display: flex;
  flex-direction: column;
  align-items: center; }

.section-push__label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  color: #56504C; }
  @media (min-width: 1024px) {
    .section-push__label {
      font-size: 14px; } }

.section-push__link {
  margin-top: 16px;
  color: #56504C;
  font-size: 32px;
  line-height: initial;
  text-transform: capitalize; }
  @media (min-width: 1024px) {
    .section-push__link {
      font-size: 50px; } }
  .section-push__link:before {
    background-color: rgba(86, 80, 76, 0.16);
    transition: width 0.4s ease-in-out; }

.section-team__wrapper {
  width: 100%;
  margin-bottom: 8.45411vw; }
  @media (min-width: 769px) {
    .section-team__wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 4.16667vw; } }

.section-team__filter-wrapper {
  position: relative;
  width: 100%; }
  .section-team__filter-wrapper:after {
    content: '';
    position: absolute;
    width: 1.93237vw;
    height: 0.96618vw;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    background-image: url("/wp-content/themes/prophil/img/icons/arrow-dropdown.svg");
    background-repeat: no-repeat;
    background-size: cover; }
  @media (min-width: 769px) {
    .section-team__filter-wrapper {
      width: 20%; }
      .section-team__filter-wrapper:after {
        width: 0.59524vw;
        height: 0.29762vw; } }

.section-team__filter {
  color: #56504C;
  text-transform: initial;
  padding: 2.41546vw 4.83092vw;
  border: 1px solid #D8D8D8;
  width: 100%; }
  @media (min-width: 769px) {
    .section-team__filter {
      padding: 1.19048vw; } }

.section-team__intro-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  width: 100%; }
  .section-team__intro-container .forms__container {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 400px;
    height: 400px; }
    .section-team__intro-container .forms__container .forms__left, .section-team__intro-container .forms__container .forms__right {
      width: 48%;
      max-width: 200px;
      position: absolute; }
    .section-team__intro-container .forms__container .forms__right {
      right: 0;
      top: 0; }
    .section-team__intro-container .forms__container .forms__left {
      left: 0;
      top: 0;
      transform: rotate(180deg); }

.section-team__intro {
  font-weight: normal;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -khtml-font-smoothing: antialiased;
  -apple-font-smoothing: antialiased;
  max-width: 760px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1;
  font-family: "Futura PT Book";
  text-align: center; }
  @media (min-width: 769px) {
    .section-team__intro {
      font-size: 28px;
      line-height: 36px;
      padding-bottom: 10px; } }

.section-team__list {
  position: relative;
  padding-left: 0;
  text-align: center; }
  @media (min-width: 769px) {
    .section-team__list {
      display: flex;
      flex-wrap: wrap; } }

.section-team__title {
  color: #602244;
  margin-bottom: 0; }

.section-team__list-item {
  margin-bottom: 32px; }
  @media (min-width: 769px) {
    .section-team__list-item {
      width: 33%;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      margin-bottom: 2.97619vw; }
      .section-team__list-item.--spotlight {
        width: 35%;
        margin: auto;
        order: -1; } }

.block-team {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 0 15px;
  text-align: center; }

.section-team__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  opacity: 1; }
  .section-team__image.section-team__image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }

.section-team__image-container {
  width: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .section-team__image-container:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .section-team__image-container:hover .section-team__image {
    opacity: 0; }
  .section-team__image-container:hover .section-team__image.section-team__image-hover {
    opacity: 1; }

.section-team__name {
  margin: 0;
  margin-top: 30px;
  color: #602244;
  font-size: 30px;
  line-height: 38px; }

.section-team__role {
  margin-top: 5px;
  color: #372D33;
  font-size: 16px;
  line-height: 21px;
  font-family: "Futura PT Book"; }

.section-team__description {
  display: block;
  color: #B7B7B7;
  font-family: "Futura PT Book";
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px; }

.section-team__button {
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
  height: 38px;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F6F6F6; }
  .section-team__button > svg {
    width: 100%;
    height: 100%; }

@media (min-width: 769px) {
  .section-team__image-container {
    width: 100%; } }

.section-team__forms-comma {
  position: absolute;
  top: 10%;
  right: -4%;
  width: 15%; }
  @media (max-width: 768px) {
    .section-team__forms-comma {
      top: 10%;
      right: -15%;
      width: 30%; } }

.section-team__forms_l {
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2%;
  width: 20%; }
  @media (max-width: 768px) {
    .section-team__forms_l {
      top: 35%;
      left: -10%;
      width: 50%; } }

.section-team__forms-circle {
  position: absolute;
  right: -9%;
  bottom: -390px;
  width: 100%;
  max-width: 400px;
  height: 360px; }
  @media (max-width: 768px) {
    .section-team__forms-circle {
      z-index: -1;
      opacity: .5;
      left: 50%;
      transform: translateX(-50%);
      bottom: -7%;
      width: 80%; } }
  .section-team__forms-circle .forms__left,
  .section-team__forms-circle .forms__right {
    width: 48%;
    max-width: 200px;
    position: absolute; }
  .section-team__forms-circle .forms__right {
    right: 0;
    top: 0; }
  .section-team__forms-circle .forms__left {
    left: 0;
    top: 0;
    transform: rotate(180deg); }

.page-template-page-equipe .footer-contact__separator {
  display: none; }

.section-video {
  height: 100vh; }

.customer-reviews {
  background-color: #641A43;
  padding-top: 24.15459vw; }
  @media (min-width: 1024px) {
    .customer-reviews {
      padding-top: 8.33333vw; } }
  .customer-reviews__container {
    display: flex;
    flex-wrap: wrap; }
  .customer-reviews__header {
    flex-grow: 1;
    margin-bottom: 12.07729vw; }
    @media (min-width: 1024px) {
      .customer-reviews__header {
        margin-bottom: 5.95238vw; } }
  .customer-reviews__heading, .customer-reviews__paragraph {
    color: #fff; }
  .customer-reviews__slider-controls {
    order: 3;
    flex-basis: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .customer-reviews__slider-controls {
        flex-basis: auto;
        order: 0; } }
  .customer-reviews__slider-arrow-container {
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer; }
    .customer-reviews__slider-arrow-container:first-of-type {
      margin-right: 6px; }
      @media (min-width: 1024px) {
        .customer-reviews__slider-arrow-container:first-of-type {
          margin-right: 16px; } }
    @media (min-width: 1024px) {
      .customer-reviews__slider-arrow-container {
        width: 74px;
        height: 74px; } }
  .customer-reviews__slider-arrow {
    width: 6px;
    height: auto; }
    .customer-reviews__slider-arrow--next {
      transform: rotate(180deg); }
  .customer-reviews__slider-wrapper {
    flex-basis: 100%; }
  .customer-reviews__slider-item {
    height: 126.08696vw; }
    @media (min-width: 1024px) {
      .customer-reviews__slider-item {
        height: 31.07143vw; } }
  .customer-reviews .infinite-slider {
    margin-top: 4.83092vw; }
    @media (min-width: 1024px) {
      .customer-reviews .infinite-slider {
        margin-top: 1.78571vw; } }

.section-text-illu {
  background-color: #F9F4F1;
  padding: 7.24638vw 0; }
  @media (min-width: 1024px) {
    .section-text-illu {
      padding: 10.71429vw 0; } }
  @media (min-width: 1024px) {
    .section-text-illu__container {
      display: flex;
      align-items: stretch;
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .section-text-illu__text-container {
      flex-basis: 50%;
      flex-grow: 1;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      padding: 40px 10.71429vw 40px 0; } }
  .section-text-illu__on-heading {
    text-transform: uppercase;
    font-family: "Futura PT Book";
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 25px;
    color: #EB4B23;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .section-text-illu__on-heading {
        margin-bottom: 8px; } }
  .section-text-illu__heading {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .section-text-illu__heading {
        margin-bottom: 40px; } }
  .section-text-illu__subheading {
    margin-bottom: 20px;
    color: #372D33; }
    @media (min-width: 1024px) {
      .section-text-illu__subheading {
        margin-bottom: 30px; } }
  .section-text-illu__button--desktop {
    display: none; }
    @media (min-width: 1024px) {
      .section-text-illu__button--desktop {
        display: flex;
        margin-top: 50px; } }
  .section-text-illu__button--mobile {
    display: flex;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .section-text-illu__button--mobile {
        display: none; } }
  .section-text-illu__image-container {
    width: 100%;
    max-height: 840px;
    padding: 20px 0; }
    @media (min-width: 1024px) {
      .section-text-illu__image-container {
        order: 1;
        flex-basis: 50%;
        flex-shrink: 0; } }
  .section-text-illu__image {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.section-raison-etre-wrapper {
  background-color: #F9F4F1; }

.section-raison-etre {
  background-color: #fff;
  padding: 12.07729vw 0 21.73913vw 0; }
  @media (min-width: 1024px) {
    .section-raison-etre {
      padding: 10.71429vw 0; } }
  @media (min-width: 1024px) {
    .section-raison-etre__container {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between; } }
  .section-raison-etre__on-heading {
    text-transform: uppercase;
    font-family: "Futura PT Book";
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #8D7F76;
    margin-bottom: 27px; }
    @media (min-width: 1024px) {
      .section-raison-etre__on-heading {
        flex-basis: 100%;
        margin-bottom: 40px;
        line-height: 50px; } }
  .section-raison-etre__heading {
    line-height: 35px;
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .section-raison-etre__heading {
        flex-basis: 50%;
        flex-shrink: 0;
        line-height: 50px;
        padding-right: 180px;
        margin-bottom: 140px; } }
    .section-raison-etre__heading > span {
      color: #EB4B23; }
  @media (min-width: 1024px) {
    .section-raison-etre__paragraph {
      flex-basis: 50%;
      flex-shrink: 0;
      margin-top: 8px; } }
  .section-raison-etre__image-container {
    width: 100%;
    max-height: 800px;
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .section-raison-etre__image-container {
        order: 4;
        flex-basis: 60%;
        flex-shrink: 0;
        margin-top: 0; } }
  .section-raison-etre__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right; }
  @media (min-width: 1024px) {
    .section-raison-etre__commitments {
      flex-basis: 40%;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: 220px; } }
  .section-raison-etre__commitment {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .section-raison-etre__commitment {
        margin-top: 45px; }
        .section-raison-etre__commitment:first-of-type {
          margin-top: 0; } }
  .section-raison-etre__commitment-heading {
    color: #641A43;
    font-size: 30px;
    line-height: 20px; }
    @media (min-width: 1024px) {
      .section-raison-etre__commitment-heading {
        font-size: 30px;
        line-height: 25px; } }
  .section-raison-etre__commitment-paragraph {
    line-height: 27px;
    margin-top: 18px; }

.section-autres-communautes {
  background-color: #F9F4F1;
  padding: 12.07729vw 0 21.73913vw 0; }
  @media (min-width: 1024px) {
    .section-autres-communautes {
      padding: 8.92857vw 0 14.88095vw 0; } }
  .section-autres-communautes__heading {
    text-align: center;
    line-height: 30px; }
    @media (min-width: 1024px) {
      .section-autres-communautes__heading {
        line-height: 58px; } }
    .section-autres-communautes__heading > span {
      color: #EB4B23; }
  .section-autres-communautes__community {
    margin-top: 60px;
    background-color: #fff; }
    @media (min-width: 1024px) {
      .section-autres-communautes__community {
        display: flex;
        align-items: stretch;
        margin-top: 100px; } }
  .section-autres-communautes__community-image-container {
    width: 100%;
    height: 240px; }
    @media (min-width: 1024px) {
      .section-autres-communautes__community-image-container {
        order: 2;
        flex-basis: 50%;
        position: relative;
        width: unset;
        height: unset; } }
  .section-autres-communautes__community-image {
    width: 100%;
    height: 100%;
    object-fit: contain; }
    @media (min-width: 1024px) {
      .section-autres-communautes__community-image {
        position: absolute; } }
  .section-autres-communautes__community-text {
    padding: 48px 34px; }
    @media (min-width: 1024px) {
      .section-autres-communautes__community-text {
        flex-basis: 50%;
        padding: 90px 80px; } }
  .section-autres-communautes__community-logo-container {
    width: 100%;
    max-width: 100px;
    height: 70px;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .section-autres-communautes__community-logo-container {
        height: 100px;
        margin-bottom: 70px; } }
  .section-autres-communautes__community-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
    @media (min-width: 1024px) {
      .section-autres-communautes__community-logo {
        object-position: left; } }
  .section-autres-communautes__community-heading {
    color: #EB4B23;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px; }
    @media (min-width: 1024px) {
      .section-autres-communautes__community-heading {
        margin-bottom: 35px; } }
  .section-autres-communautes__community-paragraph {
    line-height: 30px; }

.section-valeurs {
  position: relative;
  min-height: 100vh;
  background-color: #F0725D;
  overflow: hidden;
  padding: 12.07729vw 0 21.73913vw 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .section-valeurs {
      padding: 7.7381vw 0 9.52381vw 0; } }
  .section-valeurs__shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .section-valeurs__shape {
    position: absolute; }
    .section-valeurs__shape:first-of-type {
      width: auto;
      height: 30%;
      bottom: -4.83092vw;
      left: 7.14286vw; }
      @media (min-width: 1024px) {
        .section-valeurs__shape:first-of-type {
          height: 65%;
          bottom: -14.88095vw;
          left: 5.35714vw; } }
    .section-valeurs__shape:nth-of-type(2) {
      width: auto;
      height: 30%;
      bottom: -2.41546vw;
      right: -5.95238vw; }
      @media (min-width: 1024px) {
        .section-valeurs__shape:nth-of-type(2) {
          height: 100%;
          bottom: -9.52381vw;
          right: 8.33333vw; } }
  .section-valeurs__container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .section-valeurs__on-heading {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff; }
  .section-valeurs__values {
    margin: 30px 0; }
    @media (min-width: 1024px) {
      .section-valeurs__values {
        margin: 60px 0; } }
  .section-valeurs__value {
    cursor: default; }
  .section-valeurs__value-name {
    font-family: "Futura PT Book Bold";
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .section-valeurs__value-name {
        font-size: 45px;
        line-height: 50px; } }
    @media (min-width: 1024px) {
      .section-valeurs__value-name {
        font-size: 82px;
        line-height: 75px; } }
  .section-valeurs__value-content {
    max-width: 560px;
    color: #fff;
    line-height: 150%;
    padding-bottom: 12px; }

.section-rapport {
  background-color: #70325D;
  color: #FFFFFF; }

.section-rapport__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center; }
  @media (min-width: 1024px) {
    .section-rapport__container {
      flex-direction: row-reverse;
      height: 100%; } }

.section-rapport__illustration-container {
  width: 100%;
  position: relative; }
  @media (min-width: 1024px) {
    .section-rapport__illustration-container {
      flex-grow: 1;
      width: 50%; } }

.section-rapport__content {
  position: relative;
  width: 100%;
  padding: 12.07729vw 7.72947vw;
  min-height: 107.24638vw;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .section-rapport__content {
      min-height: unset;
      padding: 7.14286vw 4.7619vw 7.14286vw 7.61905vw;
      width: 50%; } }

.section-rapport__image-container {
  position: relative;
  background-image: url("/wp-content/themes/prophil/img/rapport_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-rapport__image-container picture {
    margin: 12.07729vw 0;
    width: 80%;
    height: auto; }
    @media (min-width: 1024px) {
      .section-rapport__image-container picture {
        width: 60%;
        margin: 7.14286vw 0; } }
  @media (min-width: 1024px) {
    .section-rapport__image-container {
      width: 50%; } }

.section-rapport__image {
  width: 100%;
  height: auto; }

.section-rapport__title {
  margin-bottom: 6.76329vw;
  color: #FFFFFF; }
  @media (min-width: 1024px) {
    .section-rapport__title {
      margin-bottom: 2.67857vw; } }

.section-rapport__text {
  font-family: "Futura PT Book"; }
  .section-rapport__text * {
    color: #FFFFFF; }
  @media (min-width: 1024px) {
    .section-rapport__text {
      max-width: 29.7619vw;
      margin-bottom: 2.67857vw;
      font-size: 1.42857vw;
      line-height: 1.78571vw; } }

.section-rapport__link {
  font-family: "Futura PT Demi";
  position: relative;
  padding: 1.93237vw 3.62319vw;
  font-size: 2.41546vw;
  line-height: 2.89855vw;
  background-color: #FFFFFF;
  color: #F0725D;
  display: block;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: fit-content;
  margin-top: auto;
  justify-self: flex-end; }
  @media (min-width: 1024px) {
    .section-rapport__link {
      padding: 0.89286vw 1.42857vw;
      font-size: 0.71429vw;
      line-height: 0.89286vw;
      font-weight: 500; } }

.section-rapport__more {
  color: #FFFFFF;
  position: relative;
  width: 100%;
  margin-top: 6.03865vw;
  font-size: 2.89855vw;
  line-height: 3.62319vw; }
  .section-rapport__more p {
    display: inline; }
  .section-rapport__more a {
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 3px;
    display: inline; }
  @media (min-width: 1024px) {
    .section-rapport__more {
      max-width: 35.71429vw;
      margin-top: 1.4881vw;
      font-size: 1.07143vw;
      line-height: 1.19048vw; } }

.header-cas-client {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #5E2142;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .header-cas-client__background-filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5E2142;
    opacity: .9; }

.header-children-nav {
  margin-top: 40px;
  z-index: 1; }
  @media (min-width: 768px) {
    .header-children-nav {
      margin-top: 80px; } }
  .header-children-nav__list {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .header-children-nav__list {
        flex-direction: row; } }
  .header-children-nav__item:not(:first-child) {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .header-children-nav__item:not(:first-child) {
        margin-left: 16px;
        margin-top: 0; } }
  .header-children-nav__link.is-active {
    background: #EB4B23;
    color: #fff;
    border-color: #EB4B23; }

.header-common {
  width: 100%;
  min-height: 100vh;
  background-color: #F9F4F1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .header-common--small {
    height: 75vh; }
  .header-common--purple {
    background-color: #602244; }
  .header-common--orange {
    background-color: #F0725D; }
  .header-common--white {
    background-color: #fff; }

.header-common canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: initial; }

.shapes-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.shapes-container__top, .shapes-container__bottom {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto; }

.shapes-container__top {
  left: 0;
  right: 0;
  top: 10%;
  width: 100%;
  justify-content: center;
  margin: auto; }

.shapes-container__bottom {
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%; }

.shapes-container__shape {
  width: auto;
  height: auto; }

.shapes-container__shape2 {
  transform: translate(-100%, 10%); }

.shapes-container__shape4 {
  width: 25%;
  height: auto;
  transform: translateY(18%); }

.shapes-container__shape6 {
  width: 16%;
  height: auto; }

@media (min-width: 769px) {
  .shapes-container__bottom {
    bottom: -250px; } }

@media (min-width: 1024px) {
  .header-defacto .header-text {
    max-width: 23.80952vw; } }

@media (min-width: 1024px) {
  .header-home .header-text {
    max-width: 47.91667vw; } }

@media (min-width: 1024px) {
  .header-join-us .header-text {
    max-width: 38.9881vw; } }

@media (min-width: 1024px) {
  .header-join-us .header-text__intro {
    max-width: 25.17857vw; } }

@media (min-width: 1024px) {
  .header-mission .header-text {
    max-width: 42.5vw; } }

.background-clip {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.background-clip__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  height: auto;
  margin: auto; }

.background-clip__colored-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F0725D; }

.canvas-intecative-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.canvas-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.header-shapes {
  overflow: hidden;
  z-index: 0; }
  .header-shapes__shape {
    position: absolute; }
  .header-shapes--articles .header-shapes__shape:first-of-type {
    width: 22%;
    bottom: -1%;
    left: -4%; }
  .header-shapes--articles .header-shapes__shape:nth-of-type(2) {
    width: 33%;
    top: 43%;
    left: 35%; }
  .header-shapes--articles .header-shapes__shape:nth-of-type(3) {
    width: 11%;
    top: -7%;
    left: 55%; }
  .header-shapes--articles .header-shapes__shape:nth-of-type(4) {
    width: 20%;
    bottom: -1%;
    right: -1%; }
  .header-shapes--join-us .header-shapes__shape:first-of-type {
    width: 65%;
    bottom: -10%;
    left: -12%; }
    @media (min-width: 1024px) {
      .header-shapes--join-us .header-shapes__shape:first-of-type {
        width: 45%;
        bottom: -28%;
        left: -4%; } }
  .header-shapes--join-us .header-shapes__shape:nth-of-type(2) {
    width: 22%;
    top: 40%;
    left: 9%; }
    @media (min-width: 1024px) {
      .header-shapes--join-us .header-shapes__shape:nth-of-type(2) {
        width: 12%;
        top: 33%;
        left: 30%; } }
  .header-shapes--join-us .header-shapes__shape:nth-of-type(3) {
    width: 25%;
    bottom: -4%;
    right: 20%; }
    @media (min-width: 1024px) {
      .header-shapes--join-us .header-shapes__shape:nth-of-type(3) {
        width: 15%;
        bottom: -4%;
        right: 20%; } }
  .header-shapes--join-us .header-shapes__shape:nth-of-type(4) {
    width: 100%;
    top: -8%;
    right: -15%; }
    @media (min-width: 1024px) {
      .header-shapes--join-us .header-shapes__shape:nth-of-type(4) {
        width: 45%;
        top: -11%;
        right: -7%; } }
  .header-shapes--activity .header-shapes__shape:first-of-type {
    width: 30%;
    bottom: 0;
    left: 5%; }
    @media (min-width: 1024px) {
      .header-shapes--activity .header-shapes__shape:first-of-type {
        width: 22%;
        bottom: -10%; } }
  .header-shapes--activity .header-shapes__shape:nth-of-type(2) {
    width: 30%;
    top: 10%;
    left: 45%; }
    @media (min-width: 1024px) {
      .header-shapes--activity .header-shapes__shape:nth-of-type(2) {
        width: 15%;
        top: -10%; } }
  .header-shapes--activity .header-shapes__shape:nth-of-type(3) {
    width: 20%;
    bottom: -1%;
    right: 5%; }
    @media (min-width: 1024px) {
      .header-shapes--activity .header-shapes__shape:nth-of-type(3) {
        width: 11%;
        bottom: -25%; } }
  .header-shapes--defacto .header-shapes__shape:first-of-type {
    width: 40%;
    bottom: -5%;
    left: 3%; }
    @media (min-width: 1024px) {
      .header-shapes--defacto .header-shapes__shape:first-of-type {
        width: 20%;
        bottom: -3%;
        left: 5%; } }
  .header-shapes--defacto .header-shapes__shape:nth-of-type(2) {
    width: 80%;
    top: 24%;
    left: 10%; }
    @media (min-width: 1024px) {
      .header-shapes--defacto .header-shapes__shape:nth-of-type(2) {
        width: 40%;
        top: -5%;
        left: 35%; } }
  .header-shapes--defacto .header-shapes__shape:nth-of-type(3) {
    width: 15%;
    bottom: -12%;
    right: 2%; }
    @media (min-width: 1024px) {
      .header-shapes--defacto .header-shapes__shape:nth-of-type(3) {
        width: 11%;
        bottom: -7%;
        right: 4%; } }
  .header-shapes--home .header-shapes__shape:first-of-type {
    width: 45%;
    bottom: -27%;
    left: -10%; }
    @media (min-width: 1024px) {
      .header-shapes--home .header-shapes__shape:first-of-type {
        width: 45%;
        bottom: -27%;
        left: -10%; } }
  .header-shapes--home .header-shapes__shape:nth-of-type(2) {
    width: 45%;
    top: -50%;
    right: -10%; }
    @media (min-width: 1024px) {
      .header-shapes--home .header-shapes__shape:nth-of-type(2) {
        width: 45%;
        top: -20%;
        right: -10%; } }
  .header-shapes--contact .header-shapes__shape:first-of-type {
    bottom: -8%;
    left: -20%;
    width: 50%; }
    @media (min-width: 1024px) {
      .header-shapes--contact .header-shapes__shape:first-of-type {
        bottom: -8%;
        left: 5%;
        width: 20%; } }
  .header-shapes--contact .header-shapes__shape:nth-of-type(2) {
    top: -26%;
    left: 7%;
    width: 60%; }
    @media (min-width: 1024px) {
      .header-shapes--contact .header-shapes__shape:nth-of-type(2) {
        top: -11%;
        left: 27%;
        width: 20%; } }
  .header-shapes--contact .header-shapes__shape:nth-of-type(3) {
    top: 42%;
    right: -65%;
    width: 80%; }
    @media (min-width: 1024px) {
      .header-shapes--contact .header-shapes__shape:nth-of-type(3) {
        top: 5%;
        right: -5%;
        width: 30%; } }
  .header-shapes--contact .header-shapes__shape:nth-of-type(4) {
    display: none; }
    @media (min-width: 1024px) {
      .header-shapes--contact .header-shapes__shape:nth-of-type(4) {
        display: block;
        left: 55%;
        width: 18%;
        right: 0;
        bottom: -10%; } }
  .header-shapes--contact .header-shapes__shape:nth-of-type(5) {
    top: 23%;
    right: -3%;
    width: 19%; }
    @media (min-width: 1024px) {
      .header-shapes--contact .header-shapes__shape:nth-of-type(5) {
        top: 10%;
        right: 36%;
        width: 5%; } }
  .header-shapes--references .header-shapes__shape:first-of-type {
    width: 70%;
    left: -10%;
    bottom: -6%; }
    @media (min-width: 1024px) {
      .header-shapes--references .header-shapes__shape:first-of-type {
        width: 50%;
        left: -3%;
        bottom: -25%; } }
  .header-shapes--references .header-shapes__shape:nth-of-type(2) {
    top: 16%;
    width: 19%;
    left: -2%; }
    @media (min-width: 1024px) {
      .header-shapes--references .header-shapes__shape:nth-of-type(2) {
        top: -2%;
        width: 10%;
        left: 30%; } }
  .header-shapes--references .header-shapes__shape:nth-of-type(3) {
    width: 10%;
    bottom: 35%;
    right: 30%; }
    @media (min-width: 1024px) {
      .header-shapes--references .header-shapes__shape:nth-of-type(3) {
        bottom: -5%; } }
  .header-shapes--references .header-shapes__shape:nth-of-type(4) {
    right: 5%;
    width: 20%;
    bottom: 0; }
    @media (min-width: 1024px) {
      .header-shapes--references .header-shapes__shape:nth-of-type(4) {
        right: 5%;
        width: 20%;
        bottom: 0; } }
  .header-shapes--recherche .header-shapes__shape:first-of-type {
    bottom: 78%;
    width: 40%;
    left: 4%;
    transform: rotate(-145deg); }
    @media (min-width: 1024px) {
      .header-shapes--recherche .header-shapes__shape:first-of-type {
        bottom: 38%;
        width: 28%; } }
  .header-shapes--recherche .header-shapes__shape:nth-of-type(2) {
    bottom: -4%;
    width: 30%;
    left: 10%; }
    @media (min-width: 1024px) {
      .header-shapes--recherche .header-shapes__shape:nth-of-type(2) {
        bottom: -22%;
        width: 20%; } }
  .header-shapes--recherche .header-shapes__shape:nth-of-type(3) {
    width: 10%;
    top: 25%;
    left: 52%; }
    @media (min-width: 1024px) {
      .header-shapes--recherche .header-shapes__shape:nth-of-type(3) {
        top: 4%; } }
  .header-shapes--recherche .header-shapes__shape:nth-of-type(4) {
    left: 50%;
    width: 20%;
    bottom: -7%; }
    @media (min-width: 1024px) {
      .header-shapes--recherche .header-shapes__shape:nth-of-type(4) {
        bottom: -40%; } }
  .header-shapes--recherche .header-shapes__shape:nth-of-type(5) {
    width: 30%;
    top: -9%;
    right: 0;
    transform: rotate(-60deg); }
    @media (min-width: 1024px) {
      .header-shapes--recherche .header-shapes__shape:nth-of-type(5) {
        top: -30%; } }
  .header-shapes--recherche .header-shapes__shape:nth-of-type(6) {
    width: 40%;
    right: 5%;
    bottom: -8%; }
    @media (min-width: 1024px) {
      .header-shapes--recherche .header-shapes__shape:nth-of-type(6) {
        width: 20%;
        bottom: -20%; } }
  .header-shapes--notre-mission .header-shapes__shape:first-of-type {
    bottom: -3%;
    left: -3%;
    width: 35%; }
    @media (min-width: 1024px) {
      .header-shapes--notre-mission .header-shapes__shape:first-of-type {
        bottom: -4%;
        left: -3%;
        width: 25%; } }
  .header-shapes--notre-mission .header-shapes__shape:nth-of-type(2) {
    top: -2%;
    left: 26%;
    width: 25%; }
    @media (min-width: 1024px) {
      .header-shapes--notre-mission .header-shapes__shape:nth-of-type(2) {
        top: -5%;
        right: 4%;
        width: 16%; } }
  .header-shapes--notre-mission .header-shapes__shape:nth-of-type(3) {
    bottom: -10%;
    right: -2%;
    width: 57%; }
    @media (min-width: 1024px) {
      .header-shapes--notre-mission .header-shapes__shape:nth-of-type(3) {
        bottom: -30%;
        left: 39%;
        width: 33%; } }
  @media (min-width: 1024px) {
    .header-shapes--notre-mission .header-shapes__shape:nth-of-type(4) {
      bottom: -10%;
      right: 5%;
      width: 18%; } }
  .header-shapes--cas-client .header-shapes__shape:first-of-type {
    top: -22%;
    left: 1%;
    width: 70%; }
    @media (min-width: 1024px) {
      .header-shapes--cas-client .header-shapes__shape:first-of-type {
        top: -28%;
        left: 5%;
        width: 30%; } }
  .header-shapes--cas-client .header-shapes__shape:nth-of-type(2) {
    bottom: -11%;
    right: -6%;
    width: 70%; }
    @media (min-width: 1024px) {
      .header-shapes--cas-client .header-shapes__shape:nth-of-type(2) {
        bottom: -11%;
        right: 4%;
        width: 38%; } }
  .header-shapes--team .header-shapes__shape:first-of-type {
    bottom: -3%;
    left: -3%;
    width: 35%; }
    @media (min-width: 1024px) {
      .header-shapes--team .header-shapes__shape:first-of-type {
        bottom: -14%;
        left: 5%;
        width: 15%; } }
  .header-shapes--team .header-shapes__shape:nth-of-type(2) {
    top: -2%;
    left: 26%;
    width: 25%; }
    @media (min-width: 1024px) {
      .header-shapes--team .header-shapes__shape:nth-of-type(2) {
        top: -5%;
        right: 4%;
        width: 16%; } }
  .header-shapes--team .header-shapes__shape:nth-of-type(3) {
    bottom: -10%;
    right: -2%;
    width: 57%; }
    @media (min-width: 1024px) {
      .header-shapes--team .header-shapes__shape:nth-of-type(3) {
        bottom: -50%;
        right: 23%;
        width: 35%; } }
  @media (min-width: 1024px) {
    .header-shapes--team .header-shapes__shape:nth-of-type(4) {
      bottom: -10%;
      right: 5%;
      width: 25%; } }

.header_1 .forms_1 {
  bottom: 0%;
  left: 3%;
  width: 16%; }
  @media (max-width: 768px) {
    .header_1 .forms_1 {
      display: none; } }

.header_1 .forms_2 {
  bottom: -40%;
  right: 10%;
  width: 13%; }
  @media (max-width: 768px) {
    .header_1 .forms_2 {
      display: none; } }

.header_1 .forms_3 {
  bottom: -90%;
  left: 28%;
  width: 36%; }
  @media (max-width: 768px) {
    .header_1 .forms_3 {
      bottom: -30%;
      left: -12%;
      width: 66%;
      transform: rotate(15deg); } }

.header_1 .forms_4 {
  top: -80%;
  left: -2%;
  width: 36%;
  transform: rotate(180deg); }
  @media (max-width: 768px) {
    .header_1 .forms_4 {
      display: none; } }

.header_1 .forms_5 {
  top: -65%;
  left: 63%;
  width: 36%;
  transform: rotate(-70deg); }
  @media (max-width: 768px) {
    .header_1 .forms_5 {
      display: none; } }

.header_1 .forms_6 {
  top: 12%;
  left: 50%;
  width: 11%; }
  @media (max-width: 768px) {
    .header_1 .forms_6 {
      top: 6%;
      left: 60%;
      width: 31%; } }

.header_2 {
  overflow: hidden; }
  .header_2 .forms_1 {
    bottom: -23%;
    left: 3%;
    width: 26%; }
    @media (max-width: 768px) {
      .header_2 .forms_1 {
        bottom: 0;
        left: -50%;
        width: 60%; } }
  .header_2 .forms_2 {
    top: -12%;
    left: 23%;
    width: 16%; }
    @media (max-width: 768px) {
      .header_2 .forms_2 {
        top: -24%;
        left: -10%;
        width: 55%; } }
  .header_2 .forms_3 {
    top: 12%;
    right: 23%;
    width: 3%; }
    @media (max-width: 768px) {
      .header_2 .forms_3 {
        bottom: -15%;
        right: -2%;
        width: 10%;
        top: auto; } }
  .header_2 .forms_4 {
    bottom: -25%;
    right: 8%;
    width: 24%; }
    @media (max-width: 768px) {
      .header_2 .forms_4 {
        display: none; } }

.header_3 {
  overflow: hidden; }
  .header_3 .forms_1 {
    bottom: -26%;
    left: 3%;
    width: 22%; }
    @media (max-width: 768px) {
      .header_3 .forms_1 {
        bottom: -14%;
        left: -17%;
        width: 43%; } }
  .header_3 .forms_2 {
    top: -16%;
    left: 27%;
    width: 25%; }
    @media (max-width: 768px) {
      .header_3 .forms_2 {
        top: -22%;
        left: 29%;
        width: 61%; } }
  .header_3 .forms_3 {
    top: 12%;
    right: 23%;
    width: 3%; }
    @media (max-width: 768px) {
      .header_3 .forms_3 {
        top: 55%;
        right: -2%;
        width: 7%; } }
  .header_3 .forms_4 {
    bottom: -35%;
    right: 8%;
    width: 21%; }
    @media (max-width: 768px) {
      .header_3 .forms_4 {
        display: none; } }

.header_4 {
  overflow: hidden; }
  .header_4 .forms_1 {
    bottom: -26%;
    left: 3%;
    width: 22%; }
    @media (max-width: 768px) {
      .header_4 .forms_1 {
        bottom: -7%;
        left: -26%;
        width: 40%; } }
  .header_4 .forms_2 {
    top: -16%;
    left: 27%;
    width: 25%; }
    @media (max-width: 768px) {
      .header_4 .forms_2 {
        top: -18%;
        left: 47%;
        width: 45%; } }
  .header_4 .forms_3 {
    bottom: -25%;
    left: 50%;
    width: 21%; }
    @media (max-width: 768px) {
      .header_4 .forms_3 {
        bottom: -16%;
        left: 45%;
        width: 39%; } }
  .header_4 .forms_4 {
    bottom: 15%;
    right: -2%;
    width: 21%; }
    @media (max-width: 768px) {
      .header_4 .forms_4 {
        display: none; } }
  .header_4 .forms_5 {
    top: 16%;
    left: 67%;
    width: 8%; }
    @media (max-width: 768px) {
      .header_4 .forms_5 {
        top: 21%;
        left: 86%;
        width: 17%; } }

.header_5 {
  overflow: hidden; }
  .header_5 .forms_1 {
    bottom: -13%;
    left: -2%;
    width: 18%; }
    @media (max-width: 768px) {
      .header_5 .forms_1 {
        bottom: -33%;
        left: -20%;
        width: 48%; } }
  .header_5 .forms_2 {
    top: -11%;
    left: 27%;
    width: 14%; }
    @media (max-width: 768px) {
      .header_5 .forms_2 {
        top: -26%;
        left: -8%;
        width: 57%;
        transform: rotate(-10deg); } }
  .header_5 .forms_3 {
    top: 5%;
    right: -5%;
    width: 28%; }
    @media (max-width: 768px) {
      .header_5 .forms_3 {
        display: none; } }
  .header_5 .forms_4 {
    left: 0;
    width: 12%;
    right: 0;
    margin: 0 auto;
    bottom: -10%; }
    @media (max-width: 768px) {
      .header_5 .forms_4 {
        right: -8%;
        margin: 0 auto;
        bottom: -5%;
        left: auto;
        width: 23%; } }

.header_6 {
  overflow: hidden; }
  .header_6 .forms_1 {
    bottom: -8%;
    left: 5%;
    width: 20%; }
    @media (max-width: 768px) {
      .header_6 .forms_1 {
        bottom: -8%;
        left: -20%;
        width: 50%; } }
  .header_6 .forms_2 {
    top: -11%;
    left: 27%;
    width: 20%; }
    @media (max-width: 768px) {
      .header_6 .forms_2 {
        top: -26%;
        left: 7%;
        width: 60%; } }
  .header_6 .forms_3 {
    top: 5%;
    right: -5%;
    width: 30%; }
    @media (max-width: 768px) {
      .header_6 .forms_3 {
        top: 42%;
        right: -65%;
        width: 80%; } }
  .header_6 .forms_4 {
    left: 55%;
    width: 18%;
    right: 0;
    bottom: -10%; }
    @media (max-width: 768px) {
      .header_6 .forms_4 {
        display: none; } }
  .header_6 .forms_5 {
    top: 10%;
    right: 36%;
    width: 5%; }
    @media (max-width: 768px) {
      .header_6 .forms_5 {
        top: 23%;
        right: -3%;
        width: 19%; } }

.header_7 {
  overflow: hidden; }
  .header_7 .forms_1 {
    top: -28%;
    left: 5%;
    width: 30%; }
    @media (max-width: 768px) {
      .header_7 .forms_1 {
        top: -22%;
        left: 1%;
        width: 70%; } }
  .header_7 .forms_2 {
    bottom: -11%;
    right: 4%;
    width: 38%; }
    @media (max-width: 768px) {
      .header_7 .forms_2 {
        bottom: -11%;
        right: -6%;
        width: 70%; } }

.header_8 {
  overflow: hidden; }
  .header_8 .forms_1 {
    top: -8%;
    left: -5%;
    width: 30%; }
    @media (max-width: 768px) {
      .header_8 .forms_1 {
        top: -8%;
        left: -40%;
        width: 90%; } }
  .header_8 .forms_2 {
    bottom: -11%;
    right: 30%;
    width: 38%; }
    @media (max-width: 768px) {
      .header_8 .forms_2 {
        bottom: -6%;
        right: -12%;
        width: 70%; } }
  .header_8 .forms_3 {
    width: 12%;
    top: 5%;
    right: 5%; }
    @media (max-width: 768px) {
      .header_8 .forms_3 {
        display: none; } }

.header_9 {
  overflow: hidden; }
  .header_9 .forms_1 {
    bottom: -1%;
    left: 8%;
    width: 22%; }
    @media (max-width: 768px) {
      .header_9 .forms_1 {
        bottom: -1%;
        left: 2%;
        width: 30%; } }
  .header_9 .forms_2 {
    top: -1%;
    left: 29%;
    right: auto;
    width: 40%; }
    @media (min-width: 1441px) {
      .header_9 .forms_2 {
        left: 32%;
        right: auto;
        width: 36%; } }
    @media (max-width: 768px) {
      .header_9 .forms_2 {
        top: -1%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 50%; } }
  .header_9 .forms_3 {
    bottom: -1%;
    right: 31%;
    width: 15%; }
    @media (max-width: 768px) {
      .header_9 .forms_3 {
        display: none; } }
  .header_9 .forms_4 {
    width: 15%;
    right: 3%;
    bottom: -1%; }
    @media (max-width: 768px) {
      .header_9 .forms_4 {
        right: 2%;
        bottom: -1%;
        width: 25%; } }

.header-text {
  max-width: 75.12077vw;
  margin: 35.02415vw auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  z-index: 1; }
  @media (min-width: 1024px) {
    .header-text {
      max-width: 630px;
      margin: 0 auto; } }
  .header-text--small-title .header-text__title {
    font-family: "Futura PT Demi";
    font-size: 30px;
    line-height: 32px;
    max-width: 800px;
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .header-text--small-title .header-text__title {
        font-size: 31px;
        line-height: 44px; } }
  .header-text--full-white .header-text__onTitle {
    color: #fff; }
  .header-text--full-white .header-text__title {
    color: #fff; }
  .header-text--full-white .header-text__intro {
    color: #fff; }
  .header-text--white .header-text__title {
    color: #fff; }
  .header-text--white .header-text__intro {
    color: #fff; }
  .header-text--black .header-text__onTitle {
    color: #372D33; }
  .header-text--black .header-text__title {
    color: #5E2142; }
  .header-text--black .header-text__intro {
    color: #372D33; }

.header-text__onTitle {
  color: #b79cab;
  text-align: center; }

.header-text__title {
  text-align: center;
  color: #641A43;
  margin-top: 2.89855vw; }
  @media (min-width: 1024px) {
    .header-text__title {
      max-width: 37.5vw;
      margin-top: 0.71429vw; } }
  .header-text__title:first-letter {
    text-transform: capitalize; }

.header-text__intro {
  width: 100%;
  text-align: center;
  color: #56504C;
  margin-top: 7.72947vw; }
  @media (min-width: 1024px) {
    .header-text__intro {
      margin-top: 1.90476vw; } }

.header-single--no-cover {
  margin-bottom: 100px; }
  .header-single--no-cover .header-single__text {
    min-height: 75vh; }

.header-single__container {
  background-color: #F9F4F1; }

.header-single__text {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.header-single__types-list {
  display: flex; }

.header-single__types-item {
  margin-left: 8px; }
  .header-single__types-item:first-of-type {
    margin-left: 0; }

.header-single__types-link {
  text-transform: uppercase;
  color: #641A43;
  letter-spacing: 1px;
  font-size: 11px; }

.header-single__title {
  margin-top: 27px;
  margin-bottom: 10px;
  color: #56504C;
  font-size: 40px;
  line-height: 45px; }
  .header-single__title > span {
    display: block;
    color: #9D5B81; }
  @media (min-width: 768px) {
    .header-single__title {
      margin-bottom: 20px; } }

.header-single__excerpt {
  margin-top: 10px;
  margin-bottom: 27px;
  color: #56504C;
  font-size: 20px;
  line-height: 25px; }
  .header-single__excerpt > span {
    display: block;
    color: #9D5B81; }
  @media (min-width: 768px) {
    .header-single__excerpt {
      margin-bottom: 90px; } }

.header-single__infos {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .header-single__infos {
      flex-direction: row;
      align-items: center; } }

.header-single__tags-list {
  display: flex; }

.header-single__tags-item {
  margin-left: 4px; }
  .header-single__tags-item:first-of-type {
    margin-left: 0; }

.header-single__tags-link {
  display: block;
  font-family: "Futura PT Book", sans-serif;
  padding: 4px 14px;
  color: #56504C;
  border: 1px solid #D8D8D8;
  border-radius: 50px; }

.header-single__signature {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  color: #6E6E6E;
  margin-left: auto;
  margin-top: 24px; }
  @media (min-width: 768px) {
    .header-single__signature {
      flex-direction: row;
      margin-top: 0; } }

.header-single__signature-separator {
  width: 1px;
  height: 10px;
  background-color: #6E6E6E;
  margin: 0 14px;
  display: none; }
  @media (min-width: 768px) {
    .header-single__signature-separator {
      display: inline-block; } }

.header-single__date {
  text-transform: uppercase; }

.header-single__author {
  display: flex;
  align-items: baseline;
  margin-top: 16px; }
  @media (min-width: 768px) {
    .header-single__author {
      margin-top: 0; } }

.header-single__author-heading {
  text-transform: uppercase; }

.header-single__author-name {
  font-family: "Futura PT Demi";
  text-transform: uppercase;
  color: #6E6E6E;
  margin-left: 20px; }

.header-single__author-link {
  display: flex;
  align-items: baseline; }

.header-single__author-logo {
  margin-left: 12px;
  transform: translateY(4px); }

.header-single__cover-container {
  width: 100%;
  height: 500px;
  transform: translateY(-100px); }
  @media (min-width: 768px) {
    .header-single__cover-container {
      height: 680px; } }

.header-single__cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.dg.ac {
  z-index: 1000 !important; }
