/* FUNERAL-EVENTS */

.smp-button.smp-button-primary,
.smp-button.smp-button-secondary {
  border-radius: 100px;
}

.smp-button,
button.smp-button,
input[type="submit"].smp-button {
  box-shadow: none !important;
}

.smp-main .smp-tabs__tab.smp-tabs__tab--active {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.smp-main h3 {
  margin: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}

.smp-main p {
  margin: 0;
}

.smp-main h2 {
  margin: 0;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
}

html {
  height: 100vh;
  overflow: hidden;
}

.smp-funeral-events__map {
  display: none;
}

.smp-funeral-events__cta {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .smp-funeral-events__map {
    display: block;
    overflow: hidden;
  }

  #map_wrapper_obituary {
    border-radius: 16px;
  }

  .smp-funeral-events {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.smp-funeral-events__item__counter {
  display: inline-flex;
  width: 24px;
  height: 24px;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--smp-primary-color);
  color: var(--smp-white);
  margin-right: 8px;
}

.smp-accordeon__item__content .smp-funeral-events__item-hours .smp-button-icon,
.smp-accordeon__item__content
  .smp-funeral-events__item-address
  .smp-button-icon {
  margin-right: 10px;
  line-height: 1;
  color: var(--smp-primary-color);
  font-weight: 300;
  width: 22px;
  text-align: center;
}

.smp-funeral-events__item-icon_float_left {
  float: left;
}

.smp-funeral-events__item-label,
.funeral-events__details {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.smp-funeral-events__item-label::first-letter {
  text-transform: capitalize;
}

.smp-funeral-events__accordeon .smp-accordeon,
.smp-funeral-events__accordeon .smp-accordeon__item {
  margin-bottom: 0;
}

.smp-funeral-events__accordeon .smp-accordeon__item:first-of-type {
  border-top: none;
}
.smp-funeral-events__add {
  width: 100%;
}

.smp-funeral-events__remove {
  justify-content: center;
  padding: 10px 16px !important;
  border-radius: 100px;
}

.smp-funeral-events__remove:hover {
  background: var(--smp-primary-color-92);
}

.smp-button-link.smp-funeral-events__remove span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.smp-funeral-events__accordeon .smp-accordeon__item__header {
  border-bottom: none !important;
  padding: 24px 0 !important;
}

.smp-funeral-events__accordeon .smp-accordeon__item__header:focus {
  background: transparent !important;
}

.smp-funeral-events__accordeon
  .smp-accordeon__item[open]
  .smp-accordeon__item__header {
  padding: 24px 0 12px 0;
}

.smp-funeral-events__accordeon.smp-accordeon
  .smp-accordeon__item
  .smp-accordeon__item__content {
  border-bottom: none;
  padding: 0 0 24px 0;
  display: grid;
  gap: 12px;
}
.smp-flex {
  display: flex;
}

.smp-flex-btn {
  display: inline-flex;
  vertical-align: middle;
}

#after-change {
  display: flex;
  justify-content: space-between;
}

#control-file {
  display: flex;
  flex-wrap: wrap;
}

.anim-delete {
  position: relative;
  overflow: hidden;
  -webkit-animation: slide-right-smp 1s forwards;
  animation: slide-right-smp 1s forwards;
}

.uppercase {
  text-transform: uppercase;
}

@-webkit-keyframes slide-right-smp {
  1% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    right: -100px;
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    right: -800px;
    height: 0px;
    padding: 0;
  }
}

@keyframes slide-right-smp {
  1% {
    top: 0px;
    right: 0px;
    opacity: 1;
  }
  20% {
    right: -100px;
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    right: -800px;
    height: 0px;
    padding: 0;
  }
}

#refreshGuest {
  padding: 1px 10px;
  margin-left: 5px;
}

.smp-funeral-events__item-address {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.smp-funeral-events__item-hours {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* CONDOLENCES */

.smp-h2__global-reply {
  font-size: 2em;
  text-align: center;
  padding: 0;
  margin: 0 0 1.4rem 0;
}

.smp-condolence-message {
  background: #f6f7f9;
  border-radius: 16px 16px 16px 0;
  max-width: 800px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}

.smp-condolence-message__date-publication {
  color: var(--smp-grey-600);
}

.smp-condolence-message__author {
  word-break: break-word;
  overflow-wrap: break-word;
}

.smp-condolences_message_flower {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--smp-white);
  border-radius: 8px;
  padding: 4px 8px;
}

.smp-condolences_message_text p {
  margin: 0;
}

.smp-condolences_message_flower__picture {
  width: 40px;
  flex-basis: 40px;
  border-radius: 8px;
  overflow: hidden;
}

/* DEFUNCT */

.smp-defunct_birth,
.smp-defunct_death,
.smp-defunct_home {
  margin-bottom: 6px;
  padding: 0px 24px;
  font-weight: 300;
}

.smp-defunct__title {
  font-weight: 600;
  padding: 14px 24px;
  font-size: 20px;
}

.smp-content__side .smp-card__content__defunct {
  margin-top: auto;
  background: white;
  text-align: center;
  padding: 8px;
  width: 100%;
  border-radius: 8px;
}

/* MEMENTO */
.smp-no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.smp-cta-memento {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: inherit;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  border-radius: 2px;
  display: inline-block;
}

.smp-container-memento-welcome-text {
  border-radius: 8px;
  padding: 10px;
  background-color: #ffffff;
  padding: 40px;
}

.smp-container-memento-action {
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  transition: all 0.5s ease;
  margin: 20px 0px;
}

.smp-container-memento-action:hover {
  background-color: #eeeeee;
  cursor: pointer;
}

.smp-container-memento-img {
  border-radius: 8px;
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .smp-container-memento-img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
  }
}

.smp-container-memento-main-content {
  border-radius: 0px;
  background-color: #ffffff;
  padding: 0px;
}

@media only screen and (max-width: 601px) {
  .top_menu::before {
    height: 0px;
  }
}

.top_menu {
  position: sticky;
  top: 0;
}

@media only screen and (min-width: 601px) {
  .smp-container-memento-main-content {
    border-radius: 8px 8px 0px 0px;
    background-color: #ffffff;
    padding: 20px 10px;
  }
}

form .smp-col.smp-col_s12,
form .col.s12 {
  padding: 0;
}

@media only screen and (min-width: 601px) {
  form .smp-col.smp-col_s12,
  form .col.s12 {
    padding: 0 0.75rem;
  }

  .smp-container-memento-main-content {
    padding: 40px;
  }
}

