/*STYLE*/
/*FONTS*/
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular");
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold");
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light");
  font-weight: 300;
}
/*GENERAL*/
* {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 1em;
  color: #0D111C;
  margin: 0;
  padding: 0;
}

body {
  margin: 30px;
  position: relative;
}

.statut:before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  margin-right: 8px;
  background-color: var(--backgroundColor, gray);
}

.alert {
  padding: 15px;
  background-color: #f1f1f1;
}
.alert-success {
  background-color: #a6e9d5;
}
.alert-danger {
  background-color: #f1aeb5;
}

.logo {
  height: 50px;
}

.container {
  margin-left: 315px;
  padding-left: 40px;
  margin-right: 7.25em;
}

.breadcrumb a {
  text-decoration: none;
  font-weight: 700;
}

.d-none {
  display: none;
}

/*TYPO*/
h1 {
  margin-top: 40px;
}

h1, h2, legend {
  font-size: 1.875em;
  font-weight: 700;
}

h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.small {
  font-size: 0.875em;
}

.bold {
  font-weight: 700;
}

/*CONNECT*/
.connect img {
  float: right;
}
.connect div {
  display: flex;
  align-items: center;
}
.connect div section:nth-of-type(1) {
  width: 50%;
}
.connect div p {
  margin-top: 2.5rem;
}
.connect section:nth-of-type(1) {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
}
.connect section:nth-of-type(2) {
  padding-left: 50px;
}
.connect h2 {
  font-size: 6.75em;
}
.connect h3 {
  font-size: 2.375em;
}
.connect form {
  margin-top: 80px;
}
.connect form input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid black;
  font-size: 1.125em;
  margin-top: 40px;
}
.connect form input::-moz-placeholder {
  color: black;
}
.connect form input::placeholder {
  color: black;
}
.connect form input:focus-visible, .connect form inputt:focus {
  border: none;
  border-bottom: 1px solid #FFA101;
  outline: none;
}

