.transition-fade {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.transition-fade-btn {
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@-webkit-keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideRightBanner {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRightBanner {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
div.ccm-page div.alert-danger {
  padding: 15px;
  margin: 0;
  border-radius: 0;
  color: #721c24;
  text-align: left;
}
div.ccm-page div.alert {
  margin-bottom: 15px;
}
div.ccm-page div.alert button.close {
  position: absolute;
  color: #721c24;
  opacity: 1;
  top: 15px;
  right: 15px;
}
.liste_concentration {
  margin-bottom: 10px!important;
}
.liste_concentration li {
  margin-bottom: 0px!important;
}
.es_page {
  font-size: 16px!important;
}
@media (min-width: 992px) {
  .es_page {
    font-size: 18px!important;
  }
}
@media (min-width: 1200px) {
  .es_page {
    font-size: 20px!important;
  }
}
.es_page .banner-wrapper {
  height: 100px!important;
  background-position: top center!important;
}
.es_page .banner-wrapper h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 10px 0;
  font-weight: 700;
}
@media (min-width: 576px) {
  .es_page .banner-wrapper h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  .es_page .banner-wrapper h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  .es_page .banner-wrapper h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .es_page .banner-wrapper h1 {
    font-size: 55px;
    line-height: 55px;
    margin: 25px 0;
  }
}
.es_page h2 {
  text-align: center;
  font-weight: 500!important;
  font-size: 30px!important;
  line-height: 36px!important;
}
@media (min-width: 576px) {
  .es_page h2 {
    font-size: 35px!important;
    line-height: 41px!important;
  }
}
@media (min-width: 768px) {
  .es_page h2 {
    font-size: 40px!important;
    line-height: 46px!important;
  }
}
@media (min-width: 992px) {
  .es_page h2 {
    font-size: 45px!important;
    line-height: 51px!important;
  }
}
@media (min-width: 1200px) {
  .es_page h2 {
    font-size: 50px!important;
    line-height: 56px!important;
  }
}
.es_page #loader {
  margin-bottom: 20px;
}
.es_page #nbr_enfants {
  border-radius: 0 !important;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  font-size: 14px;
}
@media (min-width: 992px) {
  .es_page #nbr_enfants {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .es_page #nbr_enfants {
    font-size: 16px;
  }
}
.es_page [class^="ef_"] .btn {
  padding: 6px!important;
  margin: 2px!important;
}
@media (min-width: 576px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 20px!important;
  }
}
@media (min-width: 768px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 30px!important;
    font-size: 15px !important;
    line-height: 22px !important;
  }
}
@media (min-width: 992px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 40px!important;
  }
}
@media (min-width: 1200px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 50px!important;
  }
}
@media (min-width: 1600px) {
  .es_page [class^="ef_"] .btn {
    padding: 6px 50px!important;
  }
}
.es_page [class^="ef_"] .btn.btn-danger {
  color: #fff !important;
  background-color: #e5737e !important;
  border-color: #e5737e !important;
}
.es_page [class^="ef_"] .btn.btn-danger:hover {
  color: #e5737e !important;
  background-color: #FFF !important;
  border-color: #e5737e !important;
}
.es_page [class^="ef_"] .btn.btn-danger:focus,
.es_page [class^="ef_"] .btn.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}
.es_page [class^="ef_"] .btn.btn-danger.disabled,
.es_page [class^="ef_"] .btn.btn-danger:disabled {
  color: #fff !important;
  background-color: #e5737e !important;
  border-color: #e5737e !important;
}
.es_page [class^="ef_"] .btn.remove-difficulty {
  margin-left: 5px !important;
  padding: 6px 12px !important;
  font-size: 0.85rem !important;
  min-width: auto !important;
}
.es_page [class^="ef_"] .btn.add-difficulty {
  margin-left: 5px !important;
  padding: 6px 20px !important;
  font-size: 0.85rem !important;
  min-width: auto !important;
}
.es_page [class^="ef_"] .btn.btn-edit {
  background-color: #f1b384;
  border: 2px solid #f1b384;
}
.es_page [class^="ef_"] .btn.btn-edit:hover {
  color: #f1b384;
  background-color: transparent;
  border: 2px solid #f1b384;
}
.es_page .listProduct {
  min-height: 500px;
  /* Adjust height to avoid excessive scrolling */
}
.es_page .zoneSticky {
  position: relative;
  /* Allows JavaScript to adjust its position */
  width: auto;
  max-height: 80vh;
  /* Adjust height to avoid excessive scrolling */
  overflow-y: auto;
}
.es_page .pRelative {
  position: relative;
}
.es_page .pRelative h2 {
  color: #fff !important;
}
.es_page .bgBleu {
  background-color: #1245AA;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}
.es_page .levels-bar.firstLevel {
  padding: 10px 0;
  gap: 15px;
  justify-content: center;
}
.es_page .levels-bar.firstLevel .level-box {
  width: auto;
}
.es_page .level-box {
  position: relative;
  width: 100%;
}
.es_page .level-box .level-btn {
  background: #1245AA;
  border: 2px solid #E87722;
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  border-radius: 0;
  min-width: 180px;
  text-align: left;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.es_page .level-box .level-btn .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  margin-left: 10px;
  transform: rotate(180deg);
}
.es_page .level-box .level-btn.collapsed .arrow {
  transform: rotate(360deg);
}
.es_page .level-box .show ~ .level-btn,
.es_page .level-box .level-btn:hover,
.es_page .level-box .level-btn:not(.collapsed) {
  background: #E87722;
  border-color: #E87722;
}
.es_page .level-box .show ~ .level-btn .arrow,
.es_page .level-box .level-btn:hover .arrow,
.es_page .level-box .level-btn:not(.collapsed) .arrow {
  border-top-color: #fff;
}
.es_page .level-box .level-dropdown {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  background: #e6e6e6;
  border-radius: 0;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 20;
  width: 100%;
}
.es_page .level-box .level-dropdown .level-dropdown-inner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.es_page .level-box .level-dropdown .level-parent {
  display: flex;
  flex-direction: column;
  width: 19%;
  min-width: 0;
}
@media (max-width: 991px) {
  .es_page .level-box .level-dropdown .level-parent {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 575px) {
  .es_page .level-box .level-dropdown .level-parent {
    width: calc(50% - 8px);
  }
}
.es_page .level-box .level-dropdown .main-link {
  display: block;
  padding: 10px 20px;
  color: #000000;
  text-decoration: none;
  font-size: 19px !important;
  word-break: break-word;
  overflow-wrap: break-word;
}
.es_page .level-box .level-dropdown .main-link:hover {
  text-decoration: underline;
}
.es_page .level-box .level-dropdown .main-link:last-of-type {
  border-bottom: none;
}
.es_page .level-box .level-dropdown .level-children .main-link {
  padding-left: 15px;
}
.es_page .btnListesAncre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ff8429;
  color: #ffffff;
  text-decoration: none;
  padding: 1.5rem 2rem;
  border-radius: 0;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.es_page .btnListesAncre .btn-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/icons/listes-effets-scolaires.svg');
}
.es_page .btnListesAncre.wider .btn-icon {
  background-image: url('../images/icons/listes-effets-scolaires-combinees.svg');
}
.es_page .btnListesAncre .btn-text {
  flex: 1;
  text-align: center;
  padding-right: 1rem;
}
.es_page .btnListesAncre .btn-arrow-special {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z"/></svg>') center / contain no-repeat;
}
.es_page .btnListesAncre:hover {
  background-color: #595959;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .es_page .btnListesAncre {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 1.5rem;
  }
  .es_page .btnListesAncre .btn-icon {
    margin: 0 auto 1.2rem;
  }
  .es_page .btnListesAncre .btn-text {
    text-align: center;
    padding: 0 1rem;
  }
  .es_page .btnListesAncre .btn-arrow-special {
    margin: 1.2rem auto 0;
    transform: rotate(90deg);
  }
}
.es_page .child-row {
  padding: 15px 20px;
  margin-bottom: 15px;
}
.es_page .child-row .childNameContainer {
  background-color: #24355B;
  color: #fff;
  padding: 24px 17px;
  display: inline-block;
}
.es_page .child-row .childNameContainer input,
.es_page .child-row .childNameContainer select {
  height: 38px;
  border-radius: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .es_page .child-row .childNameContainer input,
  .es_page .child-row .childNameContainer select {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .es_page .child-row .childNameContainer input,
  .es_page .child-row .childNameContainer select {
    font-size: 16px;
  }
}
.es_page .child-row .childInfoContainer {
  background-color: #e6e6e6;
  padding: 24px 17px;
}
.es_page .child-row .childInfoContainer input,
.es_page .child-row .childInfoContainer select {
  height: 38px;
  margin-bottom: 8px;
  border-radius: 0;
  font-size: 14px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .es_page .child-row .childInfoContainer input,
  .es_page .child-row .childInfoContainer select {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .es_page .child-row .childInfoContainer input,
  .es_page .child-row .childInfoContainer select {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .es_page .child-row .row {
    flex-direction: column;
  }
}
.es_page .matiereSelect,
.es_page .difficulty-select {
  margin-top: 8px;
}
.es_page .blockLevelSecondaire {
  border-top: #24355B 3px solid;
  margin-top: 10px;
}
.es_page .blockLevelSecondaire .matiere-row {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.es_page .blockLevelSecondaire .matiere-row:last-child {
  border-bottom: none;
}
.es_page .blockLevelSecondaire .matiere-row .col-3 {
  font-weight: 500;
  flex: 0 0 180px;
}
.es_page .blockLevelSecondaire .matiere-row .col-5 select,
.es_page .blockLevelSecondaire .matiere-row .col select {
  width: 100%;
}
.es_page .amplitude-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  color: #24355b;
  background-color: #e6e6e6;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.es_page .amplitude-toggle:hover {
  background-color: rgba(9, 222, 164, 0.15);
  color: #24355b;
}
.es_page .amplitude-toggle .rotate-icon {
  transition: transform 0.3s;
}
.es_page .amplitude-toggle.collapsed .rotate-icon {
  transform: rotate(0deg);
}
.es_page .amplitude-toggle:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.es_page .card-body {
  padding: 0.5rem 1rem;
}
.es_page .card-body table td {
  padding: 0.25rem 0;
}
.es_page .btn.btn-green {
  background-color: #0CDEA3;
  border: 2px solid #0CDEA3;
  display: inline-block;
}
.es_page .btn.btn-green:hover {
  color: #0CDEA3;
  background-color: transparent;
  border: 2px solid #0CDEA3;
}
div.ccm-page .cke_editable p,
div.ccm-page .ck-content p {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
div.ccm-page .cke_editable ul,
div.ccm-page .cke_editable ol,
div.ccm-page .ck-content ul,
div.ccm-page .ck-content ol {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
div.ccm-page .cke_editable li,
div.ccm-page .ck-content li {
  margin-bottom: 0;
}
.ef_note-liste-form .cke_editable,
.ef_note-liste-form .ck-content {
  min-height: 180px;
}
.ef_note-liste-form .ef-notes {
  padding: 1.5rem 0 3rem;
}
.ef_note-liste-form .ef-notes__intro {
  margin-bottom: 2rem;
}
.ef_note-liste-form .ef-notes__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ef_note-liste-form .ef-notes__subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2.5rem 0 0.25rem;
}
.ef_note-liste-form .ef-notes__lead {
  color: #6c757d;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}
.ef_note-liste-form .ef-note-card {
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 8px;
  padding: 1.25rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.ef_note-liste-form .ef-note-card > label {
  display: block;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.ef_note-liste-form .ef-note-card__hint {
  color: #6c757d;
  font-size: 0.875rem;
  margin: 0 0 0.85rem;
}
.ef_note-liste-form .ef-notes__actions {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e3e6ec;
  text-align: right;
}