.smp-card__identity__defunct {
  padding-top: 10px;
}

.smp-subtitle-memento {
  font-size: 1.15em !important;
  padding: 0 !important;
  margin: 1rem 0 0.5rem 0;
}

#file-valid {
  margin-top: 10px;
}

@media only screen and (min-width: 601px) {
  .smp-subtitle-memento {
    font-size: 1.3em !important;
    padding: 0 !important;
    margin: 2.3rem 0 1.4rem 0;
  }

  #file-valid {
    margin-top: 0;
    margin-left: auto;
  }
}

.smp-condo-empty {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.smp-condo-empty__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #6e7790;
  text-align: center;
}

.smp-condo-empty__text a {
  color: #37408d;
  text-decoration-line: underline;
  text-align: center;
}

.smp-display-none {
  display: none !important;
}

.smp-container-memento {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

@media only screen and (min-width: 601px) {
  .smp-container-memento {
    width: 92%;
  }
}

@media only screen and (min-width: 993px) {
  .smp-container-memento {
    width: 88%;
  }
}

input[type="submit"] {
  cursor: pointer;
  outline: none;
}

.sms-form-display,
.email-form-display {
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

#sharing .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip .tooltiptext.open {
  visibility: visible;
  opacity: 1;
}

nav ul li {
  -webkit-transition: inherit;
  transition: inherit;
  float: inherit;
  padding: inherit;
}

@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: inherit;
    line-height: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
}

nav {
  color: inherit;
  background-color: inherit;
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  font-size: inherit;
  height: inherit;
}

.smp-welcome_message {
  border-radius: 4px;
  background-color: #eef8f9;
  color: #616763;
  box-shadow: 0 19px 17px -9px rgba(23, 47, 74, 0.21);
}

.smp-welcome_message_text {
  padding: 0 20px;
}

@media only screen and (min-width: 601px) {
  .smp-welcome_message_text {
    padding: 0px 40px;
  }
}

.smp-welcome_message:before {
  content: "“";
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.55;
  letter-spacing: normal;
  color: var(--smp-primary-color);
  display: block;
  margin-left: 20px;
}

.smp-welcome_message:after {
  content: "“";
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.55;
  letter-spacing: normal;
  color: var(--smp-primary-color);
  display: block;
  margin-right: 20px;
}

.smp-reassurance_phone {
  border: 1px solid #dadada;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  transition: all 0.5s ease;
  margin: 20px 0px;
  background-color: var(--smp-primary-color);
  color: #fff;
}

.smp-badge {
  position: absolute;
  padding: 1px 5px;
  min-width: 23px;
  border-radius: 50%;
  background: #ef5350;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  margin-left: -5px;
}

.red-dot-badge {
  position: absolute;
  padding: 1px 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ef5350;
  color: #ef5350;
  font-size: 1px;
  text-align: center;
  margin-top: 7px;
}

.smp-icon {
  font-family: "Material Icons Round";
  font-style: normal;
  font-size: 20px;
}

.smp-icon-badged {
  position: relative;
}

.smp-badge_mobile {
  position: absolute;
  padding: 1px 5px;
  min-width: 16px;
  border-radius: 50%;
  background: #ef5350;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 14px;
  top: -8px;
  left: 10px;
}

.red-dot-badge_mobile {
  position: absolute;
  padding: 1px 5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ef5350;
  color: #ef5350;
  font-size: 1px;
  text-align: center;
  margin-left: -5px;
  margin-top: -2px;
}

.smp-collection__item:nth-of-type(even) {
  background-color: #fff;
}

ul.smp-collection.condoleance-list {
  border: none;
  display: block;
  display: contents;
}

li.smp-collection__item {
  border: none;
  padding: 12px 0;
}

.smp-highlighterd-condoleance li.smp-collection__item {
  padding: 12px 0 !important;
}

li.smp-collection__item:last-of-type {
  padding: 12px 0 24px 0;
}

/* START FORM */
.smp-input label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--smp-dark-grey-900);
}

div.switch label {
  display: flex;
  align-items: center;
  gap: 16px;
}

div.smp-input span.smp-lever {
  margin: 0;
  min-width: 35px;
}

.private-switch {
  margin-top: 16px;
}

.picture-input {
  margin-top: -16px;
}

#condolence-file {
  margin: 0;
}

.filepond--root,
.filepond--root .filepond--drop-label {
  height: 48px;
  min-height: 48px !important;
}

.filepond--list-scroller[data-state="overflow"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100% !important;
  transform: none !important;
}

#condolence-file .filepond--drop-label label {
  cursor: pointer;
  padding: 0;
}

.filepond--drop-label {
  background: #ffffff;
  border: 2px solid var(--smp-primary-color);
  border-radius: 100px;
  cursor: pointer;
}

.filepond--panel-root {
  border-radius: 100px;
}

.filepond--drop-label:hover {
  background: var(--smp-primary-color-92);
}

.filepond--drop-label .picture_cta {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--smp-primary-color);
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.filepond--drop-label .picture_cta > i {
  font-size: 20px;
}

.smp-tribute-form__info {
  color: var(--smp-grey-500);
}

/* END FORM */

.smp-empty-funeral-events,
.smp-funeral-events__no-map {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
}

.smp-empty-funeral-events .smp-body {
  color: var(--smp-grey-500);
}

.smp-empty-funeral-events .smp-button-icon,
.smp-funeral-events__no-map .smp-button-icon {
  font-size: 34px;
  color: var(--smp-primary-color);
}

.smp-funeral-events__no-map {
  height: 100%;
  justify-content: center;
  max-height: 400px;
}

.smp-condolences_subtitle {
  margin: 20px 0px 40px 0px;
}

.smp-condolences_header {
  margin: 20px 0px;
  text-align: center;
}

.smp-condolences_title {
  display: inline-block;
}

.smp-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--smp-grey-200);
  padding: 16px;
  overflow: hidden;
  margin: 0;
  box-shadow: none;
  color: var(--smp-dark-grey-900);
}

.smp-card .smp-card-title {
  color: var(--smp-dark-grey-900);
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.smp-card-title > h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
}

.smp-card-title > i {
  font-size: 32px;
  margin-right: 8px;
}

.smp-card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  align-items: baseline;
}

.smp-answer-condo {
  max-width: 500px;
  margin: 0 auto;
}

.smp-answer-condo .smp-input .smp-input__info {
  background: #f6f7f9;
}

