@charset "UTF-8";
/*!
	Theme Name: Faire Savoir
	Author: l’équipe Faire Savoir
	Author URI: https://faire-savoir.com/
	Description: Thème hybride sur mesure par Faire Savoir.
	Requires at least: 6.6
	Requires PHP: 8.1
	Version: 4.3.1
	Text Domain: fairesavoir
*/
:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){
  all:unset;
  display:revert;
}
*,:after,:before{
  box-sizing:border-box;
}
html{
  -moz-text-size-adjust:none;
  -webkit-text-size-adjust:none;
  text-size-adjust:none;
}
a,button{
  cursor:revert;
}
menu,ol,summary,ul{
  list-style:none;
}
ol{
  counter-reset:revert;
}
img{
  max-inline-size:100%;
  max-block-size:100%;
}
table{
  border-collapse:collapse;
}
input,textarea{
  -webkit-user-select:auto;
}
textarea{
  white-space:revert;
}
meter{
  -webkit-appearance:revert;
  -moz-appearance:revert;
       appearance:revert;
}
:where(pre){
  all:revert;
  box-sizing:border-box;
}
::-moz-placeholder{
  color:unset;
}
::placeholder{
  color:unset;
}
:where([hidden]){
  display:none;
}
:where([contenteditable]:not([contenteditable=false])){
  -moz-user-modify:read-write;
  -webkit-user-modify:read-write;
  overflow-wrap:break-word;
  -webkit-line-break:after-white-space;
  -webkit-user-select:auto;
}
:where([draggable=true]){
  -webkit-user-drag:element;
}
:where(dialog:modal){
  all:revert;
  box-sizing:border-box;
}
::-webkit-details-marker{
  display:none;
}
.icon{
  display:inline-block;
  width:1em;
  height:1em;
  fill:currentColor;
}
.icon-arrow-next,.icon-arrow-prev{
  width:1.25em;
}
.icon-at-mail{
  width:1em;
}
.icon-checkbox,.icon-checkbox-checked{
  width:1.119760479em;
}
.icon-close{
  width:1em;
}
.icon-dropdown{
  width:1.75em;
}
.icon-facebook{
  width:1em;
}
.icon-favorite,.icon-favorite-remove{
  width:1.1666666667em;
}
.icon-filters,.icon-instagram{
  width:1em;
}
.icon-list{
  width:.875em;
}
.icon-map{
  width:1em;
}
.icon-map-list{
  width:.9583333333em;
}
.icon-marker{
  width:.7083333333em;
}
.icon-menu{
  width:1.4166666667em;
}
.icon-my-location{
  width:.8333333333em;
}
.icon-phone{
  width:1.0004807692em;
}
.icon-pinterest{
  width:.77025em;
}
.icon-plus{
  width:1em;
}
.icon-reset{
  width:.9166666667em;
}
.icon-search{
  width:1em;
}
.icon-tiktok{
  width:.9em;
}
.icon-trash{
  width:.8333333333em;
}
.icon-x,.icon-youtube{
  width:1em;
}
.location{
  display:flex;
  align-items:center;
  gap:.5em;
  font-weight:700;
}
.location:before{
  content:"";
  flex:none;
  width:.7083333333em;
  height:1em;
  -webkit-mask:url("/assets/themes/faire-savoir/icons/marker.svg") no-repeat center/contain;
          mask:url("/assets/themes/faire-savoir/icons/marker.svg") no-repeat center/contain;
  background:currentColor;
}

.stack{
  display:grid;
}
.stack>*{
  grid-area:1/-1;
}
html{
  scroll-behavior:smooth;
}

body{
  cursor:default;
}

*{
  box-sizing:border-box;
  scrollbar-width:thin;
  scrollbar-color:var(--wp--preset--color--primary) var(--wp--preset--color--background);
}
::-webkit-scrollbar{
  width:12px;
}
::-webkit-scrollbar-track{
  background:var(--wp--preset--color--background);
}
::-webkit-scrollbar-thumb{
  background-color:var(--wp--preset--color--primary);
  border-radius:20px;
  border:3px solid var(--wp--preset--color--background);
}

::-moz-selection{
  background-color:var(--wp--preset--color--primary);
  color:var(--wp--preset--color--background);
}

::selection{
  background-color:var(--wp--preset--color--primary);
  color:var(--wp--preset--color--background);
}

main{
  overflow:hidden;
  margin-block-start:var(--wp--preset--spacing--xx-large) !important;
}

.categories-list__item{
  background-color:var(--wp--preset--color--middleground);
  padding:.5rem;
  border-radius:.5rem;
  cursor:pointer;
  font-weight:500;
  font-size:var(--wp--preset--font-size--small);
  width:-moz-fit-content !important;
  width:fit-content !important;
}
.categories-list__item.is-active{
  background-color:var(--wp--preset--color--foreground);
  color:var(--wp--preset--color--background);
}

