@charset "UTF-8";
/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;600&family=Roboto+Condensed:wght@100;200;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
@font-face {
  font-family: "helvetica_black";
  src: url("../assets/fonts/helvetica_black_italic.woff2") format("woff2"), url("../assets/fonts/helvetica_black_italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Colors */
/* Functions */
@keyframes turnright {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveupanddown {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(5px, -5px);
  }
  10% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, O);
  }
}
/* Animation de la carte */
@keyframes appearTiltCard {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    transform: perspective(5cm) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: perspective(5cm) rotateY(5deg);
  }
}
/* Animation de l’ombre */
@keyframes appearTiltShadow {
  0% {
    opacity: 0;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  40% {
    opacity: 1;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  100% {
    opacity: 1;
    left: 1.5rem;
    height: calc(var(--w) + var(--w) / 40 + var(--w) / 1.7);
    transform: perspective(5cm) rotateY(-2deg);
  }
}
/* Uniformisation des blocs*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 120px 0 0 0;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: rgb(240, 240, 245);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(52, 92, 152);
  text-align: center;
  font-weight: 100;
}

h1 {
  letter-spacing: 3px;
  margin-top: 1em;
}

button {
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
}

a {
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
}

main {
  width: 100%;
}

.toggle-line {
  display: flex;
  min-width: 155px;
}

.toggler-wrapper {
  display: block;
  width: 45px;
  height: 25px;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
}

.toggler-wrapper input[type=checkbox] {
  display: none;
}

.toggler-wrapper input[type=checkbox]:checked + .toggler-slider {
  background-color: #44cc66;
}

.toggler-wrapper .toggler-slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
  position: absolute;
  transition: all 300ms ease;
}

.toggler-wrapper.style-1 input[type=checkbox]:checked + .toggler-slider .toggler-knob {
  left: calc(100% - 19px - 3px);
  padding: 5px 0;
}

.toggler-wrapper.style-1 .toggler-knob {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: #fff;
}

/* From Uiverse.io by FColombati */
.morphic {
  all: unset;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 100em;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: -0.15em -0.15em 0.15em -0.075em rgba(5, 5, 5, 0.1), 0.0375em 0.0375em 0.0675em 0 rgba(5, 5, 5, 0.05);
}

.morphic::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: calc(100% + 0.3em);
  height: calc(100% + 0.3em);
  top: -0.15em;
  left: -0.15em;
  border-radius: inherit;
  background: linear-gradient(-135deg, rgba(5, 5, 5, 0.5), transparent 20%, transparent 100%);
  filter: blur(0.0125em);
  opacity: 0.25;
  mix-blend-mode: multiply;
}

.morphic .morphic-outer {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  transition: box-shadow 300ms ease;
  will-change: box-shadow;
  box-shadow: 0 0.05em 0.05em -0.01em rgb(5, 5, 5), 0 0.01em 0.01em -0.01em rgba(5, 5, 5, 0.5), 0.15em 0.3em 0.1em -0.01em rgba(5, 5, 5, 0.25);
}

.morphic:hover .morphic-outer {
  box-shadow: 0 0 0 0 rgb(5, 5, 5), 0 0 0 0 rgba(5, 5, 5, 0.5), 0 0 0 0 rgba(5, 5, 5, 0.25);
}

.morphic-inner {
  --inset: 0.035em;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 0.75em 1.5em;
  background-image: linear-gradient(135deg, rgb(245, 245, 245), rgb(200, 200, 200));
  transition: box-shadow 300ms ease, background-image 250ms ease, transform 250ms ease, -webkit-clip-path 250ms ease;
  transition: box-shadow 300ms ease, clip-path 250ms ease, background-image 250ms ease, transform 250ms ease;
  transition: box-shadow 300ms ease, clip-path 250ms ease, background-image 250ms ease, transform 250ms ease, -webkit-clip-path 250ms ease;
  will-change: box-shadow, clip-path, background-image, transform;
  overflow: clip;
  -webkit-clip-path: inset(0 0 0 0 round 100em);
          clip-path: inset(0 0 0 0 round 100em);
  box-shadow: 0 0 0 0 inset rgba(5, 5, 5, 0.1), -0.05em -0.05em 0.05em 0 inset rgba(5, 5, 5, 0.25), 0 0 0 0 inset rgba(5, 5, 5, 0.1), 0 0 0.05em 0.2em inset rgba(255, 255, 255, 0.25), 0.025em 0.05em 0.1em 0 inset rgb(255, 255, 255), 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25), -0.075em -0.25em 0.25em 0.1em inset rgba(5, 5, 5, 0.25);
}

