:root {
  --gainsboro: #e6e6e6;
  --blanc: white;
  --océan: #012c52;
  --galet: #999;
  --mandarine: #ff9041;
  --brume: #d6d6d6;
  --noir: black;
  --écume: #dadfe7;
  --charbon: #1a1b1b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

ul, ol {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
}

.navigation {
  border-style: none none solid;
  border-width: 1px 1px .5px;
  border-color: var(--gainsboro);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 130px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.feelnum-logo {
  z-index: 1;
  opacity: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
}

.feelnum-logo.hover {
  z-index: 2;
  opacity: 0;
  display: none;
}

.nav-link {
  color: var(--blanc);
  margin-bottom: 8px;
  margin-right: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 5px;
}

.container {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.cc-center {
  text-align: left;
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container.cc-post-image {
  max-width: 1400px;
  padding-right: 0;
}

.paragraph {
  color: #000;
  letter-spacing: .3px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph.cc-contact-text {
  margin-bottom: 50px;
}

.footer {
  background-color: var(--océan);
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 60px 30px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: var(--galet);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: block;
}

.footer-title-text:hover {
  text-decoration: none;
}

.footer-links {
  flex-flow: column;
  flex: none;
  order: 0;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 0;
  display: flex;
}

.tabs-container {
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

.tabs-container.cc-categories {
  margin-top: 0;
  display: block;
}

.footer-top {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  line-height: 20px;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bottom-2 {
  flex: 1;
  width: 80%;
  margin-top: 40px;
}

.footer-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 70px;
  padding-right: 40px;
  display: block;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
  margin-top: 0;
}

.text-field {
  color: #999;
  height: 48px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  width: 100px;
  height: 48px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.form {
  align-items: flex-end;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.posts-wrapper.videos {
  margin-top: -30px;
}

.top-post {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 200px 30px 60px;
  display: flex;
}

.navigation-link {
  color: #000;
  cursor: pointer;
  align-content: space-between;
  height: 130px;
  padding: 41px 25px 34px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.navigation-link.w--current {
  cursor: pointer;
}

.nav-link-black {
  color: var(--océan);
  text-transform: none;
  padding-top: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.nav-link-black:hover {
  color: var(--mandarine);
}

.navigation-hover {
  background-color: var(--océan);
  align-items: flex-end;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab-image {
  background-color: var(--galet);
  object-fit: cover;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 430px;
  height: auto;
  min-height: auto;
  max-height: 430px;
  margin-top: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.footer-small-text {
  color: #969494;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.contact-info-subtitle {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.contact-info-text {
  color: #000;
  letter-spacing: .2px;
  width: 100%;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-number {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.top-post-image {
  background-color: var(--brume);
  cursor: pointer;
  flex: 1;
  width: 100%;
  margin-bottom: auto;
  display: flex;
}

.top-post-item {
  perspective: 2000px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.top-post-text {
  flex-flow: column;
  flex: 0 auto;
  width: 40%;
  padding-left: 50px;
  display: flex;
}

.page-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.page-link:hover {
  pointer-events: auto;
  color: var(--noir);
  text-decoration: underline;
}

.page-link.w--current {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
}

.h2 {
  color: var(--océan);
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.h2:hover {
  color: var(--mandarine);
}

.h2.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  aspect-ratio: auto;
  color: #666;
  letter-spacing: .3px;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.post-author {
  color: var(--océan);
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.post-author:hover {
  color: var(--mandarine);
  text-decoration: none;
}

.post-author.cc-top-margin {
  pointer-events: auto;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  margin-top: 0;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.post-author.cc-top-margin:hover {
  pointer-events: auto;
  text-decoration: underline;
}

.post-author.cc-top-margin-line {
  pointer-events: auto;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  border-top: 1px solid #000;
  margin-top: 0;
  margin-right: 5px;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.post-author.cc-top-margin-line:hover {
  pointer-events: auto;
  text-decoration: underline;
}

.post-author.cc-right-margin {
  padding-right: 3px;
}

.post-author.cc-right-margin:hover {
  color: var(--noir);
}

.post-author.cc-right-margin-big {
  margin-right: 15px;
  padding-right: 0;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0;
}

.post-author-text.cc-center {
  align-items: center;
}

._3-posts {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 30px 30px 60px;
  display: flex;
}

._3-posts.cc-top {
  padding-top: 200px;
}

.posts-collection-list-wrapper {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.posts-collection-list-wrapper.home {
  margin-top: 0;
}

.posts-image {
  background-color: var(--galet);
  cursor: pointer;
  margin-bottom: 0;
}

.top-post-link-block {
  color: var(--océan);
  letter-spacing: .3px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
  display: inline-block;
}

.top-post-link-block:hover {
  color: var(--mandarine);
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 33.3333%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 40px;
}

.post-title {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.h3 {
  border-top: 1px solid var(--océan);
  color: var(--océan);
  letter-spacing: .3px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Syne, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.h3:hover {
  border-top-color: var(--mandarine);
  color: var(--mandarine);
}

.post-info {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.posts-collection-list {
  flex-wrap: wrap;
  align-content: stretch;
  align-self: auto;
  margin: 0 -10px;
  display: flex;
}

.separator-container {
  z-index: 1;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

._2-posts {
  justify-content: center;
  align-items: center;
  padding: 40px 30px 60px;
  display: flex;
}

._4-collection-item {
  flex-wrap: wrap;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.button {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: flex;
  position: static;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.section-title-text {
  color: var(--océan);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  max-width: none;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.section-title-text:hover, .section-title-text.w--current:hover {
  color: var(--mandarine);
  text-decoration: none;
}

.section-title-text.before-name {
  padding-right: 4px;
  display: inline-block;
}

.section-title-text.cc-right-margin {
  padding-right: 5px;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 50px;
}

.featured-posts {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 50px 30px 80px;
  display: flex;
}

.separator-footer {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-top {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 170px 30px 30px;
  display: flex;
}

.h1 {
  color: var(--océan);
  text-transform: uppercase;
  min-width: auto;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 60px;
}

.text-container {
  width: 80%;
  margin-top: 0;
}

.section-title-big {
  color: #000;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.link-block {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.team-collection-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  object-fit: fill;
  background-color: rgba(233, 233, 233, 0);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: baseline;
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-image {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-info {
  width: 100%;
  margin-top: 15px;
}

.team-member-info:hover {
  color: var(--galet);
}

.team-member-family-name {
  color: var(--océan);
  text-transform: uppercase;
  border-bottom: 0 #000;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.team-member-role {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.collection-list-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 0 0 -10px;
  display: flex;
}

.contact-item-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.contact-item {
  text-align: center;
  border: 1px solid #000;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 45px 30px;
  display: flex;
}

.number {
  color: #fff;
  text-align: center;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.about-blog {
  justify-content: center;
  align-items: center;
  padding: 0 30px 120px;
  display: flex;
}

.title-section {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 200px 30px 50px;
  display: flex;
}

.title-section.cc-detail {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 180px;
  padding-bottom: 0;
}

.post-image {
  aspect-ratio: 3;
  cursor: pointer;
  object-fit: cover;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.post-image:hover {
  mix-blend-mode: luminosity;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.author-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.rich-text {
  color: #000;
  text-align: left;
  width: 70%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rich-text h2 {
  color: var(--océan);
  text-transform: none;
  margin-bottom: 25px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.rich-text h3 {
  color: var(--océan);
  font-family: Syne, sans-serif;
  font-weight: 700;
}

.rich-text p {
  color: var(--océan);
  letter-spacing: .2px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rich-text li {
  color: var(--océan);
  letter-spacing: .2px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rich-text blockquote {
  border-style: solid none;
  border-width: .5px 1px;
  border-color: var(--océan) black;
  color: var(--océan);
  text-align: left;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 50px;
  font-family: Syne, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  color: var(--océan);
  font-family: Syne, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 47px;
}

.rich-text h4 {
  color: var(--océan);
  margin-top: 5px;
  font-family: Syne, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.rich-text h5 {
  color: var(--océan);
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.rich-text h6 {
  color: var(--océan);
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.rich-text.with-divider {
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.rich-text a {
  color: var(--océan);
  text-decoration: none;
}

.rich-text a:hover {
  color: var(--mandarine);
}

.rich-text.section-title {
  margin-bottom: 20px;
}

.rich-text.last {
  padding-bottom: 0;
}

.rich-text.member-responsabilities {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rich-text.bio-content {
  margin-top: 0;
  padding-top: 0;
}

.rich-text.bio-link {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.rich-text.post {
  width: auto;
}

.logo {
  cursor: pointer;
}

.logo.w--current {
  align-self: flex-start;
  margin-top: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.tag-filter-collection-list {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.tag-filter-collection-list.cc-bottom-margin {
  margin-bottom: 60px;
}

.footer-collection-item {
  color: #fff;
  letter-spacing: .3px;
  width: 25%;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  letter-spacing: .3px;
  line-height: 24px;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--mandarine);
}

.div-block {
  display: flex;
}

.post-category-text {
  padding-right: 17px;
  display: inline-block;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.footer-links-inner {
  letter-spacing: .3px;
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.heading {
  font-family: Syne, sans-serif;
  font-weight: 500;
}

.button-more {
  border: 1px solid var(--océan);
  color: var(--océan);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  flex-flow: column wrap-reverse;
  flex: 0 auto;
  order: 0;
  align-content: stretch;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin: auto 0 0;
  padding: 21px 25px 19px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-more:hover {
  background-color: var(--océan);
  color: #fff;
}

.button-tab {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
  padding: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: inline-block;
  position: static;
}

.button-tab:hover {
  color: #fff;
  background-color: #000;
}

.image {
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  align-self: flex-start;
  max-width: 40%;
  min-height: 100px;
  position: static;
}

.button-active-tab {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: text;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 20px;
  padding: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: inline-block;
  position: static;
}

.button-active-tab:hover {
  color: #fff;
  background-color: #000;
}

.section-title-text-big {
  color: var(--galet);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 30px;
  font-family: Syne, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
  display: inline;
}

.section-title-text-big:hover {
  text-decoration: underline;
}

.link {
  -webkit-text-stroke-color: var(--galet);
}

.category-link-big {
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.category-link-big:hover {
  text-decoration: underline;
}

.category-link-big.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.logos {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.logos-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.logos-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1280px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image-three {
  max-width: 100%;
  max-height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.posts-collection-list-wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list-2 {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

.posts-button {
  border: 1px solid var(--océan);
  color: var(--océan);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  object-fit: fill;
  background-color: #fff;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 50px auto 0;
  padding: 20px 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: flex;
  position: static;
}

.posts-button:hover {
  background-color: var(--océan);
  color: #fff;
}

.link-2 {
  color: #000;
}

.bold-text {
  font-weight: 600;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.text-block {
  margin-top: 20px;
}

.footer-links-large {
  flex-flow: column;
  flex: none;
  order: 0;
  align-content: flex-start;
  align-items: flex-start;
  width: 35%;
  margin-top: 0;
  display: flex;
}

.button-tag-filter {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 17px;
  margin-right: 20px;
  padding: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: inline-block;
  position: static;
}

.button-tag-filter:hover {
  color: #fff;
  background-color: #000;
}

.tag-filter {
  border: 1px solid var(--océan);
  color: var(--océan);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 12px 12px 0;
  padding: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.tag-filter:hover {
  background-color: var(--océan);
  color: #fff;
}

.tag-filter:visited {
  color: var(--noir);
}

.tag-filter.w--current {
  background-color: var(--océan);
  color: #fff;
  cursor: pointer;
}

.current-tag {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.image-2 {
  object-fit: cover;
}

.team-portrait {
  aspect-ratio: 1;
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: auto;
  min-width: 150px;
  max-width: 100%;
  height: auto;
  min-height: 150px;
}

.team-portrait:hover {
  mix-blend-mode: normal;
}

.collection-list-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-color: rgba(230, 230, 230, 0);
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.collection-list-3.last {
  margin-bottom: 0;
}

.collection-list-4 {
  object-fit: cover;
}

.image-4 {
  object-fit: fill;
}

.image-5 {
  aspect-ratio: 3 / 2;
}

.image-6 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 0 #000;
  margin-top: 0;
  padding-top: 0;
}

.image-6:hover {
  mix-blend-mode: luminosity;
}

.team-member-surname {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Syne, sans-serif;
  font-size: 13.7px;
  font-weight: 700;
  line-height: 17px;
}

.image-7 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.collection-item {
  cursor: pointer;
  display: inline-block;
}

.hero {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 170px 30px 70px;
  display: block;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-height: none;
  padding: 0;
}

.image-8 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

.hero-container {
  object-fit: fill;
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.cell {
  flex-flow: row;
  align-items: stretch;
}

.image-9 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.image-9:hover {
  mix-blend-mode: luminosity;
}

.rich-text-block {
  margin-top: 23px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  color: #1d00f6;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
}

.footer-category {
  color: var(--galet);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.footer-category:hover {
  color: var(--mandarine);
  text-decoration: none;
}

.author-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.author-text:hover {
  text-decoration: underline;
}

.author-text.cc-top-margin {
  pointer-events: auto;
  color: #000;
  letter-spacing: .3px;
  text-transform: capitalize;
  cursor: auto;
  margin-top: 0;
  margin-right: 0;
  padding-right: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.author-text.cc-top-margin:hover {
  pointer-events: auto;
  text-decoration: none;
}

.author-text.cc-top-margin.before-name {
  padding-right: 4px;
}

.text-block-2 {
  font-family: Libre Franklin, sans-serif;
}

.category-link-bio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-top: -7px;
  padding-top: 10px;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: block;
}

.category-link-bio:hover {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--galet);
  pointer-events: auto;
  color: var(--mandarine);
  text-decoration: none;
}

.category-link-bio.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.category-link-team-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--océan);
  color: var(--océan);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.category-link-team-gallery:hover {
  border-style: solid solid solid none;
  border-width: 1px 0 0;
  border-color: var(--mandarine) var(--galet) var(--galet);
  pointer-events: auto;
  color: var(--mandarine);
  text-decoration: none;
}

.category-link-team-gallery.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.container-4 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.breadcrumb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb:hover {
  pointer-events: auto;
  text-decoration: underline;
}

.breadcrumb.w--current {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.breadcrumb.cc-multiple {
  display: inline;
}

.container-5 {
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.collection-list-3-long-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-color: rgba(230, 230, 230, 0);
  grid-template-rows: 380px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 380px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-items: stretch;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.bio-recap-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 1px solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 10px;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.bio-recap-text:hover {
  border-style: solid solid solid none;
  border-width: 1px 0 0;
  border-color: var(--noir) var(--galet) var(--galet);
  pointer-events: auto;
  color: var(--noir);
  text-decoration: none;
}

.bio-recap-text.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.collection-list-5, .collection-list-wrapper-8 {
  display: inline-block;
}

.category-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--océan);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: auto;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.category-text:hover {
  pointer-events: auto;
  text-decoration: none;
}

.category-text.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.category-text.slider {
  background-color: var(--blanc);
  align-content: center;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.category-text.video {
  margin-bottom: 20px;
}

.category-text.before-name {
  padding-right: 4px;
}

.collection-list-6 {
  display: inline;
}

.collection-list-wrapper-9, .collection-list-7, .collection-list-wrapper-10 {
  display: inline-block;
}

.collection-list-8 {
  display: block;
}

.collection-list-wrapper-11, .collection-list-9, .collection-list-wrapper-12, .text-block-3, .collection-list-wrapper-13 {
  display: inline-block;
}

.bio-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.slider {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.collection-item-2 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
}

.container-8 {
  max-width: none;
  height: 300px;
  margin: 115px 0 -120px;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.image-10 {
  object-fit: none;
}

.mask {
  height: 100%;
}

.slide-container {
  background-color: var(--écume);
  height: auto;
}

.slide-wrapper {
  height: auto;
}

.container-9 {
  object-fit: fill;
  max-width: none;
  height: 390px;
  margin-left: 0;
  margin-right: 0;
}

.slide-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
  overflow: visible;
}

.collection-item-3 {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.slider-title {
  background-color: var(--blanc);
  letter-spacing: .3px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  border-top: 1px #000;
  height: 40px;
  margin-top: auto;
  padding: 13px 30px 10px 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.slider-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.container-10 {
  max-width: none;
  margin-top: 112px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.container-11 {
  background-color: var(--blanc);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -200px;
}

.quick-stack-3 {
  background-color: var(--noir);
}

.link-4 {
  color: var(--blanc);
}

.text-block-4 {
  display: block;
}

.slide-nav {
  display: inline-block;
}

.slider-date {
  background-color: var(--blanc);
  height: 39px;
  margin-top: auto;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.slider-date.category-text {
  border: 1px #000;
  border-left-width: 0;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 0;
}

.slider-date.category-link {
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 14px;
  padding-right: 13px;
}

.container-12 {
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

.slider-tags {
  background-color: var(--blanc);
  height: 39px;
  margin-top: auto;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.slider-tags.category-text {
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 14px;
  padding-right: 0;
}

.slider-tags.category-link {
  height: 40px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

.slider-tags.category-link:hover {
  color: var(--noir);
  text-decoration: underline;
}

.slider-bullet {
  background-color: var(--blanc);
  height: auto;
  margin-top: auto;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.slider-bullet.category-text {
  border: 0 rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 17px;
  display: flex;
}

.slider-bullet.category-link {
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 14px;
  padding-right: 13px;
}

.collection-item-slide-2 {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 300px;
  display: flex;
}

.slide {
  cursor: pointer;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 51%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 250px;
  display: flex;
}

.collection-item-slide-3 {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 300px;
  display: flex;
}

.category-link-team-gallery-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border-top: 0 #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: block;
}

.category-link-team-gallery-2:hover {
  border-style: solid solid solid none;
  border-width: 0;
  border-color: var(--galet);
  pointer-events: auto;
  color: var(--noir);
  text-decoration: none;
}

.category-link-team-gallery-2.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-2:hover {
  color: var(--galet);
  width: 100%;
}

.team-member-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  text-decoration: none;
  display: block;
}

.team-member-short-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  object-fit: fill;
  border-top: 1px solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.team-member-short-description:hover {
  border-style: solid solid solid none;
  border-width: 1px 0 0;
  border-color: var(--noir) var(--galet) var(--galet);
  pointer-events: auto;
  color: var(--noir);
  text-decoration: none;
}

.team-member-short-description.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.team-member-short-description-line-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  object-fit: fill;
  border-top: 0 solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 2px;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.team-member-short-description-line-2:hover {
  border-style: solid solid solid none;
  border-width: 0;
  border-color: var(--noir) var(--galet) var(--galet);
  pointer-events: auto;
  color: var(--noir);
  text-decoration: none;
}

.team-member-short-description-line-2.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.container-13 {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.container-14 {
  height: auto;
}

.container-15 {
  align-self: flex-end;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section-title-big-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 140px;
  margin-bottom: 30px;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.end-section {
  margin-top: 40px;
  margin-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
}

.h4 {
  color: var(--océan);
  text-transform: none;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-right: 0;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.h4.bio {
  margin-top: 60px;
  margin-bottom: 20px;
}

.container-16 {
  height: 25px;
  margin-left: 30px;
  margin-right: 30px;
}

.post-header-img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-top: 0;
  display: inline-block;
}

.quick-stack-4 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  align-self: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-17 {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-2 {
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-18 {
  width: 100%;
  max-width: 1200px;
}

.all-h3-headings {
  font-weight: 700;
}

.breadrumb {
  margin-top: 20px;
}

.post-tags-text {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-link {
  color: var(--blanc);
  letter-spacing: .3px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 12px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--mandarine);
}

.container-20 {
  padding-top: 20px;
}

.team-member-name {
  color: var(--océan);
  text-transform: none;
  border-bottom: 0 #000;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-family: Syne, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.team-section {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}

.container-21 {
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
}

.collection-list-page-tabs {
  flex-flow: wrap;
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
}

.collection-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.collection-list-wrapper-15 {
  display: inline-block;
}

.category-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--océan);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.category-link:hover {
  pointer-events: auto;
  color: var(--mandarine);
  text-decoration: none;
}

.category-link.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.category-link.slider {
  background-color: var(--blanc);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.category-link.slider.w--current {
  margin-right: 0;
}

.author-link {
  color: var(--noir);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.author-link:hover {
  text-decoration: underline;
}

.author-link.cc-top-margin {
  pointer-events: auto;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.author-link.cc-top-margin:hover {
  pointer-events: auto;
  color: var(--mandarine);
  text-decoration: none;
}

.author-link.cc-top-margin-line {
  pointer-events: auto;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  border-top: 1px solid #000;
  margin-top: 0;
  margin-right: 5px;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.author-link.cc-top-margin-line:hover {
  pointer-events: auto;
  text-decoration: underline;
}

.author-link.slider {
  background-color: var(--blanc);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.author-link.slider:hover {
  color: var(--mandarine);
  text-decoration: none;
}

.h2-orange-hover {
  color: #000;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.h2-orange-hover:hover {
  color: var(--mandarine);
}

.h2-orange-hover.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2-orange-hover.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.slider-section {
  margin-top: 124px;
  margin-bottom: 0;
}

.cell-2 {
  display: block;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none;
  margin-top: 60px;
  padding: 0;
}

.empty-state {
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-wrapper-16 {
  min-width: auto;
  min-height: auto;
  position: static;
}

.container-22 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pages-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.div-block-2 {
  object-fit: fill;
  width: 400px;
  height: 400px;
}

.container-23 {
  margin-top: -60px;
  margin-left: 0;
}

.container-24 {
  margin-top: -100px;
}

.first-content {
  max-width: none;
  margin-top: -70px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.team-gallery-container {
  width: 65%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.cell-3 {
  display: block;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.container-25 {
  width: 100%;
  max-width: 1200px;
}

.paragraph-3 {
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
}

.rich-text-without-title {
  color: #000;
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rich-text-without-title h2 {
  text-transform: none;
  margin-bottom: 25px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.rich-text-without-title h3 {
  font-family: Syne, sans-serif;
  font-weight: 700;
}

.rich-text-without-title p {
  letter-spacing: .2px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rich-text-without-title li {
  letter-spacing: .2px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.rich-text-without-title blockquote {
  text-align: left;
  border: .5px solid #000;
  border-left: 1px #000;
  border-right: 1px #000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 50px;
  font-family: Syne, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.rich-text-without-title img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text-without-title h1 {
  font-family: Syne, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 47px;
}

.rich-text-without-title h4 {
  margin-top: 5px;
  font-family: Syne, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.rich-text-without-title h5 {
  font-family: Syne, sans-serif;
  font-weight: 600;
}

.rich-text-without-title h6 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
}

.rich-text-without-title.with-divider {
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-without-title a {
  text-decoration: none;
}

.rich-text-without-title a:hover {
  color: var(--mandarine);
}

.rich-text-without-title.section-title {
  margin-bottom: 20px;
}

.rich-text-without-title.last {
  padding-bottom: 0;
}

.video-gallery {
  width: 100%;
}

.thumbnail-image {
  margin-bottom: 0;
}

.thumbnail-image:hover {
  mix-blend-mode: luminosity;
}

.lightbox-link {
  margin-bottom: 5px;
  position: relative;
}

.video-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: block;
}

.video-container {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.collection-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 550px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.collection-list-wrapper-17 {
  margin-top: -5px;
  display: block;
}

.collection-speakers {
  display: flex;
}

.speaker-orange-hover {
  color: var(--noir);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.speaker-orange-hover:hover {
  text-decoration: underline;
}

.speaker-orange-hover.cc-top-margin {
  pointer-events: auto;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 10px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
}

.speaker-orange-hover.cc-top-margin:hover {
  pointer-events: auto;
  color: var(--mandarine);
  text-decoration: none;
}

.speaker-orange-hover.cc-top-margin-line {
  pointer-events: auto;
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  border-top: 1px solid #000;
  margin-top: 0;
  margin-right: 5px;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: block;
}

.speaker-orange-hover.cc-top-margin-line:hover {
  pointer-events: auto;
  text-decoration: underline;
}

.speaker-orange-hover.slider {
  background-color: var(--blanc);
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.speaker-orange-hover.slider:hover {
  color: var(--mandarine);
  text-decoration: none;
}

.category-text-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.category-text-video:hover {
  pointer-events: auto;
  color: var(--mandarine);
  text-decoration: none;
}

.category-text-video.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.category-text-video.slider {
  background-color: var(--blanc);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  display: flex;
}

.category-text-video.video {
  margin-bottom: 20px;
}

.video-thumbnail-hover {
  margin-top: -455px;
  display: inline-block;
}

.collection-item-5 {
  display: block;
}

.image-11 {
  width: 100%;
  display: inline-block;
}

.link-block-3 {
  width: 30%;
}

.collection-item-6 {
  width: 100%;
}

.collection-list-11 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.collection-list-12 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-12 {
  aspect-ratio: auto;
  object-fit: cover;
}

.cell-5 {
  justify-content: flex-end;
  align-items: center;
}

.top-post-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  aspect-ratio: 5;
  cursor: pointer;
  object-fit: cover;
  padding: 0;
}

.end-post {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 40px 30px 80px;
  display: flex;
}

.posts-section {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 180px 30px 30px;
  display: flex;
}

.posts-section.cc-detail {
  -webkit-text-stroke-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 180px;
  padding-bottom: 0;
}

.article-header {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: block;
}

.tab-link-tab-1 {
  background-color: var(--charbon);
}

.tab-link-tab-1.w--current {
  background-color: var(--écume);
  padding-left: 10px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--océan);
}

.tab-link-tab-2.post-author {
  background-color: var(--océan);
  padding-left: 10px;
  display: flex;
}

.tab-link-tab-3 {
  background-color: var(--écume);
}

.tab-link-tab-3.post-author {
  background-color: var(--mandarine);
  padding-left: 10px;
  display: flex;
}

.text-block-5 {
  color: var(--blanc);
}

.text-block-5.post-author {
  color: var(--océan);
}

.text-block-6, .text-block-7 {
  color: var(--blanc);
}

.video-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: flex;
}

.thumbnail-hover-image {
  opacity: 0;
  width: 100%;
  display: none;
  position: absolute;
}

.text-block-8 {
  display: inline-block;
}

.bio-container {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  width: 100%;
  padding: 0;
}

.collection-list-wrapper-18 {
  display: inline-block;
}

.collection-item-7 {
  display: block;
}

.collection-list-wrapper-19 {
  display: inline-block;
}

.bio-responsabilities {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.bio-link-bullets {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 7fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  max-width: none;
  margin: 30px 0 60px;
  display: grid;
}

.cell-6 {
  display: block;
}

.square-bullet {
  background-color: var(--noir);
  width: 7px;
  height: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.h5 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.h5.section {
  border-top: 1px solid #000;
  margin-top: 60px;
  padding-top: 40px;
}

.container-26 {
  margin-left: 0;
  display: flex;
}

.bio-content {
  margin-top: 40px;
}

.category-text-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--océan);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.category-text-toggle:hover {
  pointer-events: auto;
  color: var(--mandarine);
  -webkit-text-stroke-color: var(--noir);
  text-decoration: none;
}

.category-text-toggle.w--current {
  margin-left: 0;
  margin-right: 20px;
}

.category-text-toggle.slider {
  background-color: var(--blanc);
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  display: flex;
}

.category-text-toggle.video {
  margin-bottom: 20px;
}

.dropdown-toggle-2 {
  border-top: 1px solid var(--océan);
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
  position: static;
}

.dropdown-toggle-2:hover {
  color: var(--mandarine);
}

.dropdown-toggle-2.w--open {
  border-top: 1px solid #000;
  margin-top: 0;
  padding-top: 10px;
}

.icon-3 {
  color: var(--océan);
  margin-top: 14px;
  margin-right: 0;
}

.icon-3:hover {
  color: var(--mandarine);
}

.toggle-list-item {
  margin-top: 0;
  padding-top: 0;
  font-family: Libre Franklin, sans-serif;
}

.dropdown-list-2 {
  margin-top: 10px;
}

.dropdown-list-2.w--open {
  background-color: var(--blanc);
  border-bottom: 1px #000;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-right: 5px;
  font-family: Libre Franklin, sans-serif;
}

.slide-text-container {
  background-color: var(--blanc);
  cursor: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 3px 30px 0 20px;
  display: flex;
}

.icon-4 {
  cursor: pointer;
}

.by-post-author-orange {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.by-post-author-orange:hover {
  text-decoration: underline;
}

.by-post-author-orange.cc-top-margin {
  pointer-events: auto;
  color: var(--océan);
  letter-spacing: .3px;
  text-transform: none;
  cursor: auto;
  margin-top: 0;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}

.by-post-author-orange.cc-top-margin:hover {
  pointer-events: auto;
  text-decoration: none;
}

.container-27 {
  margin-left: -5px;
  display: inline-block;
}

.posts-tags {
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post-tags {
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-4, .link-block-5 {
  display: block;
}

.section-title-link {
  display: inline-block;
}

.footer-title-link {
  color: var(--mandarine);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  display: block;
}

.footer-title-link:hover {
  color: var(--galet);
}

.footer-title-link.w--current {
  color: var(--mandarine);
}

.footer-title-link.w--current:hover {
  color: var(--galet);
}

.cell-7, .cell-8, .cell-9 {
  display: block;
}

.container-28 {
  margin-bottom: 40px;
}

.container-29, .collection-list-wrapper-20 {
  display: block;
}

.collection-list-wrapper-21 {
  width: 70%;
  margin-bottom: 0;
}

.div-block-logo {
  background-image: none;
  background-size: auto;
  width: 250px;
  height: 70px;
  position: relative;
}

.div-block-logo:hover {
  background-image: none;
}

.feelnum-logo-hover {
  z-index: 2;
  opacity: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
}

.container-31 {
  width: 70%;
}

.dropdown-2, .dropdown-3, .dropdown-4 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    height: 148px;
    margin-top: -30px;
    padding-right: 8px;
  }

  .feelnum-logo {
    z-index: 1;
    position: absolute;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .footer-top {
    width: 100%;
    margin-right: 0;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .footer-wrapper {
    margin-right: 0;
    padding-right: 0;
  }

  .top-post {
    padding-top: 160px;
  }

  .navigation-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
  }

  .nav-link-black {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .tab-image {
    height: 50vw;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -118px;
    padding-top: 150px;
    padding-bottom: 60px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .25);
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .top-post-image {
    width: 100%;
    min-height: 300px;
    margin-bottom: auto;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0;
  }

  .h2.cc-title-section {
    margin-top: 0;
  }

  .post-author.cc-right-margin-big {
    width: 100%;
    display: inline-flex;
  }

  ._4-collection-item {
    width: 50%;
  }

  .icon-2 {
    color: var(--mandarine);
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container, .team-collection-item {
    width: 100%;
  }

  .team-image {
    justify-content: flex-start;
    width: 100%;
  }

  .contact-item-wrapper {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .rich-text {
    width: 90%;
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .posts-button {
    width: 50%;
  }

  .h2-orange-hover.cc-title-section {
    margin-top: 0;
  }

  .slider-section {
    margin-top: 117px;
  }

  .collection-video {
    height: 500px;
    margin-bottom: 0;
  }

  .collection-list-wrapper-17 {
    display: block;
  }

  .collection-speakers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: inline;
  }

  .posts-section.cc-detail {
    padding-top: 150px;
  }

  .feelnum-logo-hover {
    z-index: 2;
    position: absolute;
  }

  .collection-item-8 {
    width: 100%;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 150px;
    margin-top: -30px;
  }

  .feelnum-logo {
    position: absolute;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .tabs-container {
    flex-wrap: wrap;
  }

  .footer-top {
    display: inline-block;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline;
  }

  .posts-wrapper {
    margin-top: 20px;
  }

  .top-post {
    margin-top: 0;
    padding-top: 151px;
  }

  .navigation-link {
    flex-flow: wrap;
    display: inline-flex;
  }

  .team, .contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 600;
  }

  .top-post-image {
    min-height: 300px;
    display: block;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  ._3-posts {
    padding-bottom: 20px;
  }

  ._3-collection-item, ._4-collection-item, ._2-collection-item {
    width: 100%;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .team-collection-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .about-blog {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .tag-filter-collection-list {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: inline-flex;
  }

  .footer-collection-item {
    width: 49%;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .logos {
    padding: 60px 15px;
  }

  .logos-wrapper {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .posts-button {
    width: 70%;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .footer-links-large {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .collection-list-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 25% 25%;
  }

  .container-13 {
    margin-bottom: -50px;
  }

  .h4 {
    margin-top: 90px;
  }

  .h2-orange-hover {
    font-size: 20px;
    line-height: 24px;
  }

  .h2-orange-hover.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  .collection-video {
    height: 530px;
  }

  .end-post {
    margin-top: 0;
    padding-top: 20px;
  }

  .posts-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .cell-7 {
    padding-bottom: 60px;
  }

  .collection-list-wrapper-21 {
    margin-bottom: 40px;
  }

  .container-30 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .feelnum-logo {
    width: 95%;
  }

  .nav-link.white {
    margin-right: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .tabs-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .posts-wrapper {
    margin-top: 20px;
  }

  .posts-wrapper.cc-top-post {
    margin-top: 47px;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 40px;
  }

  .navigation-link {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .tab-image {
    height: 75vw;
  }

  .team, .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .nav-menu {
    margin-top: -160px;
    padding-top: 200px;
    padding-bottom: 200px;
    display: inline-flex;
  }

  .menu-button {
    padding-top: 0;
  }

  .top-post-image {
    min-height: 250px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  .post-author.cc-right-margin-big {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  ._3-posts {
    padding-bottom: 30px;
  }

  ._2-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-top {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .team-collection-item, .contact-item-wrapper {
    width: 100%;
  }

  .about-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-section {
    padding-top: 150px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .rich-text {
    width: 100%;
  }

  .tag-filter-collection-list {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-bottom: 0;
  }

  .footer-collection-item {
    width: 100%;
    display: block;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .button-more {
    width: 100%;
    margin-top: 0;
  }

  .button-tab, .button-active-tab {
    width: 100%;
    margin-top: 60px;
  }

  .container-2 {
    max-width: none;
  }

  .logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .posts-button {
    width: 100%;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links-large {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .button-tag-filter {
    width: 100%;
    margin-top: 60px;
  }

  .collection-list-3 {
    grid-template-columns: 25%;
  }

  .h4 {
    margin-top: 70px;
  }

  .h2-orange-hover.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  .quick-stack-5 {
    margin-top: 40px;
  }

  .collection-video {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .end-post {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .posts-section {
    padding-top: 135px;
  }

  .posts-section.cc-detail {
    padding-top: 120px;
  }

  .cell-7 {
    padding-bottom: 80px;
  }

  .div-block-logo {
    width: 220px;
  }

  .feelnum-logo-hover {
    width: 95%;
  }

  .container-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: inline-grid;
  }
}

#w-node-abd29373-cde7-e915-99b8-19efd6641215-a6d80c91 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-abd29373-cde7-e915-99b8-19efd6641216-a6d80c91 {
  grid-row: span 2 / span 2;
}

#w-node-_01a26a11-e817-a7e2-457b-3d03d6b38a40-324eaa8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_01a26a11-e817-a7e2-457b-3d03d6b38a59-324eaa8a {
  grid-column: span 2 / span 2;
}

#w-node-fd6df8f8-cd25-f13d-c01e-c3d66f44da04-a6d80c98 {
  grid-template-rows: auto;
  grid-template-columns: minmax(400px, 1fr) minmax(200px, 200px);
}

#w-node-_16c471d7-dbc7-6481-e801-4068c15b9d41-a6d80c98 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ea342b98-5961-83b7-77a0-0fc0d0f3f97f-a6d80c98 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b4761b89-4689-5347-3d7b-979e2be25f72-a6d80c98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb3b3445-9579-cb9c-cd07-c5a3d8b02660-a6d80c98 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_57acf5fe-7e1e-155d-c6f5-a2b957be5038-a6d80c98 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-eb0bfa1e-01c6-6901-d12e-256abfe444e0-a6d80c99 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-eb0bfa1e-01c6-6901-d12e-256abfe444e1-a6d80c99 {
  grid-row: span 2 / span 2;
}

#w-node-e6df9f22-7c40-24f1-4a48-ea16270b790e-a6d80c9b {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

#w-node-d6d4581a-f024-a03c-ebeb-bc25e9e35c4e-a6d80c9b, #w-node-e7dac5a2-3f8c-5fd0-29d2-90055d5b93c9-a6d80c9b, #w-node-e6ddaa9a-60bd-c05b-98ea-f3eb149754ef-a6d80c9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_5e4ee136-d2e7-831e-6dcb-7c74071b6fc8-a6d80c9c {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
}

@media screen and (max-width: 991px) {
  #w-node-abd29373-cde7-e915-99b8-19efd6641215-a6d80c91 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-abd29373-cde7-e915-99b8-19efd6641216-a6d80c91 {
    grid-row: span 2 / span 2;
  }

  #w-node-_01a26a11-e817-a7e2-457b-3d03d6b38a40-324eaa8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-abd29373-cde7-e915-99b8-19efd6641215-a6d80c91 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-abd29373-cde7-e915-99b8-19efd6641216-a6d80c91 {
    grid-row: span 2 / span 2;
  }

  #w-node-_01a26a11-e817-a7e2-457b-3d03d6b38a40-324eaa8a {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_01a26a11-e817-a7e2-457b-3d03d6b38a59-324eaa8a {
    grid-column: span 2 / span 2;
  }

  #w-node-eb0bfa1e-01c6-6901-d12e-256abfe444e0-a6d80c99 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-eb0bfa1e-01c6-6901-d12e-256abfe444e1-a6d80c99 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abd29373-cde7-e915-99b8-19efd6641215-a6d80c91 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-abd29373-cde7-e915-99b8-19efd6641216-a6d80c91 {
    grid-row: span 2 / span 2;
  }

  #w-node-_01a26a11-e817-a7e2-457b-3d03d6b38a40-324eaa8a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


