/*
Theme Name: Twenty Nineteen Child
Theme URL: https://papascript.fr/
Description: Twenty Nineteen Child Theme
Author: PapaScript
Author URL: https://papascript.fr/
Template: twentynineteen
Version: 1.0.0
Text Domain: twentynineteen-child
*/
@font-face {
  font-family: 'camptonbook';
  src: url('/wp-content/themes/twentynineteen-child/assets/fonts/book.woff2') format('woff2'), url('/wp-content/themes/twentynineteen-child/assets/fonts/book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'camptonbookitalic';
  src: url('/wp-content/themes/twentynineteen-child/assets/fonts/bookitalic.woff2') format('woff2'), url('/wp-content/themes/twentynineteen-child/assets/fonts/bookitalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'camptonbold';
  src: url('/wp-content/themes/twentynineteen-child/assets/fonts/bold.woff2') format('woff2'), url('/wp-content/themes/twentynineteen-child/assets/fonts/bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'camptonbolditalic';
  src: url('/wp-content/themes/twentynineteen-child/assets/fonts/bolditalic.woff2') format('woff2'), url('/wp-content/themes/twentynineteen-child/assets/fonts/bolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
:root {
  --font-book: 'camptonbook';
  --font-book-ital: 'camptonbookitalic';
  --font-bold: 'camptonbold';
  --font-bold-ital: 'camptonbolditalic';
  --grey-text: #888888;
  --sp-min: 2px;
  --sp-root: 8px;
  --sp-sm: calc(var(--sp-root) * 2);
  --sp-md: calc(var(--sp-root) * 3);
  --sp-lg: calc(var(--sp-root) * 4);
  --sp-xl: calc(var(--sp-root) * 7);
  --sp-xxl: calc(var(--sp-root) * 11);
  --sp-ultra: calc(var(--sp-root) * 18);
  --c-grey: rgba(0, 0, 0, 0.2);
  --c-white-trans: rgba(255, 255, 255, 0.2);
  --c-black-trans: rgba(29, 29, 29, 0.2);
  --max: 1440px;
  --laptop: 1200px;
  --tablet-l: 1080px;
  --tablet-p: 800px;
  --mobil: 800px;
  --vh: 100vh;
}
html {
  -webkit-text-size-adjust: none;
  touch-action: pan-y;
  /*prevent user scaling*/
  margin-top: 0px !important;
  height: -webkit-fill-available;
  margin: 0px!important;
  scrollbar-width: thin;
}
body {
  font-family: var(--font-book);
  opacity: 1;
  transition: opacity 300ms ease-out;
  overflow-y: scroll;
  scrollbar-width: thin;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  outline: none;
  font-family: var(--font-book);
  touch-action: manipulation;
}
*:focus {
  outline: none!important;
}
button {
  border: none;
  color: #fff;
}
button:focus,
button:active,
button:hover {
  outline: none!important;
  box-shadow: none;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
.nomarg {
  margin: 0!important;
}
.hidden {
  display: none;
}
.main-navigation {
  margin: 0px;
}
.site-header {
  padding: 0;
}
.vue {
  z-index: 99!important;
}
#page {
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.site-branding {
  line-height: 0px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.site-content {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.application_webview .site {
  margin-top: 80px;
}
#main {
  margin-top: 115px;
}
@media (min-width: 1440px) {
  #main {
    margin-top: var(--sp-ultra);
  }
}
@media (max-width: 1080px) {
  #main {
    margin-top: 88px;
  }
}
@media (max-width: 820px) {
  #main {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  #main {
    margin-top: 30px;
  }
}
.wp-block-table.is-style-stripes {
  margin-top: var(--sp-md);
  font-size: 14px;
  line-height: 20px;
  border: none;
}
@media (max-width: 1080px) {
  .wp-block-table.is-style-stripes {
    margin-top: 18px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .wp-block-table.is-style-stripes {
    margin-top: 14px;
    font-size: 12px;
  }
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  padding: var(--sp-sm) 0;
  border-bottom: 1px solid black;
  width: 33%;
  vertical-align: top;
}
@media (max-width: 1080px) {
  .wp-block-table.is-style-stripes td,
  .wp-block-table.is-style-stripes th {
    padding: 12px 0;
  }
}
@media (max-width: 768px) {
  .wp-block-table.is-style-stripes td,
  .wp-block-table.is-style-stripes th {
    padding: 8px 0;
  }
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: white;
}
.wp-block-table.is-style-stripes tbody tr:last-child td {
  border-bottom: none;
}
::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar-track {
  background: transparent;
  background: white;
}
::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 100px;
  outline: 0px solid slategrey;
}
@media (max-width: 768px) {
  .wp-block-columns.is-layout-flex.wp-container-4 {
    margin-top: 18px;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .wp-block-columns.is-layout-flex.wp-container-4 p {
    margin-top: 0px;
  }
}
.content_desc {
  display: flex;
  gap: 0px;
  padding: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: calc(var(--sp-md) / 2);
  width: calc(100% + 12px * 2);
  margin-left: -12px;
}
@media (max-width: 768px) {
  .content_desc {
    width: 100%;
    margin-left: 0px;
  }
}
#bottom-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 18px;
  height: 32px;
}
@media (min-width: 1440px) {
  #bottom-nav {
    margin-bottom: 18px;
  }
}
@media (max-width: 1080px) {
}
@media (max-width: 820px) {
  #bottom-nav {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #bottom-nav {
    width: 80%;
    margin-bottom: 15px;
  }
}
#bottom-nav a:not([href]) {
  margin-bottom: calc(var(--sp-root) - 1px);
  cursor: pointer;
}
#bottom-nav p.caption {
  margin: 0;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
}
@media (max-width: 820px) {
  #bottom-nav p.caption {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  #bottom-nav p.caption {
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    height: -webkit-fill-available;
    align-items: flex-end;
    display: flex;
  }
}
#bottom-nav img {
  width: 32px;
  height: 32px;
}
#bottom-nav:hover a:after {
  content: " :";
}
#bottom-nav:hover p.caption {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}
#bottom-nav:hover .hovered {
  cursor: pointer;
  display: block;
}
#bottom-nav:hover .nothovered {
  display: none;
}
.edge #bottom-nav,
.os-windows #bottom-nav {
  margin-bottom: 10px;
}
@media (max-width: 1080px) {
  .edge #bottom-nav,
  .os-windows #bottom-nav {
    margin-bottom: 14px;
  }
}
@media (max-width: 820px) {
  .edge #bottom-nav,
  .os-windows #bottom-nav {
    margin-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .edge #bottom-nav,
  .os-windows #bottom-nav {
    margin-bottom: 8px;
  }
}
#top-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  gap: var(--sp-lg);
  height: 32px;
}
.wp-block-image figcaption {
  color: black;
  margin-top: var(--sp-sm);
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}
.container {
  max-width: 970px;
  padding: 0px;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1080px) {
  .container {
    max-width: 834px;
  }
}
@media (max-width: 820px) {
  .container {
    max-width: 618px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 480px;
  }
}
@media (max-width: 540px) {
  .container {
    max-width: 340px;
  }
}
.container-fluid {
  max-width: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: var(--sp-lg) var(--sp-lg) var(--sp-xl) var(--sp-xl);
  z-index: 10;
}
@media (min-width: 1440px) {
  .container-fluid {
    padding: var(--sp-lg) var(--sp-lg) 88px 88px;
  }
}
@media (max-width: 1080px) {
  .container-fluid {
    padding: 24px 24px 64px 64px;
  }
}
@media (max-width: 820px) {
  .container-fluid {
    padding: 24px 24px 42px 42px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    padding: 24px 24px 30px 30px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figcaption,
div,
a,
button,
span,
.wp-block-image,
.entry .entry-header {
  margin: 0px;
  font-weight: normal;
  letter-spacing: normal;
}
h1 {
  font-family: var(--font-bold);
  font-size: 115px;
  font-style: normal;
  font-variant: normal;
  line-height: 125px;
  margin: 0;
}
h1:not(.mobil_h) {
  text-transform: lowercase;
}
@media (max-width: 1080px) {
  h1 {
    margin-top: 141px;
    margin-top: 88px;
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 820px) {
  h1 {
    font-size: 70px;
    line-height: 75px;
    margin-top: 106px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
    margin-top: 30px;
  }
}
.entry-header h1 {
  margin-top: 0px;
}
h2 {
  font-family: var(--font-bold);
  font-size: 35px;
  font-style: normal;
  font-variant: normal;
  line-height: 45px;
  margin-top: var(--sp-xxl);
}
@media (max-width: 1080px) {
  h2 {
    margin-top: 64px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 46px;
  }
}
h2.mobil_h {
  border-bottom: 2px solid black;
  padding-bottom: 8px;
}
.subheading h2 {
  font-family: var(--font-book-ital);
  font-size: 80px;
  line-height: 86px;
  margin-top: 0px;
}
@media (max-width: 1080px) {
  .subheading h2 {
    font-size: 64px;
    line-height: 70px;
  }
}
@media (max-width: 820px) {
  .subheading h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .subheading h2 {
    font-size: 25px;
    line-height: 28px;
  }
}
h3 {
  font-family: var(--font-bold);
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  line-height: 40px;
  margin-top: var(--sp-xl);
}
@media (max-width: 1080px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
  }
}
h4 {
  font-family: var(--font-bold);
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  line-height: 29px;
  margin-top: var(--sp-xl);
}
@media (max-width: 1080px) {
  h4 {
    margin-top: 42px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
  }
}
h5 {
  font-family: var(--font-bold);
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  line-height: 22px;
  margin-top: var(--sp-md);
}
@media (max-width: 1080px) {
  h5 {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
  }
}
h6 {
  font-family: var(--font-bold);
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  line-height: 18px;
}
@media (max-width: 1080px) {
  h6 {
    font-size: 14px;
    line-height: 18px;
  }
}
p:not(.link, .caption),
.article,
#loadingText,
#loading p {
  font-family: var(--font-book);
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  line-height: 29px;
  margin-top: var(--sp-md);
}
@media (max-width: 1080px) {
  p:not(.link, .caption),
  .article,
  #loadingText,
  #loading p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  p:not(.link, .caption),
  .article,
  #loadingText,
  #loading p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 14px;
  }
}
p:not(.link, .caption) b,
.article b,
#loadingText b,
#loading p b,
p:not(.link, .caption) strong,
.article strong,
#loadingText strong,
#loading p strong {
  font-family: var(--font-bold);
  font-weight: initial;
}
p:not(.link, .caption) a,
.article a,
#loadingText a,
#loading p a,
p:not(.link, .caption) a:visited,
.article a:visited,
#loadingText a:visited,
#loading p a:visited,
p:not(.link, .caption) a,
.article a,
#loadingText a,
#loading p a,
p:not(.link, .caption) a:not(.primary),
.article a:not(.primary),
#loadingText a:not(.primary),
#loading p a:not(.primary) {
  display: inline;
  position: relative;
  top: 0px;
  border-bottom: 2px solid black;
  line-height: 22px;
  text-decoration: none;
  hyphens: auto;
  cursor: pointer;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
