* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #eb5953;
  font-family: 'Roboto Condensed', sans-serif;
}
.main-content {
  flex: 1;
}
.footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #f4f3f2;
  padding: 0 20px;
}
.footer-inner {
  position: relative;
}
.fleche {
  position: absolute;
  top: 20px;
  left: 20%;
  text-align: center;
  color: #eb5953;
}
.fleche img {
  margin-top: -23px;
  display: inline-block;
}
.fleche-texte {
  display: inline-block;
}
a {
  color: #eb5953;
}
a:hover {
  color: #eb5953;
}
.document-column a {
  color: #fff;
}
.document-column a:hover {
  text-decoration: underline;
}
.document-column a.btn-primary {
  color: #eb5953;
}
.document-column a.btn-primary:hover {
  color: #222;
  text-decoration: none;
}
.navbar-white {
  background: #fff;
  color: #eb5953;
}
.navbar-brand {
  height: auto;
}
.navbar-brand img {
  height: 80px;
}
.content {
  margin: 0;
  padding: 0;
}
ul.navbar-nav {
  margin-top: 30px;
  font-size: 1.3em;
}
.form-field {
  margin-bottom: 20px;
}
.ui-widget-header {
  background: #eb5953;
  border: none;
}
.navbar {
  margin: 0;
}
.navbar .container {
  width: 85%;
}
.navbar-brand {
  padding: 2px 0;
}
ul.fielderror,
ul.errorlist {
  list-style: none;
  padding: 0;
  float: right;
}
ul.fielderror li,
ul.errorlist li {
  color: #fbcb09;
}
.footer .text {
  padding-top: 80px;
  color: #222;
  width: 100%;
  font-size: 12px;
  text-align: center;
  min-height: 100px;
}
.content .container-liquid {
  padding: 0 0;
}
.document-column {
  padding-top: 80px;
}
.article-title {
  margin-left: -30px;
  font-size: 3em;
}
.article-title.no-offset {
  margin-left: 0;
  font-size: 3em;
}
.blender {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 800px;
  height: 100%;
  display: block;
}
@media (max-width: 766px) {
  .blender {
    min-height: 500px;
  }
  .document-column {
    text-align: center;
  }
}
.homepage.article-content {
  font-size: 1.3em;
}
.homepage a,
a.doc-link {
  padding: 20px 10px;
  background: #fff;
  color: #eb5953;
  display: inline-block;
  width: 70%;
  font-size: 1.2em;
  text-transform: uppercase;
}
.homepage a,
a.doc-link {
  font-size: 0.9em;
}
.homepage a b,
a.doc-link b {
  font-size: 1.2em;
}
.homepage a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.article-list li a {
  color: #fff;
}
.accept-cookies-message {
  position: fixed;
  z-index: 9999;
  text-align: center;
  background: #eee;
  width: 100%;
  opacity: 0.8;
  color: #000;
  font-size: 18px;
  padding: 2px 0;
}
.accept-cookies-message a.hide-accept-cookies-message {
  color: #000;
  text-decoration: underline;
}
.btn-primary {
  background: #fff;
  color: #eb5953;
  border: none;
}
.btn-primary:hover {
  background: #fff;
  color: #222;
  border: none;
}
.img-blender {
  width: 100%;
  min-height: 100%;
}
.search-result {
  background: #fff;
  text-align: center;
  color: #eb5953;
}
.search-result a {
  color: #eb5953;
}
.table-item {
  text-align: center;
}
/*# sourceMappingURL=santos-brushlessblender.css.map */