.morphic:hover .morphic-inner {
  -webkit-clip-path: inset(clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) round 100em);
          clip-path: inset(clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) clamp(1px, 0.0625em, 2px) round 100em);
  box-shadow: 0.1em 0.15em 0.05em 0 inset rgba(5, 5, 5, 0.75), -0.025em -0.03em 0.05em 0.025em inset rgba(5, 5, 5, 0.5), 0.25em 0.25em 0.2em 0 inset rgba(5, 5, 5, 0.5), 0 0 0.05em 0.5em inset rgba(255, 255, 255, 0.15), 0 0 0 0 inset rgb(255, 255, 255), 0.12em 0.12em 0.12em inset rgba(255, 255, 255, 0.25), -0.075em -0.12em 0.2em 0.1em inset rgba(5, 5, 5, 0.25);
}

.morphic .morphic-inner span {
  position: relative;
  z-index: 4;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  -webkit-background-clip: text;
  background-clip: text;
  transition: transform 250ms ease;
  display: block;
  will-change: transform;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.morphic:hover .morphic-inner span {
  transform: scale(0.975);
}

.morphic:active .morphic-inner {
  transform: scale(0.975);
}

/* From Uiverse.io by ke1221 */
.neuro {
  --taille:3px;
  color: rgba(30, 34, 38, 0.8);
  padding: 0.35em 1em;
  font-size: 1.2rem;
  font-weight: 300;
  border-radius: 0.5em;
  background: rgb(240, 240, 245);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: var(--taille) var(--taille) calc(var(--taille) * 2) #c5c5c5, calc(var(--taille) * -1) calc(var(--taille) * -1) calc(var(--taille) * 2) #ffffff;
  border: 1px solid white;
}
.neuro:active {
  color: #666;
  box-shadow: inset var(--taille) var(--taille) calc(var(--taille) * 1.5) #c5c5c5, inset calc(var(--taille) * -1) calc(var(--taille) * -1) calc(var(--taille) * 1.5) #ffffff;
}

.bloc {
  --width:30%;
  background: rgb(240, 240, 245);
  position: relative;
  font-weight: bolder;
  letter-spacing: 0;
  padding: 0.5rem;
}
.bloc::after, .bloc::before {
  content: " ";
  position: absolute;
  width: var(--width);
  height: 100px;
  z-index: -10;
}
.bloc.horizontal::before {
  top: 0px;
  left: calc((100% - var(--width)) / 2);
  width: var(--width);
  height: 80%;
  border-radius: 90%/12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.bloc.horizontal::after {
  bottom: 0px;
  left: calc((100% - var(--width)) / 2);
  width: var(--width);
  height: 80%;
  border-radius: 90%/12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

#top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: rgb(250, 250, 250);
  font-family: "Poppins", sans-serif;
  box-shadow: 0 0 5px rgba(30, 34, 38, 0.4);
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
#top > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: rgb(70, 76, 90);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: 3px;
  text-decoration: none;
}
#top > a img {
  width: 150px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#top > a span {
  position: absolute;
  font-size: 5rem;
  opacity: 0.07;
  top: -0.9rem;
  z-index: -1;
}
#top > nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-basis: 50%;
}
#top > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#top > div > a {
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(70, 76, 90);
  padding: 5px;
  border-radius: 3px;
}
#top > div > a.active {
  font-weight: bold;
  background: rgb(70, 76, 90);
  color: rgb(250, 250, 250);
}
#top > div > a.logout {
  margin-left: 1em;
}
#top > div > a.logout img {
  width: 30px;
}

.subNav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.subNav a {
  background: rgb(52, 92, 152);
  color: rgb(250, 250, 250);
  padding: 5px 1em;
  margin: 1em;
  border-radius: 1px;
  text-decoration: none;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: 0 0 2rem 0;
  padding: 0;
  width: 100%;
  font-size: 3rem;
  color: #f0f0f5;
  text-shadow: -1px -1px 0 #aaa, 1px -1px 0 #aaa, -1px 1px 0 #aaa, 1px 1px 0 #aaa, 0 0 5px #959595;
}

h2 {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2rem;
}

#home {
  max-width: 1200px;
  margin: 2em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#home > * {
  width: calc(50% - 2em);
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 1em;
}
#home figure {
  width: 100%;
}
#home table {
  border: none;
}
#home table.reporting {
  width: calc(50% - 2em);
}
#home table td {
  border: none;
}
#home table td:nth-child(1) {
  border-right: 1px solid #CCC;
}
#home table td:nth-child(2) {
  border-right: 1px solid #CCC;
}
#home table th {
  border: none;
}
#home table th:nth-child(1) {
  border-right: 1px solid #CCC;
}
#home table th:nth-child(2) {
  border-right: 1px solid #CCC;
}
#home h2 {
  background: rgb(52, 92, 152);
  color: white;
  padding: 10px;
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#home .running div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#home .running div p {
  width: 33.33%;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 3px #bbb;
}
#home .running div p span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  text-align: center;
  background: rgba(255, 133, 198, 0.5);
  padding: 10px;
  width: 100%;
  display: block;
}
#home .running div p:nth-of-type(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#home .lastQuote {
  display: flex;
  flex-direction: column;
}
#home .lastQuote a {
  background: rgb(167, 204, 0);
  padding: 5px 1em;
  color: white;
  margin: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
