@font-face {
  font-family: "Gotesk";
  src: url("../fonts/SpaceGrotesk-VariableFont_wght.ttf") format("truetype");
}

@font-face {
  font-family: "Abhaya";
  src: url("../fonts/AbhayaLibre-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Abhaya-Bold";
  src: url("../fonts/AbhayaLibre-Bold.ttf") format("truetype");
}

/* Pour masquer les boutons de défilement */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-moz-number-spin-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* ----------------Style général--------------------- */
/* Font */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  font-family: "Abhaya-Bold", serif;
  font-size: 3.8rem;
}

html body h1 {
  font-size: 2.5rem;
}
/* Couleurs */
body .bg-p {
  background-color: rgb(8, 14, 106);
  color: white;
}
body .bg-ps {
  background-color: rgb(4, 30, 58);
  color: white;
}
.bg-s {
  background-color: rgb(254, 173, 32);
}
.text-p {
  color: rgb(8, 14, 106);
}
.text-s {
  color: rgb(254, 173, 32);
}
.a-text {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
.a-text-muted {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

/* Taille */
.text-3 {
  font-size: 3rem;
}

.text-2 {
  font-size: 2rem;
}

.text-15 {
  font-size: 1.5rem;
}

.text-1 {
  font-size: 1rem;
}

.text-08 {
  font-size: 0.8rem;
}

body .min-height {
  min-height: calc(100vh - 455px);
}

html body {
  font-family: "Gotesk", sans-serif;
}
/* Boutons */
body .btn-primary {
  background-color: rgb(4, 8, 58);
  border: none;
  border-radius: 0;
}

body .btn-primary:hover {
  background-color: rgb(8, 14, 106);
}

body .btn-secondary {
  background-color: rgb(254, 173, 32);
  color: black;
  border: none;
  border-radius: 0;
}

body .btn-secondary:hover {
  background-color: rgb(228, 174, 3);
  color: rgb(8, 14, 106);
}

body .btn-danger {
  border: none;
  border-radius: 0;
}

/* ----------------HEADER--------------------- */
#header {
  background-color: white;
}

.logo-navbar {
  max-height: 120px;
}

.inscription-error {
  color: red;
  font-size: 0.9rem;
}

#promo {
}
/* ----------------CONTENT--------------------- */

#my-account .card img {
  max-height: 300px;
  max-width: 300px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

#my-account .card .card-header h3 {
  font-size: 2rem;
}
#my-account .card .card-body {
  font-size: 1.2rem;
}

#my-account .user-information {
  font-size: 0.7rem;
  font-style: italic;
}

#gestion-article .value-form {
  line-height: 150px;
  font-size: 1.2rem;
}

#gestion-article .infos-form {
  font-size: 1.2rem;
}

.apercu-article-image {
  height: 220px;
  width: 220px;
}

#new-article img {
  max-height: 220px;
  max-width: 220px;
}

#shop .card-image-container {
  height: 200px;
  overflow: hidden;
}

#shop .card-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#cart h5 {
  font-size: 2rem;
}

#sign-in .line-height1 {
  line-height: 40px;
}

#cart .total {
  font-size: 1.1rem;
  font-weight: bold;
}

#cart .cart-card {
  max-height: 200px;
}

#cart .cart-card img {
  max-height: 190px;
}

#cart .modificateur {
  line-height: 20px;
}

body .article-card-title {
  font-size: 1.1rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.article-card {
  font-size: 0.9rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

/* ----------------FOOTER--------------------- */
#footer {
  background-color: rgb(4, 8, 58);
  color: white;
}

#footer .container h5 {
  font-size: 2.4rem;
  font-weight: bold;
}

#footer a {
  color: white;
}

#footer .info p {
  font-size: 0.8rem;
}
