/* === kcm calendrier 2026-2027 START === */
body.page-id-3805 .entry-content {
  padding-bottom: 0 !important;
  overflow: clip;
}
body.page-id-3805 .entry-header,
body.page-id-3805 .entry-title {
  display: none !important;
}
body.page-id-3805 .kcm-calendar {
  width: min(100%, 1200px);
  margin-inline: auto;
  font-family: "AR One Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
}
body.page-id-3805 .kcm-calendar-hero {
  max-width: 1000px;
  text-align: center;
}
body.page-id-3805 .kcm-calendar-eyebrow {
  margin: 0 0 20px;
  color: #e32422;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.3;
}
body.page-id-3805 .kcm-calendar-hero h1 {
  max-width: 900px;
  margin: 0 auto 24px;
  color: #0f172a;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.05;
}
body.page-id-3805 .kcm-calendar-lead {
  max-width: 800px;
  margin: 0 auto;
  color: #475569;
  font-size: 20px;
  line-height: 1.6;
}
body.page-id-3805 .kcm-calendar-month-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 36px auto 0;
}
body.page-id-3805 .kcm-calendar-month-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  background: #ffffff;
  color: #0e4470;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
body.page-id-3805 .kcm-calendar-month-nav a:hover {
  border-color: #e32422;
  color: #e32422;
  transform: translateY(-2px);
}
body.page-id-3805 .kcm-calendar-month-nav a:focus-visible,
body.page-id-3805 .kcm-calendar-button:focus-visible {
  outline: 3px solid #e32422;
  outline-offset: 3px;
}
body.page-id-3805 .kcm-calendar-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
body.page-id-3805 .kcm-calendar-legend li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: #475569;
  font-size: 14px;
  line-height: 1.35;
}
body.page-id-3805 .kcm-calendar-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
body.page-id-3805 .kcm-calendar-dot--blue {
  background: #0e4470;
}
body.page-id-3805 .kcm-calendar-dot--red {
  background: #e32422;
}
body.page-id-3805 .kcm-calendar-dot--gray {
  background: #64748b;
}
body.page-id-3805 .kcm-calendar-month {
  margin: 0 0 72px;
  scroll-margin-top: 140px;
}
body.page-id-3805 .kcm-calendar-month:last-child {
  margin-bottom: 0;
}
body.page-id-3805 .kcm-calendar-month__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #0e4470;
}
body.page-id-3805 .kcm-calendar-month__header h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
}
body.page-id-3805 .kcm-calendar-month__header span {
  color: #e32422;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
}
body.page-id-3805 .kcm-calendar-events {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
body.page-id-3805 .kcm-calendar-event {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 146px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-left: 5px solid #0e4470;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: rgba(15, 23, 42, 0.06) 0 4px 24px;
}
body.page-id-3805 .kcm-calendar-event--competition,
body.page-id-3805 .kcm-calendar-event--grade {
  border-left-color: #e32422;
}
body.page-id-3805 .kcm-calendar-event--ferie {
  border-left-color: #64748b;
  background: #f8fafc;
}
body.page-id-3805 .kcm-calendar-event__date {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding: 20px 14px;
  border-right: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0e4470;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
body.page-id-3805 .kcm-calendar-event--competition .kcm-calendar-event__date,
body.page-id-3805 .kcm-calendar-event--grade .kcm-calendar-event__date {
  color: #b91c1c;
}
body.page-id-3805 .kcm-calendar-event--ferie .kcm-calendar-event__date {
  color: #475569;
}
body.page-id-3805 .kcm-calendar-event__body {
  align-self: center;
  min-width: 0;
  padding: 24px;
}
body.page-id-3805 .kcm-calendar-badge {
  display: inline-block;
  margin-bottom: 10px;
  color: #0e4470;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.3;
  text-transform: uppercase;
}
body.page-id-3805 .kcm-calendar-event--competition .kcm-calendar-badge,
body.page-id-3805 .kcm-calendar-event--grade .kcm-calendar-badge {
  color: #b91c1c;
}
body.page-id-3805 .kcm-calendar-event--ferie .kcm-calendar-badge {
  color: #475569;
}
body.page-id-3805 .kcm-calendar-event h3 {
  margin: 0;
  color: #0f172a;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.3;
}
body.page-id-3805 .kcm-calendar-event p {
  margin: 8px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.55;
}
body.page-id-3805 .kcm-calendar-resources {
  max-width: 820px;
  color: #ffffff;
  text-align: center;
}
body.page-id-3805 .kcm-calendar-resources .kcm-calendar-eyebrow {
  color: #ffffff;
  opacity: 0.82;
}
body.page-id-3805 .kcm-calendar-resources h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
}
body.page-id-3805 .kcm-calendar-resources p:not(.kcm-calendar-eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.65;
}
body.page-id-3805 .kcm-calendar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
body.page-id-3805 .kcm-calendar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 36px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease;
}
body.page-id-3805 .kcm-calendar-button:hover {
  border-color: #e32422;
  transform: translateY(-2px);
}
body.page-id-3805 .kcm-calendar-button--primary {
  background: #e32422;
  color: #ffffff;
}
body.page-id-3805 .kcm-calendar-button--primary:hover {
  background: #c81f1d;
  color: #ffffff;
}
body.page-id-3805 .kcm-calendar-button--secondary {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
body.page-id-3805 .kcm-calendar-button--secondary:hover {
  background: #ffffff;
  color: #0e4470;
}
@media (max-width: 1024px) {
  body.page-id-3805 .kcm-calendar-hero h1 {
    font-size: 54px;
    letter-spacing: -1.5px;
    line-height: 1.1;
  }
  body.page-id-3805 .kcm-calendar-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 781px) {
  body.page-id-3805 .kcm-calendar-hero h1 {
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 1.15;
  }
  body.page-id-3805 .kcm-calendar-lead {
    font-size: 16px;
  }
  body.page-id-3805 .kcm-calendar-month-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding: 4px 4px 12px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  body.page-id-3805 .kcm-calendar-month-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  body.page-id-3805 .kcm-calendar-events {
    grid-template-columns: 1fr;
  }
  body.page-id-3805 .kcm-calendar-month__header h2 {
    font-size: 32px;
  }
  body.page-id-3805 .kcm-calendar-resources h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  body.page-id-3805 .kcm-calendar-legend {
    grid-template-columns: 1fr;
  }
  body.page-id-3805 .kcm-calendar-legend li {
    justify-content: flex-start;
  }
  body.page-id-3805 .kcm-calendar-event {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 132px;
  }
  body.page-id-3805 .kcm-calendar-event__date {
    padding: 18px 10px;
    font-size: 15px;
  }
  body.page-id-3805 .kcm-calendar-event__body {
    padding: 20px 18px;
  }
  body.page-id-3805 .kcm-calendar-event h3 {
    font-size: 19px;
  }
  body.page-id-3805 .kcm-calendar-actions {
    align-items: stretch;
    flex-direction: column;
  }
  body.page-id-3805 .kcm-calendar-button {
    width: 100%;
  }
}
/* === kcm calendrier 2026-2027 END === */.wp-block-uagb-container{display:flex;position:relative;box-sizing:border-box;transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease}.wp-block-uagb-container .spectra-container-link-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}.wp-block-uagb-container.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:flex;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}.wp-block-uagb-container .wp-block-uagb-blockquote,.wp-block-uagb-container .wp-block-spectra-pro-login,.wp-block-uagb-container .wp-block-spectra-pro-register{margin:unset}.wp-block-uagb-container .uagb-container__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.wp-block-uagb-container .uagb-container__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-container.uagb-layout-grid{display:grid;width:100%}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap{display:inherit;width:inherit}.wp-block-uagb-container.uagb-layout-grid>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.uagb-is-root-container>.wp-block-uagb-container{max-width:unset !important;width:unset !important}.wp-block-uagb-container.uagb-layout-grid.alignwide.uagb-is-root-container{margin-left:auto;margin-right:auto}.wp-block-uagb-container.uagb-layout-grid.alignfull.uagb-is-root-container .uagb-container-inner-blocks-wrap{display:inherit;position:relative;box-sizing:border-box;margin-left:auto !important;margin-right:auto !important}body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-info-box),body .wp-block-uagb-container>.uagb-container-inner-blocks-wrap,body .wp-block-uagb-container>*:not(.wp-block-uagb-container):not(.wp-block-uagb-column):not(.wp-block-uagb-container):not(.wp-block-uagb-section):not(.uagb-container__shape):not(.uagb-container__video-wrap):not(.wp-block-spectra-pro-register):not(.wp-block-spectra-pro-login):not(.uagb-slider-container):not(.spectra-container-link-overlay):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-faq__outer-wrap){min-width:unset !important;width:100%;position:relative}body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container ol,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap>ul,body .ast-container .wp-block-uagb-container>.uagb-container-inner-blocks-wrap ol{max-width:-webkit-fill-available;margin-block-start:0;margin-block-end:0;margin-left:20px}.ast-plain-container .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .uagb-is-root-container.wp-block-uagb-container.alignwide{margin-left:auto;margin-right:auto}.uagb-container__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.uagb-container__shape-top{top:-3px}.uagb-container__shape-bottom{bottom:-3px}.uagb-container__shape.uagb-container__invert.uagb-container__shape-bottom,.uagb-container__shape.uagb-container__invert.uagb-container__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-container__shape.uagb-container__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-container__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-container__shape .uagb-container__shape-fill{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-container__shape.uagb-container__shape-above-content{z-index:9;pointer-events:none}.nv-single-page-wrap .nv-content-wrap.entry-content .wp-block-uagb-container.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}@media only screen and (max-width: 767px){.wp-block-uagb-container .wp-block-uagb-advanced-heading{width:-webkit-fill-available}}.wp-block-uagb-image--align-none{justify-content:center}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-hero{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-hero > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero{box-shadow: 0px 0px   #00000070 ;padding-top: 96px;padding-bottom: 72px;padding-left: 32px;padding-right: 32px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-color: #f8fafc;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-agenda{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-agenda > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda{box-shadow: 0px 0px   #00000070 ;padding-top: 96px;padding-bottom: 96px;padding-left: 32px;padding-right: 32px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-color: #ffffff;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-ressources{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-ressources > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources{box-shadow: 0px 0px   #00000070 ;padding-top: 96px;padding-bottom: 96px;padding-left: 32px;padding-right: 32px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;background-color: #0e4470;row-gap: 20px;column-gap: 20px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-hero{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-hero > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero{padding-top: 72px;padding-bottom: 56px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;order: initial;background-color: #f8fafc;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-agenda{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-agenda > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda{padding-top: 72px;padding-bottom: 72px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;order: initial;background-color: #ffffff;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-ressources{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-ressources > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources{padding-top: 72px;padding-bottom: 72px;padding-left: 24px;padding-right: 24px;margin-top:  !important;margin-bottom:  !important;order: initial;background-color: #0e4470;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-hero{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-hero > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-kcm-calendrier-hero{padding-top: 56px;padding-bottom: 48px;padding-left: 16px;padding-right: 16px;margin-top:  !important;margin-bottom:  !important;order: initial;background-color: #f8fafc;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-agenda{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-agenda > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-kcm-calendrier-agenda{padding-top: 56px;padding-bottom: 56px;padding-left: 16px;padding-right: 16px;margin-top:  !important;margin-bottom:  !important;order: initial;background-color: #ffffff;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-kcm-calendrier-ressources{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-kcm-calendrier-ressources > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-kcm-calendrier-ressources{padding-top: 56px;padding-bottom: 56px;padding-left: 16px;padding-right: 16px;margin-top:  !important;margin-bottom:  !important;order: initial;background-color: #0e4470;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media(max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media(max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}