#home .salesTurnOver {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
#home .salesTurnOver p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  margin: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

#billing-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  width: 100%;
}
#billing-stats > * {
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 1em;
  list-style: none;
}
#billing-stats table {
  border-collapse: collapse;
}
#billing-stats table caption {
  background: rgb(52, 92, 152);
  color: white;
  padding: 10px;
  margin: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#billing-stats table tr:nth-of-type(even) {
  background: rgba(30, 34, 38, 0.05);
}
#billing-stats table tr > * {
  padding: 0.25rem 0.5rem;
}
#billing-stats table tr td:last-of-type {
  text-align: right;
  font-weight: bold;
}
#billing-stats table tr th {
  background: rgba(52, 92, 152, 0.7);
  color: rgb(250, 250, 250);
  font-weight: lighter;
}

#home-connect {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  width: min(55rem, 100%);
  grid-template-columns: repeat(3, minmax(min(5rem, 100%), 1fr));
  gap: 3rem;
  align-content: flex-start;
}

#login-page {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  max-width: 1200px;
  padding: 0;
  margin: auto;
  background: url("../assets/logos/bg.svg") center no-repeat;
}
#login-page h1 {
  width: 100vw;
  margin: -3rem auto 2rem auto;
}
#login-page h1 img {
  max-width: 300px;
}
#login-page > section {
  padding: 1rem;
  margin: 1rem;
  border: 1px solid white;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 3px #aaa, 0 0 2rem #ddd inset;
}
#login-page > section form button, #login-page > section form a {
  font-size: 16px;
  margin: 1rem auto !important;
}
#login-page > section form input {
  margin: 5px auto !important;
}
#login-page #output {
  width: 1200px;
}

#content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
}
#content .output {
  max-width: 990px;
  width: 100%;
}
#content details {
  width: 100%;
  max-width: 500px;
}
#content details:first-of-type summary {
  background: rgb(52, 92, 152);
}
#content details:last-of-type summary {
  background: rgb(255, 133, 198);
}
#content details summary {
  cursor: pointer;
  color: white;
  padding: 5px 1em;
  border-radius: 5px;
  margin-bottom: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
}