#sharing {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.sharing-button-primary {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.sharing-button-primary > .smp-button {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 24px;
  gap: 12px;
  justify-content: center;
}

.sharing.smp-funeral-events_item-title-text {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.smp-button-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: var(--smp-primary-color);

  border: none;
  background: unset;
  padding: 0;
}

.smp-button-link span {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}

@media only screen and (min-width: 992px) {
  #sharing {
    flex-direction: row;
  }

  .sharing-button-primary {
    width: auto;
    margin: 0;
  }
}

.smp-collapsible__count {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #edeffd;
  color: #000000;
  margin-right: 10px;
  display: none;
  background: var(--smp-primary-color-96);
}

.smp-collapsible__header {
  border-bottom: none !important;
  padding: 16px 0 16px 0;
}

.smp-funeral-events_item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  display: inline-block;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .smp-collapsible__count {
    display: inline-block;
  }
}

#faire_part {
  padding-bottom: 16px;
}

.funeral-events__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #4e5568;
}

.funeral-events-card {
  padding: 0;
  border-radius: unset;
}

.funeral-events-card .smp-card-title {
  padding: 16px 16px 0 16px;
}
.funeral-events-push {
  padding: 16px;
  background: var(--smp-primary-color-92);
  border-radius: 16px;
}

.funeral-events-push .funeral-events-push__title {
  margin: 0 0 16px 0;
  color: var(--smp-dark-grey-900);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.funeral-events-push__flowers img {
  border-radius: 8px;
  background: var(--smp-primary-color-92);
}

.smp-event-push-item {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 12px;
  grid-row-gap: 16px;
}

.smp-event-push-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  grid-area: 1 / 1 / 2 / 2;
  margin: 0;
  color: var(--smp-dark-grey-900);
}

.smp-event-push-item__img {
  grid-area: 1 / 2 / 2 / 3;
  width: 64px;
  border-radius: 8px;
  margin-left: auto;
}

.smp-event-push-item__details {
  grid-area: 2 / 1 / 3 / 3;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.smp-event-push-item__cta {
  display: block;
  width: 100%;
  margin-top: auto;
}

.smp-event-push-item__cta svg {
  width: 24px;
  height: 24px;
}

.smp-event-push-item__cta .smp-button {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .funeral-events-push__items--one .smp-event-push-item {
    grid-template-columns: min-content auto;
    grid-column-gap: 16px;
  }
  .funeral-events-push__items--one .smp-event-push-item__title {
    grid-area: 1 / 1 / 2 / 3;
  }

  .funeral-events-push__items--one .smp-event-push-item__img {
    width: 192px;
    grid-area: 2 / 1 / 3 / 2;
  }

  .funeral-events-push__items--one .smp-event-push-item__details {
    grid-area: 2 / 2 / 3 / 3;
  }

  .funeral-events-push__items--one .smp-event-push-item__cta {
    max-width: 500px;
  }
}

@media only screen and (min-width: 992px) {
  .funeral-events-card {
    border-radius: 8px;
  }

  .smp-event-push-item__cta {
    max-width: 500px;
  }
}

/** start block hommage **/

#tribute {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tribute-cta-condo {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 16px;
}

.global-reply-cta {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-top: 16px;
}

#defunct-info_picture button > i {
  display: none;
}

#tribute .smp-cta-condo button {
  width: 100%;
  justify-content: start;
  text-align: left;
}

.tribute_push_flower {
  max-width: 500px;
  display: block;
  margin: 16px auto 0 auto;
}

.tribute_push_flower svg {
  width: 24px;
  height: 24px;
}

.smp-cta-condo {
  padding: 0 16px;
}

.smp-condolence-message__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.smp-condolences_message_img {
  text-align: center;
}
.smp-condolences_message_img img {
  max-height: 200px;
  border-radius: 4px;
  max-width: 100%;
}

.smp-condolence-reply {
  max-width: 800px;
  margin-left: auto;
  background: var(--smp-primary-color-96);
  border-radius: 16px 16px 0px 16px;
  padding: 16px;
}

.smp-condolence-reply__author {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.smp-condolence-reply__date-publication {
  color: var(--smp-grey-600);
}

.smp-condolence-reply__message {
  padding: 16px 0;
  color: var(--smp-dark-grey-900);
}

.smp-condolence-reply__delete {
  display: flex;
  justify-content: end;
}

#condoleance-pagination {
  padding: 0 24px;
}

#condoleance-pagination .smp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers-condos {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  height: auto;
}

.tribute_condolence_form_inputs {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.push-flower-push {
  background: var(--smp-primary-color-92);
}

.smp-condolences_button .smp-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.tribute_reply_condolence_actions {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.smp-input .switch input[type="checkbox"]:checked + .smp-lever {
  background-color: var(--smp-primary-color-hover);
}

.smp-input .switch input[type="checkbox"]:checked + .smp-lever::after {
  background-color: var(--smp-primary-color);
}

#defunct-info_picture button {
  color: var(--smp-white);
}

@media only screen and (min-width: 992px) {
  #defunct-info_picture button {
    color: var(--smp-primary-color);
  }
  #defunct-info_picture button > i {
    display: inline-block;
  }

  .smp-condolence-reply {
    padding: 24px;
  }

  .smp-condolence-message__details {
    flex-direction: row;
  }

  .smp-condolence-message {
    padding: 24px;
  }

  .smp-condolences_message_img img {
    max-height: 300px;
  }

  #tribute .smp-cta-condo button {
    justify-content: center;
    text-align: center;
  }
}

/** end block hommage **/

/** start modal **/
dialog.smp-modal {
  background: #ffffff;
  padding: 16px;
  max-height: unset;
  top: 0 !important;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  border-radius: 0;
  margin: 0 auto auto auto !important;
}

.smp-modal .smp-modal-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.smp-modal .smp-modal-header i {
  font-size: 24px;
}

.smp-modal .smp-modal-header h2,
.smp-modal .smp-modal-header .smp-h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: var(--smp-dark-grey-900);
  margin: 0;
}

.smp-modal-content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.smp-modal-close {
  cursor: pointer;
  padding: 8px;
  color: #6e7790;
}

@media only screen and (min-width: 992px) {
  dialog.smp-modal {
    padding: 32px;
    max-height: 90%;
    top: 5% !important;
    width: 100%;
    height: auto;
    height: fit-content;
    border-radius: 24px;
    max-width: 700px;
  }
}
/** end modal **/

