@charset "UTF-8";
body,
body *,
.elementor *,
.elementor-widget *,
p,
h1, h2, h3, h4, h5, h6,
span, div, a, li, td, th,
blockquote, cite {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
  -webkit-hyphenate-character: none !important;
  hyphenate-character: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
.elementor-button:focus-visible {
  outline: 2px dashed var(--e-global-color-primary, #143127) !important;
  outline-offset: 3px;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
select:focus:not(:focus-visible),
[tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),
.elementor-button:focus:not(:focus-visible) {
  outline: none !important;
}

.SidebarCef .menu-item-text {
  display: none;
}
.SidebarCef .cefTitleMenuOpen {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.15s ease;
  width: auto;
  height: 40px;
  overflow: hidden;
}
.SidebarCef.isopen .menu-item-text {
  display: inline;
}
.SidebarCef.isopen .cefTitleMenuOpen {
  opacity: 1;
}
.SidebarCef .elementor-widget-theme-site-logo {
  flex-shrink: 0;
  width: auto;
}

.toogleMenuCef {
  cursor: pointer;
}

.MainMenuLeftCEF {
  font-family: var(--e-global-typography-primary-font-family);
}
.MainMenuLeftCEF ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.MainMenuLeftCEF ul.menu > .menu-item {
  position: relative;
}
.MainMenuLeftCEF ul.menu > .menu-item > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 18px;
  color: var(--e-global-color-text);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
  padding: 8px;
  border-radius: 15px;
}
.MainMenuLeftCEF ul.menu > .menu-item > a:hover {
  color: var(--e-global-color-primary);
}
.MainMenuLeftCEF ul.menu > .menu-item > a .menu-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-left: auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0deg);
}
.MainMenuLeftCEF ul.menu > .menu-item > a .cef-menu-icon {
  background: linear-gradient(180deg, #eaf7ef 0%, #f3f8e9 55%, #fff8c9 100%);
  border-radius: 12px;
  padding: 10px;
  font-size: 1.6em;
}
.MainMenuLeftCEF .sub-menu .menu-item {
  margin-bottom: 10px;
}
.MainMenuLeftCEF .sub-menu .menu-item > a {
  font-weight: normal;
  font-size: 16px;
  color: var(--e-global-color-text);
  text-decoration: none;
  display: block;
  padding: 4px 12px;
  transition: color 0.2s, background 0.2s;
  border-radius: 4px;
}
.MainMenuLeftCEF .sub-menu .menu-item > a:hover {
  color: var(--e-global-color-primary);
  background: rgba(0, 0, 0, 0.04);
}
.MainMenuLeftCEF .sub-menu .menu-item.current-menu-item > a, .MainMenuLeftCEF .sub-menu .menu-item.current_page_item > a {
  color: var(--e-global-color-primary);
  font-weight: 600;
}

.MainMenuLeftCEF:not(.menu-behavior-click) ul.menu > .menu-item > .sub-menu:not(.sub-menu--floating-custom) {
  display: none !important;
}

.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item {
  display: flex;
  justify-content: center;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item > a .cef-menu-icon {
  margin-right: 0;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item > a .menu-item-text {
  display: none;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item > a .menu-arrow {
  display: none;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item:not(.menu-item-has-children) > a:hover .menu-item-text, .MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item:not(.menu-item-has-children) > a:focus-visible .menu-item-text {
  display: inline;
  position: absolute;
  left: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: var(--e-global-color-primary);
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  z-index: 100;
  pointer-events: none;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item.menu-item--hover > a {
  color: #fff;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item.menu-item--hover > a .cef-menu-icon {
  background: var(--e-global-color-primary);
  color: #fff;
  border-radius: 12px;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item.current-menu-item > a {
  color: #fff;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item.current-menu-item > a .cef-menu-icon {
  background: var(--e-global-color-primary);
  color: #fff;
  border-radius: 12px;
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item.current-menu-ancestor > a {
  color: var(--e-global-color-primary);
}
.MainMenuLeftCEF.menu-behavior-hover ul.menu > .menu-item.current-menu-ancestor > a .cef-menu-icon {
  background: var(--e-global-color-primary);
  color: #fff;
  border-radius: 12px;
}
.MainMenuLeftCEF.menu-behavior-hover .sub-menu--floating-custom {
  position: fixed;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  display: none;
  opacity: 0;
  pointer-events: none;
  max-height: 80vh;
  overflow-y: auto;
  min-width: 200px;
}
.MainMenuLeftCEF.menu-behavior-hover .sub-menu--floating-custom::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  transform: rotate(45deg);
}
.MainMenuLeftCEF.menu-behavior-hover .sub-menu--floating-custom .sub-menu-floating-header {
  padding: 8px 16px 4px;
  font-weight: bold;
  font-size: 20px;
  color: var(--e-global-color-primary);
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
  cursor: default;
  pointer-events: none;
}
.MainMenuLeftCEF.menu-behavior-hover .sub-menu--floating-custom .menu-item {
  margin: 0;
}
.MainMenuLeftCEF.menu-behavior-hover .sub-menu--floating-custom .menu-item > a {
  font-size: 16px;
  padding: 6px 16px;
  display: block;
  color: var(--e-global-color-text);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.MainMenuLeftCEF.menu-behavior-hover .sub-menu--floating-custom .menu-item > a:hover {
  background: var(--e-global-color-primary);
  color: #fff;
}

.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item > a .cef-menu-icon {
  margin-right: 6px;
  font-size: 1em;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item > a .menu-item-text {
  display: inline;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item > .sub-menu {
  max-height: 0px;
  overflow: hidden;
  padding-left: 0px;
  margin-top: 0px;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
  opacity: 0;
  border-left: 1px dotted;
  margin-left: 25px;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item > .sub-menu > .menu-item {
  margin-bottom: 0;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item > .sub-menu > .menu-item a {
  padding-left: 39px;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item > .sub-menu.sub-menu--open {
  opacity: 1;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.menu-item--expanded > a {
  color: var(--e-global-color-text);
  background-color: #E5F5EA;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.menu-item--expanded > a > .cef-menu-icon {
  background: #F6EB9B;
  color: var(--e-global-color-text);
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.current-menu-item > a {
  color: var(--e-global-color-text);
  background-color: #E5F5EA;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.current-menu-item > a > .cef-menu-icon {
  background: #F6EB9B;
  color: var(--e-global-color-text);
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.current-menu-ancestor > a {
  color: var(--e-global-color-primary);
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.current-menu-ancestor > a > .cef-menu-icon {
  background: var(--e-global-color-primary);
  color: #fff;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.current-menu-ancestor.menu-item--expanded > a {
  color: var(--e-global-color-text);
  background-color: #E5F5EA;
}
.MainMenuLeftCEF.menu-behavior-click ul.menu > .menu-item.current-menu-ancestor.menu-item--expanded > a > .cef-menu-icon {
  background: #F6EB9B;
  color: var(--e-global-color-text);
}

@media (max-width: 767px) {
  .MainMenuLeftCEF.menu-behavior-hover .sub-menu--floating-custom {
    display: none !important;
  }
}
.MainMenuLeftCEF a:focus-visible,
.MainMenuLeftCEF button:focus-visible,
.MainMenuLeftCEF [tabindex]:not([tabindex="-1"]):focus-visible,
.sub-menu--floating-custom a:focus-visible,
.sub-menu--floating-custom button:focus-visible,
.toogleMenuCef:focus-visible,
.SidebarCef a:focus-visible,
.SidebarCef button:focus-visible {
  outline: 2px dashed var(--e-global-color-primary, #007cba);
  outline-offset: 3px;
  border-radius: 4px;
}
.MainMenuLeftCEF a:focus:not(:focus-visible),
.MainMenuLeftCEF button:focus:not(:focus-visible),
.MainMenuLeftCEF [tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),
.sub-menu--floating-custom a:focus:not(:focus-visible),
.sub-menu--floating-custom button:focus:not(:focus-visible),
.toogleMenuCef:focus:not(:focus-visible),
.SidebarCef a:focus:not(:focus-visible),
.SidebarCef button:focus:not(:focus-visible) {
  outline: none;
}

.toogleMenuCef:focus-visible {
  outline-offset: 4px;
}

.cef-menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cef-menu-icon--svg {
  max-width: 24px;
  max-height: 24px;
  height: auto;
}
.cef-menu-icon--font {
  font-size: 1.2em;
  line-height: 1;
  color: inherit;
}

.menuFooterCef {
  font-family: var(--e-global-typography-primary-font-family);
}
.menuFooterCef ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menuFooterCef ul li a {
  color: var(--e-global-color-text);
  text-decoration: none;
}
.menuFooterCef ul li a:hover {
  color: var(--e-global-color-primary);
}
.menuFooterCef ul.menu > .menu-item {
  margin-bottom: 35px;
}
.menuFooterCef ul.menu > .menu-item > a {
  font-weight: bold;
  font-size: 24px;
}
.menuFooterCef ul.menu > .menu-item > a[href="#"] {
  pointer-events: none;
  cursor: default;
}
.menuFooterCef .sub-menu .menu-item {
  margin-bottom: 10px;
}
.menuFooterCef .sub-menu .menu-item > a {
  font-weight: normal;
  font-size: 18px;
}

.cef-calendar-custom .jet-calendar-grid tbody .jet-calendar-week__day:not(.day-pad):nth-child(6), .cef-calendar-custom .jet-calendar-grid tbody .jet-calendar-week__day:not(.day-pad):nth-child(7) {
  background-color: #f5f5f5;
}

body:not(.page-template-fullwidth-content) .site-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.item-chiffres-cef .elementor-icon-box-icon > .elementor-icon {
  background: linear-gradient(180deg, #eaf7ef 0%, #f3f8e9 55%, #fff8c9 100%);
  border-radius: 12px;
  padding: 10px;
}

.selectFilterCef {
  position: relative;
  font-family: var(--e-global-typography-primary-font-family);
}
.selectFilterCef select.jet-select__control {
  display: none !important;
}

.cef-custom-select {
  position: relative;
  width: 100%;
}
.cef-custom-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  color: var(--e-global-color-97c314f);
  background: #fff;
  border: 2px solid #E0DADA;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  outline: none;
  text-align: left;
  line-height: 1.4;
}
.cef-custom-select__trigger:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.cef-custom-select__trigger:hover .cef-custom-select__label {
  color: #fff;
}
.cef-custom-select__trigger:hover .cef-custom-select__arrow {
  color: white;
}
.cef-custom-select__trigger:focus-visible {
  border-color: var(--e-global-color-primary, #3b82f6);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.cef-custom-select__label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--e-global-color-97c314f);
}
.cef-custom-select__arrow {
  font-size: 40px;
  color: #BFBFBF;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}
.cef-custom-select.is-open .cef-custom-select__trigger {
  border: 1px solid var(--e-global-color-f224343);
  box-shadow: 0 1px 30px 10px rgba(51, 51, 51, 0.12);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cef-custom-select.is-open .cef-custom-select__arrow {
  color: white;
}
.cef-custom-select__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--e-global-color-f224343);
  border-top: none;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 280px;
  overflow-y: auto;
  list-style: none;
  padding: 4px 0;
  margin: 0;
}
.cef-custom-select__dropdown::-webkit-scrollbar {
  width: 6px;
}
.cef-custom-select__dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.cef-custom-select__dropdown::-webkit-scrollbar-thumb {
  background: #d0d5d8;
  border-radius: 3px;
}
.cef-custom-select__option {
  padding: 10px 18px;
  font-size: 15px;
  color: var(--e-global-color-text, #333);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  outline: none;
  list-style: none;
}
.cef-custom-select__option:hover, .cef-custom-select__option:focus {
  background: #f0f4f8;
}
.cef-custom-select__option:focus-visible {
  background: #e8f0fe;
  outline: 2px dashed var(--e-global-color-primary);
  outline-offset: -2px;
}
.cef-custom-select__option.is-placeholder {
  color: #94a3b8;
  font-style: italic;
  cursor: default;
}
.cef-custom-select__option.is-placeholder:hover, .cef-custom-select__option.is-placeholder:focus {
  background: transparent;
}
.cef-custom-select__option.is-selected {
  font-weight: 100;
  color: var(--e-global-color-primary);
  background: #e8f5e9;
  font-style: normal;
}

.searchVilleZip .jet-search-filter__input-wrapper {
  position: relative;
}
.searchVilleZip .jet-search-filter__input-wrapper::before {
  content: "";
  font-family: "uicons-thin-straight";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #BFBFBF;
  font-size: 32px;
  pointer-events: none;
  z-index: 1;
}
.searchVilleZip .jet-search-filter__input-wrapper:has(.jet-input-not-empty)::before {
  display: none;
}
.searchVilleZip .jet-search-filter__input-wrapper .jet-search-filter__input {
  padding-left: 40px;
}
.searchVilleZip .jet-search-filter__input-wrapper .jet-search-filter__input-loading {
  right: 28px;
}
.searchVilleZip .jet-search-filter__input-wrapper .jet-search-filter__input-clear {
  right: 24px;
  margin-top: -20px;
}
.searchVilleZip .jet-search-filter__input-wrapper .jet-search-filter__input-clear svg {
  display: none;
}
.searchVilleZip .jet-search-filter__input-wrapper .jet-search-filter__input-clear::after {
  content: "";
  font-family: "uicons-thin-straight";
  font-size: 20px;
  color: #BFBFBF;
}

.searchBarCefHome .e-search-input-wrapper {
  position: relative;
}
.searchBarCefHome .e-search-input-wrapper::before {
  content: "";
  font-family: "uicons-thin-straight";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #BFBFBF;
  font-size: 32px;
  pointer-events: none;
  z-index: 1;
}
.searchBarCefHome .e-search-input-wrapper:has(> svg:not(.hidden))::before {
  display: none;
}
.searchBarCefHome .e-search-input-wrapper .e-search-input {
  padding-right: 40px;
}

@media (max-width: 767px) {
  .cef-custom-select__dropdown {
    max-height: 200px;
  }
}
.prevSlideActus,
.nextSlideActus,
.prevSlideProfil,
.nextSlideProfil,
.prevSlideEvent,
.nextSlideEvent {
  cursor: pointer;
  transition: opacity 0.2s, fill 0.2s;
}
.prevSlideActus svg,
.nextSlideActus svg,
.prevSlideProfil svg,
.nextSlideProfil svg,
.prevSlideEvent svg,
.nextSlideEvent svg {
  fill: var(--e-global-color-primary);
  transition: fill 0.2s, opacity 0.2s;
  width: 24px;
  height: 24px;
}
.prevSlideActus:hover,
.nextSlideActus:hover,
.prevSlideProfil:hover,
.nextSlideProfil:hover,
.prevSlideEvent:hover,
.nextSlideEvent:hover {
  opacity: 0.65;
}
.prevSlideActus:hover svg,
.nextSlideActus:hover svg,
.prevSlideProfil:hover svg,
.nextSlideProfil:hover svg,
.prevSlideEvent:hover svg,
.nextSlideEvent:hover svg {
  fill: var(--e-global-color-accent);
}
.prevSlideActus:focus-visible,
.nextSlideActus:focus-visible,
.prevSlideProfil:focus-visible,
.nextSlideProfil:focus-visible,
.prevSlideEvent:focus-visible,
.nextSlideEvent:focus-visible {
  outline: 2px dashed var(--e-global-color-primary, #143127) !important;
  outline-offset: 4px;
  border-radius: 4px;
}
.prevSlideActus:focus:not(:focus-visible),
.nextSlideActus:focus:not(:focus-visible),
.prevSlideProfil:focus:not(:focus-visible),
.nextSlideProfil:focus:not(:focus-visible),
.prevSlideEvent:focus:not(:focus-visible),
.nextSlideEvent:focus:not(:focus-visible) {
  outline: none !important;
}
.prevSlideActus.is-disabled,
.nextSlideActus.is-disabled,
.prevSlideProfil.is-disabled,
.nextSlideProfil.is-disabled,
.prevSlideEvent.is-disabled,
.nextSlideEvent.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.prevSlideActus.is-disabled:hover,
.nextSlideActus.is-disabled:hover,
.prevSlideProfil.is-disabled:hover,
.nextSlideProfil.is-disabled:hover,
.prevSlideEvent.is-disabled:hover,
.nextSlideEvent.is-disabled:hover {
  opacity: 0.3;
}

.cef-profil-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  margin-top: 5px;
}

.cef-portails-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-color: #fff;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  margin-top: 5px;
}

#listing-sujets-cles-home .jet-listing-grid__items {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 7px;
  max-width: 700px;
  margin: 0 auto;
}
#listing-sujets-cles-home .jet-listing-grid__item {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: none !important;
}
#listing-sujets-cles-home .elementor-heading-title a,
#listing-sujets-cles-home .jet-listing-dynamic-link__link {
  display: inline-block;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  color: var(--e-global-color-9c122ed);
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  line-height: 1.4;
}
#listing-sujets-cles-home .elementor-heading-title a:hover,
#listing-sujets-cles-home .jet-listing-dynamic-link__link:hover {
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
#listing-sujets-cles-home .elementor-heading-title a:focus-visible,
#listing-sujets-cles-home .jet-listing-dynamic-link__link:focus-visible {
  outline: 2px dashed var(--e-global-color-primary);
  outline-offset: 3px;
}
#listing-sujets-cles-home .e-con-full,
#listing-sujets-cles-home .elementor-element {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.slideEventHome .cef-event-red {
  background-image: url("/wp-content/uploads/2026/06/cover_event_red.png") !important;
}
.slideEventHome .cef-event-red .elementor-button {
  background-color: #5E1122 !important;
}

.slideEventHome .cef-event-yellow {
  background-image: url("/wp-content/uploads/2026/06/cover_event_yellow.png") !important;
}
.slideEventHome .cef-event-yellow .elementor-heading-title {
  color: var(--e-global-color-text) !important;
}
.slideEventHome .cef-event-yellow .elementor-button {
  background-color: #8D7B0F !important;
}

.slideEventHome .elementor-button:focus-visible {
  outline-color: #fff !important;
}

.slideEventHome .cef-event-yellow .elementor-button:focus-visible {
  outline-color: #000 !important;
}

.topbarCefDesktop .elementor-icon-box-wrapper .elementor-icon-box-title a:focus-visible,
.topbarCefDesktop .elementor-icon-box-wrapper .elementor-icon-box-content a:focus-visible {
  outline: 2px dashed var(--e-global-color-primary, #143127) !important;
  outline-offset: 4px;
  border-radius: 4px;
}
.topbarCefDesktop .elementor-icon-box-wrapper .elementor-icon-box-title a:focus:not(:focus-visible),
.topbarCefDesktop .elementor-icon-box-wrapper .elementor-icon-box-content a:focus:not(:focus-visible) {
  outline: none !important;
}

.cef-content-articles p, .cef-content-articles li, .cef-content-articles div {
  font-size: 18px;
}
.cef-content-articles ul li::marker {
  color: var(--e-global-color-primary);
}
.cef-content-articles a,
.cef-content-articles p a,
.cef-content-articles li a {
  color: var(--e-global-color-ba12b83);
  text-decoration: underline;
}
.cef-content-articles a:hover,
.cef-content-articles p a:hover,
.cef-content-articles li a:hover {
  text-decoration: none;
}

.elementor-widget-text-editor a,
.elementor-widget-text-editor p a,
.elementor-widget-text-editor li a {
  color: var(--e-global-color-text);
  text-decoration: underline;
}
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor p a:hover,
.elementor-widget-text-editor li a:hover {
  text-decoration: none;
}
.elementor-widget-text-editor a[target=_blank]::after {
  content: "";
  font-family: "uicons-thin-straight";
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.elementor-widget-text-editor a[href$=".pdf"]::before,
.elementor-widget-text-editor a[href$=".PDF"]::before {
  content: "";
  font-family: "uicons-thin-straight";
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6 {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: 800;
  margin: 0;
}
.elementor-widget-text-editor li::marker {
  color: var(--e-global-color-primary);
}
.elementor-widget-text-editor :where(&) p {
  font-size: 1rem;
  margin-bottom: 0;
}

.faq-cef .e-n-accordion-item-title-icon {
  display: inline-block !important;
  width: 48px !important;
  height: 48px;
}

.actusCefDiapo .jet-carousel__item-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
.actusCefDiapo .jet-carousel__item-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/themes/kava-child-conseil/assets/img/_masque_cef_svg.svg") center/100% 100% no-repeat;
  pointer-events: none;
  z-index: 2;
  transform: rotate(-5deg);
}
.actusCefDiapo .jet-carousel__item-link {
  position: absolute;
  inset: 20.3% 14.2%;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
  transform: rotate(-9deg);
}
.actusCefDiapo .jet-carousel__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.actusCefDiapo.membre-personnel .jet-carousel__item-inner::after {
  background: url("/wp-content/uploads/2026/06/masque_cef_membre_persov2.svg") center/100% 100% no-repeat;
}
.actusCefDiapo.parent .jet-carousel__item-inner::after {
  background: url("/wp-content/uploads/2026/06/masque_cef_parent.svg") center/100% 100% no-repeat;
}
.actusCefDiapo.eleve .jet-carousel__item-inner::after {
  background: url("/wp-content/uploads/2026/06/masque_cef_eleve.svg") center/100% 100% no-repeat;
}
.actusCefDiapo.nouvelle-arrivante .jet-carousel__item-inner::after {
  background: url("/wp-content/uploads/2026/06/masque_cef_nouvelle-arrivante.svg") center/100% 100% no-repeat;
}

.profil_cef {
  background: none !important;
  position: relative;
  overflow: hidden;
}
.profil_cef > * {
  position: relative;
  z-index: 5;
}
.profil_cef::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.profil_cef::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 3;
  pointer-events: none;
}

.profil_cef.parent {
  background: #0F874B !important;
}
.profil_cef.parent::before {
  content: "";
  width: 110%;
  height: 160%;
  top: 65%;
  left: -5%;
  /* background: #0a5c33; */
  border-radius: 50%;
  outline: 45px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.profil_cef.parent::after {
  content: "";
  width: 80%;
  height: 150%;
  top: -20%;
  right: -35%;
  background: #0C4C2B;
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: 55px;
}

.profil_cef.eleve {
  background: #A71B3C !important;
}
.profil_cef.eleve::before {
  content: "";
  width: 90%;
  height: 92%;
  right: -20%;
  top: -36%;
  background: #7a1229;
  border-radius: 50%;
}
.profil_cef.eleve::after {
  content: "";
  width: 60%;
  height: 85%;
  bottom: -15%;
  left: -25%;
  outline: 6px solid rgba(255, 255, 255, 0.35);
  outline-offset: 75px;
}

.profil_cef.nouvelle-arrivante {
  background: #E4C607 !important;
}
.profil_cef.nouvelle-arrivante::before {
  content: "";
  width: 100%;
  height: 90%;
  left: -25%;
  bottom: -30%;
  background: #b39a05;
  border-radius: 50%;
}
.profil_cef.nouvelle-arrivante::after {
  content: "";
  width: 65%;
  height: 80%;
  top: -18%;
  right: -30%;
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: 70px;
}

.profil_cef.membre-personnel {
  background: #197581 !important;
}
.profil_cef.membre-personnel::before {
  content: "";
  width: 110%;
  height: 155%;
  top: 70%;
  right: -8%;
  border-radius: 50%;
  outline: 40px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.profil_cef.membre-personnel::after {
  content: "";
  width: 70%;
  height: 140%;
  bottom: -18%;
  left: -25%;
  background: #0F4046;
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: 58px;
}

.profil_cef.membre-conseil {
  background: #1F66D1 !important;
}
.profil_cef.membre-conseil::before {
  content: "";
  width: 95%;
  height: 95%;
  right: -22%;
  top: -35%;
  background: #174d9f;
  border-radius: 50%;
}
.profil_cef.membre-conseil::after {
  content: "";
  width: 55%;
  height: 82%;
  bottom: -12%;
  left: -22%;
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: 72px;
}

.profil_cef.partenaire {
  background: #A3C63A !important;
}
.profil_cef.partenaire::before {
  content: "";
  width: 105%;
  height: 150%;
  top: 68%;
  left: -6%;
  border-radius: 50%;
  outline: 38px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.profil_cef.partenaire::after {
  content: "";
  width: 75%;
  height: 145%;
  top: -22%;
  right: -30%;
  background: #5C751A;
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: 55px;
}

.profil_cef.diplomee {
  background: #7C3AED !important;
}
.profil_cef.diplomee::before {
  content: "";
  width: 92%;
  height: 93%;
  left: -20%;
  top: -30%;
  background: #5e2abf;
  border-radius: 50%;
}
.profil_cef.diplomee::after {
  content: "";
  width: 60%;
  height: 80%;
  bottom: -14%;
  right: -22%;
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: 68px;
}

.profil_cef.membre-communaute {
  background: #ED3A3A !important;
}
.profil_cef.membre-communaute::before {
  content: "";
  width: 108%;
  height: 155%;
  bottom: 65%;
  right: -5%;
  border-radius: 50%;
  outline: 42px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}
.profil_cef.membre-communaute::after {
  content: "";
  width: 72%;
  height: 135%;
  bottom: -20%;
  left: -22%;
  background: #8A1111;
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: 56px;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-randomized {
  background: var(--cef-cover-primary) !important;
  position: relative;
  overflow: hidden;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-randomized > * {
  position: relative;
  z-index: 5;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-randomized::before,
body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-randomized::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-1::before {
  width: 110%;
  height: 160%;
  top: 65%;
  left: -5%;
  outline: 45px solid var(--cef-cover-faint);
  z-index: 9;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-1::after {
  width: 80%;
  height: 150%;
  top: -20%;
  right: -35%;
  background: var(--cef-cover-secondary);
  outline: 5px solid var(--cef-cover-outline);
  outline-offset: 55px;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-2::before {
  width: 90%;
  height: 92%;
  right: -20%;
  top: -36%;
  background: var(--cef-cover-secondary);
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-2::after {
  width: 60%;
  height: 85%;
  bottom: -15%;
  left: -25%;
  outline: 6px solid var(--cef-cover-outline);
  outline-offset: 75px;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-3::before {
  width: 100%;
  height: 90%;
  left: -25%;
  bottom: -30%;
  background: var(--cef-cover-secondary);
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-3::after {
  width: 65%;
  height: 80%;
  top: -18%;
  right: -30%;
  outline: 5px solid var(--cef-cover-outline);
  outline-offset: 70px;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-4::before {
  width: 110%;
  height: 155%;
  top: 70%;
  right: -8%;
  outline: 40px solid var(--cef-cover-faint);
  z-index: 9;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-4::after {
  width: 70%;
  height: 140%;
  bottom: -18%;
  left: -25%;
  background: var(--cef-cover-secondary);
  outline: 5px solid var(--cef-cover-outline);
  outline-offset: 58px;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-5::before {
  width: 95%;
  height: 95%;
  right: -22%;
  top: -35%;
  background: var(--cef-cover-secondary);
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-5::after {
  width: 55%;
  height: 82%;
  bottom: -12%;
  left: -22%;
  outline: 5px solid var(--cef-cover-outline);
  outline-offset: 72px;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-6::before {
  width: 108%;
  height: 155%;
  bottom: 65%;
  right: -5%;
  outline: 42px solid var(--cef-cover-faint);
  z-index: 9;
}

body.cef-profil-carousel-internal .item-carousel-profil-cef .cover-profil-interne.cef-cover-variant-6::after {
  width: 72%;
  height: 135%;
  bottom: -20%;
  left: -22%;
  background: var(--cef-cover-secondary);
  outline: 5px solid var(--cef-cover-outline);
  outline-offset: 56px;
}

.reset_map_filter {
  display: none;
}

.img_balados {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#job-no-results {
  display: none;
  padding: 40px 20px;
  text-align: center;
  font-size: 1.125rem;
  color: var(--e-global-color-text);
  background: #f9fafb;
  border-radius: 12px;
  border: 1px dashed #d1d5db;
}

.jet-listing-grid__items {
  position: relative;
}

.job-listing-skeleton {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 20;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 8px;
}

.job-listing-loading .jet-listing-grid__item {
  opacity: 0.25;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.job-listing-loading ~ .job-listing-skeleton {
  display: flex;
}

.job-skeleton-card {
  flex: 1 1 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-skeleton-line {
  height: 14px;
  border-radius: 7px;
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
  background-size: 200% 100%;
  animation: skeleton-pulse 1.4s ease-in-out infinite;
}
.job-skeleton-line--title {
  width: 60%;
  height: 18px;
  border-radius: 9px;
}
.job-skeleton-line--meta {
  width: 40%;
}
.job-skeleton-line--detail {
  width: 80%;
  height: 10px;
  border-radius: 5px;
}
.job-skeleton-line--short {
  width: 30%;
  height: 10px;
  border-radius: 5px;
}

@keyframes skeleton-pulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.job-search-wrapper {
  position: relative;
}
.job-search-wrapper .jet-search__field,
.job-search-wrapper .jet-search-filter__input {
  width: 100%;
  padding: 14px 40px 14px 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-primary-font-family);
  color: var(--e-global-color-text);
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.job-search-wrapper .jet-search__field:focus,
.job-search-wrapper .jet-search-filter__input:focus {
  border-color: var(--e-global-color-primary);
  box-shadow: 0 0 0 4px rgba(var(--e-global-color-primary-rgb, 20, 49, 39), 0.1);
}
.job-search-wrapper .jet-search__field::placeholder,
.job-search-wrapper .jet-search-filter__input::placeholder {
  color: #9ca3af;
  font-style: italic;
  transition: opacity 0.3s ease;
}
.job-search-wrapper .jet-search__field:focus::placeholder,
.job-search-wrapper .jet-search-filter__input:focus::placeholder {
  opacity: 0.5;
}
.job-search-wrapper::after {
  content: "";
  font-family: "uicons-thin-straight";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 20px;
  pointer-events: none;
  transition: color 0.25s ease;
}
.job-search-wrapper:focus-within::after {
  color: var(--e-global-color-primary);
}

.alpha-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.alpha-disabled label,
.alpha-disabled .jet-alphabet-list__item {
  cursor: default;
  text-decoration: line-through;
}