/*DASHBOARD*/
.dashboard h1 {
  font-size: 3.75em;
  padding-top: 70px;
  line-height: 1;
}
.dashboard h1 span {
  font-weight: 700;
}
.dashboard .welcome {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.dashboard .key-numbers {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.dashboard .key-numbers p {
  font-size: 1.875em;
  font-weight: 700;
}

hr {
  margin: 40px 0;
}

/*LISTE DEVIS*/
.new-estimate {
  margin-bottom: 5rem;
}

.list-devis table, .new-estimate table {
  margin-top: 30px;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.list-devis th, .new-estimate th {
  font-weight: 700;
}
.list-devis tr, .new-estimate tr {
  border: transparent;
  height: 40px;
}
.list-devis tr:nth-of-type(even), .new-estimate tr:nth-of-type(even) {
  background-color: #F4F4F4;
}
.list-devis tr td:first-child, .list-devis tr th:first-child, .new-estimate tr td:first-child, .new-estimate tr th:first-child {
  padding-left: 20px;
}
.list-devis .statut:before, .new-estimate .statut:before {
  border-radius: 50px;
  width: 10px;
  height: 10px;
}
.list-devis button, .new-estimate button {
  border: none;
  cursor: pointer;
  width: 10px;
}
.list-devis a, .new-estimate a {
  text-decoration: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 0.75em;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

/*FORMULAIRES*/
.container.form fieldset {
  margin: 45px 0;
  border: none;
}
.container.form fieldset legend {
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}
.container.form fieldset.quotation-parameters {
  margin-bottom: 0;
}
.container.form form input[type=number] {
  width: 1.875rem;
  margin-bottom: 0;
  display: inline-block;
}
.container.form form select, .container.form form input {
  border: none;
  border-bottom: 1px solid black;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.container.form form input[type=submit] {
  margin-left: auto;
}
.container.form h1.titleDevis {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.875rem;
}
.container.form select#quotationStatus, .container.form select#invoiceStatus {
  font-size: 0.875rem;
  border: none !important;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 5px 10px;
  padding-left: 1em;
  box-shadow: none;
  margin-bottom: 0;
}
.container.form .actionBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  box-shadow: 5px -5px 15px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: right;
  gap: 2.5rem;
  align-items: center;
}
.container.form .actionBar .btn-black {
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1.875rem;
}
.container.form .form-container {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
.container.form .form-container .form-group {
  position: relative;
  flex: 1;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}
.container.form .form-container .form-group span.unit {
  color: #adb5bd;
}
.container.form .form-container .form-group span.add-logo {
  background-color: black;
  color: white;
  border-radius: 10px;
  padding: 0.625rem 0.875rem;
  height: -moz-fit-content;
  height: fit-content;
  width: auto;
  position: absolute;
  top: 0;
  left: 55px;
  cursor: pointer;
}
.container.form .form-container .form-group span.add-logo::before {
  content: "+";
  border: 1px solid white;
  border-radius: 100px;
  padding: 0px 6px;
  margin-right: 10px;
}
.container.form .form-container .form-group .preview-logo {
  width: 3.125rem;
}
.container.form .form-container .form-group .preview-logo img {
  max-width: 100%;
}
.container.form .form-container .form-group label {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0.5;
  background-color: #fff;
  z-index: 0;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.container.form .form-container .form-group input, .container.form .form-container .form-group select {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.container.form .form-container .form-group input:focus, .container.form .form-container .form-group select:focus {
  box-shadow: 0 2px 0 0 black;
}
.container.form .form-container .form-group input:focus ~ label, .container.form .form-container .form-group input.focused ~ label, .container.form .form-container .form-group select:focus ~ label, .container.form .form-container .form-group select.focused ~ label {
  transform: translateY(-125%);
  font-size: 0.75em;
  opacity: 1;
}
.container.form .form-container .form-group input[type=file] {
  opacity: 0;
}
.container.form .client-info {
  display: inline-block;
  vertical-align: top;
}
.container.form .button-actions {
  margin: 2.875rem 0 1.125rem;
}
.container.form .button-actions i {
  color: white;
}
.container.form table.quote {
  margin-bottom: 8px;
}
.container.form table.quote .title {
  height: 50px;
}
.container.form table.quote tr {
  height: 30px;
}
.container.form table.quote tr td.qty {
  max-width: 70px;
}
.container.form table.quote tr td.description {
  max-width: 300px;
  padding: 0;
}
.container.form table.quote tr input {
  background-color: transparent;
}
.container.form table.quote tr input.price {
  max-width: 3.75rem;
  display: inline-block;
  margin-bottom: 0;
}
.container.form table.quote th, .container.form table.quote td {
  border: 1px solid black;
  padding-left: 10px;
}
.container.form .product td {
  font-size: 0.75em;
  vertical-align: top;
  padding-top: 10px;
}
.container.form input.title {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
  border: none;
}
.container.form .note-editor {
  font-size: 0.75rem;
}
.container.form .recap {
  margin-left: auto;
  width: 20em;
}
.container.form .recap table {
  text-align: right;
}

#productModal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
}
#productModal #modal-content {
  width: 600px;
  background-color: white;
  border-radius: 14px;
  padding: 30px;
  margin: auto;
  margin-top: 2.5rem;
  z-index: 20;
}
#productModal #modal-content h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
#productModal #modal-content select {
  background-color: #e5e5e5;
  border: none;
  padding: 0.625rem;
  border-radius: 5px;
}
#productModal #modal-content select option {
  font-size: 0.875rem;
  padding: 0.25em;
}
#productModal #modal-content #closeModal {
  float: right;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  background-color: transparent;
}
#productModal #modal-content div article {
  display: none;
}
#productModal #modal-content div article h4 {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
#productModal #modal-content div article p, #productModal #modal-content div article div {
  font-size: 0.875rem;
}
#productModal #modal-content div article ul {
  list-style-type: none;
}
#productModal #modal-content div article p {
  display: inline-block;
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  font-weight: 700;
}
#productModal #modal-content > div {
  display: flex;
  gap: 1.875rem;
}
#productModal #modal-content button {
  margin-left: auto;
  display: block;
}

.drag-ghost {
  opacity: 0.5;
  background: #eee;
}

.drag-handle {
  cursor: grab;
}

.select-status-wrapper {
  position: relative;
  display: inline-block;
  border: 1px solid black;
  border-radius: 50px;
  padding: 0 10px;
}
.select-status-wrapper .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  background-color: gray;
  z-index: 0;
  top: 11px;
  left: 10px;
}

/*NAV*/
nav.main {
  background-color: #0D111C;
  position: fixed;
  min-width: 255px;
  padding: 30px;
  height: 100%;
  background-image: url("../img/bg-nav.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
nav.main ul {
  margin-top: 120px;
}
nav.main ul li {
  transition-duration: 0.3s;
}
nav.main ul li a {
  color: white;
  text-decoration: none;
}
nav.main ul > li {
  margin-top: 40px;
}
nav.main ul > li > a {
  font-weight: 700;
  font-size: 1.125em;
}
nav.main ol {
  margin-top: 4px;
}
nav.main ol li {
  margin-top: 6px;
}
nav.main li:hover {
  transform: translateX(10px);
}

/*BOUTONS*/
.btn-black {
  margin-top: 50px;
  background-color: black;
  border-radius: 50px;
  border: none;
  color: white;
  display: inline-block;
  width: auto !important;
  padding: 12px 18px;
  font-weight: 400;
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
}
.btn-blackhover {
  background-color: #676B76;
}

.btn-action {
  border-radius: 7px;
  padding: 9px 10px;
  margin: 0 20px 20px 0;
}
.btn-action span {
  color: white;
  margin-right: 7px;
  border: 1px solid white;
  border-radius: 50px;
  width: 21px;
  display: inline-block;
}

.remove-line {
  color: #dc3545;
}

i {
  margin-right: 5px;
}/*# sourceMappingURL=style.css.map */