form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
  width: 400px;
  position: relative;
  margin-bottom: 1em;
}
form.center {
  justify-content: center;
}
form h3 {
  margin-top: 1em;
  font-weight: 500;
}
form input {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border: 1px solid rgb(52, 92, 152);
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  margin: 1px 0;
  transition: all 0.5s;
}
form input::-moz-placeholder {
  color: rgb(52, 92, 152);
  font-size: 16px;
}
form input::placeholder {
  color: rgb(52, 92, 152);
  font-size: 16px;
}
form input:focus {
  background: rgba(255, 133, 198, 0.1);
}
form input[type=text] {
  width: calc(100% - 20px);
  margin-right: 5px;
}
form input[type=email] {
  width: calc(100% - 20px);
  margin-right: 5px;
}
form input[type=tel] {
  width: calc(100% - 20px);
  margin-right: 5px;
}
form div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
form div.ck {
  display: block;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border: 1px solid rgb(52, 92, 152);
  border-radius: 3px;
  padding: 5px;
  width: calc(100% - 20px);
  margin: 5px 0;
  grid-area: select;
}
form select::-ms-expand {
  display: none;
}
form select option {
  position: relative;
  width: 100%;
  color: rgb(52, 92, 152);
}
form select option span {
  position: absolute;
  right: 10px;
  display: inline-block;
}
form button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  color: rgb(250, 250, 250);
  background: rgb(52, 92, 152);
  border: none;
  border-radius: 3px;
  margin: 0 10px 0 0;
  padding: 5px 1em;
}
form button a {
  color: rgb(250, 250, 250);
  text-decoration: none;
  display: block;
}
form #suggestions {
  display: none;
  position: absolute;
  z-index: 1000000;
  background: white;
  width: calc(100% - 20px);
  margin: 5px 0;
  top: 31px;
  border: 1px solid rgb(52, 92, 152);
  border-radius: 3px;
}
form #suggestions p {
  padding: 5px;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid 3ddd;
}
form #suggestions p:hover {
  background: rgba(255, 133, 198, 0.2);
  cursor: pointer;
}
form #country-list {
  z-index: 1000000;
  background: white;
  width: 100%;
  margin: 5px 0;
  flex-direction: column;
}
form #country-list p {
  padding: 5px;
  text-align: center;
  margin: 0;
  background: rgba(30, 34, 38, 0.05);
  width: calc(100% - 20px);
}
form #country-list p.first-suggestion {
  border: 1px solid blue;
}
form #country-list p:hover {
  background: rgba(255, 133, 198, 0.2);
  cursor: pointer;
}
form #companyData {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
form #companyData h3 {
  font-weight: bold;
  text-align: left;
  font-size: 25px;
  font-family: "Roboto Condensed", sans-serif;
}
form #companyData p {
  text-align: left;
  margin: 0;
  width: auto;
}
form fieldset {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid rgb(52, 92, 152);
  margin: 20px 0;
  align-self: flex-start;
  min-width: 45%;
}
form fieldset legend {
  text-align: center;
  padding: 3px 30px;
  border-radius: 30px;
  border: 1px solid rgb(52, 92, 152);
  background: rgb(52, 92, 152);
  color: rgb(250, 250, 250);
}
form fieldset.row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
form fieldset.row > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
}
form fieldset.row > label input {
  width: auto;
  margin-right: 1em;
}
form fieldset .toggler-wrapper {
  display: block;
  width: 45px;
  height: 25px;
  margin: 5px 0;
  cursor: pointer;
  position: relative;
}
form fieldset .toggler-wrapper input[type=checkbox] {
  display: none;
}
form fieldset .toggler-wrapper input[type=checkbox]:checked + .toggler-slider {
  background-color: #44cc66;
}
form fieldset .toggler-wrapper .toggler-slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  transition: all 300ms ease;
}
form fieldset .toggler-wrapper .toggler-knob {
  position: absolute;
  transition: all 300ms ease;
}
form fieldset .toggler-wrapper.style-1 input[type=checkbox]:checked + .toggler-slider .toggler-knob {
  left: calc(100% - 19px - 3px);
  padding: 5px 0;
}
form fieldset .toggler-wrapper.style-1 .toggler-knob {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: #fff;
}
form fieldset .badge {
  margin-left: 20px;
  line-height: 35px;
}
form #comment {
  width: calc(100% - 5px);
  height: 300px;
  border-radius: 5px;
  border: 1px solid rgb(52, 92, 152);
  padding: 10px;
  margin: 10px 0;
}
form#devisForm {
  width: 1100px;
  margin-bottom: 50px;
}
form#devisForm .ligneDevis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  position: relative;
}
form#devisForm .ligneDevis img {
  width: 30px;
  margin: 0 10px;
}
form#devisForm .ligneDevis select {
  width: 450px;
}
form#devisForm .ligneDevis input {
  margin: 0 5px;
}
form#devisForm .ligneDevis input[type=text]:nth-of-type(1) {
  width: 450px;
  text-align: left;
  margin-left: 0;
}
form#devisForm .ligneDevis input[type=text]:nth-of-type(2) {
  width: 150px;
  text-align: left;
}
form#devisForm .ligneDevis input[type=text]:nth-of-type(3) {
  width: 100px;
  text-align: right;
}
form#devisForm .ligneDevis input[type=text]:nth-of-type(4) {
  width: 75px;
  text-align: center;
}
form#devisForm .ligneDevis input[type=text]:nth-of-type(5) {
  width: 75px;
  text-align: center;
}
form#devisForm .ligneDevis input[type=text]:nth-of-type(6) {
  width: 150px;
  text-align: right;
}
form#devisForm .titre {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
form#devisForm .titre input {
  background: rgb(70, 76, 90);
  text-align: center;
  margin: 0 5px;
}
form#devisForm .titre input::-moz-placeholder {
  color: white;
}
form#devisForm .titre input::placeholder {
  color: white;
}
form#devisForm .titre input[type=text]:nth-of-type(1) {
  width: 450px;
  margin: 0 5px 0 0;
}
form#devisForm .titre input[type=text]:nth-of-type(2) {
  width: 150px;
}
form#devisForm .titre input[type=text]:nth-of-type(3) {
  width: 100px;
}
form#devisForm .titre input[type=text]:nth-of-type(4) {
  width: 75px;
}
form#devisForm .titre input[type=text]:nth-of-type(5) {
  width: 75px;
}
form#devisForm .titre input[type=text]:nth-of-type(6) {
  width: 150px;
}
form#devisForm .ligne {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: rgb(70, 76, 90);
}
form#devisForm .ligne input {
  margin: 5px;
  text-align: center;
}
form#devisForm .ligne input[type=text]:nth-of-type(1) {
  width: 320px;
  margin: 0;
}
form#devisForm .ligne input[type=text]:nth-of-type(2) {
  width: 120px;
  text-align: right;
}
form#devisForm .ligne input[type=text]:nth-of-type(3) {
  width: 80px;
}
form#devisForm .ligne input[type=text]:nth-of-type(4) {
  width: 80px;
  text-align: right;
}
form#devisForm .ligne input[type=text]:nth-of-type(5) {
  width: 160px;
  text-align: right;
}
form#devisForm .hide {
  display: none;
}
form#devisForm a > img {
  cursor: pointer;
}
form#devisForm .total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 50px;
}
form#devisForm .total input {
  width: calc(30% + 5px);
  margin-left: 15px;
  margin-right: 0;
  text-align: right;
}
form#devisForm details {
  width: 100%;
  margin-bottom: 1rem;
}
form#devisForm details summary {
  cursor: pointer;
  background: rgb(52, 92, 152);
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 1rem;
  border-radius: 3px;
  color: rgb(250, 250, 250);
}
form#clientModifForm {
  width: 800px;
  margin-bottom: 50px;
}
form#clientModifForm label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(30, 34, 38, 0.1);
  width: 100%;
  margin: 5px 0;
  padding-left: 1em;
}
form#clientModifForm label input {
  width: 500px;
  margin: 0;
}
form#login img {
  margin: 1em 0;
}
form.modForm {
  width: 1400px;
}
form.modForm img {
  width: 50%;
}
form.modForm div.title-row {
  padding-right: 64px;
}
form.modForm div.title-row input {
  background: rgb(52, 92, 152);
  text-align: center !important;
  color: white !important;
  font-size: 10px;
}
form.modForm div [data-id], form.modForm div .save-btn {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0;
}
form.modForm div [data-id] img, form.modForm div .save-btn img {
  height: 80%;
  margin-top: -5px;
}
form.modForm div input {
  font-size: 11px;
  width: 150px;
}
form.modForm div input::-moz-placeholder {
  font-size: 11px; /* ou 14px, par exemple */
  color: #888; /* optionnel : couleur du placeholder */
}
form.modForm div input::placeholder {
  font-size: 11px; /* ou 14px, par exemple */
  color: #888; /* optionnel : couleur du placeholder */
}
form.modForm div input:nth-of-type(1) {
  width: 100px;
}
form.modForm div input:nth-of-type(n + 3) {
  width: 310px;
  text-align: left;
}
form.modForm div input:nth-of-type(n + 5) {
  width: 50px;
  text-align: right;
}
form.modForm div input:nth-of-type(5) {
  width: 75px;
}
form#company {
  width: 1200px;
  justify-content: space-between;
}
form#company fieldset {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(50% - 1em);
}
form#company fieldset:first-of-type {
  justify-content: space-between;
}
form#company fieldset:first-of-type input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
form#company fieldset:first-of-type input[type=text]:nth-of-type(6) {
  width: 30% !important;
}
form#company fieldset:first-of-type input[type=text]:nth-of-type(8) {
  width: 65% !important;
}
form#company fieldset label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 30%;
  background: rgb(52, 92, 152);
  color: white;
  margin: 5px 0;
  border-radius: 5px 0 0 5px;
}
form#company fieldset input {
  width: 69%;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
}
form#company button {
  margin: 10px auto;
}
form#uploadForm {
  width: 100%;
  height: 40px;
  margin-left: auto;
}
form#uploadForm label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid rgb(70, 76, 90);
  width: 200px;
  border-radius: 5px;
  position: relative;
  width: 200px;
  margin: auto;
  height: 100%;
}
form#uploadForm label input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
form .suggestions-box {
  position: absolute;
  left: 0;
  align-self: flex-start;
  margin-top: 40px;
  background: #efefef;
  width: 450px;
  border-radius: 5px;
  z-index: 100000;
  overflow: hidden;
}
form .suggestions-box ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
form .suggestions-box ul li {
  padding: 5px 10px;
  list-style: none;
  display: block;
}
form .suggestions-box ul li.highlighted {
  background: #e0e0e0;
  width: 100%;
}

