* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-weight: 400;
  box-sizing: border-box;
}
/* -------- 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%;
}
@media screen and (min-width: 1920px) {
  .col-xl-1 {
    width: 8%;
  }
  .col-xl-2 {
    width: 16%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33%;
  }
  .col-xl-5 {
    width: 41%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58%;
  }
  .col-xl-8 {
    width: 66%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83%;
  }
  .col-xl-11 {
    width: 91%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .col-lg-1 {
    width: 8%;
  }
  .col-lg-2 {
    width: 16%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33%;
  }
  .col-lg-5 {
    width: 41%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58%;
  }
  .col-lg-8 {
    width: 66%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83%;
  }
  .col-lg-11 {
    width: 91%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .col-md-1 {
    width: 8%;
  }
  .col-md-2 {
    width: 16%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33%;
  }
  .col-md-5 {
    width: 41%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58%;
  }
  .col-md-8 {
    width: 66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83%;
  }
  .col-md-11 {
    width: 91%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-ms-1 {
    width: 8%;
  }
  .col-ms-2 {
    width: 16%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33%;
  }
  .col-ms-5 {
    width: 41%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58%;
  }
  .col-ms-8 {
    width: 66%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83%;
  }
  .col-ms-11 {
    width: 91%;
  }
  .col-ms-12 {
    width: 100%;
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .col-sl-1 {
    width: 8%;
  }
  .col-sl-2 {
    width: 16%;
  }
  .col-sl-3 {
    width: 25%;
  }
  .col-sl-4 {
    width: 33%;
  }
  .col-sl-5 {
    width: 41%;
  }
  .col-sl-6 {
    width: 50%;
  }
  .col-sl-7 {
    width: 58%;
  }
  .col-sl-8 {
    width: 66%;
  }
  .col-sl-9 {
    width: 75%;
  }
  .col-sl-10 {
    width: 83%;
  }
  .col-sl-11 {
    width: 91%;
  }
  .col-sl-12 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .col-xs-1 {
    width: 8%;
  }
  .col-xs-2 {
    width: 16%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33%;
  }
  .col-xs-5 {
    width: 41%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58%;
  }
  .col-xs-8 {
    width: 66%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83%;
  }
  .col-xs-11 {
    width: 91%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
/* ------------- FONTS -------------- */
@font-face {
  font-family: "Master";
  src: url("../../fonts/master_of_break/master_of_break.otf"), url("../../fonts/master_of_break/master_of_break.ttf");
}
/* ----------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  color: #0b222a;
  position: relative;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  width: 100vw;
  overflow-x: hidden;
}
.container {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
section {
  padding: 30px 0;
}
.btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  width: 100%;
}
.btns .btn {
  display: inline-block;
  padding: 1.6rem 8rem;
  border: none;
  border-radius: 0.7rem;
  margin: 1rem 0;
  font-size: 1.8rem;
  background: #cc4fc7;
  background: linear-gradient(90deg, #cc4fc7 0%, #6ba8eb 100%);
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.btns .btn:hover {
  background: #cc4fc7;
  background: linear-gradient(90deg, #b434af 0%, #3e8ee5 100%);
  cursor: pointer;
}
.btns .btn.round {
  border-radius: 5rem;
  min-width: 40rem;
  text-align: center;
}
input,
select,
textarea {
  width: 100%;
  padding: 1.5rem 2.2rem;
  border-radius: 0;
  border: 1px solid #888;
  border-left: 6px solid #fcbc59;
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #0b222a;
}
textarea {
  height: 20rem;
}
label {
  text-align: left;
  margin-bottom: 0.5rem;
  display: block;
}
a,
button {
  font-family: "Playfair Display", serif;
}
a i,
button i {
  margin-right: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
button {
  border: none;
  font-size: 1.8rem;
}
button i {
  color: #fff;
}
button:hover {
  cursor: pointer;
}
p {
  line-height: 1.5;
  font-size: 2rem;
}
.tc-white {
  color: #fff;
}
.tc-blue {
  color: #6ba8eb;
}
.tc-grey {
  color: #0b222a;
}
.bg-white {
  background-color: #fff;
}
.bg-blue {
  background-color: #6ba8eb;
}
.bg-grey {
  background-color: #edecf2;
}
.semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.parisienne {
  font-family: "Parisienne", sans-serif;
}
.master {
  font-family: "Master", sans-serif;
}
.firstTitle {
  text-transform: uppercase;
  font-size: 4rem;
  position: relative;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  margin-bottom: 4rem;
}
.firstTitle .subtitle {
  color: #edecf2;
  font-size: 8rem;
  text-transform: initial;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: -7rem;
}
.firstTitle .chakras {
  display: block;
  margin-top: 1rem;
}
#pagination nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pagination nav ul li a {
  padding: 5px 8px;
}
#pagination nav ul li a.active {
  background-color: #6ba8eb;
  color: #fff;
}
#pagination nav ul li a.active:hover {
  background-color: #3e8ee5;
  transition: 0.3s background-color;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 14%, rgba(255, 255, 255, 0.6) 91%);
}
header #burger {
  display: none;
}
header .container {
  justify-content: space-between;
}
header .logo {
  width: 16rem;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  position: relative;
  width: calc(100% - 30rem);
}
header nav .reseaux {
  margin-top: 3rem;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: end;
  width: 100%;
}
header nav ul p {
  font-size: 1.5rem;
  font-style: italic;
  margin-right: 3rem;
}
header nav ul i {
  font-size: 3rem;
  color: #0b222a;
  transition: 0.3s color;
}
header nav ul i:hover {
  color: #6ba8eb;
  transition: 0.3s color;
}
header nav .menu li {
  position: relative;
}
header nav .menu li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 3rem 2.5rem 3rem;
  color: #18635e;
  transition: 0.3s color;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1ch;
}
header nav .menu li a i {
  margin-right: 0.6rem;
}
header nav .menu li a:hover {
  color: #f4794b;
  transition: 0.3s color;
}
footer {
  background-color: #0b222a;
  color: #fff;
}
footer .footer-top {
  padding: 0.5rem 5rem;
  font-size: 1.6rem;
}
footer .footer-top nav {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top nav .logo {
  width: 45rem;
  margin-right: 8rem;
  font-size: 4rem;
  text-align: center;
  line-height: 0.8;
  position: relative;
}
footer .footer-top nav .logo::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 32rem;
  background-color: #fff;
  right: -6rem;
  top: 5rem;
  position: absolute;
}
footer .footer-top nav .logo span {
  display: block;
}
footer .footer-top nav h3 {
  margin-bottom: 2rem;
  font-size: 2.3rem;
}
footer .footer-top nav .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-top nav .menu,
footer .footer-top nav .reseaux {
  margin: 0 5rem;
}
footer .footer-top nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top nav ul li.contact {
  margin-bottom: 4rem;
}
footer .footer-top nav ul li {
  margin-bottom: 1rem;
}
footer .footer-top nav ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
footer .footer-top nav ul li a:hover {
  color: #98c2f1;
}
footer .footer-top nav ul li a i:hover {
  color: #fff;
}
footer .footer-top nav .menu i {
  margin-right: 1.2rem;
}
footer .footer-top nav .menu li {
  display: block;
  width: 100%;
}
footer .footer-top nav .reseaux {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-top nav .reseaux h3 {
  width: 100%;
}
footer .footer-top nav .reseaux li a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0.8rem;
}
footer .footer-top nav .reseaux li a:hover {
  transition: 0.3s background-color;
  color: #6ba8eb !important;
}
footer .footer-top nav .reseaux li a i {
  color: #fff;
  font-size: 3rem;
}
footer .footer-bottom {
  background-color: #000000;
  color: #fff;
}
footer .footer-bottom nav {
  width: 100%;
}
footer .footer-bottom nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.8rem 0;
}
footer .footer-bottom nav ul li span {
  margin: 0 0.8rem;
}
footer .footer-bottom nav ul li a {
  color: #fff;
  transition: 0.3s color;
  margin: 0 1rem;
}
footer .footer-bottom nav ul li a:hover {
  color: #6ba8eb !important;
  transition: 0.3s color;
}
/* -------------------------------------------------------- */
/*                        RESPONSIVE                        */
/* -------------------------------------------------------- */
@media screen and (max-width: 1700px) {
  header nav {
    width: calc(100% - 17rem);
  }
  header nav ul {
    align-items: center;
  }
  header nav .menu li a {
    padding: 1rem 1.5rem 2.5rem 1.5rem;
  }
}
@media screen and (max-width: 1550px) {
  header nav .menu li a {
    font-size: 1.4rem;
  }
  footer .footer-top nav .logo {
    width: 22rem;
  }
  footer .footer-top nav .logo::after {
    height: 13rem;
    top: 4rem;
  }
  footer .footer-top nav .logo li a {
    display: block;
    height: 20rem;
  }
  footer .footer-top nav .logo li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 1300px) {
  p {
    font-size: 1.6rem;
  }
  .firstTitle {
    font-size: 4rem;
  }
  .firstTitle .subtitle {
    font-size: 6rem;
  }
  .container {
    width: 95%;
  }
  header {
    min-height: 6rem;
  }
  header #burger {
    display: block;
    position: absolute;
    top: 1rem;
    left: 3rem;
    z-index: 30000;
  }
  header #burger span {
    display: block;
    width: 3rem;
    height: 0.4rem;
    border-radius: 3px;
    background-color: #e6676c;
    margin: 0.6rem 0;
  }
  header .logo {
    display: none;
  }
  header nav {
    display: none;
  }
  header.active {
    position: fixed;
    background: #e6676c;
    background: linear-gradient(173deg, #e6676c 0%, #f4794b 100%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  header.active #burger span {
    background-color: #fff;
  }
  header.active nav {
    display: block;
    margin: auto;
  }
  header.active nav .menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8rem;
  }
  header.active nav .menu li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    order: 1;
  }
  header.active nav .menu li a {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: #fff;
  }
  header.active nav .menu .logo {
    order: 2;
  }
  header.active nav .reseaux {
    color: #fff;
  }
  header.active nav .reseaux i {
    color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  footer .footer-top nav {
    width: 100%;
  }
  footer .footer-top nav .logo {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-top nav .logo::after {
    display: none;
  }
  footer .footer-top nav .menu {
    width: 100%;
    margin: 3rem 0;
  }
  footer .footer-top nav .menu ul {
    width: 100%;
  }
  footer .footer-top nav .menu ul li a {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 700px) {
  .firstTitle {
    font-size: 3rem;
  }
  .firstTitle .subtitle {
    font-size: 4rem;
    top: -3rem;
  }
}
@media screen and (max-width: 500px) {
  header nav ul a {
    display: block;
    margin: 0 1rem;
  }
  header nav ul i {
    font-size: 4rem;
  }
  header nav ul p {
    font-size: 2rem;
  }
  header.active nav {
    width: 100%;
  }
  header.active nav .menu li a {
    font-size: 2.5rem;
  }
  header.active nav .reseaux {
    margin-top: 6rem;
  }
  header.active nav ul p {
    margin-right: 0.5rem;
  }
  header.active nav ul a {
    margin: 0 0.5rem;
  }
  header.active nav ul a i {
    margin: 0;
  }
  .firstTitle .chakras {
    width: 20rem;
    margin: auto;
  }
  .firstTitle .chakras img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
  }
  .btns .btn {
    padding: 1.5rem 4rem;
    text-align: center;
  }
}