.smp-container-obituary {
  padding: 24px;
  font-family: Times New Roman !important;
  font-size: 20px !important;
  box-shadow: 0 19px 17px -9px rgba(23, 47, 74, 0.21);
  max-width: 600px;
  margin: auto;
  background-color: #fffefa;
}

.smp-container-obituary > p {
  margin: 0;
  line-height: normal;
}

.smp-container-obituary strong {
  font-weight: bolder;
}

#admin_welcome-text,
#admin_profile-picture_form {
  display: none;
}

.smp-condolences_admin-action .smp-button-link span,
.smp-condolence-reply__delete .smp-button-link span {
  font-weight: 400;
}

.smp-round_icon {
  height: 30px;
  width: 30px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: var(--smp-primary-color);
  color: white;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.smp-round_icon .material-icons {
  font-size: 20px;
  line-height: 40px;
}

.smp-text_main-color {
  color: var(--smp-primary-color);
}

.smp-condolence_reply {
  border-radius: 4px;
  background-color: #eef8f9;
  color: #616763;
  box-shadow: 0 19px 17px -9px rgba(23, 47, 74, 0.21);
  margin-left: 40px;
}

.smp-container-obituary img {
  width: 100%;
}

#modalGlobalReply .smp-input__textarea,
#tribute_condolence_form .smp-input__textarea,
.smp-answer-condo .smp-input__textarea {
  min-height: 100px;
}

.smp-list_mobile-menu li {
  display: inline-block;
}

.smp-tab_defunct-page {
  display: none;
}

.smp-nav-mobile_defunct-page {
  z-index: 9999;

  display: flex;
  align-items: baseline;
  justify-content: space-around;
}

.smp-mobile-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 0px 10px;
  z-index: 100;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.smp-mobile-actions .smp-navigation {
  justify-content: center;
  padding: 4px;
}

@media only screen and (min-width: 992px) {
  .smp-mobile-actions {
    display: none;
  }
}

.wrapper-blank-for-mobile-menu {
  height: 65px;
  display: block;
}

@media only screen and (min-width: 601px) {
  .smp-tab_defunct-page {
    display: block;
  }

  .smp-nav-mobile_defunct-page {
    display: none;
  }

  .wrapper-blank-for-mobile-menu {
    display: none;
  }
}

.smp-header-mobile_category_item .active {
  background: var(--smp-primary-color) !important;
}

.smp-header-mobile_category_item .active i {
  color: #ffffff !important;
}

@media only screen and (max-width: 992px) {
  .tabs .tab.smp-header-mobile_category_item a {
    padding: 0;
  }
}

@media only screen and (max-width: 601px) {
  #smp-block_main-content {
    box-shadow: none;
  }
}

.smp-admin_content {
  font-size: 14px;
  text-align: center;
}

@media only screen and (min-width: 601px) {
  .smp-admin_content {
    font-size: 18px;
  }
}

/*********** LIGHTBOX **********/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
       This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* hide ecookie banner on defuunct page */
.cookie-notice-container,
#cookie-notice {
  display: none !important;
}

.smp-price_book {
  font-size: 16px;
  font-weight: 500;
}

/* hide header annd footer for demo espace hommage */
[data-elementor-type="header"],
[data-elementor-type="footer"],
.elementor-location-footer,
.elementor-location-header {
  display: none !important;
}

input[type="number"]:not(.browser-default)#quantity {
  opacity: 1;
  border: solid 1px #285282;
}

.smp-button-closed-admin-banner {
  position: absolute;
  right: 10px;
  color: var(--smp-primary-color);
  transition: ease 0.25s all;
}

.smp-button-closed-admin-banner:hover {
  color: var(--smp-primary-color-hover);
}

.smp-mb-5 {
  margin-bottom: 5px !important;
}

.smp-mb-0 {
  margin-bottom: 0px !important;
}

.hover:hover > .smp-button {
  background-color: var(--smp-primary-color-hover);
}

.hover:hover > .material-icons {
  color: var(--smp-primary-color-hover) !important;
}

.hover:hover > svg {
  fill: var(--smp-primary-color-hover) !important;
}

.individual-thank_ctnr {
  display: flex;
}

.general-thanks_ctnr {
  display: flex;
  margin-bottom: 50px !important;
  margin-right: 10px;
}

/*allows the the text to have same width as button above him*/
.individual-thank-reply,
.general-thanks {
  position: relative;
}

#individual-thank-reply_btn {
  display: inline-block;
  margin-bottom: 0px !important;
}

.individual-thank-reply_info,
.general-thanks_info {
  position: absolute;
}

.smp-welcome_sharing_message_text > p[class*="waiting_page"] {
  display: flex;
  align-items: center;
}

.smp-welcome_sharing_message_text > p[class*="waiting_page"] > span {
  margin-right: 10px;
}

.loadingPage {
  display: flex;
  justify-content: center;
}

.loadingPage > img {
  margin-top: 50px !important;
}

.ui-dialog {
  width: 45% !important;
}

@media only screen and (max-width: 993px) {
  .ui-dialog {
    width: 60% !important;
  }

  .ui-dialog-buttonpane {
    padding: 0.3em 0.4em 0.5em 0.4em !important;
  }

  .ui-dialog-buttonset {
    float: initial !important;
    display: flex;
    justify-content: center;
    padding: 0.3em 1em 0.3em 1em !important;
  }
}

@media only screen and (max-width: 601px) {
  .ui-dialog {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}

.ui-dialog-titlebar {
  border: none !important;
  background: none !important;
}

.content-modal-delete-tribute {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.smp-warning-icon-delete-tribute {
  float: left;
  font-size: 4rem;
  color: red;
  margin-right: 10px;
  font-family: "Material Icons Round";
}

.content-modal-text {
  text-align: center;
}

.modal_btn-delete-tribute {
  background-color: #ff0000 !important;
}

.modal_btn-delete-tribute:hover {
  background-color: #ff0000d9 !important;
}

.ui-dialog-buttonset {
  padding: 0px 0px !important;
  display: flex;
  justify-content: center;
}

.modal_btn-delete-tribute {
  margin-right: 0 !important;
}

.ui-widget-overlay {
  opacity: 0.5 !important;
}

#memento-cta-hommage-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
}

#memento-cta-hommage-mobile > i {
  margin-right: 5px;
}

@media only screen and (min-width: 601px) {
  #memento-cta-hommage-mobile_container {
    display: none !important;
  }
}