#client-history {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
#client-history .event {
  max-width: 900px;
  width: 100%;
  margin: 1rem 0.5rem;
  padding: 1rem;
  text-align: left;
  border-radius: 5px;
  border: 1px solid white;
  background: rgba(250, 250, 250, 0.85);
  box-shadow: 0 0 3px rgba(30, 34, 38, 0.3);
}
#client-history .event time {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  padding: 5px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(70, 76, 90, 0.5);
}
#client-history .event p {
  text-align: left;
}
#client-history .event:first-child {
  margin-top: 1em;
}

/* MIXINS */
#abonnement form {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}

#abo-paid {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  border-collapse: collapse;
}
#abo-paid caption {
  font-size: 1.7rem;
  font-weight: 200;
  padding: 0.5rem;
}
#abo-paid tr td {
  padding: 0.25rem 1rem;
  font-weight: 200;
}
#abo-paid tr:first-of-type {
  background: rgb(70, 76, 90);
}
#abo-paid tr:first-of-type th {
  padding: 0.5rem 1rem;
  color: rgb(250, 250, 250);
  font-weight: 200;
  text-align: left;
}
#abo-paid tr:nth-of-type(odd):not(:first-of-type) {
  background: rgba(70, 76, 90, 0.1);
}
#abo-paid tr:nth-of-type(even) {
  background: rgba(255, 133, 198, 0.1);
}

