/* -------- 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 {
  height: 40rem;
  background: url('../../images/agenda/bandeau-coeur-fleurs-jaune.jpg') no-repeat center center;
  background-size: cover;
}
/* ----------------- RENDEZ-VOUS ----------------- */
/* ----------------------------------------------- */
#rdv {
  position: relative;
  min-height: 70rem;
  background: url('../../images/agenda/fond-plantes-grasses-karla-ribeiro-magnetisme.jpg') no-repeat right;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#rdv p {
  text-align: center;
}
#rdv p span {
  color: #54c1ad;
  font-weight: 900;
}
#rdv .bloc-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#rdv .service {
  margin: 15px;
  padding: 2rem 3rem;
  transition: 0.3s background-color;
  display: block;
  width: 45%;
  color: #0b222a;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#rdv .service span {
  display: block;
}
#rdv .service .bloc-img {
  width: 45%;
  height: 220px;
  display: block;
  margin-bottom: 2rem;
}
#rdv .service .bloc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#rdv .service .bloc-text {
  width: 52%;
}
#rdv .service .title {
  font-size: 2.8rem;
  color: #6ba8eb;
  margin-bottom: 1.5rem;
  text-align: center;
}
#rdv .service .duration {
  color: #cc4fc7;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
#rdv .service .price {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
#rdv .service .text {
  line-height: 1.5;
  text-align: center;
}
#rdv .service:hover {
  background-color: #edecf2;
  transition: 0.3s background-color;
}
#rdv .bloc-choix {
  background-color: #fff;
  width: 70%;
  margin: auto;
  box-shadow: 0 5px 8px rgba(23, 23, 23, 0.2);
  padding: 10rem 6rem;
}
#rdv .bloc-choix h2 {
  text-align: center;
}
#rdv .bloc-choix label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  text-align: left;
}
#rdv .bloc-choix form {
  margin-top: 4rem;
}
#rdv .bloc-choix form label {
  color: #e6676c;
  font-weight: 900;
}
#rdv .bloc-choix .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#rdv .bloc-choix .bloc-btn.rdv {
  margin-top: 30px;
}
#rdv .bloc-choix .bloc-btn.rdv .btn {
  margin: auto;
}
#rdv .bloc-choix #hour {
  margin-bottom: 30px;
}
#rdv .bloc-choix .line {
  margin-bottom: 18px;
  width: 100%;
}
#rdv .bloc-choix .line label {
  font-size: 1.5rem;
}
#rdv .bloc-choix .line p {
  font-size: 1.3rem;
}
#rdv .confirmation p {
  margin-bottom: 12px;
}
#rdv .confirmation .merci {
  font-size: 3rem;
  color: #e6676c;
}
/* -------------------------------------------------------- */
/*                        RESPONSIVE                        */
/* -------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  #bandeau {
    height: 15rem;
  }
  #rdv .bloc-services {
    padding: 2rem 3rem;
  }
  #rdv .bloc-choix {
    width: 70%;
  }
  #rdv .confirmation .merci {
    font-size: 4rem;
  }
  #rdv .service .bloc-img {
    width: 80%;
    margin: auto;
  }
  #rdv .service .bloc-text {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  #choices .dflex .choice {
    width: 100%;
    padding: 4rem 8rem;
    font-size: 2rem;
    margin: 3rem 0;
  }
  #rdv .bloc-choix {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  #rdv {
    min-height: 50rem;
    background-size: cover;
  }
  #rdv .service {
    width: 80%;
    margin: 2rem auto;
  }
}
@media screen and (max-width: 550px) {
  #bandeau {
    height: 10rem;
  }
  #rdv h2 {
    font-size: 4.5rem;
    line-height: 1;
  }
  #rdv .bloc-choix {
    width: 100%;
    padding: 8rem 2rem;
  }
  #rdv .confirmation .merci {
    line-height: 1.1;
  }
  #rdv .service {
    width: 100%;
    padding: 0;
  }
  #choices .dflex .choice {
    padding: 3rem;
  }
}
