@import url("https://fonts.googleapis.com/css?family=Mukta:300,400,700");
.tooltip,
.container_don__sources:before,
.container_don__build:before,
.container_don__deploy:before {
  position: absolute;
  right: 0;
  bottom: 100%;
  color: #fff;
  background: #ffb238;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2.5px;
}
.card,
.container_don__sources div,
.container_don__build div {
  line-height: 2;
  background: #fff;
  padding: 1.2rem 1rem;
  border-radius: 4px;
  box-shadow: 0 2px 10px #e6e6e6;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container_don {
  padding: 15vh 5vh 0 5vh;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.container_don svg {
  height: 5rem;
}
.container_don svg line {
  stroke: #5f39dd;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 2px 20px;
  animation: animateline 5s linear both infinite;
}
h3 {
  font-size: 1.1rem;
  color: #411fb2;
  text-align: center;
}
p {
  font-size: 0.95rem;
  font-weight: 300;
}
.container_don__sources .sources--markdown {
    border-radius: 10px 10px
}
.container_don__sources .sources--cms {
    border-radius: 10px 10px
}
.container_don__sources .sources--data {
    border-radius: 10px 10px
}
.container_don__sources {
  display: flex;
  border-radius: 8px;
  padding: 1.5rem;
  background: #f9f9f9;
  position: relative;
}
.container_don__sources:before {
  content: 'Nos Ressources';
}
.container_don__sources div {
  text-align: left;
  margin: 0 1rem;
}
.container_don__build {
  padding: 4vh 4vw;
  border-radius: 8px;
  background: #f9f9f938;
  position: relative;
}
.build--powered{
    max-width: 900px;
}
.container_don__build:before {
  content: 'Direct de l\'Association';
}
.build--stack li{
    text-align: left;
    text-decoration: bold;
}
.build--stack ul{
    padding: 10px;
}
.container_don__build div {
  margin: 2rem 0;
}
.container_don__build div svg {
  width: 4rem;
  height: auto;
  fill: #5f39dd;
}
.container_don__deploy {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
}
.container_don__deploy:before {
  content: 'déploiement';
}
@media (max-width: 700px) {
  .container_don__sources {
    flex-direction: column;
  }
  .container_don__sources div {
    margin: 1rem 0;
  }
}
@-moz-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@-webkit-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@-o-keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
@keyframes animateline {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -5rem;
  }
}
