* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-weight: 400;
  box-sizing: border-box;
}
.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;
}
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.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: #0c3963;
  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%;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("/fonts/Montserrat-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("/fonts/Montserrat-Black.ttf") format('truetype');
}
html {
  font-size: 10px;
}
body {
  font-size: 1.6rem;
  font-family: Montserrat, sans-serif;
}
a {
  color: #fff;
  font-family: Montserrat-Bold, sans-serif;
  display: inline-block;
}
main a {
  color: #0c3963;
}
.btn {
  cursor: pointer;
}
.btn i {
  margin-right: 1rem;
}
.btn.radius {
  border-radius: 0.8rem;
  padding: 1rem 4rem;
}
.btn.bg-blue {
  background-color: #155da1;
  color: #fff;
}
.btn.bg-blue:hover {
  background-color: #0f4374;
  transition: 0.3s background-color;
}
.btn.bg-green {
  background-color: #89be39;
}
.btn.bg-green:hover {
  background-color: #6d972d;
  transition: 0.3s background-color;
}
.bg-section {
  box-shadow: 0 5px 8px rgba(23, 23, 23, 0.3);
  border-radius: 3rem;
  padding: 5rem 7rem;
}
.bg-white {
  background-color: #fff;
}
.bold {
  font-family: "Montserrat-Bold", sans-serif;
}
.black {
  font-family: "Montserrat-Black", sans-serif;
}
input,
textarea,
select {
  background-color: #e0e6ec;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0.3rem;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #0c3963;
  font-family: "Montserrat-Bold", sans-serif;
}
.error {
  background-color: rgba(190, 0, 0, 0.3);
  color: #9f0808;
  font-weight: bold;
  padding: 1rem 1.6rem;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}
textarea {
  min-height: 12rem;
}
input[type="submit"],
button {
  background-color: #89be39;
  border: none;
  border-radius: 1rem;
  color: #0c3963;
  font-size: 2rem;
  display: inline-block;
}
input[type="submit"]:hover,
button:hover {
  background-color: #6d972d;
  transition: 0.3s background-color;
}
form {
  width: 100%;
}
form .line {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
form .line * {
  width: 100%;
  display: block;
}
form .line label {
  display: none;
}
.small {
  font-size: 0.8em;
}
.alert {
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.alert.warning {
  background-color: darkorange;
}
.alert.success {
  background-color: darkgreen;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
}
h1 {
  font-size: 5rem;
  font-family: Montserrat-Black, sans-serif;
  line-height: 1em;
}
h2 {
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 4rem;
}
.login,
.register {
  height: calc(100% - 11rem);
  background-color: #12508b;
  background-image: url("/images/backgrounds/connexion.jpg");
  background-size: cover;
}
.login .container,
.register .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.login .container .bloc-form form,
.register .container .bloc-form form {
  display: block;
}
.login label,
.register label {
  display: block !important;
  font-family: Montserrat-Bold, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
.login input[type="text"],
.register input[type="text"],
.login input[type="email"],
.register input[type="email"],
.login input[type="password"],
.register input[type="password"],
.login select,
.register select {
  width: 45rem;
  padding: 1em 1.5em;
  border: none;
  margin-bottom: 1rem;
  background-color: #0c3963;
  color: #fff;
  font-size: 1.8rem;
}
.login .bloc-register,
.register .bloc-register,
.login .bloc-connect,
.register .bloc-connect {
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.login button,
.register button,
.login .btn,
.register .btn {
  width: 45rem;
  padding: 1em;
  background-color: #89be3a;
  border: none;
  border-radius: 0.8em;
  font-size: 2.5rem;
  font-family: Montserrat-Black, sans-serif;
  color: #0b3863;
  cursor: pointer;
}
.login .blocs-container,
.register .blocs-container {
  display: flex;
}
.login .blocs-container .bloc:not(:last-of-type),
.register .blocs-container .bloc:not(:last-of-type) {
  margin-right: 1.5em;
}
.login .container {
  justify-content: flex-end;
  margin-right: 10%;
}
.login input[type="text"],
.login input[type="email"],
.login input[type="password"],
.login select,
.login button,
.login .btn {
  width: 100%;
}
.register {
  background-image: url("/images/backgrounds/inscription.jpg");
}
.register .container {
  justify-content: flex-start;
  margin-left: 10%;
}
.main-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11rem;
  padding: 0.5em 1em;
  margin-top: auto;
  background-color: #fff;
}
.main-footer a {
  display: block;
  height: 100%;
}
.main-footer img {
  max-height: 100%;
}
.main-footer img.fabrique {
  max-height: 120%;
}
.main-footer img:not(:last-child) {
  margin-right: 1.5em;
}
.forgotten-password {
  text-align: right;
}
@media screen and (max-width: 1149px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .bloc-form {
    width: 45rem;
  }
  .bloc-form input[type="text"],
  .bloc-form input[type="email"],
  .bloc-form input[type="password"],
  .bloc-form select,
  .bloc-form .btn {
    font-size: 1.5rem;
  }
  .bloc-form .line {
    margin-bottom: 1rem;
  }
  .register .blocs-container .bloc:not(:last-of-type) {
    margin: 0;
  }
  .login,
  .register {
    height: calc(100vh - 8rem);
    min-height: calc(100vh - 8rem);
  }
  .register .blocs-container {
    flex-direction: column;
  }
  .main-footer {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    height: auto;
    min-height: 100%;
  }
  .login,
  .register {
    height: auto;
    overflow: auto;
  }
  .login .btn,
  .register .btn {
    margin-bottom: 1em;
  }
  .bloc-form {
    width: 90%;
  }
  .bloc-form input[type="text"],
  .bloc-form input[type="email"],
  .bloc-form input[type="password"],
  .bloc-form select,
  .bloc-form .btn {
    width: 100%;
  }
}
