#nous-soutenir #content {
  width: 90%;
  background-color: #1c1a19;
  border-radius: 3px;
  margin: 15px auto;
  padding: 20px 30px;
  box-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
#nous-soutenir #content .flex-reverse {
  flex-direction: row-reverse;
}
#nous-soutenir #content #soutenir {
  width: 50%;
}
#nous-soutenir #content #soutenir .tipeee-plugins-widget {
  text-align: center;
}
#nous-soutenir #content #soutiens {
  text-align: center;
  width: 500px;
}
#nous-soutenir #content #soutiens h3 {
  text-align: left;
  margin: 30px 0;
}
#nous-soutenir #content #soutiens .befirst {
  font-style: italic;
  color: #dbd940;
}
#nous-soutenir #content h1 {
  font-family: TF2Build;
  font-size: 2.5em;
  color: #f6f4f2;
  margin-top: 20px;
}
#nous-soutenir #content p {
  font-family: TF2Secondary;
  font-size: 1.1em;
  line-height: 1.6;
  color: #f6f4f2;
  font-weight: bold;
}
#nous-soutenir #content p a {
  color: #f6f4f2;
  text-decoration: underline;
}
#nous-soutenir #content p a:hover {
  color: #5abccc;
}
#nous-soutenir #content #socials {
  margin: 25px;
}
#nous-soutenir #content #socials a {
  text-align: center;
  color: #f6f4f2;
  margin: 0 15px;
}

footer {
  position: inherit !important;
}

@media all and (max-width: 1340px) {
  #nous-soutenir #content {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  #nous-soutenir #content .flex-reverse {
    flex-direction: column;
  }
  #nous-soutenir #content #soutenir, #nous-soutenir #content #soutiens {
    width: 100%;
  }
}/*# sourceMappingURL=nous-soutenir.css.map */