b,strong{
  font-weight:700;
}

blockquote cite{
  font-style:italic;
}

button:not(:disabled){
  cursor:pointer;
}

details{
  text-align:left;
}
details summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--wp--preset--spacing--medium);
  width:100%;
}
details summary::-webkit-details-marker{
  display:none;
}
details summary:after{
  content:"";
  width:1.75em;
  height:1em;
  -webkit-mask:url(icons/dropdown.svg) no-repeat center/contain;
          mask:url(icons/dropdown.svg) no-repeat center/contain;
  background:var(--wp--preset--color--primary);
  font-size:.5em;
  transition:transform .2s;
}
details[open] summary:after{
  transform:scaleY(-1);
}

.grecaptcha-badge{
  visibility:hidden;
}

input{
  cursor:auto;
}
input[type=checkbox],input[type=radio]{
  -webkit-appearance:auto;
     -moz-appearance:auto;
          appearance:auto;
}
.container{
  width:min(100%, var(--wp--style--global--content-size) + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
  margin-inline:auto;
  padding-inline:var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
}
.container--wide{
  width:min(100%, var(--wp--style--global--wide-size) + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
}

.dates-sticker{
  align-items:center;
  gap:10px;
  width:64px;
  padding:10px;
  background:var(--wp--preset--color--primary);
  color:var(--wp--preset--color--white);
}
.dates-sticker,.dates-sticker__body{
  display:flex;
  flex-direction:column;
}
.dates-sticker__body{
  flex-grow:1;
}
.dates-sticker__body .until{
  font-size:11px;
  font-weight:400;
}
.dates-sticker__body .start,.dates-sticker__body .until{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.dates-sticker__body .start .day,.dates-sticker__body .start .month,.dates-sticker__body .until .day,.dates-sticker__body .until .month{
  line-height:1;
}
.dates-sticker__body .start .day,.dates-sticker__body .until .day{
  font-size:2.125rem;
  font-weight:700;
}
.dates-sticker__body .start .month,.dates-sticker__body .until .month{
  font-size:var(--wp--preset--font-size--medium);
  text-transform:uppercase;
  font-weight:700;
}
.dates-sticker__body .end{
  margin-top:.5rem;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  position:relative;
  text-align:center;
  display:flex;
  justify-content:center;
  gap:.25em;
}
.dates-sticker__body .end:before{
  content:"";
  position:absolute;
  top:50%;
  right:100%;
  transform:translateY(-50%);
  display:block;
  height:10px;
  width:10px;
  -webkit-mask:url(icons/arrow-next.svg) no-repeat center/contain;
          mask:url(icons/arrow-next.svg) no-repeat center/contain;
  background:currentColor;
}
.dates-sticker__other-dates{
  margin-top:auto;
}
.dates-sticker__other-dates button.toggleDatesStickerTooltip{
  margin-top:auto;
  color:var(--wp--preset--color--black);
  font-size:10px;
  width:100%;
  text-align:center;
  line-height:1;
  font-weight:400;
}
.dates-sticker__other-dates ul.other-dates-list{
  display:none;
  position:absolute;
  left:0;
  bottom:0;
  transform:translateX(calc((100% + var(--wp--preset--spacing--small))*-1));
  background-color:#202020;
  padding:10px;
  white-space:nowrap;
}
.dates-sticker__other-dates ul.other-dates-list li{
  display:inline-block;
  margin-top:0;
  padding-left:0;
  color:var(--wp--preset--color--white);
}
.dates-sticker__other-dates ul.other-dates-list li:before{
  display:none;
}
.dates-sticker__other-dates ul.other-dates-list.visible{
  display:flex;
  flex-direction:column;
}

.stretched-link{
  position:relative;
}
.stretched-link a[href]:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:5;
}
.theme-toggle{
  inline-size:1.125rem;
  block-size:1.125rem;
  aspect-ratio:1;
  border-radius:50%;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
  outline-offset:3px;
  cursor:pointer;
}
.theme-toggle .sun-and-moon{
  inline-size:100%;
  block-size:100%;
  stroke-linecap:round;
}
.theme-toggle .sun-and-moon>:is(.moon,.sun,.sun-beams){
  transform-origin:center center;
}
.theme-toggle .sun-and-moon>:is(.moon,.sun){
  fill:currentColor;
}
.theme-toggle .sun-and-moon>.sun-beams{
  stroke:currentColor;
  stroke-width:2px;
}
:root[data-prefers-color-scheme=dark] .theme-toggle .sun-and-moon>.sun{
  transform:scale(1.75);
}
:root[data-prefers-color-scheme=dark] .theme-toggle .sun-and-moon>.sun-beams{
  opacity:0;
}
:root[data-prefers-color-scheme=dark] .theme-toggle .sun-and-moon>.moon>circle{
  transform:translateX(-7px);
}
@supports (cx:1){
  :root[data-prefers-color-scheme=dark] .theme-toggle .sun-and-moon>.moon>circle{
    transform:translateX(0);
    cx:17;
  }
}
@font-face{
  font-family:swiper-icons;
  src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight:400;
  font-style:normal;
}
:root{
  --swiper-theme-color:var(--wp--preset--color--accent-2);
}

:host{
  position:relative;
  display:block;
  margin-left:auto;
  margin-right:auto;
  z-index:1;
}

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

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

.swiper-wrapper{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing:content-box;
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{
  transform:translateZ(0);
}

.swiper-horizontal{
  touch-action:pan-y;
}

.swiper-vertical{
  touch-action:pan-x;
}

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

.swiper-slide-invisible-blank{
  visibility:hidden;
}
.swiper-autoheight,.swiper-autoheight .swiper-slide{
  height:auto;
}

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

.swiper-backface-hidden .swiper-slide{
  transform:translateZ(0);
  backface-visibility:hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper{
  perspective:1200px;
}

.swiper-3d .swiper-wrapper{
  transform-style:preserve-3d;
}

.swiper-3d{
  perspective:1200px;
}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{
  transform-style:preserve-3d;
}
.swiper-css-mode>.swiper-wrapper{
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{
  display:none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:start start;
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{
  scroll-snap-type:x mandatory;
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{
  scroll-snap-type:y mandatory;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{
  scroll-snap-type:none;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:none;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper:before{
  content:"";
  flex-shrink:0;
  order:9999;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{
  scroll-snap-align:center center;
  scroll-snap-stop:always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  margin-inline-start:var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{
  height:100%;
  min-height:1px;
  width:var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{
  margin-block-start:var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{
  width:100%;
  min-width:1px;
  height:var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10;
}
.swiper-3d .swiper-slide-shadow{
  background:rgba(0,0,0,.15);
}
.swiper-3d .swiper-slide-shadow-left{
  background-image:linear-gradient(270deg, rgba(0,0,0,.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right{
  background-image:linear-gradient(90deg, rgba(0,0,0,.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top{
  background-image:linear-gradient(0deg, rgba(0,0,0,.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom{
  background-image:linear-gradient(180deg, rgba(0,0,0,.5), transparent);
}

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{
  animation:swiper-preloader-spin 1s linear infinite;
}

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

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

@keyframes swiper-preloader-spin{
  0%{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(1turn);
  }
}
.swiper .swiper-notification{
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000;
}
.swiper-fade.swiper-free-mode .swiper-slide{
  transition-timing-function:ease-out;
}
.swiper-fade .swiper-slide{
  pointer-events:none;
  transition-property:opacity;
}
.swiper-fade .swiper-slide .swiper-slide{
  pointer-events:none;
}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{
  pointer-events:auto;
}
.swiper-button-next,.swiper-button-prev{
  display:block;
  cursor:pointer;
}
.swiper-button-next .icon,.swiper-button-prev .icon{
  display:block;
}
.swiper-button-disabled{
  opacity:.4;
}
.swiper-navigation{
  display:flex;
  align-items:center;
  gap:var(--wp--preset--spacing--small);
}
.swiper-pagination-progressbar{
  flex:1;
  height:3px;
  background-color:var(--wp--preset--color--middleground-light);
}
.swiper-pagination-progressbar-fill{
  display:block;
  height:100%;
  transform:scale(0);
  transform-origin:left top;
  background:var(--wp--preset--color--primary);
}
.swiper-pagination-bullets{
  display:flex;
  gap:.5rem;
  padding:1rem 0;
}
.swiper-pagination-bullet{
  display:block;
  height:1rem;
  width:1rem;
  border:2px solid var(--wp--preset--color--white);
  border-radius:.5rem;
  cursor:pointer;
}
.swiper-pagination-bullet-active{
  background:var(--wp--preset--color--white);
}
.swiper-slide{
  height:auto;
}
.card{
  overflow:hidden;
}
.card a{
  text-decoration:none;
}
.card:hover img{
  transform:scale(1.0125);
}
.card:hover .card__content{
  background-color:var(--wp--preset--color--middleground);
}
.card:hover .categories-list__item{
  background-color:var(--wp--preset--color--background);
}
.card *{
  color:inherit;
}
.card__thumbnail{
  aspect-ratio:16/9;
  border-radius:1rem;
  overflow:hidden;
}
.card__thumbnail img{
  display:block;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.card__content,.card__thumbnail img{
  width:100%;
  transition:.3s ease-in-out;
}
.card__content{
  padding:var(--wp--preset--spacing--small);
  border-radius:1rem;
}
.card .card__content .categories-list,.card__content{
  margin-block-start:var(--wp--preset--spacing--x-small);
}
.card .card__content .categories-list__item{
  padding:.5rem;
  transition:.3s ease-in-out;
}
.card.related-video{
  display:flex;
  gap:var(--wp--preset--spacing--x-small);
  border-radius:.5rem;
}
.card.related-video .card__thumbnail{
  max-width:200px;
  border-radius:.5rem;
}
.card.related-video .card__content{
  padding:.75rem;
  margin-block-start:0;
  border-radius:.5rem;
}
.card.related-video .card__content .title{
  font-size:var(--wp--preset--font-size--small);
}
.card.related-video .card__content .categories-list__item{
  font-size:.6875rem;
}
.header{
  position:absolute;
  top:0;
  left:0;
  gap:var(--wp--preset--spacing--small);
  width:100%;
  min-height:var(--wp--custom--header-height);
  padding:var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--medium);
  background:var(--wp--preset--color--background);
  z-index:10000;
  transition:background-position .3s;
}
.header,.header .container{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.header .search-bar{
  border:.5px solid #5a5a5a;
  border-radius:2rem;
  overflow:hidden;
  height:-moz-fit-content;
  height:fit-content;
}
.header .search-bar form{
  display:flex;
  align-items:center;
}
.header .search-bar form .search-field{
  padding-inline:var(--wp--preset--spacing--small);
  color:#5a5a5a;
}
.header .search-bar form .search-submit{
  background-color:var(--wp--preset--color--middleground);
  padding:.75rem 1.5rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-left:.5px solid #5a5a5a;
}
.header .search-bar form .search-submit .icon-search{
  height:1.25rem;
  width:1.25rem;
}
.header:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:0;
  transition:all .2s;
  z-index:1;
}
.header.fixed,.header.menu-open{
  position:fixed;
}
.header.fixed{
  transform:translateY(-100%);
  background-position-y:top;
}
.header.fixed.visible{
  transform:translateY(0);
}
.header.fixed.transition{
  transition:all .3s;
}
.header.fixed .wpml-ls-sub-menu{
  background-color:rgba(0,0,0,.4);
}
.header.menu-open{
  transform:translateY(0);
  background:none;
  transition:all 0s .2s,color 0s;
}
.header.menu-open:before{
  height:100vh;
  height:100dvh;
  background:var(--wp--preset--color--primary);
}
.header.menu-open .header__logo path[fill^=url]{
  fill:currentColor;
}
.header.menu-open .header__burger-btn .icon-menu{
  display:none;
}
.header.menu-open .header__burger-btn .icon-close{
  display:block;
}
#wpadminbar+.header{
  top:46px;
}
.header a{
  color:inherit;
}
.header__burger-btn,.header__logo{
  z-index:2;
}
.header__logo{
  margin:0 auto 0 0;
  color:inherit;
  width:min(100%, 140px);
}
.header__logo img,.header__logo svg{
  display:block;
  width:100%;
  height:auto;
  fill:currentColor;
}
.header .theme-toggle:hover,.header .wpml-ls-legacy-dropdown a:hover,.header__favorites:hover,.header__search-btn:hover,.header__shop:hover{
  color:var(--wp--custom--link-color-hover);
}
.header .wpml-ls-legacy-dropdown{
  text-transform:uppercase;
  position:relative;
}
.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
  display:block;
}
.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
  content:"";
  display:block;
  height:2px;
  background-color:currentColor;
  border-radius:2px;
}
.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover{
  text-decoration:none;
  cursor:default;
}
.header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  display:none;
  position:absolute;
  left:-.5em;
  top:100%;
  width:calc(100% + 1em);
  padding:.25rem 0;
  text-align:center;
}
.header .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu{
  display:block;
}
.header__burger-btn .icon,.header__favorites .icon,.header__search-btn .icon,.header__shop .icon{
  display:block;
  font-size:1.125rem;
}
.header:not(.menu-open) .header .theme-toggle:hover,.header:not(.menu-open) .header__burger-btn:hover,.header:not(.menu-open) .header__search-btn:hover,.header:not(.menu-open) .header__shop:hover{
  color:var(--wp--custom--link-color-hover);
}
.header__search-btn{
  display:block;
}
.header__burger-btn .icon-close,.header__menu{
  display:none;
}
.header__menu{
  position:absolute;
  left:0;
  top:var(--wp--custom--header-height);
  flex-direction:column;
  gap:var(--wp--preset--spacing--xx-large);
  width:100%;
  height:calc(100vh - var(--wp--custom--header-height));
  height:calc(100dvh - var(--wp--custom--header-height));
  padding:var(--wp--preset--spacing--large) var(--wp--preset--spacing--medium);
  z-index:2;
  overflow-y:auto;
}
.header__main-menu{
  display:flex;
  flex-direction:column;
  gap:var(--wp--preset--spacing--small);
  font-weight:700;
}
.header__main-menu>.menu-item>a{
  display:flex;
  justify-content:space-between;
  gap:var(--wp--preset--spacing--medium);
  font-size:1.5rem;
}
.header__main-menu>.menu-item>a .icon-dropdown{
  font-size:.5em;
  transition:transform .2s;
}
.header__main-menu>.menu-item>a:focus,.header__main-menu>.menu-item>a:hover{
  text-decoration:none;
}
.header__main-menu>.menu-item-open>a span:before{
  margin-left:0;
  margin-right:.25em;
  opacity:1;
}
.header__main-menu>.menu-item-open>a .icon-dropdown{
  transform:scaleY(-1);
}
.header__main-menu .sub-menu{
  display:none;
  margin-left:var(--wp--preset--spacing--medium);
}
.header__main-menu .sub-menu>p{
  margin-top:var(--wp--preset--spacing--small);
  font-weight:400;
}
.header__main-menu .sub-menu .menu-item{
  margin-top:.5em;
}
.hero-header .swiper{
  width:100%;
}
.hero-header__media{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  margin-block-start:0 !important;
  background-color:var(--wp--preset--color--black);
  pointer-events:none;
}
.hero-header__media:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent, rgba(0,0,0,.8));
  z-index:1;
}
.hero-header__media img,.hero-header__media video{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.hero-header__content{
  margin-block-start:0;
  color:var(--wp--preset--color--white);
  position:relative;
  z-index:2;
}
.hero-header__content ol,.hero-header__content p,.hero-header__content ul{
  color:inherit;
}
.hero-header__text{
  font-weight:700;
}
.hero-header__progress-info{
  display:flex;
  align-items:center;
  gap:var(--wp--preset--spacing--medium);
  margin-top:var(--wp--preset--spacing--small);
}
.hero-header__progress-info .icon{
  font-size:56px;
}
.hero-header__progress-info .progress{
  flex:1;
  max-width:180px;
  height:1px;
  background-color:currentColor;
}
.hero-header__progress-info .progress i{
  display:block;
  width:0;
  height:100%;
  background:var(--wp--preset--color--primary);
  transition:width .3s linear;
}
.swiper-slide:not(.swiper-slide-active) .hero-header__progress-info .progress i{
  transition:width 0s;
}
.hero-header__breadcrumb-wrapper{
  display:flex;
  align-items:center;
  gap:var(--wp--preset--spacing--small);
  max-width:100vw;
  padding-top:var(--wp--preset--spacing--small);
  padding-bottom:var(--wp--preset--spacing--small);
}
.hero-header .breadcrumb{
  position:relative;
  overflow:hidden;
}
.hero-header .breadcrumb>span{
  display:block;
  padding-right:var(--wp--preset--spacing--small);
  white-space:nowrap;
  overflow-x:auto;
  -ms-overflow-style:none;
  scrollbar-width:none;
}
.hero-header .breadcrumb>span::-webkit-scrollbar{
  display:none;
}
.hero-header .breadcrumb:after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:var(--wp--preset--spacing--small);
  background:linear-gradient(90deg, transparent, var(--wp--preset--color--background));
}
.hero-header__sharing{
  display:flex;
  align-items:center;
  gap:calc(var(--wp--preset--spacing--small)/2);
  margin-left:auto;
}
.hero-header__sharing button{
  padding:.25rem;
}
.hero-header__sharing .icon{
  display:block;
}
.footer{
  display:flex;
  flex-direction:column;
  gap:var(--wp--preset--spacing--x-large);
  margin-top:var(--wp--preset--spacing--xx-large);
  padding:var(--wp--preset--spacing--large) 0;
  overflow:hidden;
}
.footer a{
  color:inherit;
}
.footer .container{
  display:flex;
  flex-direction:column;
  gap:var(--wp--preset--spacing--xx-large);
}
.wp-site-blocks{
  --wp--style--gallery-gap-default:var(--wp--preset--spacing--small);
}
.wp-site-blocks p.is-style-location{
  color:var(--wp--preset--color--foreground);
}
.wp-site-blocks .rank-math-block .rank-math-answer,.wp-site-blocks .rank-math-block .rank-math-list-item:not(:first-child){
  margin-block-start:var(--wp--preset--spacing--small);
}
.wp-site-blocks .rank-math-block .rank-math-answer{
  display:none;
}
.wp-site-blocks .wp-block-buttons:not(:first-child){
  margin-block-start:var(--wp--preset--spacing--medium);
}
.wp-site-blocks .wp-block-details>:not(summary){
  margin-block-start:var(--wp--preset--spacing--small);
}
.wp-site-blocks .wp-element-caption{
  text-align:right;
}
.page-template{
  counter-reset:orderedImageTextPattern;
}
.page-template-listing .categories-list,.search-results .categories-list{
  margin-block-start:var(--wp--preset--spacing--large);
}
.page-template-listing .listing,.search-results .listing{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(360px, 1fr));
  gap:var(--wp--preset--spacing--medium);
  margin-block-start:var(--wp--preset--spacing--large);
}

.search-no-results .listing p{
  margin-block-start:var(--wp--preset--spacing--medium);
  text-align:center;
}
.single .wp-site-blocks{
  display:flex;
  gap:var(--wp--preset--spacing--small);
  flex-direction:column;
}
.single .wp-site-blocks main{
  flex:2;
}
.single .wp-site-blocks main .video-container{
  aspect-ratio:16/9;
}
.single .wp-site-blocks main .video-container video{
  height:100%;
  width:100%;
  border-radius:1rem;
}
.single .wp-site-blocks main .title{
  margin-block-start:var(--wp--preset--spacing--x-small);
}
.single .wp-site-blocks main .infos{
  margin-block-start:var(--wp--preset--spacing--small);
  padding:var(--wp--preset--spacing--small);
  background-color:var(--wp--preset--color--middleground);
  border-radius:1rem;
  text-align:justify;
}
.single .wp-site-blocks main .infos .categories-list__item{
  background-color:var(--wp--preset--color--background);
  pointer-events:none;
}
.single .wp-site-blocks main .infos .video-chapters{
  margin-block-start:var(--wp--preset--spacing--medium);
}
.single .wp-site-blocks main .infos .video-chapters .title{
  margin-block-end:var(--wp--preset--spacing--x-small);
}
.single .wp-site-blocks main .infos .video-chapters li .timecode{
  color:#1b75be;
  text-decoration:underline;
  cursor:pointer;
}
.single .wp-site-blocks main .infos .video-chapters li .timecode:hover{
  text-decoration:none;
}
.single .wp-site-blocks main .infos .description{
  margin-block-start:var(--wp--preset--spacing--medium);
}
.single .wp-site-blocks aside{
  flex:0.5;
  margin-block-start:var(--wp--preset--spacing--xx-large) !important;
}
.single .wp-site-blocks aside .listing{
  display:flex;
  flex-direction:column;
  gap:var(--wp--preset--spacing--x-small);
  margin-block-start:var(--wp--preset--spacing--medium);
}
[data-prefers-color-scheme=dark] body{
  --wp--preset--color--background:#0f0f0f;
  --wp--preset--color--middleground:#272727;
  --wp--preset--color--foreground:#fff;
}
[data-prefers-color-scheme=dark] body .has-foreground-background-color{
  --wp--preset--color--foreground:#0f0f0f;
}
[data-prefers-color-scheme=dark] body .has-background-color{
  --wp--preset--color--background:#fff;
}

@media (min-width:375px){
  .hidden-from-sm{
    display:none !important;
  }
}

@media (min-width:768px){
  body{
    --wp--custom--header-height:50px !important;
  }
  .hidden-from-md{
    display:none !important;
  }
  .header{
    gap:var(--wp--preset--spacing--medium);
  }
  .header__logo{
    width:min(10vw, 220px);
  }
  .header__menu{
    top:var(--wp--custom--header-height);
    height:calc(100vh - var(--wp--custom--header-height));
    height:calc(100dvh - var(--wp--custom--header-height));
  }
  .hero-header__thumbnail--mobile{
    display:none;
  }
  .hero-header__content{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:var(--wp--preset--spacing--small);
    min-height:min(100vh, 100svh);
    padding-top:calc(var(--wp--custom--header-height) + var(--wp--preset--spacing--xx-large));
    padding-bottom:var(--wp--preset--spacing--xx-large);
  }
  .hero-header__visible-part{
    display:contents;
  }
  .page-template-brochures .hero-header .hero-header__content,.page-template-listing .hero-header .hero-header__content,.page-template-listing-agenda .hero-header .hero-header__content{
    min-height:min(640px, 100vh, 100svh);
  }
  .footer .container{
    flex-direction:row;
  }
}

@media (min-width:783px){
  .hidden-from-md-wp{
    display:none !important;
  }
  #wpadminbar+.header{
    top:32px;
  }
}

@media (min-width:1024px){
  .hidden-from-md-land{
    display:none !important;
  }
}

@media (min-width:1200px){
  .hidden-from-lg{
    display:none !important;
  }
  .header.menu-open:before{
    background:var(--wp--preset--color--primary);
  }
  .header__menu{
    gap:var(--wp--preset--spacing--x-large);
    padding-right:calc(100% - max(34.375%, 480px) + var(--wp--preset--spacing--medium));
  }
  .header__main-menu{
    margin-bottom:auto;
  }
  .header__main-menu>.menu-item>a{
    font-size:var(--wp--preset--font-size--x-large);
  }
  .header__main-menu>.menu-item>a .icon-dropdown{
    display:none;
  }
  .header__main-menu>.menu-item-open .sub-menu{
    opacity:1;
    pointer-events:auto;
    overflow:auto;
  }
  .header__main-menu .sub-menu{
    display:block !important;
    position:absolute;
    right:0;
    top:0;
    width:calc(100% - max(34.375%, 480px));
    height:100%;
    padding:0 var(--wp--preset--spacing--medium) var(--wp--preset--spacing--large);
    opacity:0;
    pointer-events:none;
    overflow:hidden;
    transition:opacity .2s;
  }
  .header__main-menu .sub-menu>*{
    display:block;
    max-width:784px;
    margin-left:auto;
    margin-right:auto;
  }
  .hero-header__content .hero-header__visible-part>*,.hero-header__content>*{
    max-width:min(42.5rem, 100% - 272px - var(--wp--preset--spacing--x-large));
  }
  .single .wp-site-blocks{
    flex-direction:row;
  }
}

@media (min-width:1440px){
  .hidden-from-xl{
    display:none !important;
  }
}

@media (min-width:1600px){
  .hidden-from-xxl{
    display:none !important;
  }
}

@media (max-width:374px){
  .visible-from-sm{
    display:none !important;
  }
}

@media (max-width:767px){
  .visible-from-md{
    display:none !important;
  }
  .hero-header__media{
    max-height:min(100vh, 100svh);
  }
  .hero-header__thumbnail--mobile+.hero-header__thumbnail--desktop{
    display:none;
  }
  .hero-header__visible-part{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    gap:var(--wp--preset--spacing--small);
    min-height:min(100vh, 100svh);
    padding-top:calc(var(--wp--custom--header-height) + var(--wp--preset--spacing--xx-large));
    padding-bottom:var(--wp--preset--spacing--x-large);
  }
  .hero-header__text{
    margin-block-start:calc(var(--wp--preset--spacing--large)*-1);
    padding:var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium) var(--wp--preset--spacing--small);
    background-color:var(--wp--preset--color--background);
    color:var(--wp--preset--color--foreground);
  }
  .page-template-brochures .hero-header .hero-header__media,.page-template-listing .hero-header .hero-header__media,.page-template-listing-agenda .hero-header .hero-header__media{
    max-height:min(640px, 100vh, 100svh);
  }
  .page-template-brochures .hero-header .hero-header__visible-part,.page-template-listing .hero-header .hero-header__visible-part,.page-template-listing-agenda .hero-header .hero-header__visible-part{
    min-height:min(640px, 100vh, 100svh);
  }
  .page-template-editorial-content main>article>:not(.hero-header),.page-template-experience main>article>:not(.hero-header),.page-template-magazine main>article>:not(.hero-header){
    text-align:center;
  }
  .page-template-editorial-content main>article .card,.page-template-experience main>article .card,.page-template-magazine main>article .card{
    text-align:left;
  }
  .page-template-editorial-content main>article .wp-block-buttons:not([class*=is-content-justification]),.page-template-experience main>article .wp-block-buttons:not([class*=is-content-justification]),.page-template-magazine main>article .wp-block-buttons:not([class*=is-content-justification]){
    justify-content:center;
  }
  .page-template-editorial-content main>article .is-style-h3-surtitle:not([class*=has-text-align]):after,.page-template-experience main>article .is-style-h3-surtitle:not([class*=has-text-align]):after,.page-template-magazine main>article .is-style-h3-surtitle:not([class*=has-text-align]):after{
    margin-left:auto;
    margin-right:auto;
  }
  .page-template-editorial-content main>article .is-style-location,.page-template-experience main>article .is-style-location,.page-template-magazine main>article .is-style-location{
    justify-content:center;
  }
  .page-template-editorial-content main>article .is-style-h4,.page-template-editorial-content main>article .is-style-h4-surtitle,.page-template-editorial-content main>article .pattern-cover .is-style-h3-surtitle:after,.page-template-experience main>article .is-style-h4,.page-template-experience main>article .is-style-h4-surtitle,.page-template-experience main>article .pattern-cover .is-style-h3-surtitle:after,.page-template-magazine main>article .is-style-h4,.page-template-magazine main>article .is-style-h4-surtitle,.page-template-magazine main>article .pattern-cover .is-style-h3-surtitle:after{
    margin-left:auto;
    margin-right:auto;
  }
  .page-template-editorial-content main>article .pattern-cover [class*=has-text-align],.page-template-experience main>article .pattern-cover [class*=has-text-align],.page-template-magazine main>article .pattern-cover [class*=has-text-align]{
    text-align:center;
  }
  .page-template-editorial-content main>article .pattern-cover [class*=is-content-justification],.page-template-experience main>article .pattern-cover [class*=is-content-justification],.page-template-magazine main>article .pattern-cover [class*=is-content-justification]{
    justify-content:center;
  }
}

@media (max-width:782px){
  .visible-from-md-wp{
    display:none !important;
  }
}

@media (max-width:1023px){
  .visible-from-md-land{
    display:none !important;
  }
}

@media (max-width:1199px){
  .visible-from-lg{
    display:none !important;
  }
}

@media (max-width:1439px){
  .visible-from-xl{
    display:none !important;
  }
}

@media (max-width:1599px){
  .visible-from-xxl{
    display:none !important;
  }
}

@media (prefers-color-scheme:dark){
  :root:not([data-prefers-color-scheme=light]) .theme-toggle .sun-and-moon>.sun{
    transform:scale(1.75);
  }
  :root:not([data-prefers-color-scheme=light]) .theme-toggle .sun-and-moon>.sun-beams{
    opacity:0;
  }
  :root:not([data-prefers-color-scheme=light]) .theme-toggle .sun-and-moon>.moon>circle{
    transform:translateX(-7px);
  }
  @supports (cx:1){
    :root:not([data-prefers-color-scheme=light]) .theme-toggle .sun-and-moon>.moon>circle{
      transform:translateX(0);
      cx:17;
    }
  }
  :not([data-prefers-color-scheme=light]) body{
    --wp--preset--color--background:#0f0f0f;
    --wp--preset--color--middleground:#272727;
    --wp--preset--color--foreground:#fff;
  }
  :not([data-prefers-color-scheme=light]) body .has-foreground-background-color{
    --wp--preset--color--foreground:#0f0f0f;
  }
  :not([data-prefers-color-scheme=light]) body .has-background-color{
    --wp--preset--color--background:#fff;
  }
}

@media (prefers-reduced-motion:no-preference){
  .theme-toggle .sun-and-moon>.sun{
    transition:transform .5s cubic-bezier(.5, 1.25, .75, 1.25);
  }
  .theme-toggle .sun-and-moon>.sun-beams{
    transition:transform .5s cubic-bezier(.5, 1.5, .75, 1.25),opacity .5s cubic-bezier(.25, 0, .3, 1);
  }
  .theme-toggle .sun-and-moon .moon>circle{
    transition:transform .25s cubic-bezier(0, 0, 0, 1);
  }
  @supports (cx:1){
    .theme-toggle .sun-and-moon .moon>circle{
      transition:cx .25s cubic-bezier(0, 0, 0, 1);
    }
  }
  :root[data-prefers-color-scheme=dark] .theme-toggle .sun-and-moon>.sun{
    transform:scale(1.75);
    transition-timing-function:cubic-bezier(.25, 0, .3, 1);
    transition-duration:.25s;
  }
  :root[data-prefers-color-scheme=dark] .theme-toggle .sun-and-moon>.sun-beams{
    transform:rotate(-25deg);
    transition-duration:.15s;
  }
  :root[data-prefers-color-scheme=dark] .theme-toggle .sun-and-moon>.moon>circle{
    transition-delay:.25s;
    transition-duration:.5s;
  }
}

@media (prefers-reduced-motion:no-preference) and (prefers-color-scheme:dark){
  :root:not([data-prefers-color-scheme=light]) .theme-toggle .sun-and-moon>.sun{
    transform:scale(1.75);
    transition-timing-function:cubic-bezier(.25, 0, .3, 1);
    transition-duration:.25s;
  }
  :root:not([data-prefers-color-scheme=light]) .theme-toggle .sun-and-moon>.sun-beams{
    transform:rotate(-25deg);
    transition-duration:.15s;
  }
  :root:not([data-prefers-color-scheme=light]) .theme-toggle .sun-and-moon>.moon>circle{
    transition-delay:.25s;
    transition-duration:.5s;
  }
}
/*# sourceMappingURL=style.css.map */