.home_funerals-events-empty-container {
  height: 400px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.home_funerals-events-empty-container > hr {
  height: 380px !important;
}

.home_funerals-events-no-map {
  height: 400px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.smp-row_margin_0 {
  display: flex;
}

.smp-row_margin_0 > hr {
  height: 380px !important;
}

@media only screen and (min-width: 601px) {
  .top-row[class*="sticky-infos-bottom"] {
    display: flex;
    align-items: flex-start;
  }
}

.fixed-action-btn {
  padding: 0 !important;
}

#write-condo-floating-btn {
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  width: 52px;
  height: 52px;
  text-align: left;
  overflow: hidden;
  border-radius: 26px;
  background: var(--smp-primary-color);
  transition: all 0.3s ease-out;
  white-space: nowrap;
  bottom: 10% !important;
}

@media only screen and (min-width: 601px) {
  #write-condo-floating-btn {
    right: 10% !important;
    bottom: 8% !important;
  }
}

#write-condo-floating-btn:hover {
  width: 200px;
}

#write-condo-floating-btn #rolling_icon {
  float: left;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  background: var(--smp-primary-color);
  height: 52px;
  border-radius: 26px;
  box-sizing: border-box;
  margin: 0;
}

#write-condo-floating-btn > span {
  height: 52px;
  display: flex !important;
  align-items: center;
  font-size: 16px;
}

.top-of-menu {
  position: absolute;
  left: 0px;
  top: -56px;
  width: 100%;
  /*border: 1px black solid;*/
  height: 56px;
  z-index: 999;
  background-color: #ffffff;
}

.smp-condolence-reply__message--private {
  text-align: center;
  background: var(--smp-orange-50);
  padding: 8px;
  margin: 16px 0;
}

#order-book {
  text-align: center;
  float: none !important;
  margin: 0;
  padding-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#order-book > i {
  margin-right: 5px;
}

#cta_tributes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 601px) {
  .smp-condolence-message__flower {
    display: flex;
    justify-content: center;
  }
}

.smp-condolences_admin-action {
  display: flex;
  gap: 36px;
}

.smp-condolences_admin-action .smp-condolences_admin-action__delete {
  margin-left: auto;
}

.smp-condolences_admin-action
  .smp-condolences_admin-action__delete
  .smp-button-link,
.smp-condolence-reply__delete .smp-button-link {
  color: var(--smp-grey-600);
}
.smp-condolences_admin-action
  .smp-condolences_admin-action__delete
  .smp-button-link:hover,
.smp-condolence-reply__delete .smp-button-link:hover {
  color: var(--smp-grey-700);
}
form {
  margin: 0;
}

.smp-condolences_admin-action button,
.smp-condolences_admin-action a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.smp-condolence-likes {
  display: flex;
  gap: 8px;
  flex-direction: column;
  border-top: 1px solid #d2d6e1;
  margin-top: 16px;
  padding-top: 16px;
}

.smp-condolence-likes .smp-like-button {
  display: flex;
  gap: 8px;
  padding: 8px;
  border: none;
  color: var(--smp-primary-color);
  background: transparent;
  align-items: center;
  border-radius: 4px;

  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.smp-condolence-likes .smp-like-button.smp-like-button-liked {
  background: var(--smp-primary-color);
  color: #ffffff;
}

.smp-condolence-likes .smp-like-button.smp-like-button-not-liked:hover {
  background: var(--smp-primary-color-92);
  color: var(--smp-primary-color);
}

.smp-condolence-likes .smp-like-button i {
  font-style: normal;
  font-size: 20px;
}

.smp-condolence-likes .smp-like-button.smp-like-button-not-liked i {
  font-family: "Material Symbols Outlined";
}

.smp-condolence-likes .smp-like-button.smp-like-button-liked i {
  font-family: "Material Icons Outlined";
}

.smp-cta-defunctbook {
  display: inline-block;
}

.smp-condolence-private {
  text-align: center;
  background: var(--smp-orange-50);
  padding: 8px;
}

#smp_input_info_condolence_message {
  margin-bottom: 25px;
}

#smp_input_info_condolence_message {
  margin-bottom: 25px;
}

#smp-condolence-delete-reply {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dedede;
  margin-bottom: 15px;
}

.private-tribute-checkbox-label {
  color: #000000de;
}

/** start main content **/
.smp-content {
  display: flex;
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.smp-content__side {
  z-index: 5;
  background: var(--smp-primary-color-96);
  width: 292px;
  padding: 40px 16px;
  display: none;
  flex-direction: column;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.smp-content__main {
  width: 100%;
  position: relative;
}

.smp-content__body {
  padding: 100px 16px 0 16px;
  margin-bottom: 85px;
  position: absolute;
  height: 100%;
  height: calc(100% - 85px);
  overflow: auto;
  width: 100%;
  scroll-behavior: smooth;
  background: var(--smp-white);
}

.smp-content__head {
  top: 0;
  left: 0;
  z-index: 4;
  background: var(--smp-white);
  box-shadow:
    0px 1px 2px 0px rgba(0, 0, 0, 0.3),
    0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  clip-path: inset(0 0px -80px 0);
  padding: 8px 0;
  width: 100%;
  position: fixed;
}

.smp-content__head__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.smp-content__head .smp-navigation {
  display: none;
}

.smp-content__head .smp-menu-sharing {
  gap: 8px;
  flex-direction: column;
}

.smp-content__head .smp-menu-sharing .smp-button-link {
  flex-direction: column;
  gap: 4px;
  justify-content: space-between;
  height: 100%;
}

.smp-content__head .smp-menu-sharing .smp-button-link > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}

.smp-content__head .smp-menu-sharing .smp-button-link .smp-button-icon {
  font-weight: initial;
}

.smp-content__head .smp-button-icon.fab {
  font-size: 24.5px;
}

@media only screen and (min-width: 992px) {
  .smp-content__head {
    position: absolute;
    display: flex !important;
    padding: 8px 16px;
  }

  .smp-content__side {
    display: flex;
  }

  .smp-content__head .smp-navigation {
    display: flex;
  }

  .smp-content__head .smp-menu-sharing {
    gap: 0;
    flex-direction: column;
  }

  .smp-content__body {
    padding: 24px;
    top: 80px;
    margin-bottom: 0;
    height: calc(100% - 70px);
  }

  .smp-content__head .smp-menu-sharing .smp-button-link {
    flex-direction: row;
    gap: 8px;
  }

  .smp-content__head .smp-menu-sharing .smp-button-link > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
  }
}