p:not(.link, .caption) a:hover,
.article a:hover,
#loadingText a:hover,
#loading p a:hover,
p:not(.link, .caption) a:visited:hover,
.article a:visited:hover,
#loadingText a:visited:hover,
#loading p a:visited:hover,
p:not(.link, .caption) a:hover,
.article a:hover,
#loadingText a:hover,
#loading p a:hover,
p:not(.link, .caption) a:not(.primary):hover,
.article a:not(.primary):hover,
#loadingText a:not(.primary):hover,
#loading p a:not(.primary):hover {
  top: -3px;
  padding-bottom: 3px;
  margin-bottom: -3px;
}
p:not(.link, .caption) a.bullet_link,
.article a.bullet_link,
#loadingText a.bullet_link,
#loading p a.bullet_link,
p:not(.link, .caption) a:visited.bullet_link,
.article a:visited.bullet_link,
#loadingText a:visited.bullet_link,
#loading p a:visited.bullet_link,
p:not(.link, .caption) a.bullet_link,
.article a.bullet_link,
#loadingText a.bullet_link,
#loading p a.bullet_link,
p:not(.link, .caption) a:not(.primary).bullet_link,
.article a:not(.primary).bullet_link,
#loadingText a:not(.primary).bullet_link,
#loading p a:not(.primary).bullet_link {
  display: inline-block;
}
@media (max-width: 1080px) {
  p:not(.link, .caption) a,
  .article a,
  #loadingText a,
  #loading p a,
  p:not(.link, .caption) a:visited,
  .article a:visited,
  #loadingText a:visited,
  #loading p a:visited,
  p:not(.link, .caption) a,
  .article a,
  #loadingText a,
  #loading p a,
  p:not(.link, .caption) a:not(.primary),
  .article a:not(.primary),
  #loadingText a:not(.primary),
  #loading p a:not(.primary) {
    line-height: 17px;
  }
}
:lang(fr) p:not(.link, .caption) a,
:lang(es) p:not(.link, .caption) a,
:lang(fr) .article a,
:lang(es) .article a,
:lang(fr) #loadingText a,
:lang(es) #loadingText a,
:lang(fr) #loading p a,
:lang(es) #loading p a,
:lang(fr) p:not(.link, .caption) a:visited,
:lang(es) p:not(.link, .caption) a:visited,
:lang(fr) .article a:visited,
:lang(es) .article a:visited,
:lang(fr) #loadingText a:visited,
:lang(es) #loadingText a:visited,
:lang(fr) #loading p a:visited,
:lang(es) #loading p a:visited,
:lang(fr) p:not(.link, .caption) a,
:lang(es) p:not(.link, .caption) a,
:lang(fr) .article a,
:lang(es) .article a,
:lang(fr) #loadingText a,
:lang(es) #loadingText a,
:lang(fr) #loading p a,
:lang(es) #loading p a,
:lang(fr) p:not(.link, .caption) a:not(.primary),
:lang(es) p:not(.link, .caption) a:not(.primary),
:lang(fr) .article a:not(.primary),
:lang(es) .article a:not(.primary),
:lang(fr) #loadingText a:not(.primary),
:lang(es) #loadingText a:not(.primary),
:lang(fr) #loading p a:not(.primary),
:lang(es) #loading p a:not(.primary) {
  word-break: initial;
  hyphens: auto;
}
#select_lang {
  font-family: var(--font-book);
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  line-height: 29px;
  margin-top: var(--sp-md);
}
@media (max-width: 1080px) {
  #select_lang {
    margin-top: 18px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #select_lang {
    font-size: 16px;
    line-height: 22px;
    margin-top: 14px;
  }
}
.chapo,
p.chapo,
.chapo p {
  font-family: var(--font-bold);
  font-size: 40px;
  font-style: normal;
  font-variant: normal;
  line-height: 50px;
  margin-top: var(--sp-xl);
}
@media (max-width: 768px) {
  .chapo,
  p.chapo,
  .chapo p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0px;
  }
}
.mention,
p.mention,
.mention p {
  font-family: var(--font-book);
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  line-height: 22px;
  margin-top: var(--sp-sm);
}
@media (max-width: 1080px) {
  .mention,
  p.mention,
  .mention p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
}
.caption {
  font-family: var(--font-book);
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  line-height: 20px;
  margin-top: var(--sp-root);
}
@media (max-width: 1080px) {
  .caption {
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .caption {
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
  }
}
a.download {
  line-height: 30px;
}
a.download:after {
  content: url(./assets/img/arrow.svg);
  transform: rotate(90deg) scale(0.9) translateX(-2px);
  display: inline-block;
  margin-left: 0px;
}
a.download.lulu:after {
  transform: rotate(-45deg) scale(0.9) translateX(2px) translateY(3px);
}
a.return:before {
  content: url(./assets/img/arrow.svg);
  transform: rotate(180deg) scale(0.9) translate(-2px, 4px);
  display: inline-block;
  margin-right: 8px;
  width: 18px;
  height: 20px;
}
@media (max-width: 768px) {
  a.return:before {
    margin-right: 4px;
  }
}
.edge a.download,
.os-windows a.download {
  line-height: 30px;
}
.edge a.return,
.os-windows a.return {
  line-height: 30px;
}
.edge a.return:before,
.os-windows a.return:before {
  transform: rotate(180deg) scale(0.9) translate(-2px, -2px);
}
p.link a,
button,
.primary,
a.primary,
p a.primary {
  display: flex;
  border: 2px solid black;
  font-family: var(--font-bold);
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  line-height: 21px;
  background: var(--c-white-trans);
  text-transform: lowercase;
  padding: 15px 20px 14px 20px;
  width: fit-content;
  border-radius: 35px;
  color: black;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1080px) {
  p.link a,
  button,
  .primary,
  a.primary,
  p a.primary {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  p.link a,
  button,
  .primary,
  a.primary,
  p a.primary {
    font-size: 16px;
    line-height: 23px;
  }
}
p.link a:hover,
button:hover,
.primary:hover,
a.primary:hover,
p a.primary:hover,
p.link a:active,
button:active,
.primary:active,
a.primary:active,
p a.primary:active {
  background: black;
  color: white;
  top: unset;
  margin-bottom: unset;
  padding: 15px 20px 14px 20px;
}
p.link a:focus,
button:focus,
.primary:focus,
a.primary:focus,
p a.primary:focus {
  background: white;
  color: black;
}
p.link a.fill-black,
button.fill-black,
.primary.fill-black,
a.primary.fill-black,
p a.primary.fill-black {
  background: black;
  color: white;
}
p.link a.fill-black:hover,
button.fill-black:hover,
.primary.fill-black:hover,
a.primary.fill-black:hover,
p a.primary.fill-black:hover,
p.link a.fill-black:active,
button.fill-black:active,
.primary.fill-black:active,
a.primary.fill-black:active,
p a.primary.fill-black:active {
  background: white;
  color: black;
}
p.link a.stroke-white,
button.stroke-white,
.primary.stroke-white,
a.primary.stroke-white,
p a.primary.stroke-white {
  filter: invert(100%);
}
p.link a.fill-white,
button.fill-white,
.primary.fill-white,
a.primary.fill-white,
p a.primary.fill-white {
  background: white;
  color: black;
}
p.link a.fill-white:hover,
button.fill-white:hover,
.primary.fill-white:hover,
a.primary.fill-white:hover,
p a.primary.fill-white:hover,
p.link a.fill-white:active,
button.fill-white:active,
.primary.fill-white:active,
a.primary.fill-white:active,
p a.primary.fill-white:active {
  background: black;
  color: white;
}
p.link a.fill-white.stroke-hover,
button.fill-white.stroke-hover,
.primary.fill-white.stroke-hover,
a.primary.fill-white.stroke-hover,
p a.primary.fill-white.stroke-hover {
  border: 2px solid #fff;
}
p.link a.fill-white.stroke-hover:hover,
button.fill-white.stroke-hover:hover,
.primary.fill-white.stroke-hover:hover,
a.primary.fill-white.stroke-hover:hover,
p a.primary.fill-white.stroke-hover:hover {
  border: 2px solid #fff;
  background-color: rgba(28, 28, 28, 0.2);
}
.edge p.link a,
.os-windows p.link a,
.edge button,
.os-windows button,
.edge .primary,
.os-windows .primary,
.edge a.primary,
.os-windows a.primary {
  padding: 13px 20px 14px 20px;
}
.edge p.link a:hover,
.os-windows p.link a:hover,
.edge button:hover,
.os-windows button:hover,
.edge .primary:hover,
.os-windows .primary:hover,
.edge a.primary:hover,
.os-windows a.primary:hover,
.edge p.link a:active,
.os-windows p.link a:active,
.edge button:active,
.os-windows button:active,
.edge .primary:active,
.os-windows .primary:active,
.edge a.primary:active,
.os-windows a.primary:active {
  padding: 13px 20px 14px 20px;
}
button.secondary {
  border: 1px solid black;
  font-family: var(--font-book);
  -webkit-font-smoothing: auto;
}
.back-link {
  font-family: var(--font-book) !important;
  font-weight: normal!important;
  font-size: 16px;
  width: auto;
  height: 30px;
  border: none!important;
  line-height: 22px;
  color: black;
  background: none;
  justify-content: flex-end;
  flex-direction: row;
}
.back-link:before {
  content: "< ";
  margin-right: 4px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.back-link:hover {
  background: none;
  color: black;
}
.back-link:hover:before {
  margin-right: 8px;
}
button.icon {
  border: none;
  border-radius: unset;
}
button.icon:hover,
button.icon:active {
  background: transparent;
  color: transparent;
}
.c-accordion__item .c-accordion__title--button,
.c-accordion__item .c-accordion__title {
  display: flex;
  border-bottom: 2px solid black;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  width: fit-content;
  padding: 0px;
  padding-bottom: var(--sp-root);
  gap: var(--sp-sm);
  max-width: 220px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.c-accordion__item .c-accordion__title--button:before,
.c-accordion__item .c-accordion__title:before {
  content: "";
  background-image: url(./assets/img/about_arrow.svg);
  width: 10px;
  height: 15px;
  position: initial;
  background-color: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 100ms linear all;
  transform: translate(0px, -1px);
  transform: translate(0px, 1px);
}
@media (max-width: 1080px) {
  .c-accordion__item .c-accordion__title--button:before,
  .c-accordion__item .c-accordion__title:before {
    background-size: 90% auto;
  }
}
.c-accordion__item .c-accordion__title--button:is(h2),
.c-accordion__item .c-accordion__title:is(h2) {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 820px) {
  .c-accordion__item .c-accordion__title--button:is(h2),
  .c-accordion__item .c-accordion__title:is(h2) {
    align-items: baseline;
  }
}
.c-accordion__item .c-accordion__title--button:is(h2):before,
.c-accordion__item .c-accordion__title:is(h2):before {
  width: 15px;
  height: 21px;
}
@media (max-width: 1080px) {
  .c-accordion__item .c-accordion__title--button:is(h2):before,
  .c-accordion__item .c-accordion__title:is(h2):before {
    width: 12px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .c-accordion__item .c-accordion__title--button:is(h2):before,
  .c-accordion__item .c-accordion__title:is(h2):before {
    background-size: 12px 13px;
    width: 24px;
    height: 13px;
  }
}
.c-accordion__item .c-accordion__title--button:after,
.c-accordion__item .c-accordion__title:after {
  content: none!important;
}
@media (max-width: 1080px) {
  .c-accordion__item .c-accordion__title--button,
  .c-accordion__item .c-accordion__title {
    gap: 6px;
  }
}
.c-accordion__item .c-accordion__title--button:hover,
.c-accordion__item .c-accordion__title:hover {
  padding: 0px;
  padding-bottom: var(--sp-root);
}
.c-accordion__item.is-open .c-accordion__title--button,
.c-accordion__item.is-open .c-accordion__title {
  width: 100%;
  max-width: 100%;
}
.c-accordion__item.is-open .c-accordion__title--button:before,
.c-accordion__item.is-open .c-accordion__title:before {
  transform: translate(0px, -1px) rotate(90deg);
}
.c-accordion__item.is-open .c-accordion__title--button:is(h2):before,
.c-accordion__item.is-open .c-accordion__title:is(h2):before {
  transform: translate(0px, -1px) rotate(90deg);
}
@media (max-width: 768px) {
  .c-accordion__item.is-open .c-accordion__title--button:is(h2):before,
  .c-accordion__item.is-open .c-accordion__title:is(h2):before {
    transform: translate(-3px, 4px) rotate(90deg);
    transform: translate(-3px, 3px) rotate(90deg);
  }
}
.c-accordion__item.is-open .c-accordion__title--button:after,
.c-accordion__item.is-open .c-accordion__title:after {
  content: none!important;
}
.c-accordion__content .wp-block-image {
  text-align: center;
  margin-bottom: 0;
  padding: 0px!important;
  max-width: 350px;
}
.edge .c-accordion__item .c-accordion__title--button:is(h2):before,
.os-windows .c-accordion__item .c-accordion__title--button:is(h2):before,
.edge .c-accordion__item .c-accordion__title:is(h2):before,
.os-windows .c-accordion__item .c-accordion__title:is(h2):before {
  margin-top: 4px;
}
img {
  pointer-events: none;
}
.bullet_link {
  display: inline-block;
  position: relative;
  margin-right: var(--sp-md);
  transform: translateX(12px);
}
.bullet_link:before {
  content: "• ";
  display: block;
  position: absolute;
  left: -9px;
}
@media (max-width: 1080px) {
  .bullet_link {
    margin-right: 18px;
  }
}
.rs_article a {
  display: inline-block !important;
  position: relative;
  margin-right: var(--sp-md);
  transform: translateX(12px);
  text-transform: lowercase;
}
.rs_article a:before {
  content: "• ";
  display: block;
  position: absolute;
  left: -12px;
}
@media (max-width: 1080px) {
  .rs_article a {
    margin-right: 18px;
  }
}
.underline_h2 {
  font-size: 35px;
  border-bottom: 2px solid black;
  margin-top: 62px;
}
.bg {
  background: rgba(255, 255, 255, 0.9);
  -moz-transition: background 200ms linear;
  -webkit-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  width: 100vw;
  height: 100vh;
  position: absolute;
}
footer {
  display: none;
  margin-top: var(--sp-ultra);
}
@media (max-width: 1080px) {
  footer {
    margin-top: 106px;
  }
}
footer .widget-area {
  margin: 0!important;
}
footer .widget-area #rs_footer {
  display: none;
  text-align: left;
}
footer .widget-area #rs_footer ul {
  padding-left: 0;
  list-style: none;
}
footer .widget-area #rs_footer ul li {
  display: inline-block;
  margin: 0;
}
footer .widget-area #rs_footer ul li:first-child {
  margin-left: 0;
}
footer .widget-area #rs_footer ul li:last-child {
  margin-right: 0;
}
footer .widget-area #rs_footer ul li a {
  opacity: 1;
}
@media screen and (max-width: 1550px) {
  footer .widget-area #rs_footer ul li a img {
    width: 30px;
  }
}
@media screen and (max-width: 736px) {
  footer .widget-area #rs_footer ul li a img {
    width: 35px;
  }
}
footer #custom_html-2 {
  width: 100%!important;
  max-width: 100%;
  margin: 0!important;
  background: black;
  overflow: hidden;
  margin: 0;
  padding-bottom: 0px;
}
footer #custom_html-2 .custom-html-widget {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  margin: var(--sp-xl) var(--sp-ultra) var(--sp-xl) var(--sp-xl);
  margin-right: 200px;
  height: calc(100% - var(--sp-xl) * 2);
}
@media (min-width: 1440px) {
  footer #custom_html-2 .custom-html-widget {
    margin: 88px 232px 88px 88px;
    height: calc(100% - 88px * 2);
  }
}
@media (max-width: 1080px) {
  footer #custom_html-2 .custom-html-widget {
    margin: 64px 80px 64px 64px;
    height: calc(100% - 64px * 2);
  }
}
@media (max-width: 820px) {
  footer #custom_html-2 .custom-html-widget {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media (max-width: 768px) {
  footer #custom_html-2 .custom-html-widget {
    margin: 30px 76px 114px 29px;
  }
}
footer #custom_html-2 .custom-html-widget .footer_left {
  width: 100%;
  height: 100%;
  max-width: 450px;
  order: 1;
}
@media (min-width: 1440px) {
  footer #custom_html-2 .custom-html-widget .footer_left {
    max-width: 680px;
  }
}
@media (max-width: 1080px) {
  footer #custom_html-2 .custom-html-widget .footer_left {
    max-width: 420px;
  }
}
footer #custom_html-2 .custom-html-widget .footer_left #footer_logo {
  text-align: left;
  position: relative;
  height: 100%;
}
footer #custom_html-2 .custom-html-widget .footer_left #footer_logo img {
  max-width: 200px;
  margin: 0;
}
footer #custom_html-2 .custom-html-widget .footer_left #footer_logo p {
  text-align: left;
  font: normal normal 20px/29px var(--font-bold);
  color: white;
  word-break: keep-all;
  hyphens: manual;
  max-width: 425px;
}
footer #custom_html-2 .custom-html-widget .footer_left #footer_logo p:last-child {
  bottom: 0px;
  font: normal normal 20px/29px var(--font-book);
}
@media (max-width: 820px) {
  footer #custom_html-2 .custom-html-widget .footer_left #footer_logo p:last-child {
    position: static;
    margin-top: 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  footer #custom_html-2 .custom-html-widget .footer_left #footer_logo p:last-child {
    margin-bottom: 18px;
  }
}
footer #custom_html-2 .custom-html-widget .footer_left #footer_logo p.address {
  font: normal normal 16px/20px var(--font-book);
}
footer #custom_html-2 .custom-html-widget .footer_left ul {
  padding-left: 0;
  list-style: none;
}
footer #custom_html-2 .custom-html-widget .footer_left ul li {
  display: inline-block;
  margin: 0px;
}
footer #custom_html-2 .custom-html-widget .footer_left ul li:first-child {
  margin-left: 0;
}
footer #custom_html-2 .custom-html-widget .footer_left ul li:last-child {
  margin-right: 0;
}
footer #custom_html-2 .custom-html-widget .footer-right-container {
  display: flex;
  flex-direction: row;
  gap: var(--sp-xl);
}
@media (min-width: 1440px) {
  footer #custom_html-2 .custom-html-widget .footer-right-container {
    gap: var(--sp-ultra);
  }
}
@media (max-width: 820px) {
  footer #custom_html-2 .custom-html-widget .footer-right-container {
    flex-direction: column;
    height: auto;
    gap: var(--sp-md);
  }
}
@media (max-width: 768px) {
  footer #custom_html-2 .custom-html-widget .footer-right-container {
    gap: 18px;
  }
}
footer #custom_html-2 .custom-html-widget .footer_right {
  min-width: 100px;
  order: 2;
}
footer #custom_html-2 .custom-html-widget .footer_right.first {
  order: 3;
  min-width: 260px;
}
@media screen and (max-width: 1024px) {
  footer #custom_html-2 .custom-html-widget .footer_right {
    width: 15%;
  }
  footer #custom_html-2 .custom-html-widget .footer_right.first {
    width: 30%;
    max-width: 350px;
  }
}
@media screen and (max-width: 968px) {
  footer #custom_html-2 .custom-html-widget .footer_right {
    width: 100%;
    float: none;
    padding: 0;
  }
  footer #custom_html-2 .custom-html-widget .footer_right.first {
    width: 100%;
    max-width: 100%;
  }
}
footer #custom_html-2 .custom-html-widget .footer_right p {
  color: white;
  column-gap: 20px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  float: left;
  padding: 10px;
  margin: 0px;
}
footer #custom_html-2 .custom-html-widget .footer_right p.adress {
  opacity: 0.8;
  font-size: 12px;
}
footer #custom_html-2 .custom-html-widget .footer_right #mc_embed_signup_scroll {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  max-width: 100%;
}
footer #custom_html-2 .custom-html-widget .footer_right #mc_embed_signup_scroll:after {
  cursor: pointer;
  content: url(./assets/img/arrow.svg);
  display: block;
  width: 18px;
  height: 35px;
  position: absolute;
  right: 2px;
  bottom: -13px;
  filter: invert(0);
}
footer #custom_html-2 .custom-html-widget .footer_right #mc_embed_signup_scroll.complete:after {
  display: none;
}
footer #custom_html-2 .custom-html-widget .footer_right #mc_embed_signup_scroll.complete .mce_inline_error:not(.email) {
  display: none!important;
}
footer #custom_html-2 .custom-html-widget .footer_right h6 {
  margin-bottom: var(--sp-root);
}
@media (max-width: 1080px) {
  footer #custom_html-2 .custom-html-widget .footer_right h6 {
    margin-bottom: 6px;
  }
}
footer #custom_html-2 .custom-html-widget .footer_right ul {
  width: 100%;
  margin-bottom: var(--sp-lg);
  padding: 0px;
}
@media (max-width: 1080px) {
  footer #custom_html-2 .custom-html-widget .footer_right ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 820px) {
  footer #custom_html-2 .custom-html-widget .footer_right ul {
    margin-bottom: 0px;
  }
}
footer #custom_html-2 .custom-html-widget .footer_right ul li {
  color: white;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
}
footer #custom_html-2 .custom-html-widget .footer_right ul li a {
  color: white;
  font-weight: normal;
  font-family: var(--font-book);
}
footer #custom_html-2 .custom-html-widget .footer_right input {
  border: none;
  border-bottom: 2px solid white;
  color: white;
  display: block!important;
  position: relative;
  background: transparent;
  height: 25px;
  padding-left: 0;
  padding-top: 10px;
  border-radius: 0;
  font-family: var(--font-book);
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  max-width: 350px;
  filter: invert(1);
  padding-top: 0px;
}
footer #custom_html-2 .custom-html-widget .footer_right input::-webkit-input-placeholder {
  color: white!important;
  font-size: 14px;
  line-height: 20px;
  opacity: 1!important;
}
footer #custom_html-2 .custom-html-widget .footer_right input::-moz-placeholder {
  /* Firefox 18- */
  color: white!important;
  font-size: 14px;
  line-height: 20px;
  opacity: 1!important;
}
footer #custom_html-2 .custom-html-widget .footer_right input::-moz-placeholder {
  /* Firefox 19+ */
  color: white!important;
  font-size: 14px;
  line-height: 20px;
  opacity: 1!important;
}
footer #custom_html-2 .custom-html-widget .footer_right input::-ms-input-placeholder {
  color: white!important;
  font-size: 14px;
  line-height: 20px;
  opacity: 1!important;
}
footer #custom_html-2 .custom-html-widget .footer_right input[type="submit"] {
  width: 80px;
  bottom: 49px;
  max-height: 35px;
  right: 25px;
  left: auto;
  padding: 10px;
  padding-top: 8px;
  position: absolute;
  bottom: 0px!important;
  width: 40px;
  z-index: 1000;
  right: 0;
  opacity: 0;
}
footer #custom_html-2 .custom-html-widget .footer_right input[type="submit"]:hover {
  background: white;
  color: black;
}
@media screen and (max-width: 968px) {
  footer #custom_html-2 .custom-html-widget .footer_right input[type="submit"] {
    bottom: 1px;
    left: 216px;
  }
}
@media screen and (max-width: 472px) {
  footer #custom_html-2 .custom-html-widget .footer_right input[type="submit"] {
    bottom: 1px;
    right: 0;
    left: auto;
  }
}
footer #custom_html-2 .custom-html-widget .footer_right div.mce_inline_error {
  opacity: 1;
  font-size: 14px;
  padding: 5px;
  position: absolute;
  color: white;
  background: black;
  width: 100%;
}
footer #custom_html-2 .custom-html-widget .footer_right div.mce_inline_error:before {
  content: "! ";
  display: inline-block;
  padding-right: 2px;
}
footer #custom_html-2 .custom-html-widget .footer_right div.response {
  opacity: 0.5;
  font-size: 14px;
  padding: 5px;
  position: absolute;
  color: white;
  background: none;
}
footer #custom_html-2 .custom-html-widget .footer_right div.response:before {
  content: "!";
  display: inline-block;
  padding-right: 2px;
}
#colophon {
  filter: invert(100%);
  display: block;
}
#colophon #custom_html-2 {
  background: white;
  color: black;
}
#colophon #custom_html-2 .custom-html-widget .footer_left #footer_logo img {
  filter: invert(1);
}
#colophon #custom_html-2 .custom-html-widget .footer_left #footer_logo p {
  color: black;
  word-break: keep-all;
  hyphens: manual;
}
#colophon #custom_html-2 .custom-html-widget .footer_right h4 {
  color: black;
  margin-top: var(--sp-lg);
}
@media (max-width: 820px) {
  #colophon #custom_html-2 .custom-html-widget .footer_right h4 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  #colophon #custom_html-2 .custom-html-widget .footer_right h4 {
    margin-top: 18px;
    margin-bottom: 6px;
  }
}
#colophon #custom_html-2 .custom-html-widget .footer_right h4:first-child {
  margin-top: 0px;
}
#colophon #custom_html-2 .custom-html-widget .footer_right ul li a {
  color: black;
}
#logo-desktop {
  display: block;
}
#logo-mobile {
  display: none;
  overflow: visible;
  transform: translateZ(0);
}
@media (min-width: 1440px) {
  #logo-desktop {
    display: block;
  }
  #logo-mobile {
    display: none;
  }
}
@media (max-width: 1080px) {
  #logo-desktop {
    display: block;
  }
  #logo-mobile {
    display: none;
  }
}
@media (max-width: 820px) {
  #logo-desktop {
    display: block;
    transform: scale(0.7) translate(-25px, 0px);
  }
  #logo-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  #logo-desktop {
    display: none;
  }
  #logo-mobile {
    display: block;
  }
}
.title-menu {
  position: fixed;
  font-family: var(--font-bold);
  font-size: 100px;
  width: auto;
  left: unset;
  z-index: 99999;
  height: 130px;
  right: -237px;
  line-height: 117px;
  opacity: 0;
  margin-top: 10px;
  overflow: visible;
  transform: translateZ(0);
}
@media (max-width: 820px) {
  .title-menu {
    margin-top: 8px;
    right: -242px;
  }
}
@media (max-width: 768px) {
  .title-menu {
    margin-top: 20px;
    line-height: 68px;
    right: -273px;
  }
}
.title-menu .logo {
  filter: invert(100%);
  overflow: visible;
  transform: translateZ(0);
}
.title-menu .logo img {
  height: 100%;
  width: auto;
  vertical-align: top;
  max-width: none;
}
.title-menu .logo svg {
  height: 100px;
}
@media (max-width: 820px) {
  .title-menu .logo svg {
    height: 119px;
  }
}
@media (max-width: 768px) {
  .title-menu .logo svg {
    height: 40px;
  }
}
.title-menu .point {
  cursor: pointer;
  transform-origin: 5% 60%;
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 736px) {
}
.title-menu .point:active {
  transform: scale(0.8);
  transition: all 800ms ease-out;
}
@media screen and (max-width: 480px) {
  .title-menu .point:active {
    transform: scale(1);
    transition: all 300ms ease-out;
  }
}
@media screen and (max-width: 480px) {
}
.site-branding-container #rs_menu {
  display: none;
}
.site-branding.noir {
  color: black;
}
.site-branding.noir .point {
  background: black;
}
.site-branding.noir .logo {
  filter: invert(100%);
}
.site-branding.noir #site-navigation ul.nav-able li a {
  color: black;
}
.site-branding.noir #site-navigation ul.nav-able li a:hover {
  color: black!important;
}
.site-branding.noir #site-navigation .bg {
  background: rgba(255, 255, 255, 0.85);
}
.safari_navigator .logo path:not(#text),
.safari_navigator .logo path:not(#text-mob),
.safari_navigator .logo rect {
  fill: black;
}
.safari_navigator .logo #text,
.safari_navigator .logo #text-mob {
  fill: white!important;
}
.safari_navigator .site-branding.noir .logo path:not(#text),
.safari_navigator .site-branding.noir .logo path:not(#text-mob),
.safari_navigator .site-branding.noir .logo rect {
  fill: black;
}
.safari_navigator .site-branding.noir .logo #text,
.safari_navigator .site-branding.noir .logo #text-mob {
  fill: white!important;
}
.safari_navigator .site-branding.blanc .logo path:not(#text),
.safari_navigator .site-branding.blanc .logo path:not(#text-mob),
.safari_navigator .site-branding.blanc .logo rect {
  fill: white;
}
.safari_navigator .site-branding.blanc .logo #text,
.safari_navigator .site-branding.blanc .logo #text-mob {
  fill: black!important;
}
.site-branding.blanc {
  color: white;
}
.site-branding.blanc .point {
  background: white;
}
.site-branding.blanc .logo {
  filter: invert(0%);
}
.site-branding.blanc #site-navigation ul.nav-able li a {
  color: white;
}
.site-branding.blanc #site-navigation ul.nav-able li a:hover {
  color: white!important;
}
.site-branding.blanc #site-navigation .bg {
  background: rgba(0, 0, 0, 0.85);
}
#site-navigation {
  z-index: -1;
  width: 100vw;
  height: 100vh!important;
  position: fixed;
  bottom: 0vh;
  right: -40.4vw;
  -moz-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