#payment-success {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
#payment-success img {
  max-width: 200px;
  margin-top: 2rem;
}

/* TOGGLE STYLING */
.toggle {
  margin: 5px 0;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: rgb(52, 92, 152);
}
.toggle input:checked + label {
  background-color: #4B9DEA;
  color: #FFF;
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: #4B9DEA;
  z-index: 1;
}
.toggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: 0.45rem;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sendMail {
  display: block;
  width: 200px;
  background: rgb(167, 204, 0);
  color: white;
  padding: 5px 1em;
  border-radius: 3px;
  text-decoration: none;
  margin: 1em auto;
  text-align: center;
}

.warningFinalize {
  display: none;
}

#nbDevis {
  width: 100%;
  margin: 0 auto;
}

#contactList a {
  display: block;
  padding: 5px 1em;
  border-radius: 5px;
  margin: 5px auto;
  text-decoration: none;
  color: rgb(52, 92, 152);
  background: rgba(30, 34, 38, 0.1);
  max-width: 600px;
  transition: all 0.5s;
}
#contactList a:hover {
  background: rgba(255, 133, 198, 0.5);
}
#contactList a.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#devisList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1000px;
  min-width: 550px;
  margin: auto;
}
#devisList details {
  width: 100%;
}
#devisList details summary {
  cursor: pointer;
  border-bottom: 1px solid rgb(52, 92, 152);
  padding: 5px;
}
#devisList details nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
#devisList details .badge {
  margin-left: 20px;
  line-height: 35px;
  font-family: "Roboto Condensed", sans-serif;
  width: 90px;
}
#devisList a {
  border-radius: 5px;
  margin: 5px;
  text-decoration: none;
  color: rgb(52, 92, 152);
  background: rgba(30, 34, 38, 0.05);
  transition: all 0.5s;
  padding: 0 0 0 1rem;
  cursor: pointer;
}
#devisList a:hover {
  background: rgba(255, 133, 198, 0.5);
  cursor: pointer;
}
#devisList a.long {
  width: 500px;
}
#devisList a.court {
  width: 35px;
}
#devisList a.create {
  text-align: center;
  padding: 5px;
  width: 100px;
}
#devisList a.created {
  text-align: center;
  padding: 5px;
  background: rgb(220, 30, 50);
  color: white;
  width: 100px;
  display: inline-block;
}
#devisList a.pdf {
  text-align: center;
  padding: 5px;
  width: auto;
}
#devisList a.cancel {
  text-align: center;
  padding: 5px;
  width: auto;
}
#devisList a.bdc {
  flex: 1;
}
#devisList a.paid {
  justify-content: flex-end !important;
  padding-right: 1em;
}
#devisList a.billed {
  justify-content: center !important;
  background: rgb(52, 92, 152);
  color: white;
}
#devisList a.bdcDone {
  background: rgb(167, 204, 0);
  color: white;
}
#devisList a strong {
  font-weight: normal;
  background: rgba(30, 34, 38, 0.05);
  padding: 5px;
}
#devisList a time {
  font-weight: normal;
  width: 250px;
  background: rgba(30, 34, 38, 0.05);
  padding: 5px;
  text-align: right;
}
#devisList a img {
  width: 20px;
}
#devisList a.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#logList a {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logList p {
  margin: 0;
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid rgba(30, 34, 38, 0.1);
  width: 100%;
}
#logList p time {
  width: 100px;
  text-align: right;
  padding-right: 10px;
  display: inline-block;
  color: rgb(220, 30, 50);
}

#billing-numbers {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 700px;
  margin: 2rem auto;
  text-align: center;
}
#billing-numbers dl {
  box-shadow: 0 0 3px rgba(30, 34, 38, 0.3);
  border-radius: 5px;
  border: 1px solid white;
}
#billing-numbers dl dd {
  border-radius: 0 0 5px 5px;
  padding: 0.5rem 1rem;
}
#billing-numbers dl dt {
  background: rgba(52, 92, 152, 0.8);
  color: rgb(250, 250, 250);
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 5px 5px 0 0;
  padding: 0.5rem 1rem;
}
#billing-numbers dl:nth-of-type(n + 2) dt {
  background: rgb(167, 204, 0);
}
#billing-numbers dl:nth-of-type(n + 2) dd {
  color: rgb(167, 204, 0);
}
#billing-numbers dl:nth-of-type(4) dt {
  background: rgb(220, 30, 50);
}
#billing-numbers dl:nth-of-type(4) dd {
  color: rgb(220, 30, 50);
}
#billing-numbers dl:nth-of-type(5) dd {
  font-weight: bold;
}

