<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

#section-about {
  /*height: 100vh;*/
}

.btn-action {
  width: 500px;
  --bs-primary: #7980BD;
  --bs-primary-rgb: 121,128,189;
}

.text-header {
  color: rgb(255,255,255);
}

.sub-text-header {
}

.div-hr {
  background: #7980BD;
  height: 5px;
  width: 80px;
}

.btn-color {
  background: #7980BD;
  border-right-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

#section-count {
  /*height: 100vh;*/
}

.col-count {
  border-right-style: solid;
}

#section-partnaires {
  /*height: 344.4px;*/
}

#section-testimonial {
  /*height: 530.4px;*/
}

.headi-footer {
  font-weight: bold;
  color: rgb(255,255,255);
}

.para-footer {
  color: rgb(229,229,229)!important;
}

.color-icon-footer {
  color: rgb(255,255,255);
}

.span-point {
  font-size: 80px;
  color: #D93030;
}

.icon-cised-count {
  font-size: 50px;
}

.btn-color.btin-don {
  border-radius: 50px;
}

.btn:hover {
  background-color: #5a64bb;
  color: #ffffff;
  border-color: #7980bd;
}

#activites {
  /*height: 100vh;*/
}

.all-link {
  color: #7980bd;
  text-decoration: none;
}

.all-link :hover {
  color: #5a64bb;
  text-decoration: none;
}

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