#site-navigation .menu-main-container,
#site-navigation .menu-main-es-container,
#site-navigation .menu-main-fr-container {
  height: 100vh;
  width: 100vw;
  position: absolute;
}
#site-navigation ul.nav-able {
  height: calc(100% - var(--sp-xl));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  margin: 0 var(--sp-ultra) var(--sp-xl) 0 !important;
}
@media (min-width: 1440px) {
  #site-navigation ul.nav-able {
    height: calc(100% - 88px);
    margin: 0 var(--sp-ultra) 88px 0 !important;
  }
}
@media (max-width: 1080px) {
  #site-navigation ul.nav-able {
    height: calc(100% - 64px);
    margin: 0 var(--sp-ultra) 64px 0 !important;
  }
}
@media (max-width: 820px) {
  #site-navigation ul.nav-able {
    margin: 0 101px 64px 0!important;
  }
}
@media (max-width: 768px) {
  #site-navigation ul.nav-able {
    height: calc(100% - 46px);
    margin: 0 60px 46px 0!important;
  }
}
#site-navigation ul.nav-able li {
  list-style-type: none;
  font-size: 133px;
  line-height: 210px;
  width: fit-content;
  text-align: right;
  align-self: flex-end;
}
@media (max-width: 820px) {
  #site-navigation ul.nav-able li {
    font-size: 90px;
    line-height: 135px;
  }
}
@media (max-width: 768px) {
  #site-navigation ul.nav-able li {
    font-size: 50px;
    line-height: 75px;
  }
}
#site-navigation ul.nav-able li a {
  text-decoration: none;
  color: black;
  text-transform: lowercase;
  opacity: 1!important;
  font-family: var(--font-bold);
  font-weight: initial;
  height: 140px;
  display: block;
  word-break: keep-all;
  hyphens: initial;
  align-self: baseline;
}
@media (max-width: 820px) {
  #site-navigation ul.nav-able li a {
    height: 90px;
  }
}
@media (max-width: 768px) {
  #site-navigation ul.nav-able li a {
    height: 50px;
  }
}
.os-windows #site-navigation ul.nav-able li {
  line-height: 180px;
}
@media (max-width: 768px) {
  .os-windows #site-navigation ul.nav-able li {
    line-height: 60px;
  }
}
.clickable-for-mobile {
  position: fixed;
  bottom: 60px;
  background: rgba(0, 0, 0, 0);
  width: 170px;
  height: 130px;
  right: 0;
  z-index: 900000;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .clickable-for-mobile {
    position: fixed;
    bottom: 60px;
    background: rgba(255, 0, 0, 0);
    width: 50px;
    height: 60px;
    right: 0;
    z-index: 900000;
  }
}
.element-item {
  min-width: 33.33333%;
  padding: calc(var(--sp-md) / 2);
}
@media (max-width: 1080px) {
  .element-item {
    min-width: 33.33333%;
    padding: calc(18px / 2);
  }
}
@media (max-width: 820px) {
  .element-item {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .element-item {
    padding: 14px 0 0 0;
    min-width: 100%;
  }
}
.element-item .image {
  overflow: hidden;
  height: 195px;
  width: 100%;
  position: relative;
  cursor: pointer;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (min-width: 1440px) {
  .element-item .image {
    height: 260px;
  }
}
@media (max-width: 1080px) {
  .element-item .image {
    height: 170px;
  }
}
@media (max-width: 820px) {
  .element-item .image {
    height: 190px;
  }
}
@media (max-width: 768px) {
  .element-item .image {
    height: 227px;
  }
}
.element-item .image:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.element-item .image .backgroundimage {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.element-item .image .itemcontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  transform: none;
  height: 100%;
  text-align: center;
  justify-content: center;
  gap: 6px;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--sp-md);
  z-index: 2;
}
.element-item .image .itemcontent .title h2 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: 20px;
  line-height: 23px;
  color: white;
}
@media (max-width: 1080px) {
  .element-item .image .itemcontent .title h2 {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .element-item .image .itemcontent .title h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.element-item .image .itemcontent .title p {
  margin: 0px;
  color: white;
}
.element-item .image .itemcontent .auteur p {
  font-family: var(--font-book);
  font-size: 16px;
  line-height: 19px;
  color: white;
  margin-top: 9px;
}
@media (max-width: 1080px) {
  .element-item .image .itemcontent .auteur p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .element-item .image .itemcontent .auteur p {
    font-size: 16px;
    line-height: 19px;
  }
}
.element-item .image .itemcontent .auteur:before {
  display: block;
  width: 80px;
  margin: 0 auto;
  height: 1px;
  content: "";
  border-top: 1px solid white;
}
.element-item .image .itemcontent .date,
.element-item .image .itemcontent .excerpt {
  display: none;
}
.element-item .image:hover .backgroundimage {
  transform: scale(1.2);
}
.element-item .image:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
.element-item .image:hover .itemcontent {
  opacity: 1;
}
@media (hover: none) and (pointer: coarse) {
  .element-item .image:before {
    background: rgba(0, 0, 0, 0.5);
  }
  .element-item .image .itemcontent {
    opacity: 1;
  }
}
.element-item:not(.not_watch):nth-child(1) {
  width: 100%;
  max-width: 100%;
}
.element-item:not(.not_watch):nth-child(1) .image {
  height: 290px;
}
@media (max-width: 1080px) {
  .element-item:not(.not_watch):nth-child(1) .image {
    height: 250px;
  }
}
@media (max-width: 820px) {
  .element-item:not(.not_watch):nth-child(1) .image {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .element-item:not(.not_watch):nth-child(1) .image {
    height: 500px;
  }
}
.element-item:not(.not_watch):nth-child(1) .image .title h2 {
  margin: 0;
  font-family: var(--font-bold);
  font-size: 35px;
  line-height: 37px;
  color: white;
}
@media (max-width: 1080px) {
  .element-item:not(.not_watch):nth-child(1) .image .title h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
}
.element-item:not(.not_watch):nth-child(1) .image .title p {
  margin: 0px;
  color: white;
}
.element-item:not(.not_watch):nth-child(1) .image .auteur p {
  font-family: var(--font-book);
  font-size: 20px;
  line-height: 23px;
  color: white;
  margin-top: 13px;
}
@media (max-width: 1080px) {
  .element-item:not(.not_watch):nth-child(1) .image .auteur p {
    font-size: 18px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .element-item:not(.not_watch):nth-child(1) .image .auteur p {
    font-size: 16px;
    line-height: 19px;
  }
}
.element-item:not(.not_watch):nth-child(1) .image .auteur:before {
  display: block;
  width: 80px;
  margin: 0 auto;
  height: 1px;
  content: "";
  border-top: 1px solid white;
}
.element-item:not(.not_watch):nth-child(1) .image .date,
.element-item:not(.not_watch):nth-child(1) .image .excerpt {
  display: none;
}
.entry .entry-content {
  max-width: 100%;
  margin: 0;
}
.none {
  display: none;
}
.img-print {
  display: none;
}
.site-content {
  overflow: visible;
}
#wpadminbar {
  display: none;
}
.logged-in #page {
  margin-top: -32px;
}
@media (max-width: 480px) {
  .logged-in #page {
    margin-top: -46px;
  }
}
.single #colophon {
  filter: invert(100%);
}
.single #sommaire {
  display: none;
}
.single #sommaire .anchor {
  color: black;
  font-size: 20px;
  margin-right: 20px;
  font-family: var(--font-bold);
}
.single #sommaire .anchor:visited,
.single #sommaire .anchor:active,
.single #sommaire .anchor:focus,
.single #sommaire .anchor:hover {
  color: black;
}
@-webkit-keyframes pulse {
  0% {
    color: rgba(0, 0, 0, 0.4);
  }
  70% {
    color: rgba(0, 0, 0, 0);
  }
  100% {
    color: rgba(0, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    color: rgba(0, 0, 0, 0.4);
  }
  70% {
    color: rgba(0, 0, 0, 0);
  }
  100% {
    color: rgba(0, 0, 0, 0);
  }
}
.single .share_buttons {
  z-index: 1;
}
.single .share_white {
  display: block;
}
.single .share_black {
  display: none;
}
.single .noir .share_buttons.hover:before {
  color: black;
}
.single .noir .share_buttons.hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.single .noir .share_buttons a {
  filter: invert(1);
}
.single .image-filters-enabled .site-header.featured-image:after {
  background: white;
}
.single .print_this a {
  display: inline-block !important;
  position: relative;
  margin-right: var(--sp-md);
  transform: translateX(12px);
  text-transform: lowercase;
}
.single .print_this a:before {
  content: "• ";
  display: block;
  position: absolute;
  left: -12px;
}
@media (max-width: 1080px) {
  .single .print_this a {
    margin-right: 18px;
  }
}
.single .print_this .nomarge {
  margin: 0;
}
body:not(.home) #rs_menu img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
body:not(.home) .site-content {
  background: white;
}
.main-menu-more {
  display: none;
}
@keyframes standing {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.add-standing {
  animation-name: standing;
  animation-duration: 2s;
  animation-iteration-count: 3;
}
/*//// COOKIES ////*/
#cmplz-manage-consent {
  display: none;
}
#cmplz-document p,
.editor-styles-wrapper .cmplz-unlinked-mode p,
#cmplz-document li,
.editor-styles-wrapper .cmplz-unlinked-mode li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 20px!important;
}
.cmplz-cookiebanner {
  border-radius: 30px!important;
  padding: 50px 60px!important;
  grid-row-gap: 0!important;
  max-width: 600px!important;
}
@media screen and (max-width: 768px) {
  .cmplz-cookiebanner {
    padding: 30px 40px!important;
  }
  .cmplz-cookiebanner .cmplz-body {
    min-width: auto!important;
  }
}
.cmplz-cookiebanner .cmplz-category-title {
  text-transform: lowercase;
}
.cmplz-cookiebanner.cc-window {
  width: 468px;
  max-width: 468px!important;
}
@media screen and (max-width: 768px) {
  .cmplz-cookiebanner.cc-window {
    max-width: 340px!important;
  }
}
.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options.tcf.cookie-statement.cc-btn {
  display: none!important;
}
.cmplz-cookiebanner .cmplz-categories {
  width: 100%;
}
.cmplz-cookiebanner #cmplz-document a,
.cmplz-cookiebanner #cmplz-document a:visited {
  text-decoration: none;
}
.cmplz-cookiebanner .cc-message,
.cmplz-cookiebanner #cmplz-message-1-optin {
  width: 100%;
  font-size: 20px!important;
  text-align: center;
  line-height: 23px!important;
  font-family: var(--font-bold);
  text-transform: lowercase;
}
@media screen and (max-width: 768px) {
  .cmplz-cookiebanner .cc-message,
  .cmplz-cookiebanner #cmplz-message-1-optin {
    font-size: 14pt!important;
    line-height: 16pt!important;
  }
}
.cmplz-cookiebanner .cc-message a,
.cmplz-cookiebanner #cmplz-message-1-optin a {
  text-decoration: none;
  font-family: var(--font-bold);
  border-bottom: 2px solid black;
}
@media screen and (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-categories {
    margin-top: 20px;
  }
}
.cmplz-cookiebanner .cmplz-buttons {
  display: block!important;
  gap: unset!important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  min-width: 100%;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cc-save {
  font-weight: initial!important;
  margin-top: 15px;
  text-align: center;
  background-color: white;
  color: black;
  text-transform: lowercase;
  font-family: var(--font-bold);
  border: 2px solid black!important;
  border-radius: 35px;
  font-size: 20px;
  padding: 5px;
  display: block;
  outline: none!important;
  box-shadow: none!important;
  /*line-height: 7px;*/
  text-decoration: none;
  opacity: 1;
  position: relative;
  float: left;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  word-break: break-word;
  /* height: auto; */
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences,
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cc-save {
    font-size: 14pt!important;
    line-height: 16pt!important;
  }
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cc-save:hover {
  text-decoration: none;
  background-color: black;
  color: white;
  border: 2px solid black!important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
  display: none;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-save-preferences {
  background-color: white!important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-save-preferences:hover {
  background-color: black!important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
  width: calc(50% - 10px) !important;
  margin-right: 10px;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) {
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    width: 100%!important;
    margin-right: 0!important;
  }
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cc-save {
  width: calc(50% - 10px) !important;
  margin-left: 10px;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) {
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cc-save {
    width: 100%!important;
    margin-left: 0!important;
  }
}
.cmplz-cookiebanner.cmplz-categories-visible .cmplz-btn.cmplz-deny {
  display: block;
}
#cmplz-document {
  max-width: 100%;
  margin-top: var(--sp-xl);
}
#cmplz-document a {
  text-decoration: none;
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
  background: white;
  border-bottom: 2px solid black;
  padding: 8px 0;
}
#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
  background: white;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
  background: white;
  border-bottom: 2px solid black;
  padding: 8px 0;
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background: white;
}
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown a {
  font-size: inherit;
}
#cc-window.cc-floating {
  /* max-width: 476px; */
  max-width: 500px;
  box-shadow: 0px 0px 10000px 10000px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 469px) {
  #cc-window.cc-floating {
    min-width: 85%!important;
  }
}
.cc-revoke {
  display: none!important;
}
#cc-window.cc-type-categories.cc-floating:not(.cc-theme-edgeless) .cc-compliance .cc-dismiss {
  background-color: white!important;
  border: 2px solid black;
  text-align: center!important;
  font-family: var(--font-bold) !important;
  font-size: 20px!important;
  line-height: 11px;
  letter-spacing: 0!important;
  color: black!important;
  padding: 15px!important;
  padding-top: 19px!important;
  display: block;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#cc-window.cc-type-categories.cc-floating:not(.cc-theme-edgeless) .cc-compliance .cc-dismiss:hover {
  background-color: black!important;
  border: 2px solid black;
  color: white!important;
}
.mobile-orientation-overlay-white {
  background-image: url('./assets/img/large-paysage-blanc.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
}
.mobile-orientation-overlay-black {
  background-image: url('./assets/img/large-paysage-noir.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  height: 100vh;
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
}
/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  display: flex;
  z-index: 999999;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: var(--sp-lg);
}
@media (max-width: 1080px) {
  .modal {
    padding: 24px;
  }
}
.modal-close {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 38px;
  background-image: url('./assets/img/icons/cross-rounded-black.svg');
  background-size: 100% 100%;
  filter: invert(100%);
  z-index: 1001;
}
.modal-close:hover {
  background-image: url('./assets/img/icons/cross-rounded-black-hover.svg');
}
.modal.is-visible {
  visibility: visible;
}
.modal.is-visible.noir {
  filter: invert(100%);
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#mts {
  width: 32px;
  height: 32px;
  z-index: 2;
  cursor: pointer;
  pointer-events: all;
}
#mts a {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url('./assets/img/icons/btn-share-black.svg');
  background-size: 100% 100%;
}
#mts a:hover {
  background-image: url('./assets/img/icons/btn-share-black-hover.svg');
}
#mts.blanc a {
  background-image: url('./assets/img/icons/btn-share-white.svg');
  background-size: 100% 100%;
}
#mts.blanc a:hover {
  background-image: url('./assets/img/icons/btn-share-white-hover.svg');
}
.modal-wrapper {
  z-index: 9999;
  background-color: transparent;
  box-shadow: none;
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: var(--sp-root);
  margin-bottom: var(--sp-xxl);
}
@media (max-width: 1080px) {
  .modal-wrapper {
    gap: var(--sp-root);
  }
}
.modal-wrapper .modal-header {
  border: none;
  color: white;
}
.modal-wrapper .modal-body {
  flex: 0;
  padding: 0;
}
.modal-wrapper .modal-content {
  background: transparent;
  text-align: center;
  border: none;
  flex-direction: row;
  align-content: flex-end;
  justify-content: center;
  gap: var(--sp-md);
}
@media (max-width: 1080px) {
  .modal-wrapper .modal-content {
    gap: 18px;
  }
}
.modal-wrapper img {
  height: 32px!important;
}
.modal-transition {
  transition: none;
  transform: translateY(-10%);
  opacity: 0;
  max-width: 350px;
}
.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-header,
.modal-content {
  padding: 0;
}
.modal-close:hover {
  color: #777;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
a.rs {
  display: block;
  width: 46px;
  height: 80px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url('./assets/img/icons/twitter-RS-white.svg');
}
a.rs img {
  display: none;
}
a.rs:hover {
  background-image: url('./assets/img/icons/twitter-RS-white-hover.svg');
}
a.rs.facebook {
  background-image: url('./assets/img/icons/facebook-RS-white.svg');
}
a.rs.facebook:hover {
  background-image: url('./assets/img/icons/facebook-RS-white-hover.svg');
}
a.rs.twitter {
  background-image: url('./assets/img/icons/twitter-RS-white.svg');
}
a.rs.twitter:hover {
  background-image: url('./assets/img/icons/twitter-RS-white-hover.svg');
}
a.rs.linkedin {
  background-image: url('./assets/img/icons/linkedin-RS-white.svg');
}
a.rs.linkedin:hover {
  background-image: url('./assets/img/icons/linkedin-RS-white-hover.svg');
}
a.rs.mail {
  background-image: url('./assets/img/icons/mail-RS-white.svg');
}
a.rs.mail:hover {
  background-image: url('./assets/img/icons/mail-RS-white-hover.svg');
}
a.rs.link {
  background-image: url('./assets/img/icons/copy_link-white.svg');
}
a.rs.link:hover {
  background-image: url('./assets/img/icons/copy_link-white-hover.svg');
}
a.rs.link:active,
a.rs.link:focus {
  background-image: url('./assets/img/icons/copy_link-white-active.svg');
}
:lang(fr) a.rs.link {
  background-image: url('./assets/img/icons/copy_link-white.svg');
}
:lang(fr) a.rs.link:hover {
  background-image: url('./assets/img/icons/copy_link-white-hover.svg');
}
:lang(fr) a.rs.link:active,
:lang(fr) a.rs.link:focus {
  background-image: url('./assets/img/icons/copy_link-white-active-fr.svg');
}
:lang(es) a.rs.link {
  background-image: url('./assets/img/icons/copy_link-white.svg');
}
:lang(es) a.rs.link:hover {
  background-image: url('./assets/img/icons/copy_link-white-hover.svg');
}
:lang(es) a.rs.link:active,
:lang(es) a.rs.link:focus {
  background-image: url('./assets/img/icons/copy_link-white-active-es.svg');
}
figure a {
  opacity: 1;
}
.is-style-outline .wp-block-button__link,
.wpforms-form button[type=submit],
div.wpforms-container-full button {
  border-radius: 40px;
  opacity: 1;
  border: 2px solid black;
  padding: 15px 25px 12px 25px;
  color: black;
  background-image: none;
  background-size: unset;
  background-position: unset;
  background-repeat: no-repeat;
  transition: unset;
}
.is-style-outline .wp-block-button__link:hover,
.wpforms-form button[type=submit]:hover,
div.wpforms-container-full button:hover {
  color: white;
  background: black;
  border: 2px solid black;
}
.mc-field-group {
  position: relative;
}
.mc-field-group .mce_inline_error {
  font-size: 10px;
  right: 0;
}
.mc-field-group .mce_inline_error:before {
  display: none!important;
}
.single-articles_sb #select_lang,
.single-articles_zoom #select_lang,
.single-articles_storyb #select_lang,
.single-articles_video #select_lang {
  margin-top: var(--sp-md);
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  background: unset;
  display: inline-block;
}
@media (max-width: 1080px) {
  .single-articles_sb #select_lang,
  .single-articles_zoom #select_lang,
  .single-articles_storyb #select_lang,
  .single-articles_video #select_lang {
    margin-top: 18px;
  }
}
@media (max-width: 820px) {
  .single-articles_sb #select_lang,
  .single-articles_zoom #select_lang,
  .single-articles_storyb #select_lang,
  .single-articles_video #select_lang {
    margin-top: 18px;
  }
}
@media (max-width: 768px) {
  .single-articles_sb #select_lang,
  .single-articles_zoom #select_lang,
  .single-articles_storyb #select_lang,
  .single-articles_video #select_lang {
    margin-top: 14px;
  }
}
.single-articles_sb #select_lang li,
.single-articles_zoom #select_lang li,
.single-articles_storyb #select_lang li,
.single-articles_video #select_lang li {
  display: inline-block;
  position: relative;
}
.single-articles_sb #select_lang li a,
.single-articles_zoom #select_lang li a,
.single-articles_storyb #select_lang li a,
.single-articles_video #select_lang li a {
  font-family: var(--font-bold);
  margin-right: 24px;
  display: block;
  color: black;
  position: relative;
  background: transparent!important;
}
.single-articles_sb #select_lang li a.active,
.single-articles_zoom #select_lang li a.active,
.single-articles_storyb #select_lang li a.active,
.single-articles_video #select_lang li a.active {
  border-bottom: 2px solid black;
}
.single-articles_sb #select_lang li a:after,
.single-articles_zoom #select_lang li a:after,
.single-articles_storyb #select_lang li a:after,
.single-articles_video #select_lang li a:after {
  content: "• ";
  color: black;
  display: block;
  position: absolute;
  right: -16px;
  top: 0;
}
.single-articles_sb #select_lang li:last-child a:after,
.single-articles_zoom #select_lang li:last-child a:after,
.single-articles_storyb #select_lang li:last-child a:after,
.single-articles_video #select_lang li:last-child a:after {
  display: none;
}
@media (max-width: 851px) {
  .single-articles_sb #authors,
  .single-articles_zoom #authors,
  .single-articles_storyb #authors,
  .single-articles_video #authors {
    font-size: 14px;
  }
}
.single-articles_sb #authors a,
.single-articles_zoom #authors a,
.single-articles_storyb #authors a,
.single-articles_video #authors a,
.single-articles_sb #authors a:visited,
.single-articles_zoom #authors a:visited,
.single-articles_storyb #authors a:visited,
.single-articles_video #authors a:visited,
.single-articles_sb #authors a:focus,
.single-articles_zoom #authors a:focus,
.single-articles_storyb #authors a:focus,
.single-articles_video #authors a:focus,
.single-articles_sb #authors a:hover,
.single-articles_zoom #authors a:hover,
.single-articles_storyb #authors a:hover,
.single-articles_video #authors a:hover {
  text-decoration: none;
  color: black;
  border-bottom: 0px;
}
.single-articles_sb #authors a:hover,
.single-articles_zoom #authors a:hover,
.single-articles_storyb #authors a:hover,
.single-articles_video #authors a:hover,
.single-articles_sb #authors a:visited:hover,
.single-articles_zoom #authors a:visited:hover,
.single-articles_storyb #authors a:visited:hover,
.single-articles_video #authors a:visited:hover,
.single-articles_sb #authors a:focus:hover,
.single-articles_zoom #authors a:focus:hover,
.single-articles_storyb #authors a:focus:hover,
.single-articles_video #authors a:focus:hover,
.single-articles_sb #authors a:hover:hover,
.single-articles_zoom #authors a:hover:hover,
.single-articles_storyb #authors a:hover:hover,
.single-articles_video #authors a:hover:hover {
  top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 851px) {
  .single-articles_sb #authors a,
  .single-articles_zoom #authors a,
  .single-articles_storyb #authors a,
  .single-articles_video #authors a,
  .single-articles_sb #authors a:visited,
  .single-articles_zoom #authors a:visited,
  .single-articles_storyb #authors a:visited,
  .single-articles_video #authors a:visited,
  .single-articles_sb #authors a:focus,
  .single-articles_zoom #authors a:focus,
  .single-articles_storyb #authors a:focus,
  .single-articles_video #authors a:focus,
  .single-articles_sb #authors a:hover,
  .single-articles_zoom #authors a:hover,
  .single-articles_storyb #authors a:hover,
  .single-articles_video #authors a:hover {
    font-size: 14px;
  }
}
@media (max-width: 851px) {
  .single-articles_sb #authors .date,
  .single-articles_zoom #authors .date,
  .single-articles_storyb #authors .date,
  .single-articles_video #authors .date {
    font-size: 14px;
  }
}
.single-articles_sb #infoscroll ul li,
.single-articles_zoom #infoscroll ul li,
.single-articles_storyb #infoscroll ul li,
.single-articles_video #infoscroll ul li {
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 480px) {
  .single-articles_sb #infoscroll ul li,
  .single-articles_zoom #infoscroll ul li,
  .single-articles_storyb #infoscroll ul li,
  .single-articles_video #infoscroll ul li {
    font-size: 14px;
    line-height: 19px;
  }
}
.single-articles_sb .head_single button,
.single-articles_zoom .head_single button,
.single-articles_storyb .head_single button,
.single-articles_video .head_single button {
  background-color: transparent;
  color: black;
  text-transform: lowercase;
  font-family: var(--font-book);
  border: 2px solid black;
  border-radius: 35px;
  font-size: 14px;
  padding: 7px 15px;
  line-height: unset;
  margin-right: 15px;
  margin-left: 7.5px;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.single-articles_sb .head_single button.selected,
.single-articles_zoom .head_single button.selected,
.single-articles_storyb .head_single button.selected,
.single-articles_video .head_single button.selected,
.single-articles_sb .head_single button:hover,
.single-articles_zoom .head_single button:hover,
.single-articles_storyb .head_single button:hover,
.single-articles_video .head_single button:hover {
  text-decoration: none;
  background-color: black;
  color: white;
  border: 2px solid black;
}
.single-articles_sb .close-for-mobile,
.single-articles_zoom .close-for-mobile,
.single-articles_storyb .close-for-mobile,
.single-articles_video .close-for-mobile {
  display: none;
}
@media (max-width: 640px) {
  .single-articles_sb .close-for-mobile,
  .single-articles_zoom .close-for-mobile,
  .single-articles_storyb .close-for-mobile,
  .single-articles_video .close-for-mobile {
    display: none;
    position: fixed;
    right: 2vw;
    top: 5vw;
    z-index: 999999;
    background-image: url(/wp-content/themes/twentynineteen-child/assets/img/close-info.svg);
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
  }
}
.single-articles_sb article,
.single-articles_zoom article,
.single-articles_storyb article,
.single-articles_video article {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1440px) {
  .single-articles_sb article,
  .single-articles_zoom article,
  .single-articles_storyb article,
  .single-articles_video article {
    padding-top: var(--sp-ultra);
    padding-bottom: var(--sp-ultra);
  }
}
@media (max-width: 1080px) {
  .single-articles_sb article,
  .single-articles_zoom article,
  .single-articles_storyb article,
  .single-articles_video article {
    padding-top: 88px;
    padding-bottom: 141px;
  }
}
@media (max-width: 820px) {
  .single-articles_sb article,
  .single-articles_zoom article,
  .single-articles_storyb article,
  .single-articles_video article {
    padding-top: 106px;
    padding-bottom: 106px;
  }
}
@media (max-width: 768px) {
  .single-articles_sb article,
  .single-articles_zoom article,
  .single-articles_storyb article,
  .single-articles_video article {
    padding-top: 30px;
    padding-bottom: 200px;
  }
}
.single-articles_sb article h1,
.single-articles_zoom article h1,
.single-articles_storyb article h1,
.single-articles_video article h1 {
  margin-top: 0px;
  text-transform: none;
}
.single-articles_sb article.entry .entry-content .wp-block-button .wp-block-button__link,
.single-articles_zoom article.entry .entry-content .wp-block-button .wp-block-button__link,
.single-articles_storyb article.entry .entry-content .wp-block-button .wp-block-button__link,
.single-articles_video article.entry .entry-content .wp-block-button .wp-block-button__link {
  color: black!important;
  text-transform: lowercase!important;
  font-family: var(--font-bold) !important;
  border-radius: 35px!important;
  border: 2px solid black!important;
  background: transparent!important;
  font-size: 20px!important;
  padding: 9px 9px 7px 9px!important;
  display: block;
  width: 220px;
  text-align: center;
  margin: 0;
  transition: 0ms all linear;
}
.single-articles_sb article.entry .entry-content .wp-block-button .wp-block-button__link:hover,
.single-articles_zoom article.entry .entry-content .wp-block-button .wp-block-button__link:hover,
.single-articles_storyb article.entry .entry-content .wp-block-button .wp-block-button__link:hover,
.single-articles_video article.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white!important;
  background: black!important;
}
@media (max-width: 480px) {
  .single-articles_sb article.entry .entry-content .wp-block-button .wp-block-button__link,
  .single-articles_zoom article.entry .entry-content .wp-block-button .wp-block-button__link,
  .single-articles_storyb article.entry .entry-content .wp-block-button .wp-block-button__link,
  .single-articles_video article.entry .entry-content .wp-block-button .wp-block-button__link {
    font-size: 18px!important;
    letter-spacing: unset;
  }
}
.single-articles_sb article.entry .entry-content .authors,
.single-articles_zoom article.entry .entry-content .authors,
.single-articles_storyb article.entry .entry-content .authors,
.single-articles_video article.entry .entry-content .authors {
  margin: var(--sp-md) 0 0 0;
  font-size: 20px;
  line-height: 29px;
}
.single-articles_sb article.entry .entry-content .authors p.sub,
.single-articles_zoom article.entry .entry-content .authors p.sub,
.single-articles_storyb article.entry .entry-content .authors p.sub,
.single-articles_video article.entry .entry-content .authors p.sub {
  color: black;
}
.single-articles_sb article.entry .entry-content .authors p.sub a,
.single-articles_zoom article.entry .entry-content .authors p.sub a,
.single-articles_storyb article.entry .entry-content .authors p.sub a,
.single-articles_video article.entry .entry-content .authors p.sub a {
  background-image: none;
}
.single-articles_sb article.entry .entry-content .authors p.sub .author_name span:before,
.single-articles_zoom article.entry .entry-content .authors p.sub .author_name span:before,
.single-articles_storyb article.entry .entry-content .authors p.sub .author_name span:before,
.single-articles_video article.entry .entry-content .authors p.sub .author_name span:before {
  content: ", ";
}
.single-articles_sb article.entry .entry-content .authors p.sub .author_name span:last-child:before,
.single-articles_zoom article.entry .entry-content .authors p.sub .author_name span:last-child:before,
.single-articles_storyb article.entry .entry-content .authors p.sub .author_name span:last-child:before,
.single-articles_video article.entry .entry-content .authors p.sub .author_name span:last-child:before {
  content: " & ";
}
.single-articles_sb article.entry .entry-content .authors p.sub .author_name span:first-child:before,
.single-articles_zoom article.entry .entry-content .authors p.sub .author_name span:first-child:before,
.single-articles_storyb article.entry .entry-content .authors p.sub .author_name span:first-child:before,
.single-articles_video article.entry .entry-content .authors p.sub .author_name span:first-child:before {
  content: "";
}
.single-articles_sb article.entry .entry-content .authors .head_single,
.single-articles_zoom article.entry .entry-content .authors .head_single,
.single-articles_storyb article.entry .entry-content .authors .head_single,
.single-articles_video article.entry .entry-content .authors .head_single {
  display: none;
}
.single-articles_sb article.entry .entry-content .authors .head_single:before,
.single-articles_zoom article.entry .entry-content .authors .head_single:before,
.single-articles_storyb article.entry .entry-content .authors .head_single:before,
.single-articles_video article.entry .entry-content .authors .head_single:before {
  content: " ";
  width: 20%;
  height: 2px;
  background: #000000;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .single-articles_sb article.entry .entry-content .authors .head_single,
  .single-articles_zoom article.entry .entry-content .authors .head_single,
  .single-articles_storyb article.entry .entry-content .authors .head_single,
  .single-articles_video article.entry .entry-content .authors .head_single {
    display: none;
  }
}
.single-articles_sb article.entry .entry-content .authors .head_single .tags p,
.single-articles_zoom article.entry .entry-content .authors .head_single .tags p,
.single-articles_storyb article.entry .entry-content .authors .head_single .tags p,
.single-articles_video article.entry .entry-content .authors .head_single .tags p,
.single-articles_sb article.entry .entry-content .authors .head_single .formats p,
.single-articles_zoom article.entry .entry-content .authors .head_single .formats p,
.single-articles_storyb article.entry .entry-content .authors .head_single .formats p,
.single-articles_video article.entry .entry-content .authors .head_single .formats p {
  margin-bottom: 0px;
}
.single-articles_sb article.entry .entry-content .authors .head_single .tags span,
.single-articles_zoom article.entry .entry-content .authors .head_single .tags span,
.single-articles_storyb article.entry .entry-content .authors .head_single .tags span,
.single-articles_video article.entry .entry-content .authors .head_single .tags span,
.single-articles_sb article.entry .entry-content .authors .head_single .formats span,
.single-articles_zoom article.entry .entry-content .authors .head_single .formats span,
.single-articles_storyb article.entry .entry-content .authors .head_single .formats span,
.single-articles_video article.entry .entry-content .authors .head_single .formats span {
  font-family: var(--font-bold);
}
.single-articles_sb article.entry .entry-content .authors .head_single .tags button,
.single-articles_zoom article.entry .entry-content .authors .head_single .tags button,
.single-articles_storyb article.entry .entry-content .authors .head_single .tags button,
.single-articles_video article.entry .entry-content .authors .head_single .tags button,
.single-articles_sb article.entry .entry-content .authors .head_single .formats button,
.single-articles_zoom article.entry .entry-content .authors .head_single .formats button,
.single-articles_storyb article.entry .entry-content .authors .head_single .formats button,
.single-articles_video article.entry .entry-content .authors .head_single .formats button {
  border: 0px;
  font-size: inherit;
  font-weight: 100;
  padding: 0px;
}
.single-articles_sb article.entry .entry-content .authors .head_single .tags button:hover,
.single-articles_zoom article.entry .entry-content .authors .head_single .tags button:hover,
.single-articles_storyb article.entry .entry-content .authors .head_single .tags button:hover,
.single-articles_video article.entry .entry-content .authors .head_single .tags button:hover,
.single-articles_sb article.entry .entry-content .authors .head_single .formats button:hover,
.single-articles_zoom article.entry .entry-content .authors .head_single .formats button:hover,
.single-articles_storyb article.entry .entry-content .authors .head_single .formats button:hover,
.single-articles_video article.entry .entry-content .authors .head_single .formats button:hover {
  background: transparent;
  color: black;
}
.single-articles_sb article.entry .entry-content .authors .head_single .tags button:after,
.single-articles_zoom article.entry .entry-content .authors .head_single .tags button:after,
.single-articles_storyb article.entry .entry-content .authors .head_single .tags button:after,
.single-articles_video article.entry .entry-content .authors .head_single .tags button:after,
.single-articles_sb article.entry .entry-content .authors .head_single .formats button:after,
.single-articles_zoom article.entry .entry-content .authors .head_single .formats button:after,
.single-articles_storyb article.entry .entry-content .authors .head_single .formats button:after,
.single-articles_video article.entry .entry-content .authors .head_single .formats button:after {
  content: ", ";
}
.single-articles_sb article.entry .entry-content .authors .head_single .tags button:last-child:after,
.single-articles_zoom article.entry .entry-content .authors .head_single .tags button:last-child:after,
.single-articles_storyb article.entry .entry-content .authors .head_single .tags button:last-child:after,
.single-articles_video article.entry .entry-content .authors .head_single .tags button:last-child:after,
.single-articles_sb article.entry .entry-content .authors .head_single .formats button:last-child:after,
.single-articles_zoom article.entry .entry-content .authors .head_single .formats button:last-child:after,
.single-articles_storyb article.entry .entry-content .authors .head_single .formats button:last-child:after,
.single-articles_video article.entry .entry-content .authors .head_single .formats button:last-child:after {
  content: "";
}
.single-articles_sb article.entry .entry-content .credits strong,
.single-articles_zoom article.entry .entry-content .credits strong,
.single-articles_storyb article.entry .entry-content .credits strong,
.single-articles_video article.entry .entry-content .credits strong {
  display: block;
  margin-top: var(--sp-md);
}
.single-articles_sb article.entry .entry-content .citations,
.single-articles_zoom article.entry .entry-content .citations,
.single-articles_storyb article.entry .entry-content .citations,
.single-articles_video article.entry .entry-content .citations {
  margin-bottom: 60px;
}
.single-articles_sb article.entry .entry-content .citations #at-5971,
.single-articles_zoom article.entry .entry-content .citations #at-5971,
.single-articles_storyb article.entry .entry-content .citations #at-5971,
.single-articles_video article.entry .entry-content .citations #at-5971 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .single-articles_sb article.entry .entry-content .citations #at-5971,
  .single-articles_zoom article.entry .entry-content .citations #at-5971,
  .single-articles_storyb article.entry .entry-content .citations #at-5971,
  .single-articles_video article.entry .entry-content .citations #at-5971 {
    font-size: 14px;
  }
}
.single-articles_sb article.entry .entry-content .citations .data .copy,
.single-articles_zoom article.entry .entry-content .citations .data .copy,
.single-articles_storyb article.entry .entry-content .citations .data .copy,
.single-articles_video article.entry .entry-content .citations .data .copy {
  padding-right: 0px;
}
@media (max-width: 768px) {
  .single-articles_sb article.entry .entry-content .citations .data .iso,
  .single-articles_zoom article.entry .entry-content .citations .data .iso,
  .single-articles_storyb article.entry .entry-content .citations .data .iso,
  .single-articles_video article.entry .entry-content .citations .data .iso {
    order: 1;
    width: auto;
    margin-right: 14px;
  }
  .single-articles_sb article.entry .entry-content .citations .data .iso p,
  .single-articles_zoom article.entry .entry-content .citations .data .iso p,
  .single-articles_storyb article.entry .entry-content .citations .data .iso p,
  .single-articles_video article.entry .entry-content .citations .data .iso p {
    margin-top: 16px;
  }
  .single-articles_sb article.entry .entry-content .citations .data .lang,
  .single-articles_zoom article.entry .entry-content .citations .data .lang,
  .single-articles_storyb article.entry .entry-content .citations .data .lang,
  .single-articles_video article.entry .entry-content .citations .data .lang {
    order: 2;
    width: auto;
  }
  .single-articles_sb article.entry .entry-content .citations .data .lang p,
  .single-articles_zoom article.entry .entry-content .citations .data .lang p,
  .single-articles_storyb article.entry .entry-content .citations .data .lang p,
  .single-articles_video article.entry .entry-content .citations .data .lang p {
    margin-top: 16px;
  }
  .single-articles_sb article.entry .entry-content .citations .data .tocopy,
  .single-articles_zoom article.entry .entry-content .citations .data .tocopy,
  .single-articles_storyb article.entry .entry-content .citations .data .tocopy,
  .single-articles_video article.entry .entry-content .citations .data .tocopy {
    order: 4;
    margin-top: 14px;
    margin-bottom: 46px;
  }
  .single-articles_sb article.entry .entry-content .citations .data .copy,
  .single-articles_zoom article.entry .entry-content .citations .data .copy,
  .single-articles_storyb article.entry .entry-content .citations .data .copy,
  .single-articles_video article.entry .entry-content .citations .data .copy {
    order: 3;
    position: absolute;
    width: 480px;
  }
  .single-articles_sb article.entry .entry-content .citations .data .copy p,
  .single-articles_zoom article.entry .entry-content .citations .data .copy p,
  .single-articles_storyb article.entry .entry-content .citations .data .copy p,
  .single-articles_video article.entry .entry-content .citations .data .copy p {
    text-align: right;
  }
}
@media (max-width: 540px) {
  .single-articles_sb article.entry .entry-content .citations .data .copy,
  .single-articles_zoom article.entry .entry-content .citations .data .copy,
  .single-articles_storyb article.entry .entry-content .citations .data .copy,
  .single-articles_video article.entry .entry-content .citations .data .copy {
    width: 340px;
  }
}
.single-articles_sb article.entry .entry-content .citations .data div,
.single-articles_zoom article.entry .entry-content .citations .data div,
.single-articles_storyb article.entry .entry-content .citations .data div,
.single-articles_video article.entry .entry-content .citations .data div {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .single-articles_sb article.entry .entry-content .citations .data div,
  .single-articles_zoom article.entry .entry-content .citations .data div,
  .single-articles_storyb article.entry .entry-content .citations .data div,
  .single-articles_video article.entry .entry-content .citations .data div {
    padding: 0px;
  }
}
.single-articles_sb article.entry .entry-content .citations .iso p,
.single-articles_zoom article.entry .entry-content .citations .iso p,
.single-articles_storyb article.entry .entry-content .citations .iso p,
.single-articles_video article.entry .entry-content .citations .iso p {
  font-family: var(--font-bold);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-articles_sb article.entry .entry-content .citations .iso p,
  .single-articles_zoom article.entry .entry-content .citations .iso p,
  .single-articles_storyb article.entry .entry-content .citations .iso p,
  .single-articles_video article.entry .entry-content .citations .iso p {
    margin-top: 0;
  }
}
.single-articles_sb article.entry .entry-content .citations .lang p,
.single-articles_zoom article.entry .entry-content .citations .lang p,
.single-articles_storyb article.entry .entry-content .citations .lang p,
.single-articles_video article.entry .entry-content .citations .lang p {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single-articles_sb article.entry .entry-content .citations .lang p,
  .single-articles_zoom article.entry .entry-content .citations .lang p,
  .single-articles_storyb article.entry .entry-content .citations .lang p,
  .single-articles_video article.entry .entry-content .citations .lang p {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .single-articles_sb article.entry .entry-content .citations .tocopy p,
  .single-articles_zoom article.entry .entry-content .citations .tocopy p,
  .single-articles_storyb article.entry .entry-content .citations .tocopy p,
  .single-articles_video article.entry .entry-content .citations .tocopy p {
    margin-top: 0;
  }
}
.single-articles_sb article.entry .entry-content .citations .copy p,
.single-articles_zoom article.entry .entry-content .citations .copy p,
.single-articles_storyb article.entry .entry-content .citations .copy p,
.single-articles_video article.entry .entry-content .citations .copy p {
  text-align: right;
}
.single-articles_sb article.entry .entry-content .citations .copy p a,
.single-articles_zoom article.entry .entry-content .citations .copy p a,
.single-articles_storyb article.entry .entry-content .citations .copy p a,
.single-articles_video article.entry .entry-content .citations .copy p a {
  font-family: var(--font-bold);
  opacity: 1!important;
}
@media (max-width: 768px) {
  .single-articles_sb article.entry .entry-content .citations .copy p,
  .single-articles_zoom article.entry .entry-content .citations .copy p,
  .single-articles_storyb article.entry .entry-content .citations .copy p,
  .single-articles_video article.entry .entry-content .citations .copy p {
    text-align: left;
  }
}
.single-articles_sb article.entry .entry-content .rs_article a,
.single-articles_zoom article.entry .entry-content .rs_article a,
.single-articles_storyb article.entry .entry-content .rs_article a,
.single-articles_video article.entry .entry-content .rs_article a {
  margin-right: var(--sp-sm);
}
.single-articles_sb article.entry .entry-content #illustration .download,
.single-articles_zoom article.entry .entry-content #illustration .download,
.single-articles_storyb article.entry .entry-content #illustration .download,
.single-articles_video article.entry .entry-content #illustration .download,
.single-articles_sb article.entry .entry-content #bibliography .download,
.single-articles_zoom article.entry .entry-content #bibliography .download,
.single-articles_storyb article.entry .entry-content #bibliography .download,
.single-articles_video article.entry .entry-content #bibliography .download {
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 640px) {
  .single-articles_sb article.entry .entry-content #illustration .download,
  .single-articles_zoom article.entry .entry-content #illustration .download,
  .single-articles_storyb article.entry .entry-content #illustration .download,
  .single-articles_video article.entry .entry-content #illustration .download,
  .single-articles_sb article.entry .entry-content #bibliography .download,
  .single-articles_zoom article.entry .entry-content #bibliography .download,
  .single-articles_storyb article.entry .entry-content #bibliography .download,
  .single-articles_video article.entry .entry-content #bibliography .download {
    font-size: 14px;
  }
}
@keyframes "open" {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.single-articles_sb article.entry .entry-content #illustration details,
.single-articles_zoom article.entry .entry-content #illustration details,
.single-articles_storyb article.entry .entry-content #illustration details,
.single-articles_video article.entry .entry-content #illustration details,
.single-articles_sb article.entry .entry-content #bibliography details,
.single-articles_zoom article.entry .entry-content #bibliography details,
.single-articles_storyb article.entry .entry-content #bibliography details,
.single-articles_video article.entry .entry-content #bibliography details {
  position: relative;
  padding: 0;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  /* Chrome */
}
.single-articles_sb article.entry .entry-content #illustration details summary,
.single-articles_zoom article.entry .entry-content #illustration details summary,
.single-articles_storyb article.entry .entry-content #illustration details summary,
.single-articles_video article.entry .entry-content #illustration details summary,
.single-articles_sb article.entry .entry-content #bibliography details summary,
.single-articles_zoom article.entry .entry-content #bibliography details summary,
.single-articles_storyb article.entry .entry-content #bibliography details summary,
.single-articles_video article.entry .entry-content #bibliography details summary {
  display: block;
  cursor: pointer;
  color: black;
}
.single-articles_sb article.entry .entry-content #illustration details summary:focus,
.single-articles_zoom article.entry .entry-content #illustration details summary:focus,
.single-articles_storyb article.entry .entry-content #illustration details summary:focus,
.single-articles_video article.entry .entry-content #illustration details summary:focus,
.single-articles_sb article.entry .entry-content #bibliography details summary:focus,
.single-articles_zoom article.entry .entry-content #bibliography details summary:focus,
.single-articles_storyb article.entry .entry-content #bibliography details summary:focus,
.single-articles_video article.entry .entry-content #bibliography details summary:focus {
  outline: none;
}
.single-articles_sb article.entry .entry-content #illustration details summary::marker,
.single-articles_zoom article.entry .entry-content #illustration details summary::marker,
.single-articles_storyb article.entry .entry-content #illustration details summary::marker,
.single-articles_video article.entry .entry-content #illustration details summary::marker,
.single-articles_sb article.entry .entry-content #bibliography details summary::marker,
.single-articles_zoom article.entry .entry-content #bibliography details summary::marker,
.single-articles_storyb article.entry .entry-content #bibliography details summary::marker,
.single-articles_video article.entry .entry-content #bibliography details summary::marker {
  display: none;
}
.single-articles_sb article.entry .entry-content #illustration details summary::before,
.single-articles_zoom article.entry .entry-content #illustration details summary::before,
.single-articles_storyb article.entry .entry-content #illustration details summary::before,
.single-articles_video article.entry .entry-content #illustration details summary::before,
.single-articles_sb article.entry .entry-content #bibliography details summary::before,
.single-articles_zoom article.entry .entry-content #bibliography details summary::before,
.single-articles_storyb article.entry .entry-content #bibliography details summary::before,
.single-articles_video article.entry .entry-content #bibliography details summary::before {
  content: "";
  background-image: url("assets/img/about_arrow.svg");
  width: 10px;
  display: inline-block;
  height: 22px;
  left: 0;
  top: 5px;
  position: relative;
  background-position: 10%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 100ms linear all;
}
@media screen and (max-width: 768px) {
  .single-articles_sb article.entry .entry-content #illustration details summary::before,
  .single-articles_zoom article.entry .entry-content #illustration details summary::before,
  .single-articles_storyb article.entry .entry-content #illustration details summary::before,
  .single-articles_video article.entry .entry-content #illustration details summary::before,
  .single-articles_sb article.entry .entry-content #bibliography details summary::before,
  .single-articles_zoom article.entry .entry-content #bibliography details summary::before,
  .single-articles_storyb article.entry .entry-content #bibliography details summary::before,
  .single-articles_video article.entry .entry-content #bibliography details summary::before {
    width: 6px;
    height: 17px;
    top: 6px;
  }
}
.single-articles_sb article.entry .entry-content #illustration details summary .btnopen,
.single-articles_zoom article.entry .entry-content #illustration details summary .btnopen,
.single-articles_storyb article.entry .entry-content #illustration details summary .btnopen,
.single-articles_video article.entry .entry-content #illustration details summary .btnopen,
.single-articles_sb article.entry .entry-content #bibliography details summary .btnopen,
.single-articles_zoom article.entry .entry-content #bibliography details summary .btnopen,
.single-articles_storyb article.entry .entry-content #bibliography details summary .btnopen,
.single-articles_video article.entry .entry-content #bibliography details summary .btnopen {
  display: inline;
}
.single-articles_sb article.entry .entry-content #illustration details summary .btnclose,
.single-articles_zoom article.entry .entry-content #illustration details summary .btnclose,
.single-articles_storyb article.entry .entry-content #illustration details summary .btnclose,
.single-articles_video article.entry .entry-content #illustration details summary .btnclose,
.single-articles_sb article.entry .entry-content #bibliography details summary .btnclose,
.single-articles_zoom article.entry .entry-content #bibliography details summary .btnclose,
.single-articles_storyb article.entry .entry-content #bibliography details summary .btnclose,
.single-articles_video article.entry .entry-content #bibliography details summary .btnclose {
  display: none;
}
.single-articles_sb article.entry .entry-content #illustration details summary::-webkit-details-marker,
.single-articles_zoom article.entry .entry-content #illustration details summary::-webkit-details-marker,
.single-articles_storyb article.entry .entry-content #illustration details summary::-webkit-details-marker,
.single-articles_video article.entry .entry-content #illustration details summary::-webkit-details-marker,
.single-articles_sb article.entry .entry-content #bibliography details summary::-webkit-details-marker,
.single-articles_zoom article.entry .entry-content #bibliography details summary::-webkit-details-marker,
.single-articles_storyb article.entry .entry-content #bibliography details summary::-webkit-details-marker,
.single-articles_video article.entry .entry-content #bibliography details summary::-webkit-details-marker {
  display: none;
}
.single-articles_sb article.entry .entry-content #illustration details summary::marker,
.single-articles_zoom article.entry .entry-content #illustration details summary::marker,
.single-articles_storyb article.entry .entry-content #illustration details summary::marker,
.single-articles_video article.entry .entry-content #illustration details summary::marker,
.single-articles_sb article.entry .entry-content #bibliography details summary::marker,
.single-articles_zoom article.entry .entry-content #bibliography details summary::marker,
.single-articles_storyb article.entry .entry-content #bibliography details summary::marker,
.single-articles_video article.entry .entry-content #bibliography details summary::marker {
  display: none;
}
.single-articles_sb article.entry .entry-content #illustration details .btnopen,
.single-articles_zoom article.entry .entry-content #illustration details .btnopen,
.single-articles_storyb article.entry .entry-content #illustration details .btnopen,
.single-articles_video article.entry .entry-content #illustration details .btnopen,
.single-articles_sb article.entry .entry-content #bibliography details .btnopen,
.single-articles_zoom article.entry .entry-content #bibliography details .btnopen,
.single-articles_storyb article.entry .entry-content #bibliography details .btnopen,
.single-articles_video article.entry .entry-content #bibliography details .btnopen,
.single-articles_sb article.entry .entry-content #illustration details .btnclose,
.single-articles_zoom article.entry .entry-content #illustration details .btnclose,
.single-articles_storyb article.entry .entry-content #illustration details .btnclose,
.single-articles_video article.entry .entry-content #illustration details .btnclose,
.single-articles_sb article.entry .entry-content #bibliography details .btnclose,
.single-articles_zoom article.entry .entry-content #bibliography details .btnclose,
.single-articles_storyb article.entry .entry-content #bibliography details .btnclose,
.single-articles_video article.entry .entry-content #bibliography details .btnclose {
  padding-left: var(--sp-root);
  display: none;
  font-family: var(--font-bold);
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 480px) {
  .single-articles_sb article.entry .entry-content #illustration details .btnopen,
  .single-articles_zoom article.entry .entry-content #illustration details .btnopen,
  .single-articles_storyb article.entry .entry-content #illustration details .btnopen,
  .single-articles_video article.entry .entry-content #illustration details .btnopen,
  .single-articles_sb article.entry .entry-content #bibliography details .btnopen,
  .single-articles_zoom article.entry .entry-content #bibliography details .btnopen,
  .single-articles_storyb article.entry .entry-content #bibliography details .btnopen,
  .single-articles_video article.entry .entry-content #bibliography details .btnopen,
  .single-articles_sb article.entry .entry-content #illustration details .btnclose,
  .single-articles_zoom article.entry .entry-content #illustration details .btnclose,
  .single-articles_storyb article.entry .entry-content #illustration details .btnclose,
  .single-articles_video article.entry .entry-content #illustration details .btnclose,
  .single-articles_sb article.entry .entry-content #bibliography details .btnclose,
  .single-articles_zoom article.entry .entry-content #bibliography details .btnclose,
  .single-articles_storyb article.entry .entry-content #bibliography details .btnclose,
  .single-articles_video article.entry .entry-content #bibliography details .btnclose {
    padding-left: 6px;
    font-size: 12px;
  }
}
.single-articles_sb article.entry .entry-content #illustration details[open],
.single-articles_zoom article.entry .entry-content #illustration details[open],
.single-articles_storyb article.entry .entry-content #illustration details[open],
.single-articles_video article.entry .entry-content #illustration details[open],
.single-articles_sb article.entry .entry-content #bibliography details[open],
.single-articles_zoom article.entry .entry-content #bibliography details[open],
.single-articles_storyb article.entry .entry-content #bibliography details[open],
.single-articles_video article.entry .entry-content #bibliography details[open] {
  display: block;
  animation: open 0.2s linear;
}
.single-articles_sb article.entry .entry-content #illustration details[open] summary .btnopen,
.single-articles_zoom article.entry .entry-content #illustration details[open] summary .btnopen,
.single-articles_storyb article.entry .entry-content #illustration details[open] summary .btnopen,
.single-articles_video article.entry .entry-content #illustration details[open] summary .btnopen,
.single-articles_sb article.entry .entry-content #bibliography details[open] summary .btnopen,
.single-articles_zoom article.entry .entry-content #bibliography details[open] summary .btnopen,
.single-articles_storyb article.entry .entry-content #bibliography details[open] summary .btnopen,
.single-articles_video article.entry .entry-content #bibliography details[open] summary .btnopen {
  display: none;
}
.single-articles_sb article.entry .entry-content #illustration details[open] summary .btnclose,
.single-articles_zoom article.entry .entry-content #illustration details[open] summary .btnclose,
.single-articles_storyb article.entry .entry-content #illustration details[open] summary .btnclose,
.single-articles_video article.entry .entry-content #illustration details[open] summary .btnclose,
.single-articles_sb article.entry .entry-content #bibliography details[open] summary .btnclose,
.single-articles_zoom article.entry .entry-content #bibliography details[open] summary .btnclose,
.single-articles_storyb article.entry .entry-content #bibliography details[open] summary .btnclose,
.single-articles_video article.entry .entry-content #bibliography details[open] summary .btnclose {
  display: inline;
}
.single-articles_sb article.entry .entry-content #illustration details[open] summary::before,
.single-articles_zoom article.entry .entry-content #illustration details[open] summary::before,
.single-articles_storyb article.entry .entry-content #illustration details[open] summary::before,
.single-articles_video article.entry .entry-content #illustration details[open] summary::before,
.single-articles_sb article.entry .entry-content #bibliography details[open] summary::before,
.single-articles_zoom article.entry .entry-content #bibliography details[open] summary::before,
.single-articles_storyb article.entry .entry-content #bibliography details[open] summary::before,
.single-articles_video article.entry .entry-content #bibliography details[open] summary::before {
  content: "";
  transition: 100ms linear all;
  transform: translate(10%, -1%) rotate(-90deg);
}
.single-articles_sb article.entry .entry-content #illustration details[open] #open,
.single-articles_zoom article.entry .entry-content #illustration details[open] #open,
.single-articles_storyb article.entry .entry-content #illustration details[open] #open,
.single-articles_video article.entry .entry-content #illustration details[open] #open,
.single-articles_sb article.entry .entry-content #bibliography details[open] #open,
.single-articles_zoom article.entry .entry-content #bibliography details[open] #open,
.single-articles_storyb article.entry .entry-content #bibliography details[open] #open,
.single-articles_video article.entry .entry-content #bibliography details[open] #open {
  display: none;
}
.single-articles_sb article.entry .entry-content #illustration details[open] #close,
.single-articles_zoom article.entry .entry-content #illustration details[open] #close,
.single-articles_storyb article.entry .entry-content #illustration details[open] #close,
.single-articles_video article.entry .entry-content #illustration details[open] #close,
.single-articles_sb article.entry .entry-content #bibliography details[open] #close,
.single-articles_zoom article.entry .entry-content #bibliography details[open] #close,
.single-articles_storyb article.entry .entry-content #bibliography details[open] #close,
.single-articles_video article.entry .entry-content #bibliography details[open] #close {
  display: inline-block;
}
.single-articles_sb article.entry .entry-content #illustration::-webkit-details-marker,
.single-articles_zoom article.entry .entry-content #illustration::-webkit-details-marker,
.single-articles_storyb article.entry .entry-content #illustration::-webkit-details-marker,
.single-articles_video article.entry .entry-content #illustration::-webkit-details-marker,
.single-articles_sb article.entry .entry-content #bibliography::-webkit-details-marker,
.single-articles_zoom article.entry .entry-content #bibliography::-webkit-details-marker,
.single-articles_storyb article.entry .entry-content #bibliography::-webkit-details-marker,
.single-articles_video article.entry .entry-content #bibliography::-webkit-details-marker {
  display: none;
}
.single-articles_sb article.entry .entry-meta,
.single-articles_zoom article.entry .entry-meta,
.single-articles_storyb article.entry .entry-meta,
.single-articles_video article.entry .entry-meta {
  color: #A0A0A0;
  font-weight: normal;
  font-size: 25px;
  margin: 0px;
}
.single-articles_sb article.entry .entry-meta .svg-icon,
.single-articles_zoom article.entry .entry-meta .svg-icon,
.single-articles_storyb article.entry .entry-meta .svg-icon,
.single-articles_video article.entry .entry-meta .svg-icon,
.single-articles_sb article.entry .entry-meta .edit-link,
.single-articles_zoom article.entry .entry-meta .edit-link,
.single-articles_storyb article.entry .entry-meta .edit-link,
.single-articles_video article.entry .entry-meta .edit-link {
  display: none;
}
.single-articles_sb article.entry .entry-meta .byline,
.single-articles_zoom article.entry .entry-meta .byline,
.single-articles_storyb article.entry .entry-meta .byline,
.single-articles_video article.entry .entry-meta .byline {
  margin: 0;
}
.single-articles_sb article.entry .entry-meta .byline:after,
.single-articles_zoom article.entry .entry-meta .byline:after,
.single-articles_storyb article.entry .entry-meta .byline:after,
.single-articles_video article.entry .entry-meta .byline:after {
  content: " - ";
}
.single-articles_sb article .biblio h2,
.single-articles_zoom article .biblio h2,
.single-articles_storyb article .biblio h2,
.single-articles_video article .biblio h2 {
  font-size: 25px;
}
.single-articles_sb article .biblio p,
.single-articles_zoom article .biblio p,
.single-articles_storyb article .biblio p,
.single-articles_video article .biblio p {
  font-size: 14px;
  line-height: 18px;
}
.single-articles_sb .info-article,
.single-articles_zoom .info-article,
.single-articles_storyb .info-article,
.single-articles_video .info-article {
  z-index: 30;
  background-image: url(assets/img/icons/info-article-black-fill.svg);
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  pointer-events: all;
}
.single-articles_sb .info-article.blanc,
.single-articles_zoom .info-article.blanc,
.single-articles_storyb .info-article.blanc,
.single-articles_video .info-article.blanc {
  filter: invert(100%);
}
@media (hover: hover) and (pointer: fine) {
  .single-articles_sb .info-article:hover,
  .single-articles_zoom .info-article:hover,
  .single-articles_storyb .info-article:hover,
  .single-articles_video .info-article:hover {
    background-image: url(assets/img/icons/info-article-black-fill-hover.svg);
  }
}
.single-articles_sb .info-article.toClose,
.single-articles_zoom .info-article.toClose,
.single-articles_storyb .info-article.toClose,
.single-articles_video .info-article.toClose {
  filter: invert(0%);
  background-image: url(assets/img/icons/cross-rounded-black.svg);
}
.single-articles_sb .info-article.toClose:hover,
.single-articles_zoom .info-article.toClose:hover,
.single-articles_storyb .info-article.toClose:hover,
.single-articles_video .info-article.toClose:hover {
  background-image: url(assets/img/icons/cross-rounded-black-hover.svg);
}
.single-articles_sb .share_buttons,
.single-articles_zoom .share_buttons,
.single-articles_storyb .share_buttons,
.single-articles_video .share_buttons {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 35px;
  top: 26px;
}
@media only screen and (min-device-width: 480px) and (max-device-width: 900px) and (orientation: landscape) {
  .single-articles_sb .share_buttons,
  .single-articles_zoom .share_buttons,
  .single-articles_storyb .share_buttons,
  .single-articles_video .share_buttons {
    right: 18px!important;
  }
}
.single-articles_sb .share_buttons a,
.single-articles_zoom .share_buttons a,
.single-articles_storyb .share_buttons a,
.single-articles_video .share_buttons a {
  visibility: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
  opacity: 0;
  text-align: center;
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media (max-width: 768px) {
  .single-articles_sb .share_buttons a,
  .single-articles_zoom .share_buttons a,
  .single-articles_storyb .share_buttons a,
  .single-articles_video .share_buttons a {
    height: 35px;
  }
}
.single-articles_sb .share_buttons a.share_icon,
.single-articles_zoom .share_buttons a.share_icon,
.single-articles_storyb .share_buttons a.share_icon,
.single-articles_video .share_buttons a.share_icon {
  visibility: visible;
  opacity: 1;
  height: 35px;
  width: auto;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .single-articles_sb .share_buttons a.share_icon,
  .single-articles_zoom .share_buttons a.share_icon,
  .single-articles_storyb .share_buttons a.share_icon,
  .single-articles_video .share_buttons a.share_icon {
    height: 30px!important;
  }
}
.single-articles_sb .share_buttons a.share_icon img,
.single-articles_zoom .share_buttons a.share_icon img,
.single-articles_storyb .share_buttons a.share_icon img,
.single-articles_video .share_buttons a.share_icon img {
  height: 30px!important;
  margin-left: 4px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .single-articles_sb .share_buttons a.share_icon img,
  .single-articles_zoom .share_buttons a.share_icon img,
  .single-articles_storyb .share_buttons a.share_icon img,
  .single-articles_video .share_buttons a.share_icon img {
    height: 100%!important;
  }
}
.single-articles_sb .share_buttons a img,
.single-articles_zoom .share_buttons a img,
.single-articles_storyb .share_buttons a img,
.single-articles_video .share_buttons a img {
  height: 35px!important;
  width: auto!important;
}
@media (max-width: 768px) {
  .single-articles_sb .share_buttons a img,
  .single-articles_zoom .share_buttons a img,
  .single-articles_storyb .share_buttons a img,
  .single-articles_video .share_buttons a img {
    height: 100%!important;
  }
}
.single-articles_sb .share_buttons.hover a,
.single-articles_zoom .share_buttons.hover a,
.single-articles_storyb .share_buttons.hover a,
.single-articles_video .share_buttons.hover a {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .single-articles_sb .share_buttons,
  .single-articles_zoom .share_buttons,
  .single-articles_storyb .share_buttons,
  .single-articles_video .share_buttons {
    right: 15px;
    top: 15px;
  }
}
body.success #main {
  margin-top: 324px;
  min-height: calc(100vh - 468px);
  text-align: center;
}
@media (max-width: 1080px) {
  body.success #main {
    margin-top: 236px;
    min-height: calc(100vh - 236px);
  }
}
@media (max-width: 820px) {
  body.success #main {
    margin-top: 236px;
    min-height: calc(100vh - 236px);
  }
}
@media (max-width: 768px) {
  body.success #main {
    margin-top: 236px;
    min-height: calc(100vh - 236px);
  }
}
body.success .chapo {
  text-align: center;
}
body.success .follow {
  text-align: center;
}
body.success .link_success_rs {
  margin-bottom: 300px;
  margin-top: 0px;
}
body.success .link_success_rs span {
  margin-right: var(--sp-sm);
}
h1:not(.site-title):before,
h2:before {
  content: none;
}
.os-macos.watch article .container #btn_watch .global_notif {
  line-height: 22px;
}
.os-macos.single-articles_zoom #controls #zoom-in p {
  top: 1px;
}
.os-macos.single-articles_zoom #controls #zoom-out p {
  top: 0px;
}
#overlay {
  width: 130vw;
  height: 130vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center !important;
  align-content: center;
  transform: translate(-15vw, -15vh);
}
#overlay .content_overlay {
  position: fixed;
}
#overlay button {
  display: block;
  margin: 0px auto;
  font-size: 1px;
  display: none;
}
#overlay:after {
  content: '';
  border-radius: 9000px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  transition: width 520ms ease, height 640ms ease, opacity 330ms ease;
}
@media (max-width: 968px) {
  #overlay:after {
    transition: width 490ms ease, height 520ms ease, opacity 390ms ease;
  }
}
#overlay.ready button {
  display: block;
  margin: 20px auto;
  font-size: 18px;
}
@media (max-width: 968px) {
  #overlay.ready button {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 568px) {
  #overlay.ready button {
    font-size: 14px;
    padding: 4px 14px;
    margin-top: 12px;
  }
}
#overlay.ready:after {
  content: '';
  border-radius: 900px;
  width: 40vw;
  height: 40vw;
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
}
@media (max-width: 968px) {
  #overlay.ready:after {
    width: 60vw;
    height: 60vw;
    min-width: 430px;
    min-height: 430px;
  }
}
@media (max-width: 968px) and (orientation: landscape) {
  #overlay.ready:after {
    width: 92vh;
    height: 92vh;
  }
}
@media (max-width: 568px) {
  #overlay.ready:after {
    width: 70vw;
    height: 70vw;
    min-width: 350px;
    min-height: 350px;
  }
}
@media (max-width: 390px) {
  #overlay.ready:after {
    width: 92vw;
    height: 92vw;
  }
}
#overlay.ready #prct {
  -moz-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  opacity: 0;
}
#overlay.hidden:after {
  opacity: 0;
}
#overlay.removed {
  opacity: 0;
}
#overlay lottie-player {
  max-width: 220px;
  height: auto;
  margin: auto;
}
#overlay lottie-player.intro-pan {
  max-width: 220px;
}
#overlay lottie-player.intro-scroll {
  max-width: 80px;
}
#overlay p.chapo {
  font-family: var(--font-book);
  max-width: 510px;
  margin: auto;
  color: white;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 1620px) {
  #overlay p.chapo {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 968px) and (orientation: landscape) {
  #overlay p.chapo {
    max-width: 100vh !important;
  }
}
@media (max-width: 1468px) {
  #overlay lottie-player.intro-pan,
  #overlay lottie-player.intro-zoom {
    max-width: 190px !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #overlay lottie-player.intro-zoom {
    max-width: 130px !important;
  }
  #overlay p.chapo {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    max-width: 60vw;
    padding: 0 15vw;
  }
}
@media (max-width: 768px) {
  #overlay lottie-player.intro-pan,
  #overlay lottie-player.intro-zoom {
    max-width: 140px !important;
    margin-top: 40px;
  }
  #overlay lottie-player.intro-scroll {
    max-width: 60px !important;
  }
  #overlay p.chapo {
    font-size: 17px;
    line-height: 23px;
    padding: 0 8vw;
  }
}
@media (max-width: 568px), (max-width: 968px) and (orientation: landscape) {
  #overlay lottie-player.intro-pan,
  #overlay lottie-player.intro-zoom {
    max-width: 120px !important;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #overlay lottie-player.intro-zoom {
    max-width: 80px !important;
  }
  #overlay lottie-player.intro-scroll {
    max-width: 45px !important;
  }
  #overlay p.chapo {
    margin-top: 0px;
    font-size: 15px;
    line-height: 21px;
    max-width: 60vw;
    padding: 0 8vw;
  }
}
@media (max-width: 390px) {
  #overlay p.chapo {
    max-width: 75vw;
  }
}
#overlay #progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 auto;
}
#overlay #progress-bar #prct {
  font-size: 23px;
  line-height: 27px;
  height: 25px;
  margin: 0;
  list-style-type: none;
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: right;
  width: 40px;
}
#overlay #progress-bar #prct:after {
  content: "%";
}
#overlay #progress-bar #prct > li {
  display: inline-block;
  padding: 0;
  position: relative;
  top: 0;
  color: #fff !important;
}
#overlay #progress-bar > span {
  padding-bottom: 30px;
  text-align: left !important;
  display: inherit;
  width: 20px;
  font-size: 22px;
  color: #fff !important;
  padding: 0 0 0 4px;
}
.error404 #main,
.oops #main {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: calc(100vh - 115px*2);
}
@media (min-width: 1440px) {
  .error404 #main,
  .oops #main {
    height: calc(100vh - var(--sp-ultra)*2);
  }
}
@media (max-width: 1080px) {
  .error404 #main,
  .oops #main {
    height: calc(100vh - 125px*2);
  }
}
@media (max-width: 820px) {
  .error404 #main,
  .oops #main {
    height: calc(100vh - 90px*2);
  }
}
@media (max-width: 768px) {
  .error404 #main,
  .oops #main {
    height: calc(100vh - 30px*2);
  }
}
.error404 #main article,
.oops #main article {
  padding-top: 60px;
}
.error404 #main .wp-block-image,
.oops #main .wp-block-image {
  margin: auto;
  width: auto;
  max-height: 195px;
}
.error404 #main .wp-block-image img,
.oops #main .wp-block-image img {
  max-height: 195px;
  width: auto;
  display: block;
  margin: auto;
}
.error404 a,
.oops a {
  margin-right: var(--sp-sm);
}
/*# sourceMappingURL=style.css.map */