@media only screen and (min-width: 1080px) {
  .smp-content__head {
    padding: 16px 24px;
  }
  .smp-content__head .smp-menu-sharing {
    gap: 16px;
    flex-direction: row;
  }
}

/** end main content **/

/** start meu sharing **/
.smp-menu-sharing {
  display: flex;
  gap: 16px;
  width: 100%;
}

.smp-menu-sharing .smp-menu-sharing__title {
  margin-left: 8px;
  color: var(--smp-grey-500);
}

.smp-menu-sharing__items {
  display: flex;
  gap: 4px;
  justify-content: space-around;
}

.smp-menu-sharing__item i {
  font-size: 24px;
}

.smp-menu-sharing__item {
  border-radius: 100px;
}

.smp-menu-sharing__item i.fa-whatsapp,
.smp-menu-sharing__item i.fa-facebook-messenger {
  font-size: 23px;
}

.smp-menu-sharing__items .tooltip .tooltiptext {
  bottom: unset;
  top: 75%;
  left: -142%;
  margin-top: 13px;
}
@media only screen and (min-width: 1080px) {
  .smp-menu-sharing {
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  .smp-menu-sharing__item {
    padding: 10px 16px 10px 12px;
  }

  .smp-menu-sharing__item:hover {
    background: var(--smp-primary-color-92);
  }

  .smp-menu-sharing .smp-menu-sharing__items {
    gap: 8px;
  }
}

.push__reassurance {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--smp-dark-grey-900);
}

.smp-push-free-book .smp-alert__cta a {
  padding: 10px 12px;
  border-radius: 100px;
}

.smp-push-free-book .smp-alert__cta a:hover {
  background: var(--smp-primary-color-92);
}

.push__reassurance--important {
  font-weight: 700;
}

.push__reassurance img {
  width: 24px;
  height: 24px;
}

.push__reassurance i,
.push__reassurance .material-symbols-outlined {
  font-size: 24px;
  line-height: 24px;
}

.smp-menu-sharing__items .tooltip .tooltiptext::before {
  content: "";
  position: absolute;
  top: -20%;
  border-width: 5px;
  border-style: solid;
  right: 5%;
  border-color: transparent transparent #555 transparent;
}

@media only screen and (min-width: 360px) {
  .smp-menu-sharing__items {
    gap: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .smp-menu-sharing__title {
    margin-left: 0;
  }
  .smp-menu-sharing {
    width: auto;
  }

  .smp-menu-sharing__items .tooltip .tooltiptext {
    bottom: -89%;
    left: 6%;
  }

  .smp-menu-sharing__items .tooltip .tooltiptext::before {
    top: -28%;
    right: 5%;
  }
}

/** end meu sharing **/

/** start defunct info **/

.defunct-info-push-condo {
  margin-top: 40px;
  width: 100%;
}

.defunct-info-push-condo .smp-button {
  width: 100%;
}

.smp-defunct-info > div {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.smp-defunct-info__picture {
  margin: 0 auto;
}

.smp-defunct-info__picture img {
  width: 96px;
  height: auto;
  border-radius: 50%;
}

.smp-defunct-info__logo_pf {
  max-width: 120px;
  width: 100%;
  height: auto;
}

.smp-defunct-info__number_pf {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

h1.smp-defunct-info__title,
span.smp-defunct-info__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  margin: 0;
  text-align: left;
  word-break: break-word;
}

.smp-defunct-info__born {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}

.smp-defunct-info .smp-defunct-info__death {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  justify-content: flex-end;
}

.smp-defunct-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 16px;
}

.smp-defunct-info__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media only screen and (min-width: 992px) {
  h1.smp-defunct-info__title,
  span.smp-defunct-info__title {
    text-align: center;
  }

  .smp-defunct-info__picture img {
    width: 160px;
  }

  .smp-defunct-info > div {
    flex-direction: column;
    gap: 40px;
  }

  .smp-defunct-info {
    align-items: center;
    text-align: center;
  }
  .smp-defunct-info__born {
    text-align: center;
  }
}
/** end defunct info **/

/** start navigation **/

.smp-navigation {
  display: flex;
  gap: 8px;
}

.smp-navigation .smp-navigation-item {
  color: var(--smp-dark-grey-900);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  transition: background-color 250ms ease-in;
  border: none;
  background: none;
}

.smp-navigation .smp-navigation-item:hover {
  background: var(--smp-primary-color-92);
}

.smp-navigation .smp-navigation-item:focus-visible,
.smp-button-link:focus-visible {
  outline: solid 2px #000000;
}

.smp-navigation .smp-navigation-item.active {
  background: var(--smp-primary-color);
  color: var(--smp-white);
}

.smp-navigation .smp-navigation-item.active > span:not(.smp-icon-badged) {
  font-weight: 700;
}

.smp-navigation-item span {
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
  .smp-navigation .smp-navigation-item {
    font-size: 16px;
    gap: 8px;
    flex-direction: row;
  }

  .smp-navigation .smp-navigation-item {
    border-radius: 100px;
  }
}

/** end navigation **/

/** start footer **/

.smp-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 24px 0;
}

.smp-footer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #6e7790;
}
.smp-footer__text a {
  color: #37408d;
  text-decoration: underline;
}

.smp-footer__logo {
  max-width: 160px;
  height: auto;
}

@media only screen and (min-width: 992px) {
  .smp-footer__logo {
    display: none;
  }

  .smp-footer {
    margin-bottom: 0;
  }

  .smp-footer .smp-footer__demo-mode {
    display: none;
  }
}

/** end footer **/

#map_wrapper_obituary {
  border-radius: 4px;
  overflow: hidden;
}

.smp-card.smp-welcome-text {
  color: var(--smp-grey-500);
}

.smp-welcome-text__upsell {
  display: none;
}

.smp-welcome-text__upsell--show {
  display: block;
}

.push-upsell-switch {
  margin-bottom: 16px;
}

#home_welcome-text .smp-card-actions {
  margin-top: 24px;
}

.smp-welcome-text__message {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

#home_welcome-text_message-display p {
  min-height: 1rem;
}

.smp-mobile-cta-condo {
  padding: 0 16px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.smp-mobile-cta-condo .smp-button {
  width: 100%;
}

.smp-obituary__head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  gap: 16px;
}

.smp-obituary-content #Vector_2 {
  fill: var(--smp-primary-color);
}

.smp-obituary-content #Vector {
  opacity: 0.3;
  fill: var(--smp-primary-color);
}

.smp-obituary-content #Vector_3_2 {
  opacity: 0.4;
  fill: var(--smp-primary-color);
}

