/* V21 — crédit bénévole SOS ORDI 03 */
.site-credit {
  background: #e9f5ff;
  border-top: 1px solid rgba(23, 61, 49, .14);
  border-bottom: 1px solid rgba(23, 61, 49, .14);
}

.site-credit_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 0;
  text-align: left;
}

.site-credit_mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(23, 61, 49, .22);
  background: #fffdf8;
  color: #173d31;
  font-size: 1.15rem;
  font-weight: 800;
  display: none;
}

.site-credit_text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 7px;
  color: #47544d;
  font-size: .88rem;
  line-height: 1.45;
}

.site-credit_text a {
  color: #173d31;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 61, 49, .35);
}

.site-credit_text a:hover,
.site-credit_text a:focus-visible {
  border-bottom-color: #173d31;
}

.site-credit_text small {
  width: 100%;
  color: #6b756f;
  font-size: .76rem;
      text-align: center;
}

@media (max-width: 680px) {
  .site-credit_inner {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px 0;
  }

  .site-credit_text {
    display: block;
    text-align: center;
    font-size: .83rem;
  }

  .site-credit_text a {
    display: block; 
    margin-top: 3px;
	text-align: center;
  }

  .site-credit_text small {
    display: block;
    margin-top: 4px;
  }
}
