@import '../views/mb-views/assets/css/components/cards.css';

.bloc-service-de-reanimation {
  background-color: #008292;
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  background-size: 115px;
  color: #fff;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bloc-contribution {
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #F5F5F5;
}

.bloc-contributeurs {
  color: #fff;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #00A6BA;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bloc-contributeurs .link-container a {
  align-self: flex-end;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.bloc-gestion-des-proches {
  /* Background styles commented out as current design uses transparent/white background
  background-color: #008292;
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0px 16px 32px rgb(0 0 0 / 5%);
  background-size: 115px;
  color: #fff;
  */
  /* Ensure text is readable on light background */
  color: #243A59;
}

.bloc-gestion-des-proches .link-container {
  margin-top: 15px;
  text-align: right;
}

.bloc-gestion-des-proches .link-container a {
  color: #008292;
  /* Teal color */
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.bloc-gestion-des-proches .link-container a:hover {
  text-decoration: underline;
  color: #005c66;
}

.bloc-gestion-des-proches .link-container a img {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  margin-top: -2px;
}

.bloc-gestion-des-proches .component-box>span {
  min-width: 65px;
  text-align: right;
}

.bloc-gestion-des-proches {
  /* Mobile specific adjustments */
}

@media (max-width: 767px) {
  .bloc-gestion-des-proches .link-container {
    text-align: left;
    margin-top: 10px;
  }

  .bloc-gestion-des-proches .link-container a {
    justify-content: flex-start;
  }
}

.bloc-parcours {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  background-size: 115px;
  color: #243A59;
  padding: 20px;
  min-height: 200px;
}

.bloc-parcours .link-container a {
  color: #243A59;
}

.bloc-communaute {
  background-color: #00A6BA;
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  background-size: 115px;
  color: #fff;
  background-image: url("/wp-content/uploads/2022/08/mobile-half.png");
}

.bloc-communaute .link-container a {
  color: #fff;
}

.bloc-sm-white-box {
  background: #fff;
  max-width: 320px;
  margin: 0 auto 10px;
  padding: 0 !important;
  height: auto;
}

.bloc-welcome-bloc {
  background-color: #008292;
  background-image: url("/wp-content/uploads/2022/08/illu.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
  background-size: 115px;
}

.cardbox {
  border-radius: 16px;
  width: 100%;
  height: 210px;
  border-radius: 12px;
  padding: 20px 45px 20px 20px;
  margin: 0;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.05);
}

.cardbox .link-container a>img {
  position: relative;
}

.cardbox h3 {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 900;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.cardbox p {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}

.component-box {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 11px;
}

.component-box>span,
.component-box span.flex-number {
  font-size: 35px;
  font-weight: bold;
  padding-right: 15px;
}

.component-box span.flex-number {
  padding-right: 0 !important;
}

/*# sourceMappingURL=style.css.map */