.smp-obituary-content #Vector_3_1 {
  filter: brightness(0.92);
  fill: var(--smp-primary-color-92);
}

.smp-obituary-content {
  position: relative;
}

.smp-obituary-content__image {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 0;
}

.smp-obituary-content__text {
  position: relative;
  z-index: 1;
}

.smp-obituary-content__text p {
  min-height: 24px;
}

.smp-obituary .smp-obituary-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}

.smp-mobile-defunct-info {
  padding: 124px 16px 24px 16px;
  margin: -100px -16px 24px -16px;
  background: var(--smp-primary-color);
  color: var(--smp-white);
}

.smp-sharing-guest-list {
  margin-top: 24px;
}

.smp-sharing-guest-list h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: var(--smp-dark-grey-900);
}

.smp-alert {
  display: grid;
  align-items: center;
  gap: 14px;
  color: var(--smp-dark-grey-900);
  background: #e3f2fd;
  border-radius: 8px;
  padding: 12px;
  grid-template-columns: min-content auto;
}

.smp-alert__icon {
  color: #2194f3;
}

.smp-alert__cta {
  grid-column: span 2;
  display: flex;
  gap: 8px;
}

@media only screen and (min-width: 992px) {
  .smp-alert {
    grid-template-columns: min-content auto auto;
  }

  .smp-alert__cta {
    grid-column: span 1;
  }

  .smp-mobile-cta-condo {
    display: none;
  }

  .smp-mobile-defunct-info {
    display: none;
  }
}

/** start defunct book **/

.push_defunct_book__body {
  display: grid;
  align-items: center;
  gap: 24px;
  grid-template-columns: 1fr;
}

.push_defunct_book__picture img {
  height: auto;
  border-radius: 8px;
  width: 100%;
}

.push_defunct_book__text {
  color: var(--smp-grey-500);
}

.smp-broadcast-ceremonie {
  padding: 16px;
  background: #4e5568;
  border-radius: 4px;
  color: #ffffff;
}

.smp-broadcast-ceremonie .smp-broadcast-ceremonie__button {
  width: 100%;
  margin-top: 8px;
}

.smp-broadcast-ceremonie .smp-broadcast-ceremonie__button .smp-button {
  width: 100%;
}
.smp-broadcast-ceremonie__button .smp-button .smp-button-icon {
  font-size: 24px;
}

.smp-row:after {
  content: none;
}

@media only screen and (min-width: 992px) {
  .push_defunct_book {
    border-radius: 16px;
  }

  .push_defunct_book__body {
    grid-template-columns: auto auto;
  }

  .push_defunct_book__picture img {
    max-height: 188px;
  }
}
/** end defunct book **/

/** START FAB **/

.smp-hommages-container__side-cta {
  display: none;
}
[data-smp-active-tab="hommages"].smp-content__body__container
  .smp-hommages-container__side-cta,
.smp-main--rollup .smp-hommages-container__side-cta {
  display: block;
}

.smp-content__body__container {
  display: flex;
  position: relative;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
}

.smp-hommages-container__main {
  width: 100%;
}

.smp-hommages-container__side-cta {
  z-index: 2;
  position: fixed;
  bottom: 85px;
  width: 0;
  right: 0;
}

.smp-fab {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  margin: 16px;
  gap: 8px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: var(--smp-primary-color);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 72px;
  cursor: pointer;
}

.smp-fab svg {
  height: 24px;
  width: 24px;
}

.smp-fab:hover {
  background: var(--smp-primary-color-hover);
}

.smp-fab span {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  transition: font-size 0.2s;
}

.smp-fab.smp-fab--icon-only:hover span {
  font-size: 16px;
}

.smp-fab.smp-fab--icon-only {
  padding: 16px;
  gap: 0;
}

.smp-fab.smp-fab--icon-only span {
  font-size: 0;
}

@media only screen and (min-width: 992px) {
  .smp-hommages-container__side-cta {
    position: sticky;
    top: 0;
    width: 0;
    bottom: unset;
    height: 94vh;
    height: calc(100vh - 70px - 24px - 24px);
    z-index: 2;
  }

  .smp-fab {
    /*position: fixed;*/
    bottom: 0;
    right: 8px;
    z-index: 10;
  }
}

.smp-ceremony-flower {
  max-width: 500px;
  border-radius: 12px;
  background: var(--smp-primary-color-92);
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}

.smp-ceremony-flower .smp-card-title {
  color: var(--smp-dark-grey-900);
}

.smp-ceremony-flower__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: var(--smp-grey-500);
}

.smp-ceremony-flower__card .smp-card-actions {
  margin-top: 16px;
}

.smp-ceremony-flower__card .smp-funeral-events__item-hours .smp-button-icon,
.smp-ceremony-flower__card .smp-funeral-events__item-address .smp-button-icon {
  margin-right: 8px;
  color: var(--smp-dark-grey-900);
}

.funeral-events__title--white {
  color: white;
}

/** END FAB **/

#modalPushFlower {
  z-index: 11119 !important;
  top: 0 !important;
  width: 100vw;
  height: 100vh;
  max-height: unset;
  background: #ffffff;
  padding: 0 16px;
  max-width: unset;
  border-radius: unset;
}

#modalPushFlower .smp-h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

#modalPushFlower .smp-modal-header {
  display: none;
}

.modal > .modal-content {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.push-flower-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 48px;
}

.push-flower-footer > button {
  background: none;
  border: none;
  color: var(--smp-primary-color);
  text-decoration-line: underline;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.push-flower-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 16px;
  gap: 15px;
}

.push-flower-header > .icon {
  display: flex;
  flex-direction: column;
}

.push-flower-header > .icon > span {
  font-size: 50px;
  color: #019c8a;
}

.push-flower-header > .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.push-flower-header > .text > h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

.push-flower-header > .text > span {
  font-size: 14px;
  margin: 0;
}

.push-flower .smp-button {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.push-flower-header > .text > p {
  margin: 0;
}

.delimiter {
  margin: 32px auto;
  width: 96px;
  height: 0px;
  border: 1px solid #7e97b4;
}

.push-flower-push {
  overflow: hidden;
  border-radius: 4px;
  color: #4e5568;
  background: var(--smp-primary-color-92);
}

.push-flower-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}

.push-flower-picture img {
  width: 64px;
}

.push-flower-text p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

#modalPushFlower .push-flower-reassurance {
  padding: 16px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 100%;
}

