body .cc .card-actu.event .title-edito {
  min-height: unset; /* df-13981 */
}

body
  .cc.listing-actus-page
  .full-actu-list.actu-list
  .actu-container
  .card-actu.event
  .event-subheader {
  align-items: flex-start; /* df-13981 */
}

body footer.ei_footer,
body #ei_tpl_footerlegal {
  border-top: 2px solid var(--color-neutral-gray-000); /* df-13844 */
}

body #profiling button#othersCountries span.label {
  text-wrap-mode: nowrap; /* cs-13553 */
}

body .cc.profiling #step-2 .form-group-container {
  grid-auto-rows: auto; /* cs-13553 */
}

body .cc.profiling #step-2 .form-group-container .form-group label {
  height: stretch; /* cs-13553 */
  max-height: 84px; /* cs-13553 */
}

body .cc .card-edito a {
  text-decoration: none;
}

body .cc .card-edito:hover [class*="bt-secondary"]:not([disabled], .disabled) {
  color: var(--color-button-text-light); /* cs-13299 */
}

body
  .cc
  .card-edito:hover
  [class*="bt-secondary"]:not([disabled], .disabled)[class*="-dir"]
  span:not([aria-hidden])::after {
  width: 100%; /* cs-13299 */
}

body .cc .card-edito:hover [class*="bt-secondary"][class*="-dir"] span::after {
  background: var(--color); /* cs-13299 */
  border-radius: var(--radius-100);
  height: calc(100% + 0.125rem);
  mask: none;
  position: absolute;
  top: 0;
  transition: all ease-out var(--anim-duration);
  width: var(--height);
  z-index: -1;
}

body .cc.listing-actus-page .full-actu-list.actu-list h1 {
  margin-bottom: 32px;
}

@media (min-width: 61.25rem) {
  body .cc.profiling #block-profil .form-group-container {
    grid-auto-rows: auto; /* cs-13553 */
  }

  body .cc.profiling #block-profil .form-group-container:has(> :nth-child(3)) {
    grid-template-rows: 1fr 1fr; /* cs-13553 */
  }
}

@media (max-width: 599.5px) {
  body .cc .identity:not([class*="background-"]) {
    padding-block: var(--inner-space-section-v) var(--inner-space-section-v); /* df-13711 */
  }
}