.red {
  color: rgb(220, 30, 50);
}

.green {
  color: rgb(167, 204, 0);
}

.editor {
  position: relative;
  z-index: 1;
}

.btn {
  background: rgb(52, 92, 152);
  color: rgb(250, 250, 250);
  padding: 5px 1em;
  margin: 1em 0;
  border-radius: 3px;
  text-decoration: none;
  font-size: 1.2rem;
  border: none;
}

p {
  text-align: center;
  margin: 1em auto;
}
p strong {
  color: rgb(220, 30, 50);
  display: block;
}

.entreprise {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 990px;
  margin: auto;
  padding: 3px 0;
  border-bottom: 1px solid rgba(30, 34, 38, 0.2);
}
.entreprise strong {
  flex: 4;
}
.entreprise small {
  flex: 3;
  text-align: right;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entreprise address {
  flex: 5;
}
.entreprise a {
  flex: 1;
  background: #4d7298;
  color: #f5f5f5;
  padding: 3px 10px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}

table.reporting {
  max-width: 700px;
  margin: auto;
  border-collapse: collapse;
  border: 1px solid rgb(52, 92, 152);
  margin-top: 1em;
}
table.reporting tr:nth-of-type(even) {
  background: rgba(30, 34, 38, 0.05);
}
table.reporting tr th {
  padding: 10px;
  background: rgba(255, 133, 198, 0.3);
  border: 1px solid rgb(52, 92, 152);
}
table.reporting tr td {
  padding: 10px;
  border: 1px solid rgb(52, 92, 152);
}
table.reporting tr td:nth-of-type(n + 2) {
  text-align: right;
}

#drop-zone {
  border: 1px solid white;
  box-shadow: 0 0 2rem #ddd inset, 0 0 3px #555;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  color: #aaa;
  transition: all 0.5s;
  max-width: 400px;
  margin: auto;
  font-family: sans-serif;
  cursor: progress;
}
#drop-zone:hover {
  box-shadow: 0 0 1rem #ddd inset, 0 5px 10px #aaa;
}

#file-names {
  font-family: "Courier New", Courier, monospace;
  width: 400px;
  margin: 5px auto;
  padding: 5px;
}
#file-names div {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 5px;
  margin: 1px 0;
}
#file-names div span {
  font-size: 26px;
  padding: 5px;
  background: red;
  color: white;
  cursor: pointer;
  width: 40px;
  text-align: center;
  display: inline-block;
}

#contacts-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 2rem auto;
}

.translate {
  --width: 900px;
  width: var(--width);
  margin-left: calc(50% - var(--width) / 2);
}
.translate p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1px;
}
.translate p:first-of-type input {
  background: rgb(70, 76, 90);
  color: rgb(250, 250, 250);
}
.translate p:first-of-type input:first-of-type {
  flex: 2;
}
.translate p:first-of-type input:nth-of-type(n+2) {
  flex: 4;
}
.translate p:nth-of-type(n+2) input {
  font-size: 0.8rem;
}
.translate p:nth-of-type(n+2) input:first-of-type {
  flex: 2;
  background: rgba(52, 92, 152, 0.05);
  border: 1px solid rgb(52, 92, 152);
}
.translate p:nth-of-type(n+2) input:nth-of-type(n+2) {
  flex: 4;
}

.hidden {
  display: none;
}

.neumorphic {
  container-type: inline-size;
  aspect-ratio: 1/1;
  border: 0.5rem solid transparent;
  border-radius: 1rem;
  color: rgb(70, 76, 90);
  background: none;
  border: 1px solid rgb(250, 250, 250);
  text-align: center;
  text-decoration: none;
  display: grid;
  place-content: center;
  gap: 1rem;
  --shadow:
    -.5rem -.5rem 1rem hsl(0 0% 100% / .75),
    .5rem .5rem 1rem hsl(0 0% 50% / .5);
  box-shadow: var(--shadow);
  outline: none;
  transition: all 0.1s;
}
.neumorphic:hover, .neumorphic:focus-visible {
  color: rgb(52, 92, 152);
  scale: 1.1;
}
.neumorphic:active, .neumorphic.active {
  box-shadow: var(--shadow), inset 0.5rem 0.5rem 1rem hsla(0, 0%, 50%, 0.5), inset -0.5rem -0.5rem 1rem hsla(0, 0%, 100%, 0.75);
  color: hsl(10, 80%, 50%);
}
.neumorphic:active > i, .neumorphic.active > i {
  font-size: 28cqi;
}
.neumorphic:active > span, .neumorphic.active > span {
  font-size: 1.7rem;
  font-weight: 100;
}
.neumorphic > i {
  font-size: 31cqi;
}
.neumorphic > span {
  font-family: system-ui, sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
}
.neumorphic img {
  width: 50px;
  margin: auto;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(30, 34, 38, 0.8);
}
.popup-content .toggle-line {
  margin-left: 15px;
  margin-top: 1rem;
}
.popup-content .toggle-line span {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 190px;
}

