<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* WRAPPER */

a {
  color:inherit;
}

button:focus {
    outline: none;
    background-color: inherit;
}

.fas, .fab, .far {
    height: unset;
    width: unset;
}

.smp-section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.smp-section_no-pad-bot {
  padding-bottom:0px;
}

.smp-section_pad_0 {
  padding:0px;
}

.smp-section_pad-top_0 {
  padding-top:0px;
}

.smp-section_white {
  background-color: #ffffff;
}

.smp-section_bg-color_lightgrey {
  background-color: #f5f5f5;
}

.smp-container, .smp-body .smp-container {
  margin: 0 auto;
  max-width: 1400px;
  width: 95%;
}


/* GRID */
.smp-row {
  margin-left: auto;
  margin-right: auto;
}

.smp-row:after {
  content: "";
  display: table;
  clear: both;
}

.smp-row_v-align_middle {
  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;
  flex-flow: wrap;
}

.smp-row_margin-bot_0 {
  margin-bottom:0px;
}

.smp-row_margin_0 {
  margin:0;
}

.smp-row_pad-bot_0 {
  padding-bottom:0px;
}

@media only screen and (max-width: 600px) {
  .smp-row_hide_on_small_only {
    display: none;
  }
}

.smp-row .smp-col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* FIND A BETTER WAY TO MANAGE PADDING WHEN COL GO IN S12 WITH RESPONSIVE */
.smp-row .smp-col_s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.smp-row .smp-col_s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

@media only screen and (min-width: 601px) {
  .smp-row .smp-col_m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}