#modalPushFlower .push-flower-reassurance .smp-button {
  margin-top: 10px;
}

.push-flower-reassurance > .reassurance {
  display: flex;
  align-items: center;
  gap: 10px;
}

.smp-push-defunct-book {
  margin-top: 24px;
}

.smp-push-defunct-book__cta {
  display: block;
  margin-top: 12px;
}
.smp-push-defunct-book__cta .smp-button-link > span {
  text-decoration: none;
}

@media only screen and (min-width: 481px) {
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .push-flower-header {
    gap: 20px;
  }

  .push-flower-header > .text > h2 {
    font-size: 32px;
    line-height: 130%;
  }

  .push-flower-header > .text > span {
    font-size: 16px;
  }

  .delimiter {
    margin: 24px auto;
    width: 192px;
  }

  .push-flower-footer {
    margin-top: 56px;
  }
}

.smp-highlighterd-condoleance {
  padding: 24px;
}

.smp-highlighterd-condoleance ul {
  margin: 0;
  border-bottom: solid 1px var(--smp-primary-color);
}

.smp-highlighterd-condoleance__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin: 0;
}

.funeral-events-push__items {
  display: flex;
  flex-direction: column;
}

.funeral-events-push__items--two > div:first-child {
  border-bottom: 1px solid #b6bbca;
}

.funeral-events-push__items > div {
  padding: 16px 0;
}

@media only screen and (min-width: 992px) {
  .funeral-events-push__items {
    flex-direction: row;
  }

  .funeral-events-push__items--two > div:first-child {
    border-bottom: none;
  }

  .funeral-events-push__items--two > div:first-child {
    padding: 0 16px 0 0;
  }

  .funeral-events-push__items--two > div:last-child {
    padding: 0 0 0 16px;
  }

  .funeral-events-push__items--two > div {
    width: 50%;
  }

  .funeral-events-push__items--two .smp-event-push-item__cta {
    max-width: unset;
  }
}

.smp-link {
  color: var(--smp-primary-color);
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}

#admin_welcome-text-form_textarea strong {
  font-weight: 700;
}

#home_welcome-text strong {
  font-weight: 700;
}

.smp-ctas-condo {
  display: grid;
  gap: 16px;
  grid-template-columns: auto;
  width: 100%;
}

.smp-ctas-condo .smp-cta-condo__cta {
  border-radius: 16px;
  height: 128px;
  position: relative;
  overflow: hidden;
}

.smp-ctas-condo .smp-cta-condo__cta .smp-cta-condo__cta__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}

.smp-ctas-condo .smp-cta-condo__cta .smp-cta-condo__cta__main {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: stretch;
}

.smp-ctas-condo .smp-cta-condo__cta .smp-cta-condo__cta__content {
  width: 100%;
  background: var(--smp-primary-color-opacity-60, rgba(52, 123, 208, 0.6));
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.smp-ctas-condo
  .smp-cta-condo__cta
  .smp-cta-condo__cta__content
  .smp-cta-condo__cta__content__text {
  color: var(--smp-white);
}

.smp-ctas-condo
  .smp-cta-condo__cta
  .smp-cta-condo__cta__content
  .smp-cta-condo__cta__content__button {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .smp-ctas-condo {
    grid-template-columns: repeat(3, auto);
  }

  .smp-ctas-condo .smp-cta-condo__cta__main__overlay {
    height: 100%;
    width: 100%;
    max-height: 0;
    background: var(--smp-primary-color-opacity-60, rgba(52, 123, 208, 0.6));
    transition: max-height 250ms ease-in-out;
  }
  .smp-ctas-condo .smp-cta-condo__cta:hover .smp-cta-condo__cta__main__overlay {
    max-height: 100%;
  }
}

.smp-sharing-card {
  border: none;
  background-color: var(--smp-primary-color-92);
}

.smp-chips {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.smp-chips .smp-chip {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 36px;
  background: #e3f2fd;
  color: #005bc9;
}

.smp-chips .smp-caption {
  color: #005bc9;
}

.smp-chips .smp-button-icon {
  color: #005bc9;
  font-size: 18px;
}

#defunct-info_picture_edit {
  display: none;
}

.smp-button.smp-button__edit-picture {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px;
  border: none;
  background: var(--smp-white);
  color: var(--smp-primary-color);
}

.smp-button.smp-button__edit-picture-large {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.smp-button__edit-picture .smp-button__edit-picture__text {
  display: none;
}

#defunct-info_picture {
  position: relative;
}

.smp-defunct-photo-error {
  margin-top: 16px;
}

@media only screen and (min-width: 992px) {
  .smp-button.smp-button__edit-picture {
    margin-top: 8px;
    position: static;
    padding: 7px 16px;
    background: var(--smp-primary-color);
    color: var(--smp-white);
  }

  .smp-button.smp-button__edit-picture:hover {
    background: var(--smp-primary-color-hover);
  }

  .smp-button__edit-picture .smp-button__edit-picture__text {
    display: inline-block;
  }
}

.smp-form-funeral-event__datetime {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
  align-items: start;
}

.smp-form-funeral-event__address {
  margin-top: 16px;
}

#form-funeral-event .smp-button {
  margin-top: 16px;
}

.delete-funeral-event__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  flex-direction: column;
}

.delete-funeral-event__action {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  padding: 10px 12px;
  border-radius: 100px;
}

.delete-funeral-event__action:hover {
  background: var(--smp-grey-50);
}

.delete-funeral-event__action--cancel {
  color: var(--smp-grey-500);
}

.delete-funeral-event__action--confirm {
  color: var(--smp-dark-grey-900);
}

@media only screen and (min-width: 992px) {
  .delete-funeral-event__actions {
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    flex-direction: row;
  }
}

.smp-obituary-content__file {
  height: 350px;
  z-index: 1;
  position: relative;
}

.smp-obituary-content__picture {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .smp-obituary-content__file {
    height: 650px;
  }
}

.smp-obituary-content strong,
#admin_obituary_text-form_textarea strong {
  font-weight: 700;
}

.ql-size-small {
  font-size: 12px;
}

.ql-size-large {
  font-size: 22px;
}

.ql-size-huge {
  font-size: 32px;
}

.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.ql-align-justify {
  text-align: justify;
}

.smp-main--rollup .smp-content__body {
  margin-bottom: 0;
  height: 100%;
  padding: 0 16px;
}

@media only screen and (min-width: 992px) {
  .smp-main--rollup .smp-content__body {
    top: 0;
    padding: 24px 16px;
  }
}