.popup-buttons button {
  margin: 10px;
}

.rectangle-wrapper {
  --w: 280px;
  position: relative;
  margin: 3rem;
  font-family: "Roboto Condensed", sans-serif;
}
.rectangle-wrapper .rectangle-shadow {
  width: var(--w);
  border-radius: calc(var(--w) / 10);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  animation: appearTiltShadow 0.8s 1.2s ease-out forwards;
}
.rectangle-wrapper .shadow-green {
  background: rgb(167, 204, 0);
}
.rectangle-wrapper .shadow-grey {
  background: rgb(70, 76, 90);
}
.rectangle-wrapper .rectangle {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  width: var(--w);
  height: calc(var(--w) - 40px);
  background: #efefef;
  border-radius: calc(var(--w) / 12);
  position: relative;
  box-shadow: -1rem 1rem 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 5px solid white;
  padding: 0.25rem;
  box-sizing: border-box;
  opacity: 0;
  animation: appearTiltCard 1s 1.4s ease-out forwards;
}
.rectangle-wrapper .rectangle h3 {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: calc(var(--w) / 8);
  font-weight: 600;
  line-height: calc(var(--w) / 7);
  text-align: left;
  word-break: break-word;
  text-align: right;
  width: 100%;
  color: rgb(70, 76, 90);
  letter-spacing: -2px;
  padding: 0.25rem 0.5rem;
}
.rectangle-wrapper .rectangle h3 small {
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: calc(var(--w) / 10);
  text-align: left;
  width: 100%;
  color: rgb(52, 92, 152);
  font-weight: 500;
}
.rectangle-wrapper .rectangle h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  color: rgb(70, 76, 90);
  text-align: left;
  font-weight: 200;
  width: 100%;
  margin: 0.25rem 0 1rem 0;
}
.rectangle-wrapper .rectangle > a:nth-of-type(n + 1) {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(78, 86, 86, 0.5);
  border-radius: 3px;
  text-decoration: none;
  color: rgb(78, 86, 86);
  margin: 0 auto 0.5rem;
}
.rectangle-wrapper .rectangle > a:last-of-type {
  margin-top: auto;
  margin-bottom: 1rem;
}
.rectangle-wrapper .rectangle data {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
}
.rectangle-wrapper .rectangle data span {
  display: inline-block;
  width: 80px;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: right;
  margin-right: 0.25rem;
}
.rectangle-wrapper .last-post {
  position: relative;
  text-decoration: none;
  color: rgb(70, 76, 90);
  background: rgba(52, 92, 152, 0.1);
  width: 100%;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  border-radius: 0 0 5px 5px;
}
.rectangle-wrapper .last-post span {
  font-family: "Roboto Condensed", sans-serif;
}
.rectangle-wrapper .last-post span:nth-of-type(1) {
  font-size: 2.8rem;
  font-weight: 900;
}
.rectangle-wrapper .last-post span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  left: 3rem;
  top: 0.5rem;
}
.rectangle-wrapper .last-post span:nth-of-type(3) {
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  top: 1.9rem;
  left: 3rem;
}
.rectangle-wrapper .last-post span:nth-of-type(4) {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 2.5rem;
}
.rectangle-wrapper .last-post span:nth-of-type(5) {
  font-size: 2rem;
  font-weight: 500;
}
.rectangle-wrapper .last-post span:nth-of-type(6) {
  font-size: 2rem;
  font-weight: 300;
}
.rectangle-wrapper .last-post img {
  width: 20px;
}

/* CSS Document */
footer {
  margin-top: 3rem;
  width: 100%;
  height: auto;
  align-self: flex-end;
  width: 100%;
}
footer#bottom {
  background: rgb(30, 34, 38);
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
footer#bottom nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
footer#bottom nav a {
  color: rgb(250, 250, 250);
  text-decoration: none;
  line-height: 2.5rem;
}
footer#bottom nav h4 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  color: rgb(255, 133, 198);
  font-size: 2rem;
  margin-bottom: 1rem;
}
footer#bottom address {
  color: #ccc;
}
footer#bottom address img {
  max-width: 150px;
  display: block;
}/*# sourceMappingURL=style.css.map */