@media only screen and (min-width: 993px) {
 .smp-row .smp-col_l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_l2-5 {
    width: 22.50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_l9-5 {
    width: 77.50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .smp-row .smp-col_l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .smp-row .smp-col_l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}

.smp-row .smp-col_v-align_middle {
    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;
}

.smp-row .smp-col_padding_24 {
  padding:24px;
}

.smp-row .smp-col_padding_0 {
  padding:0;
}

.smp-row .smp-col_pad-right_0 {
  padding-right:0;
}

@media only screen and (max-width: 601px) {
.smp-row .smp-col_pad_0_on_small {
  padding:0;
}
}


/* CARD */
.smp-card {
  position: relative;
  margin: 0rem 0 1rem 0;
  padding: 24px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.smp-card_padding_0 {
  padding:0;
}

.smp-card_pad-right-only {
  padding-top:0;
  padding-bottom:0;
  padding-left:0;
}

@media only screen and (max-width: 601px) {
.smp-card_pad_0_on_small {
  padding:0;
  }
}

.smp-card__content {
  border-radius: 0 0 2px 2px;
  padding:24px;
}

.smp-card__content_padding_0 {
  padding:0;
}

.smp-card__content_pad-top_0 {
  padding-top:0px;
}

.smp-card__content_pad-bot_0 {
  padding-bottom:0;
}

.smp-card__title {
  padding:24px;
  font-size:1.3em;
}

.smp-card__title_pad-bot_0 {
  padding-bottom:0px;
}

.smp-card__title_margin-top_0 {
  margin-top:0px;
}

.smp-card__title_padding_0 {
  padding:0px;
}

.smp-card__images {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}

.smp-text_italic {
  font-style:italic;
}

/* COLLAPSIBLE */
.smp-collapsible__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: border-bottom 0.8s ease-out;
  -moz-transition: border-bottom 0.8s ease-out;
  -o-transition: border-bottom 0.8s ease-out;
  transition: border-bottom 0.8s ease-out;
}

.smp-collapsible__count {
  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-right:10px;
}

.smp-collapsible__chevron {
  transition-duration: 0.25s;
  transition-property: transform;
}
.smp-funeral-events__item.active .smp-collapsible__chevron {
  transform: rotate(180deg);
}

.smp-collapsible__body {
  display: block;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 0px;
}


/* TOOLTIP */
.tooltip {
  display:none;
  position:absolute;
  border:1px solid #333;
  background-color:#161616;
  border-radius:5px;
  padding:10px;
  color:#fff;
  z-index:100000;
}

.smp-input__field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.smp-input__field_margin-bot_0 {
  margin-bottom:0;
}

.smp-funeral-events__item.active {
  font-weight:600;
}

.active .smp-collapsible__header {
  border-bottom: 1px solid transparent;
}


/* BUTTON */

.smp-button {
  color: #fff;
  background-color: var(--smp-primary-color, #296eb7);
  border:1px solid #296eb7;
  text-decoration: none;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  font-size: 14px;
  font-weight:400;
  outline: 0;
  border-radius: 2px;
  display:inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
  transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}

.smp-button:hover {
  background-color: #296eb7D9;
  border-color:#296eb7D9;
}

.smp-button-primary {
  color: #fff;
  background-color: var(--smp-primary-color);
  border-color: var(--smp-primary-color);
  -webkit-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
  transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
  border-radius: var(--smp-button-border-radius, 0);
}

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



.smp-button_secondary {
  color: #fff;
  background-color: var(--smp-secondary-color);
  border-color: var(--smp-secondary-color);
  -webkit-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
  transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
}

.smp-button_secondary:hover {
  background-color: var(--smp-secondary-color-hover);
  border-color: var(--smp-secondary-color);
}

.smp-button_secondary_flat {
  -webkit-box-shadow:none;
  box-shadow: none;
}

.smp-button_secondary_outline {
  background-color: transparent;
  color: var(--smp-secondary-color);
  border-color: var(--smp-secondary-color);
}

.smp-button_secondary_outline:hover {
  background-color: var(--smp-secondary-color);
  border-color: var(--smp-secondary-color);
  color:#fff;
}

.smp-button_secondary_underline {
  padding: 0 10px;
  background-color: transparent;
  color: var(--secondary-color);
  border: 0px 0px 1px 0px solid var(--smp-secondary-color);
  -webkit-transition: border-bottom-color .2s ease-out, color .2s ease-out;
  transition: border-bottom-color .2s ease-out, color .2s ease-out;
}

.smp-button_secondary_underline:hover {
  background-color: transparent;
  color: var(--smp-secondary-color-hover);
  border-bottom-color:var(--smp-secondary-color-hover);
}

.smp-button_float_right  {
  float:right;
}

.smp-button__icon {
  font-size: 1rem;
    line-height: inherit;
    float: left;
    margin-right:12px;
}

.smp-input__icon {
  float :left;
  font-size:1.1rem;
  margin-right:10px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.smp-button_bg-color_facebook {
background-color:#4968AD;
}

.smp-button_width_100 {
width:100%;
}
.smp-button_bg-color_facebook:hover {
  background-color:#4968ADD9;
}

.smp-button__secondary {
  background-color: var(--secondary-color);
  background-color:#b0bec5;

  color:#000000;
}

.smp-button__secondary:hover {
  background-color: var(--secondary-color-hover);
}

/* COLLECTION */
.smp-collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.smp-collection__item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

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

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

.smp-collection__item:last-child {
  border-bottom: none;
}

.smp-collection__item__avatar {
    min-height: 84px;
    padding: 10px 10px 10px 72px;
    position: relative;
}


.smp-collection__item__avatar__icon {
  position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius:50%;
}

.smp-collection__item__title {
font-size: 16px;
}

/* PAGINATION */
.smp-pagination {
  text-align: right;
}

.smp-pagination__button-page, .page-numbers {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #9e9e9e;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    font-size: 14px;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.smp-pagination__button-next, .smp-pagination__button-previous, .prev.page-numbers, .next.page-numbers {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #9e9e9e;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    font-size: 14px;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.smp-pagination__button-next &gt; i, .smp-pagination__button-previous &gt; i {
  line-height: 36px;
}

.smp-button__page-numbers, .page-numbers {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    padding:0px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.smp-page-numbers.smp-button__page-numbers button, .page-numbers {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    font-size: 1.1rem;
    outline: 0;
    color: grey;
    border: none;
    margin: 0 3px 0 3px;
    padding: 0 12px 0 12px;
    height:36px;
}

.smp-page-numbers button:focus {
    background-color: #296eb7;
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    height: 35px;
}

.smp-page-numbers {
padding:0px;
}

.smp-page-numbers button.active, .page-numbers.current {
    background-color: #296eb7;
    background-color: var(--smp-primary-color, --main-color);
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    vertical-align: top;
    height: 35px;
}


/* ICONS */
.smp-icon_font-size_18{
  font-size:18px;
}

.smp-icon_circle {
    font-size: 18px;
    line-height: 42px !important;
    color: #fff;
    background-color: #999;
    text-align: center;
}

.smp-icon_float_left {
  margin-right: 15px;
  float:left;
}

/* UTILITY */
.smp-hoverable {
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.smp_show-on-small-only {
  display:block;
}

@media only screen and (min-width: 600px) {
  .smp_show-on-small-only {
    display:none ;
  }
}

@media only screen and (max-width: 600px) {
  .smp_display-on-small_none {
    display:none !important;
  }
  .smp_display-on-small-and-down_none {
    display:none !important;
  }
}

@media only screen and (max-width: 992px) {
  .smp_display-on-small-and-down_none {
    display:none !important;
  }

  .smp_display-on-mid_none {
    display:none !important;
  }
}


@media only screen and (min-width: 993px) {
.smp_display-on-large_none {
    display: none !important;
}
}

.smp-hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.smp-text_font-size_13 {
  font-size:13px;
}

.smp-text_color_grey {
  color: #9e9e9e !important;
}

.smp-text_font-weight_300 {
  font-weight: 300;
}

.smp-link_color {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

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

.smp-text_center {
  text-align: center;
}

.smp-text_light {
  font-weight: 300;
}

.smp-row_center {
  text-align: center;
}

.smp-divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

.smp-float_right {
  float:right;
}

.smp-float_left {
  float:left;
}

.smp-align_vertical {
    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;
}

.smp-margin_0 {
  margin:0;
}

.smp-title_medium {
  font-size:1.6em;
}



.smp-text_underline {
  text-decoration: underline;
}

.smp-grey_lighten-4 {
    background-color: #f5f5f5 !important;
}

/* PROGRESS */
.smp-progress {
    position: relative;
    height: 8px;
    display: block;
    width: 100%;
    background-color: #bdbdbd;
    border-radius: 2px;
    margin: .5rem 0 1rem 0;
    overflow: hidden;
    }

.smp-progress__determinate {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

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

.smp-font-size_24 {
  font-size:24px;
}

.smp-list-agencies-archive {
  margin: 10px 0px;
}

.smp-font-color {
  color:#343434;
}


.smp-button_quote {
  padding:20px 30px;
  font-size:16px;
}

#memento-cta-hommage-mobile_container{
  float: none;
  padding: 0px;
  margin-bottom: 25px;
}

.smp-button.smp-button-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.smp-button.smp-button-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: var(--smp-primary-color);
  font-weight: 500;
  border: 2px solid var(--smp-primary-color);
}

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



.smp-button, button.smp-button, input[type="submit"].smp-button {
  vertical-align: middle;
  align-items: center;
  padding: 7px 16px;
  border-radius: var(--smp-button-border-radius,  3px);
  box-shadow: 0 6px 10px -3px rgba(23, 47, 74, 0.21);
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  transition: all 0.25s ease;
  text-transform: none;
  font-weight: 400;
  border: 1px solid var(--smp-primary-color);
}

.smp-button:focus-visible, button.smp-button:focus-visible, input[type="submit"].smp-button:focus-visible {
  outline: solid 2px #000000;
}

.smp-button:hover,
button.smp-button:hover,
input[type="submit"].smp-button:hover {
  cursor: pointer;
  box-shadow: 0 3px 2px -1px rgba(23, 47, 74, 0.21);
}

.smp-button:focus,
button.smp-button:focus,
input[type="submit"].smp-button:focus {
  box-shadow: 0 1px 1px 0 rgba(23, 47, 74, 0.61);
}

.smp-button.smp-button_normal,
button.smp-button.smp-button_normal,
input[type="submit"].smp-button.smp-button_normal {
  background-color: var(--smp-primary-color);
  color: #ffffff;
}

.smp-button.smp-button_normal:hover,
button.smp-button.smp-button_normal:hover,
input[type="submit"].smp-button.smp-button_normal:hover {
  background-color: var(--smp-primary-color-hover)
}

.smp-button.smp-button_normal:focus,
button.smp-button.smp-button_normal:focus,
input[type="submit"].smp-button.smp-button_normal:focus {
  background-color: var(--smp-primary-color-hover);
}

.smp-button.smp-button_normal.smp-button_disable,
button.smp-button.smp-button_normal.smp-button_disable,
input[type="submit"].smp-button.smp-button_normal.smp-button_disable {
  border-color: #DFDFDF;
  cursor: initial;
  box-shadow: none;
  background-color: #DFDFDF;
  color: #9F9F9F;
}

.smp-button.smp-button_normal.smp-button_disable:hover,
button.smp-button.smp-button_normal.smp-button_disable:hover,
input[type="submit"].smp-button.smp-button_normal.smp-button_disable:hover {
  background-color: #DFDFDF;
  color: #9F9F9F;
  cursor: initial;
  box-shadow: none;
}

.smp-button.smp-button_normal.smp-button_disable:focus,
button.smp-button.smp-button_normal.smp-button_disable:focus,
input[type="submit"].smp-button.smp-button_normal.smp-button_disable:focus {
  background-color: #DFDFDF;
  color: #9F9F9F;
  cursor: initial;
  box-shadow: none;
}

.smp-button.smp-button_outline,
button.smp-button.smp-button_outline,
input[type="submit"].smp-button.smp-button_outline {
  border: solid 1px var(--smp-primary-color);
  background-color: #ffffff;
  color: var(--smp-primary-color);
  padding-left: 50px;
  padding-right: 50px;
}

.smp-button.smp-button_outline:hover,
button.smp-button.smp-button_outline:hover,
input[type="submit"].smp-button.smp-button_outline:hover {
  background-color: #e7ecf1;
}

.smp-button.smp-button_outline:focus,
button.smp-button.smp-button_outline:focus,
input[type="submit"].smp-button.smp-button_outline:focus {
  background-color: #d2dbe3
}


.smp-button-icon {
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
}

.smp-button-icon:not(.fab) {
  font-family: 'Material Icons Round';
}

.smp-button-icon--outlined {
  font-family: 'Material Symbols Outlined' !important;
}
.smp-button-icon--rounded{
  font-family: 'Material Icons Round' !important;
}
.smp-button-icon--s-rounded{
  font-family: 'Material Symbols Rounded' !important;
}





</pre></body></html>