/* -------- TEXT COLORS ------- */
/* -------- ALERT COLORS ------- */
/* -------- BACKGROUND COLORS ------- */
.success-gradient {
  background: #d4e9d5;
  background: linear-gradient(90deg, #d4e9d5 0%, #eefbf1 100%);
}
.dflex {
  display: flex;
  flex-wrap: wrap;
}
.full-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.delete-overlay {
  background-color: rgba(180, 60, 60, 0.74);
}
.delete-overlay i {
  color: #fff;
  font-size: 3rem;
}
/* ------------------- PRODUITS ADMIN ---------------- */
/* --------------------------------------------------- */
.mixin-categorie {
  margin-right: 2.2rem;
  color: #255c99;
  font-weight: bold;
  font-size: 1.4rem;
  width: 15%;
  display: block;
}
.mixin-titre {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1ch;
  margin-right: 2rem;
  width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mixin-prix {
  display: block;
  font-size: 2.2rem;
  width: 20%;
}
#bandeau {
  background: url('../../images/legals/forets-arbres-soleil.jpg') no-repeat center center;
  background-size: cover;
  height: 45rem;
}
#legals {
  padding: 15rem 0;
}
#legals h1 {
  width: 100%;
}
#legals h2 {
  font-size: 6rem;
  color: #6ba8eb;
  margin-bottom: 3rem;
}
#legals p {
  width: 100%;
}
#legals p span {
  font-weight: 900;
}
#legals p a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #54c1ad;
}
#legals p.reseaux a {
  display: block;
}
#legals h3 {
  font-size: 4rem;
  margin: 4rem 0;
}
/* -------------------------------------------------------- */
/*                        RESPONSIVE                        */
/* -------------------------------------------------------- */
@media screen and (max-width: 750px) {
  #legals {
    padding: 0 2rem 10rem 2rem;
  }
  #legals h2 {
    font-size: 3rem;
  }
  #legals h3 {
    font-size: 2rem;
  }
}
