:root {
  --base-color-neutral--black: #111;
  --link-color--link-primary: var(--base-color-brand--blue);
  --base-color-neutral--black-tertiary: #d9d9d9;
  --base-color-neutral--white: #fbfbfb;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--black-secondary);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-neutral--neutral-dark: #444;
  --background-color--background-secondary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--black-secondary: #1a1a1a;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-primary: var(--base-color-neutral--black-tertiary);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--base-color-neutral--black);
  letter-spacing: 1.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--base-color-neutral--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--base-color-neutral--black);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

a {
  color: var(--link-color--link-primary);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  background-image: url('../images/p_DAIL23458-2019CL03.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  padding: 20px;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  color: #f5f5f5;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  color: var(--base-color-neutral--black-tertiary);
  -webkit-text-stroke-color: var(--base-color-neutral--white);
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  color: var(--base-color-neutral--black);
  border: 0 solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100rem;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--base-color-neutral--black);
  color: var(--text-color--text-alternate);
  border: 1px solid #111;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-global.padding-section-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.text-weight-normal {
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-family: DM Sans, sans-serif;
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: DM Sans, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: DM Sans, sans-serif;
}

.text-weight-bold {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--base-color-neutral--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
  font-family: DM Sans, sans-serif;
}

.background-color-secondary {
  background-color: var(--base-color-neutral--black);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: var(--base-color-system--warning-yellow);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: var(--base-color-neutral--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2.title-news-article {
  color: var(--base-color-neutral--black);
}

.heading-style-h2.title-image-article {
  color: var(--base-color-neutral--white);
  text-shadow: 0 1px 1px var(--base-color-neutral--neutral-dark);
  mix-blend-mode: normal;
}

.heading-style-h2.title-image-article.is-title-serie {
  color: var(--base-color-neutral--black);
  text-shadow: none;
}

.heading-style-h2.title-image-article.is-2 {
  text-shadow: none;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.container-xavier {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  font-family: DM Sans, sans-serif;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  text-align: center;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  padding: 1rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.button:hover {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: var(--base-color-neutral--white);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_brand {
  max-width: 70px;
}

.nav_logo {
  width: 10rem;
}

.nav_menu {
  background-color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.nav_menu_link {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 127px;
  padding: 1rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
  display: flex;
  overflow: clip;
}

.nav_menu_link:hover {
  font-weight: 500;
}

.nav_menu_link.w--current {
  color: var(--base-color-neutral--black);
  font-weight: 500;
}

.nav_button {
  padding: 1rem;
}

.nav_button.w--open {
  background-color: var(--base-color-neutral--white);
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--base-color-neutral--black-tertiary);
}

.fs-styleguide_hero-label {
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.heading {
  color: var(--base-color-neutral--black);
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
}

.section_header {
  height: auto;
}

.container-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 228px;
  height: 100%;
  min-height: 654px;
  display: none;
  overflow: visible;
}

.container-title.is-tablet {
  display: none;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  max-width: 629px;
  height: 659px;
  display: none;
  overflow: auto;
}

.content-right {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.content-right.is-home {
  flex: 0 auto;
  order: 9999;
  align-self: auto;
  width: 80%;
}

.text-left-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 450px;
  display: flex;
  overflow: clip;
}

.image-2 {
  width: 103px;
  height: auto;
  max-height: none;
}

.image-3 {
  width: 100%;
  max-width: 105px;
  max-height: none;
}

.container-left-news {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  max-width: none;
  display: flex;
}

.container-left-news.is-news-home-content {
  justify-content: flex-start;
  align-items: center;
}

.container-left-news.is-header {
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  width: auto;
  overflow: visible;
}

.image-right {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/Rectangle-1ul-min.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 400px;
  max-width: none;
  height: 100%;
  min-height: 659px;
  max-height: none;
  display: block;
  overflow: clip;
}

.image-right.is-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: block;
  overflow: visible;
}

.brand {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-left: 0;
  display: block;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.nav-link {
  color: var(--base-color-neutral--black);
  text-transform: none;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base-color-neutral--white);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-button {
  display: none;
}

.body {
  background-color: var(--base-color-neutral--white);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.separator {
  background-color: var(--base-color-neutral--black-secondary);
  width: 100%;
  height: 2px;
}

.separator.is-news {
  background-color: var(--base-color-neutral--black-tertiary);
  height: 1px;
  display: block;
}

.container-serie {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-serie.is-serie-simple {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.container-galerie {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-galerie.is-contact {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.card-galerie {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  border-radius: 1px;
  width: auto;
  height: auto;
}

.card-galerie.is-tuktuk {
  height: 553.2px;
}

.img-card {
  border-bottom: 1px solid var(--base-color-neutral--black-tertiary);
  background-image: url('../images/card-img-une.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1px;
  height: 413px;
  max-height: 413px;
  display: none;
  overflow: visible;
}

.content-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--base-color-neutral--black);
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.content-card.is-content-card-book {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0 0;
}

.pic-card {
  box-sizing: border-box;
  aspect-ratio: 1;
  border: 0px solid var(--base-color-neutral--black-tertiary);
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 0;
  flex: 0 auto;
  height: 100%;
  max-height: 413px;
  overflow: hidden;
}

.text-block-2 {
  display: none;
}

.series-title {
  width: auto;
  max-width: 350px;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.padding-button {
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.container-a-propos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content-qui-je-suis {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.qjs-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.qjs-img {
  object-fit: cover;
  width: 75%;
  overflow: hidden;
}

.container-home-news {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-home-news.is-page-news {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.content-news {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-news {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-news.is-news {
  color: var(--base-color-neutral--black);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  font-family: DM Sans, sans-serif;
  text-decoration: none;
}

.card-news.is-news:hover {
  text-overflow: clip;
  overflow-wrap: normal;
  flex: 0 auto;
}

.img-news {
  box-sizing: border-box;
  aspect-ratio: 1;
  border: 1px solid var(--base-color-neutral--black-tertiary);
  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 1px;
  width: 220px;
  height: 220px;
  max-height: none;
  overflow: clip;
}

.img-news.is-link-img {
  border-width: 0;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.content-card-news {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-card-news.is-home-txt {
  min-width: 500px;
}

.text-tag {
  color: var(--base-color-neutral--black);
  font-family: DM Sans, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

.text-tag.text-date {
  color: var(--base-color-neutral--black);
  text-transform: uppercase;
  width: 150px;
  min-width: 140px;
  max-width: 140px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  line-height: 130%;
  display: block;
}

.text-tag.text-date.is-year-uniq {
  text-align: left;
  font-size: .6rem;
  line-height: 100%;
}

.text-tag.text-date.is-year-uniq.is-mounth {
  width: auto;
  min-width: auto;
  max-width: none;
  font-size: .8rem;
}

.text-tag.text-date.is-year-uniq.is-year {
  width: auto;
  min-width: auto;
  max-width: none;
}

.text-tag.text-date.is-day-uniq {
  font-size: 1.8rem;
}

.text-tag.text-date.is-day-uniq.is-day {
  width: auto;
  min-width: auto;
  max-width: none;
}

.text-tag.text-date.is-news-home {
  display: none;
}

.text-tag.is-page-news {
  color: var(--base-color-neutral--white);
  font-family: Space Grotesk, sans-serif;
  font-size: 1rem;
}

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

.container-livre {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--base-color-neutral--black-secondary);
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.content-livre {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 850px;
  display: flex;
}

.img-livre {
  height: 347px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.content-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-footer.container-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding-top: 0;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.logo-footer {
  max-width: 66px;
}

.link {
  color: var(--base-color-neutral--black);
  font-weight: 500;
  text-decoration: none;
}

.link.link-footer {
  width: auto;
  display: flex;
}

.link.link-footer.link-mention-legales {
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.link.link-footer.link-mention-legales.w--current {
  width: 304px;
}

.footer-link {
  justify-content: space-between;
  align-items: center;
  width: 60%;
  max-width: 70%;
  display: flex;
}

.image-6 {
  border-radius: 1px;
}

.icon-footer {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.icon-linkedin {
  overflow: clip;
}

.text-block-5, .text-block-6, .text-block-7 {
  display: none;
}

.container-text {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.container-text.is-series {
  flex-flow: row;
}

.container-text.container-texte-biography {
  flex-flow: column;
}

.text-serie {
  color: var(--base-color-neutral--black);
  text-align: left;
  width: 100%;
  max-width: 800px;
  font-family: DM Sans, sans-serif;
  display: block;
}

.link-card-series {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  color: var(--base-color-neutral--black);
  border-radius: 1px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.link-card-series.is-book {
  border-width: 0;
  border-radius: 0;
  overflow: visible;
}

.text-card {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.title-card {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

.link-2 {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.h2-home {
  width: 100%;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.h2-home.is-h2-serie {
  height: auto;
  line-height: 115%;
}

.title-book-home {
  font-family: Space Grotesk, sans-serif;
}

.lightbox-link {
  background-color: #000;
  display: flex;
}

.img-lightbox-serie {
  overflow: clip;
}

.tag-card-news {
  background-color: var(--base-color-neutral--black-secondary);
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  display: block;
}

.tag-card-news.is-news-home-btn {
  display: none;
}

.container-text-card {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 410px;
  max-width: 60%;
  height: 100%;
  display: flex;
}

.container-text-card.is-card-small {
  min-width: auto;
}

.icon-right {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag-date-news {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 150px;
  min-width: 140px;
  max-width: 140px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.tag-day-container-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.is-text-card-small {
  min-width: auto;
}

.container-news-article {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-news-article-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/i---2025-09-14T223736.372.jpg');
  background-position: 50% 30%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.container-news-article-top.is-noir-est-la-couleur {
  background-image: url('../images/Rectangle-3.png');
  background-position: 50% 30%;
}

.container-news-article-top.is-contempory-african-art-fair {
  background-image: url('../images/i-87.jpg');
  background-position: 50%;
}

.container-news-article-top.is-book-ghana {
  background-image: url('../images/i-56.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.container-news-article-top.is-legypte-denis-dailleux {
  background-image: url('../images/i15.jpg');
  background-position: 50% 20%;
  background-repeat: repeat;
  background-size: cover;
}

.container-news-article-top.is-soiree-signature {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  background-image: url('../images/Frame-29.png');
  background-position: 50%;
  background-size: cover;
}

.container-news-article-top.is-camera-obscura {
  background-image: url('../images/i-17.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-news-article-top.is-livre-mother-son {
  background-image: url('../images/p_DAIL23458-2019CL34.jpg');
  background-position: 50% 90%;
}

.container-news-article-top.is-du-nil-dans-mes-veines {
  background-image: url('../images/i---2025-09-15T194212.746.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-news-article-top.is-book-mere-et-fils {
  background-image: url('../images/i13.jpg');
  background-size: cover;
}

.container-news-article-top.is-stage-photo-sanary-sur-mere {
  background-image: url('../images/i-68.jpg');
  background-size: cover;
}

.container-news-article-top.is-world-press-photo {
  background-image: url('../images/DAIL18833-1990NB19.JPG');
  background-position: 50% 20%;
  background-size: cover;
}

.container-news-article-top.is-expo-lesmartyrs-de-la-revolution {
  background-image: url('../images/i---2025-09-15T185927.674.jpg');
  background-size: cover;
}

.container-news-article-top.is-book-les-martyrs-de-la-revolution {
  background-image: url('../images/i-58.jpg');
  background-position: 50%;
}

.container-news-article-top.is-book-juliette {
  background-image: url('../images/i---2025-09-14T232153.189.jpg');
}

.content-news-article-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 400px;
  max-width: 800px;
  display: flex;
}

.date-news-article.text-weight-semibold.date-imge-news-article {
  color: var(--base-color-neutral--white);
}

.date-image-article {
  color: var(--base-color-neutral--white);
  text-shadow: none;
  font-family: DM Sans, sans-serif;
}

.date-image-article.is-sub-title-black {
  color: var(--base-color-neutral--black);
  -webkit-text-stroke-color: var(--base-color-neutral--black);
  text-shadow: none;
}

.heading-3 {
  font-family: Space Grotesk, sans-serif;
}

.content-article-news {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-top-news-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--base-color-neutral--black-tertiary);
  border-radius: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 20px 25px;
  display: flex;
  overflow: visible;
}

.content-top-news-details.is-book-button {
  border-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--black);
  border-radius: 1px;
  padding: 1rem 1rem 1rem 1.5rem;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.content-top-news-details.is-book-button.is-coming-soon-color {
  border-color: var(--base-color-neutral--black-tertiary);
  color: var(--base-color-neutral--black-tertiary);
  cursor: not-allowed;
}

.content-top-news-details.is-book-button.is-primary {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.content-card-news-article {
  -webkit-text-stroke-color: var(--base-color-neutral--black-tertiary);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.separator-small {
  background-color: var(--base-color-neutral--black-tertiary);
  width: 100%;
  height: 1px;
}

.name-serie-book {
  color: var(--base-color-neutral--black);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.date-published-book {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
}

.containt-right-news-article {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  max-width: none;
  height: auto;
  display: flex;
  overflow: hidden;
}

.containt-right-news-article.is-book {
  width: 100%;
}

.icon-button-news {
  color: var(--base-color-neutral--neutral-light);
  width: 24px;
  max-width: none;
  height: 24px;
}

.title-card-news {
  width: auto;
  font-weight: 500;
  text-decoration: none;
}

.container-img-link-news {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--base-color-neutral--black-tertiary);
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 200px;
  max-width: 100%;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.heading-3-decor {
  text-decoration: underline;
}

.surlignage-title {
  background-color: var(--base-color-neutral--black-secondary);
  width: 100%;
  height: 1px;
  display: none;
}

.container-title-news {
  min-width: auto;
  height: 21.6px;
}

.container-img-series {
  height: 413px;
  max-height: 413px;
  overflow: clip;
}

.container-img-series.is-book-img {
  aspect-ratio: 1;
  border: 1px solid var(--base-color-neutral--black-tertiary);
  object-fit: fill;
  height: auto;
}

.container-title-series {
  width: 100%;
  display: block;
  overflow: hidden;
}

.container-title-series.is-contact {
  height: auto;
  display: flex;
}

.container-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  display: flex;
}

.burger-element-midle {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.burger-element-bottom {
  background-color: #000;
  width: 18px;
  height: 2px;
}

.container-burger-bottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-burger-bottom.is-top {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-7 {
  border: 1px solid var(--base-color-neutral--black-tertiary);
}

.text-block-10 {
  text-decoration: none;
}

.image-8, .image-9 {
  border: 1px solid var(--base-color-neutral--black-tertiary);
}

.container-selector-page-news {
  justify-content: center;
  align-items: center;
  display: none;
}

.selector-on-news {
  background-color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  width: 39px;
  font-family: DM Sans, sans-serif;
  display: flex;
}

.selector-on-news.is-2 {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.selector-on-news.is-2:hover {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.is-selector-off-news {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  width: 39px;
  display: flex;
}

.is-selector-off-news:hover {
  background-color: var(--base-color-neutral--neutral-lightest);
}

.is-selector-off-news.is-2 {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.content-arrow.is-droite {
  display: none;
}

.container-book {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-book.is-flex-top-book {
  justify-content: space-between;
  align-items: flex-start;
}

.content-left-book {
  aspect-ratio: 1;
  background-image: url('../images/i---2025-09-17T191113.885.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0;
  display: flex;
}

.content-left-book.is-ghana-book {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  background-image: url('../images/i-45.jpg');
}

.content-left-book.is-mere-fils {
  border: 0px solid var(--base-color-neutral--black-tertiary);
  background-image: url('../images/i-52.jpg');
  background-position: 0%;
  background-size: cover;
  width: 50%;
}

.content-left-book.is-les-martyrs-de-la-revolution {
  background-image: url('../images/i---2025-09-17T192232.228.jpg');
}

.content-left-book.is-impressions-degypte {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  background-image: url('../images/i-1.png');
}

.content-left-book.is-fils-de-roi-portraits-degypte {
  background-image: url('../images/i---2025-09-17T192655.017.jpg');
}

.content-left-book.is-le-caire {
  background-image: url('../images/i---2025-09-17T192752.789.jpg');
}

.content-left-book.is-habibi-cairo {
  border: 1px solid var(--base-color-neutral--black-tertiary);
  background-image: url('../images/i---2025-09-17T192840.791.jpg');
}

.content-left-book.is-people-of-my-village {
  background-image: none;
}

.content-left-book.is-ma-tante-juliette {
  background-image: url('../images/juli-preview-cover.jpg');
}

.content-left-book.is-misr {
  background-image: url('../images/misr-couv.jpg');
}

.image-10 {
  width: 100%;
}

.container-right-book {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0;
  display: flex;
}

.lire-plus-text {
  width: 100%;
}

.lire-plus-text.hide-default {
  display: none;
}

.title-buy {
  color: var(--base-color-neutral--white);
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
}

.title-buy.is-coming-soon-color {
  color: var(--base-color-neutral--black-tertiary);
  font-weight: 400;
}

.title-buy.is-redirection-series {
  color: var(--base-color-neutral--black);
  font-weight: 400;
}

.text-block-13 {
  font-family: DM Sans, sans-serif;
}

.content-title-biographie, .section-image {
  overflow: hidden;
}

.img-biography {
  background-image: url('../images/i-65.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 80vw;
}

.content-top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.content-bottom {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-biography {
  max-width: 867px;
}

.is-biography {
  font-size: 7.5rem;
  line-height: 1;
}

.content-top-card-contact {
  min-width: 220px;
  height: 161px;
  max-height: 413px;
  overflow: clip;
}

.content-bottom-card-contact {
  color: var(--base-color-neutral--black);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-card-contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--base-color-neutral--black);
  flex-flow: column;
  width: 100%;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.image-11 {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  overflow: clip;
}

.text-card-contact {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.title-card-contact {
  text-decoration: none;
}

.title-header {
  color: var(--base-color-neutral--black);
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: normal;
  font-size: 13.3vh;
  font-weight: 700;
  line-height: 1;
}

.title-header.title-xavier {
  mix-blend-mode: exclusion;
  order: -9999;
  font-family: retiro-std-48pt, sans-serif;
  font-weight: 400;
}

.container-right-series-text-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  width: 80%;
  min-width: 550px;
  max-width: 800px;
  display: flex;
}

.container-right-series-text-horizontal.is-big {
  width: 80%;
  max-width: 1000px;
}

.container-text-series-double {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.text-block-14 {
  font-family: DM Sans, sans-serif;
}

.italic-text {
  font-style: normal;
}

.container-title-header-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0px solid var(--base-color-neutral--black-secondary);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
}

.container-title-header-section.is-white {
  background-color: #77777726;
}

.italic-text-2 {
  font-style: normal;
}

.lire-plus {
  cursor: pointer;
  width: auto;
  text-decoration: underline;
}

.container-lire-plus {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.container-show-more-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-button-book {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.container-contact {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-info-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.content-info-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.container-agencevu-contact {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.is-agencevu-contact {
  text-decoration: underline;
}

.mail-denis-contact-link {
  text-decoration: none;
}

.h2-tablet-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.img-book {
  width: 100%;
  height: 100%;
}

.right-arrow, .icon-2, .slide-nav, .left-arrow, .icon-3 {
  display: none;
}

.slider {
  min-height: 600px;
}

.text-block-15, .heading-404, .protected-page {
  color: var(--base-color-neutral--white);
}

.image-12 {
  min-height: 100%;
}

.container-right-mention-legales {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.content-legal-notice {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.content-left-mentions-legales {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.container-mentions-legales {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.text-block-16 {
  width: auto;
}

.image-galerie-contact {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .padding-global {
    padding-left: 10rem;
    padding-right: 5rem;
  }

  .padding-global.padding-section-small {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .container-large {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    max-width: 100rem;
  }

  .nav_container {
    max-width: 100rem;
  }

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

  .text-left-header {
    max-width: 500px;
  }

  .image-right {
    width: 100%;
    min-width: 629px;
    max-width: none;
  }

  .container-galerie {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pic-card {
    height: 520px;
    max-height: none;
  }

  .card-news {
    justify-content: flex-start;
    align-items: center;
  }

  .content-card-news {
    width: 100%;
  }

  .text-tag.text-date {
    max-width: 160px;
    line-height: 130%;
  }

  .container-livre {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 30px;
  }

  .footer-link {
    width: 50%;
    max-width: none;
  }

  .container-text-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: 930px;
  }

  .content-news-article-text {
    max-width: none;
  }

  .content-article-news {
    justify-content: space-between;
    align-items: flex-start;
  }

  .containt-right-news-article {
    width: 45%;
  }

  .container-img-series {
    min-height: 520px;
    max-height: 520px;
    overflow: hidden;
  }

  .content-left-book {
    aspect-ratio: 1;
  }

  .content-left-book.is-impressions-degypte {
    border: 1px solid var(--base-color-neutral--black-tertiary);
  }

  .content-left-book.is-people-of-my-village, .content-left-book.is-ma-tante-juliette {
    aspect-ratio: 1;
  }

  .title-header {
    font-size: 10vh;
  }

  .container-info-contact {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .container-large {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .button {
    line-height: 1;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_menu {
    background-color: var(--base-color-neutral--white);
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
  }

  .nav_menu_link {
    text-align: center;
    width: auto;
    font-size: 2.2rem;
    overflow: visible;
  }

  .nav_button {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: var(--base-color-neutral--white);
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .container-title {
    display: none;
  }

  .container-title.is-tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: end flex-start;
    place-items: flex-start start;
    width: 100%;
    min-width: 0;
    max-width: 362px;
    height: auto;
    min-height: auto;
    max-height: none;
    display: none;
    overflow: visible;
    transform: rotate(0);
  }

  .image {
    width: 100%;
    height: 415px;
  }

  .text-left-header {
    width: 100%;
  }

  .image-2 {
    width: 100%;
    max-width: 58px;
    display: block;
    overflow: visible;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    display: block;
    overflow: visible;
    transform: translate(0);
  }

  .container-left-news {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-4 {
    width: 60%;
    max-width: 180px;
    max-height: 59px;
  }

  .image-5 {
    width: 100%;
    min-width: auto;
    max-width: none;
    max-height: 59px;
  }

  .container-galerie {
    grid-template-columns: 1fr 1fr;
  }

  .img-news {
    max-width: none;
  }

  .text-tag.text-date {
    min-width: 105px;
  }

  .content-footer {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-text {
    flex-flow: row;
    display: flex;
  }

  .h2-home.is-h2-serie.is-galleries-contact {
    display: none;
  }

  .h2-home.is-h2-serie.is-galleries-contact.is-h2-tablet-block {
    display: block;
  }

  .h2-home.is-h2-serie.is-h2-tablet-none {
    display: none;
  }

  .container-text-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 80%;
  }

  .container-news-article {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-news-article-top {
    height: 350px;
  }

  .content-news-article-text {
    min-width: auto;
    max-width: none;
  }

  .content-article-news {
    flex-flow: column;
  }

  .containt-right-news-article {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: none;
  }

  .container-burger {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-element-midle {
    background-color: var(--base-color-neutral--black);
    color: var(--base-color-neutral--black);
    width: 36px;
    height: 2px;
  }

  .burger-element-bottom {
    background-color: var(--base-color-neutral--black);
    width: 18px;
    height: 2px;
  }

  .container-burger-bottom {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .container-burger-bottom.is-top {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .container-book {
    justify-content: space-between;
    align-items: center;
  }

  .content-left-book {
    box-sizing: border-box;
    aspect-ratio: auto;
    height: auto;
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .container-right-book {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 1rem;
  }

  .title-header {
    font-size: 8vh;
  }

  .container-right-series-text-horizontal {
    flex-flow: column;
  }

  .container-right-series-text-horizontal.is-big, .container-show-more-text {
    width: 100%;
  }

  .container-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .container-agencevu-contact {
    padding-right: 0;
  }

  .h2-tablet-contact {
    margin-top: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large {
    flex-flow: column;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .container-title.is-tablet {
    min-width: auto;
    height: 100%;
  }

  .content-right.is-home {
    width: 100%;
  }

  .text-left-header {
    max-width: none;
  }

  .image-2, .image-3 {
    height: 100%;
  }

  .container-left-news {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .image-right {
    min-width: auto;
    height: 400px;
    min-height: auto;
  }

  .container-serie.is-serie-simple {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-galerie {
    grid-template-columns: 1fr;
  }

  .pic-card {
    width: 100%;
    height: auto;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-serie {
    width: 100%;
  }

  .container-title-news {
    height: auto;
  }

  .container-book {
    flex-flow: column;
  }

  .content-left-book {
    width: 100%;
  }

  .container-right-book {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.125rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_item {
    width: 100%;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.padding-section-large {
    width: 100%;
  }

  .padding-global.padding-section-small {
    padding: 1.25rem 1.25rem 1.125rem;
  }

  .fs-styleguide_webflow-elements {
    width: 100%;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_component, .fs-styleguide_header {
    width: 100%;
  }

  .heading-style-h2.title-image-article.is-2 {
    text-align: center;
  }

  .page-wrapper {
    width: 100%;
  }

  .container-large {
    flex-flow: wrap-reverse;
  }

  .fs-styleguide_classes, .fs-styleguide_structure {
    width: 100%;
  }

  .nav_menu {
    background-color: var(--base-color-neutral--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100svh;
    display: flex;
  }

  .nav_menu_link {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 400;
    display: flex;
  }

  .nav_button.w--open {
    background-color: var(--base-color-neutral--white);
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .container-title {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    min-width: auto;
    height: 250px;
    min-height: auto;
    max-height: 220px;
    display: none;
    overflow: visible;
  }

  .container-title.is-tablet {
    display: none;
  }

  .content-right.is-home {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .image-2 {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .image-3 {
    width: auto;
    max-width: 35px;
    height: auto;
  }

  .container-left-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .image-right {
    min-width: auto;
    height: 250px;
    min-height: auto;
  }

  .image-right.is-home {
    height: 220px;
  }

  .container-serie {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-serie.is-serie-simple {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pic-card {
    overflow: visible;
  }

  .series-title {
    font-size: 2rem;
  }

  .content-qui-je-suis {
    flex-flow: column;
  }

  .qjs-text, .qjs-img {
    width: 100%;
  }

  .card-news {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .card-news.is-news {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .img-news {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 300px;
  }

  .img-news.is-link-img {
    height: 100%;
  }

  .content-card-news {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .content-card-news.is-home-txt {
    min-width: auto;
  }

  .container-livre {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 20px;
  }

  .img-livre {
    width: 100%;
    height: auto;
  }

  .content-footer {
    max-width: none;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 0;
  }

  .footer-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-4 {
    width: 100%;
  }

  .container-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-text.is-series {
    flex-flow: column;
  }

  .text-serie {
    width: 100%;
    max-width: none;
  }

  .container-text-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    min-width: auto;
    max-width: none;
  }

  .container-text-card.is-card-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-9 {
    width: 100%;
  }

  .container-news-article-top {
    height: 250px;
  }

  .content-article-news {
    flex-flow: column wrap;
  }

  .containt-right-news-article, .container-img-link-news {
    width: 100%;
  }

  .container-title-news {
    height: auto;
  }

  .container-img-series {
    aspect-ratio: 1;
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  .heading-6 {
    font-size: 1.125rem;
  }

  .icon {
    color: var(--base-color-neutral--black);
    display: none;
  }

  .container-burger {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .container-burger:where(.w-variant-cba390be-e17c-9eba-3511-003b66ef0972) {
    justify-content: center;
    align-items: center;
  }

  .burger-element-midle {
    background-color: var(--base-color-neutral--black);
    width: 36px;
    height: 2px;
  }

  .burger-element-midle:where(.w-variant-cba390be-e17c-9eba-3511-003b66ef0972) {
    flex: 0 auto;
    align-self: center;
    transform: rotate(-45deg);
  }

  .burger-element-midle.is-2 {
    display: none;
  }

  .burger-element-midle.is-2:where(.w-variant-cba390be-e17c-9eba-3511-003b66ef0972) {
    align-self: center;
    display: block;
    transform: rotate(45deg);
  }

  .burger-element-bottom {
    background-color: var(--base-color-neutral--black);
    width: 18px;
    height: 2px;
  }

  .container-burger-bottom {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .container-burger-bottom:where(.w-variant-cba390be-e17c-9eba-3511-003b66ef0972) {
    display: none;
  }

  .container-burger-bottom.is-top {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .container-book {
    flex-flow: column;
  }

  .content-left-book {
    aspect-ratio: 1;
    width: 100%;
    min-height: auto;
  }

  .content-left-book.is-le-caire, .content-left-book.is-people-of-my-village {
    min-height: auto;
  }

  .container-right-book {
    width: 100%;
    padding: 0;
  }

  .is-biography {
    font-size: 4.5rem;
  }

  .link-card-contact {
    flex-flow: column;
  }

  .title-header {
    font-size: 6vh;
  }

  .container-right-series-text-horizontal {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .container-right-series-text-horizontal.is-big {
    width: 100%;
  }

  .container-text-series-double {
    flex-flow: column;
  }

  .container-button-book {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .h2-tablet-contact {
    margin-top: 15px;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-78251353 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-78251353, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-78251353 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-78251353 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-78251353 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-78251353 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-78251353, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-78251353 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-78251353 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-78251353, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-78251353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-78251353 {
  justify-self: start;
}

#w-node-aa57e317-da28-d404-92a4-8645024c3e66-ace74b7f, #w-node-d4eb7611-95f7-0d93-1eff-c59e46c50b71-633fa8e5, #w-node-af20089c-7f90-e377-c91e-e8e842728096-633fa8e5, #w-node-ae0791f4-4e19-b52f-8bdb-4d3683d0be07-633fa8e5, #w-node-_66270749-c2f8-1a18-f278-8d68d6afb0ce-633fa8e5, #w-node-_7ad575a1-1f02-f0d4-015e-2491d7f47115-633fa8e5, #w-node-d24d93e6-ac62-2249-4a22-abfb226d4fca-633fa8e5, #w-node-_415eb8f4-8ff5-08f0-4a0c-2ba467341620-633fa8e5, #w-node-_8dd3a9d0-53cf-6106-6023-d65e334a9ec8-633fa8e5, #w-node-fd777beb-fea5-acab-5fc4-a9b7a2f89f6e-633fa8e5, #w-node-_940ffc7d-b22d-19fd-27d2-941056d5a0f4-633fa8e5, #w-node-_6f2419d8-a538-360b-c25f-4633b8bce7f8-633fa8e5, #w-node-b357ef18-1a81-7b96-0859-1b64403d0d9b-633fa8e5, #w-node-e4919595-2ce4-ccf8-5089-fa2b19f00624-633fa8e5, #w-node-_5077575e-e166-a26e-35d1-833dc177f9ed-633fa8e5, #w-node-b64b6ea1-4b52-b7d3-fb91-aba5a35ec812-633fa8e5, #w-node-_6db39553-5331-f725-34c2-c4d8deca68e0-633fa8e5, #w-node-_9491ec70-ba4c-a56c-fda7-ddbd55a08cf9-633fa8e5, #w-node-_84f0f1ca-c648-cd71-cde6-05f3ab1284d8-633fa8e5, #w-node-_2a0abfdd-5c6e-25a9-b053-98fd65582dbb-633fa8e5, #w-node-ce1cf438-0ec4-fca6-2404-57249b0f81a8-633fa8e5, #w-node-a9e2f7e6-65bf-fc59-34a8-138fc54688de-633fa8e5, #w-node-_6216360c-aae2-8b96-fae0-29b2debce72a-633fa8e5, #w-node-a9bfebbe-f5cd-a81d-1e82-8b091d3db2af-633fa8e5, #w-node-_5f991f03-d1ef-4a79-51c9-b966394dbf3d-633fa8e5, #w-node-_2f92f6c5-6207-ab64-c573-e64f152b7384-633fa8e5, #w-node-_135997ca-b398-7f78-9907-3887e5aaa932-633fa8e5, #w-node-_160ef296-1d36-4575-3936-77efe9a520be-633fa8e5, #w-node-ca245b30-5e0d-2f88-ac2d-8766c787ca62-633fa8e5, #w-node-_38da8528-6014-710e-5ea9-397787c412de-633fa8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


