/* -------- 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/actu/rose-rouge-rose-karla-magnetisme-actualites.jpg') no-repeat center center;
  background-size: cover;
}
#news {
  padding: 10rem 0 20rem 0;
  background: url('../../images/index/fleurs-cerisier-blanc-laiteux.jpg') no-repeat center center;
  background-size: cover;
}
#news .container {
  justify-content: space-between;
}
#news .actu {
  display: block;
  position: relative;
}
#news .actu .overlay {
  background-color: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#news .actu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .actu:hover .overlay {
  background-color: rgba(23, 23, 23, 0.6);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 4rem 8rem;
  font-family: "Montserrat", sans-serif;
}
#news .actu:hover .overlay span {
  display: block;
  text-align: center;
}
#news .actu:hover .overlay .title {
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.8rem;
}
#news .actu:hover .overlay .texte {
  font-size: 1.5rem;
  line-height: 1.5;
}
#news .actu,
#news .bg-rose,
#news .bg-blue {
  border: 1rem solid #fff;
}
#news .bg-rose {
  background-color: #cc4fc7;
  height: 35rem;
  width: 35%;
}
#news .bloc-title {
  width: 65%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 35rem;
}
#news .bloc-title .firstTitle {
  width: 100%;
  margin: 0;
}
#news .bg-blue {
  background-color: #6ba8eb;
  height: 35rem;
  width: 25%;
}
#news .bloc-left {
  width: 35%;
}
#news .bloc-left .actu {
  height: 70rem;
  background-color: green;
}
#news .bloc-right {
  width: 65%;
}
#news .bloc-right .actu {
  height: 35rem;
  width: 75%;
  background-color: orange;
}
#bloc-news {
  margin: -12rem 0 8rem 0;
}
#bloc-news .container {
  padding: 0 10rem;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#bloc-news .container .actu {
  width: 30%;
  display: block;
  box-shadow: 0 2px 8px rgba(23, 23, 23, 0.3);
  margin: 1.5rem 1rem;
  border: 2px solid transparent;
}
#bloc-news .container .actu .bloc-img {
  display: block;
  height: 42rem;
  background-color: hotpink;
}
#bloc-news .container .actu .bloc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bloc-news .container .actu .bloc-titre {
  padding: 2rem 2rem;
  background-color: #fff;
  display: block;
  text-align: center;
  color: #0b222a;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}
#bloc-news .container .actu:hover {
  box-shadow: 0 2px 10px rgba(23, 23, 23, 0.5);
  border: 2px solid #54c1ad;
}
/* ----------------- UNIQUE ---------------- */
/* ----------------------------------------- */
#new_unique {
  padding: 6rem 0;
  position: relative;
  height: 80vh;
}
#new_unique .bloc-img {
  width: 35%;
  height: 80vh;
  background: url('../../images/new/plante-verte.jpg') no-repeat left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#new_unique .actu_unique {
  background-color: #fff;
  padding: 2rem;
  position: relative;
  color: #0b222a;
  width: 60%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 5px 15px rgba(23, 23, 23, 0.3);
}
#new_unique .actu_unique .return {
  position: absolute;
  right: 0;
  top: -3rem;
}
#new_unique .actu_unique .return a {
  color: #0b222a;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#new_unique .actu_unique .actu-img {
  width: 35%;
  height: 60vh;
}
#new_unique .actu_unique .actu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#new_unique .actu_unique .text {
  width: 65%;
  text-align: center;
  padding: 2rem 4rem;
}
#new_unique .actu_unique .text h1 {
  text-transform: uppercase;
  margin-bottom: 5rem;
  display: block;
}
#new_unique .actu_unique .text h1 span {
  display: block;
  margin-top: 2rem;
}
#new_unique .actu_unique .text p {
  font-size: 1.3rem;
  line-height: 1.8;
}
/* -------------------------------------------------------- */
/*                        RESPONSIVE                        */
/* -------------------------------------------------------- */
@media screen and (max-width: 1400px) {
  #bloc-news .container .actu {
    width: 48%;
    margin: 1rem 0.5rem;
  }
  #new_unique .actu_unique {
    width: 80%;
  }
}
@media screen and (max-width: 1100px) {
  #bandeau {
    height: 20rem;
  }
  #news {
    padding: 5rem 0;
  }
  #news .bloc-right,
  #news .bloc-left {
    width: 70%;
    margin: auto;
  }
  #news .bloc-left .actu {
    height: 30rem;
  }
  #news .actu .overlay {
    background-color: rgba(23, 23, 23, 0.6);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    font-family: "Montserrat", sans-serif;
  }
  #news .actu .overlay span {
    display: block;
    text-align: center;
  }
  #news .actu .overlay .title {
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  #news .actu .overlay .texte {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #bloc-news {
    margin: 5rem 0 0 0;
  }
  #new_unique .actu_unique {
    width: 95%;
  }
}
@media screen and (max-width: 900px) {
  #news .bloc-right,
  #news .bloc-left {
    width: 90%;
  }
  #bloc-news .container {
    padding: 0 5rem;
  }
  #bloc-news .container .actu .bloc-img {
    height: 35rem;
  }
  #new_unique {
    height: initial;
  }
  #new_unique .actu_unique {
    width: 80%;
  }
  #new_unique .actu_unique .actu-img,
  #new_unique .actu_unique .text {
    width: 100%;
  }
  #new_unique .actu_unique .text {
    padding: 5rem 6rem;
  }
  #new_unique .bloc-img {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  #news .bloc-right,
  #news .bloc-left {
    width: 100%;
  }
  #news .actu .overlay .title {
    font-size: 2rem;
  }
  #bloc-news .container .actu {
    width: 100%;
  }
  #bloc-news .container .actu .bloc-img {
    height: 35rem;
  }
  #new_unique .actu_unique {
    width: 95%;
  }
  #new_unique .actu_unique .text {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  #bandeau {
    height: 10rem;
  }
  #news .bg-rose,
  #news .bg-blue {
    height: 10rem;
    width: 100%;
  }
  #news .bloc-title {
    width: 100%;
    height: 25rem;
  }
  #news .bloc-right .actu {
    width: 100%;
  }
  #news .actu:hover .overlay {
    padding: 2rem;
  }
  #news .actu:hover .overlay .title {
    font-size: 2rem;
  }
  #bloc-news .container {
    padding: 0;
  }
  #bloc-news .container .actu {
    width: 100%;
  }
  #bloc-news .container .actu .bloc-img {
    height: 35rem;
  }
  #new_unique .actu_unique .actu-img {
    height: 35vh;
  }
  #new_unique .actu_unique .text {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 380px) {
  #new_unique .actu_unique .text {
    padding: 3rem 1rem;
  }
  #new_unique .actu_unique .return {
    right: 1rem;
  }
}
