/* -------- 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-color: #e6676c;
  height: 14.5rem;
}
#info {
  padding: 15rem 0;
  background: url('../../images/contact/bandeau-fleurs-roses.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#info h3 {
  margin-bottom: 1rem;
  font-size: 3rem;
}
#info h3 a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
#info p {
  margin-top: 3rem;
}
#info nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#info nav ul li {
  padding: 0 1.5rem;
}
#info nav ul li:hover a i {
  color: #0b222a;
  transition: 0.3s color;
}
#info i {
  font-size: 4rem;
  color: #fff;
  margin-top: 0.5rem;
}
.bloc-left {
  width: 70%;
}
.bloc-left #contact {
  padding: 15rem 10rem;
}
.bloc-left #contact .dflex {
  justify-content: space-between;
}
.bloc-left #contact .line.name,
.bloc-left #contact .line.firstname {
  width: 49%;
}
.bloc-left #contact .line.mail {
  width: 63%;
}
.bloc-left #contact .line.mobile {
  width: 35%;
}
.bloc-left #contact .btns {
  justify-content: center;
}
.bloc-img {
  width: 30%;
  background: url('../../images/contact/femme-telephone-portable-soleil.jpg') no-repeat center center;
  background-size: cover;
}
#confirmation .bloc-form {
  width: 100%;
  margin: auto;
  padding: 12rem 0;
}
#confirmation .bloc-form p {
  text-align: center;
}
#confirmation .bloc-form .btns {
  justify-content: center;
}
/* -------------------------------------------------------- */
/*                        RESPONSIVE                        */
/* -------------------------------------------------------- */
@media screen and (max-width: 1300px) {
  #bandeau {
    height: 5.5rem;
  }
  #info {
    padding: 5rem 0;
  }
  .bloc-left #contact {
    padding: 10rem 6rem 5rem 6rem;
  }
  .firstTitle .subtitle {
    top: -4rem !important;
  }
}
@media screen and (max-width: 1100px) {
  .bloc-left,
  .bloc-img {
    width: 100%;
  }
  .bloc-img {
    height: 100vh;
    width: 50%;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 700px) {
  .bloc-img {
    height: 100vh;
    width: 80%;
    margin: 2rem auto;
  }
  .firstTitle .subtitle {
    top: -3rem !important;
  }
  .bloc-left #contact .line.name,
  .bloc-left #contact .line.firstname,
  .bloc-left #contact .line.mail,
  .bloc-left #contact .line.mobile {
    width: 100%;
  }
  #confirmation {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 500px) {
  #info h3 {
    font-size: 2rem;
  }
  #info i {
    font-size: 2.5rem;
  }
  #info nav i {
    font-size: 4rem;
  }
  .bloc-left #contact {
    padding: 6rem 4rem;
  }
}
@media screen and (max-width: 380px) {
  #info {
    padding: 3rem 1rem;
  }
  #info h3 {
    font-size: 1.8rem;
  }
  .bloc-left #contact {
    padding: 6rem 2rem;
  }
  #confirmation {
    padding: 3rem 1rem;
  }
}
