/* -------- 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%;
}
#presta {
  padding: 20rem 0 15rem 0;
  background: url('../../images/index/fleurs-degrade-rose-bleu.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
}
#presta h2 {
  width: 100%;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-size: 4rem;
}
#presta p {
  width: 45%;
  margin: 1rem auto 4rem auto;
}
#presta p,
#presta h2 {
  color: #fff;
}
#presta .dflex {
  width: 100%;
  justify-content: space-between;
}
#presta .dflex a {
  width: 23%;
  display: block;
  height: 38rem;
  background-color: orange;
  position: relative;
}
#presta .dflex a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#presta .dflex a span {
  background-color: #fff;
  padding: 2rem;
  position: absolute;
  bottom: -2rem;
  width: 86%;
  left: 7%;
}
#presta .dflex a span strong {
  color: #0b222a;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
}
section.services {
  padding: 10rem 0;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
section.services .card {
  background-color: #fff;
  padding: 15rem 8rem 8rem 8rem;
  width: 50%;
  text-align: center;
  box-shadow: 0 0 8px rgba(25, 25, 25, 0.3);
  position: relative;
}
section.services .card h3 {
  margin: 2rem 0;
  color: #54c1ad;
  font-weight: 700;
  font-size: 2.5rem;
}
section.services .card .btns {
  justify-content: center;
  margin-top: 4rem;
}
section.services .card::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.2rem;
  bottom: 0;
  left: 0;
  background: #e6676c;
  background: linear-gradient(90deg, #e6676c 0%, #f4794b 16%, #fcbc59 32%, #6ebb58 49%, #54c1ad 66%, #29808d 84%, #7156a4 100%);
}
section.services .btn-next {
  display: none;
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 2.5rem);
}
section.services .btn-next i {
  font-size: 3.5rem;
  color: #18635e;
}
section.services:hover .btn-next {
  display: flex;
  flex-wrap: wrap;
}
section.services:nth-child(even) .container {
  flex-direction: row-reverse;
}
#soin-1 {
  background: url('../../images/services/psycho-energetique-paysage-eau-pont-soleil.jpg') no-repeat center center;
  background-size: cover;
}
#soin-2 {
  background: url('../../images/services/psycho-energetique-distance-paysage-lac-foret.jpg') no-repeat center center;
  background-size: cover;
}
#soin-3 {
  background: url('../../images/services/soin-local-coquelicot-soleil.jpg') no-repeat center center;
  background-size: cover;
}
#soin-4 {
  background: url('../../images/services/therapie-familiale-famille-soleil-champ.jpg') no-repeat center center;
  background-size: cover;
}
/* -------------------------------------------------------- */
/*                        RESPONSIVE                        */
/* -------------------------------------------------------- */
@media screen and (max-width: 1100px) {
  #presta {
    padding: 8rem 2rem;
  }
  #presta .dflex a {
    height: 25rem;
  }
  section.services .card {
    width: 70%;
    padding: 12rem 5rem 5rem 5rem;
  }
}
@media screen and (max-width: 900px) {
  #presta .dflex a {
    width: 48%;
    height: 35rem;
    margin: 3rem 0;
  }
}
@media screen and (max-width: 700px) {
  #presta p {
    width: 80%;
  }
  section.services .card {
    width: 90%;
    padding: 12rem 5rem 5rem 5rem;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  #presta .dflex a {
    width: 90%;
    margin: 3rem auto;
  }
  section.services .card {
    width: 96%;
    padding: 12rem 2rem 2rem 2rem;
    margin: auto;
  }
  section.services .card h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 380px) {
  #presta {
    padding: 6rem 1rem;
  }
  #presta h2 {
    font-size: 2.8rem;
  }
  #presta .dflex a {
    width: 100%;
  }
}
