.elementor-641 .elementor-element.elementor-element-07c2e26{--spacer-size:50px;}.elementor-641 .elementor-element.elementor-element-09508aa{text-align:center;}.elementor-641 .elementor-element.elementor-element-0260a1a{text-align:center;}.elementor-641 .elementor-element.elementor-element-2dd9f0e{--divider-border-style:solid;--divider-color:#23A455;--divider-border-width:1px;}.elementor-641 .elementor-element.elementor-element-2dd9f0e .elementor-divider-separator{width:100%;}.elementor-641 .elementor-element.elementor-element-2dd9f0e .elementor-divider{padding-block-start:15px;padding-block-end:15px;}/* Start custom CSS */:root {
  --time-nav-hover: 0.25s;
  --color-fire: #e30000;
  --color-black: #191919;
  --color-grey-5: #fbfbfb;
  --color-grey-10: #f6f7f7;
  --color-grey-cool-10: #eeeeef;
  --color-grey-15: #e8e8e8;
  --color-grey-20: #d5d6d8;
  --color-grey-60: #abadb1;
  --color-grey-70: #888891;
  --color-grey-80: #6b6a6a;
  --color-grey-85: #59595f;
  --shadow-fire: 0 4px 12px 4px rgba(227, 0, 0, 0.2),
    0 1px 3px 0 rgba(137, 7, 7, 0.4);
  --focus-style: dotted 2px var(--color-black);
  --focus-offset: 2px;
}

table {
  empty-cells: show;
}

.container {
  display: flex;
  width: 100vw;
  flex-direction: column;
  align-items: center;
}
table {
  text-align: center;
}
th {
  font-weight: 500;
}
th,
td {
  padding: 5px;
}
td {
  background-color: #d8d8d8;
  color: #3a4f66;
}
input[type="radio"] {
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.title {
  margin: 30px 0;
}

.product-selection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.calc-inputs {
  display: flex;
  margin: 0 auto 20px auto;
  width: 40%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.measure-radio:not(:last-child) {
  margin-left: 20px;
}

#measure-input {
  border: 1px solid gray;
  padding: 5px;
  transition: all 0.3s;
  width: 50px;
}
#measure-input:focus {
  outline: none;
  border-color: #cf42ff;
}

/* btn styles */
.btn {
  background-color: #cf42ff;
  padding: 10px;
  border: none;
  color: white;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: #9a32bd;
  top: -3px;
}
.btn-calculate {
  margin-right: 20px;
}

/* table styles */

.table-wrapper {
  width: 100%;
  overflow: auto;
}

.nutrients-table {
  width: 100%;
  color: white;
  margin: 0 auto;
}

.week-grow th {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff0b00),
    color-stop(100%, #cd0900)
  );
  padding: var(--table-padding, 0.2em 0.5em);
  text-align: center;
}

.week-grow td {
    text-align: center
}

.week-bloom th,
.info-table-header {
  background: linear-gradient(to bottom, #6c016d 0%, #f803de 100%);
  color: white;
  padding: var(--table-padding, 0.2em 0.5em);
  text-align: center;
}

.week-bloom td {
    text-align: center
}

.first-cell {
  background-color: #abcf38;
}

.infos {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.references-table {
  width: 80%;
}

.references-table td {
  text-align: left;
  padding: 5px;
}

@media only screen and (max-width: 1220px) {
  .calc-inputs {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .table-wrapper,
  .infos {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1060px) {
  .nutrients-table {
    font-size: 14px;
    width: 80%;
  }
  .infos {
    justify-content: center;
  }
  .references {
    margin-top: 20px;
  }
  .references-table {
    margin: auto;
  }
}

@media only screen and (max-width: 970px) {
  .title {
    font-size: 24px;
  }
  .calc-inputs {
    width: 70%;
  }
}

@media only screen and (max-width: 940px) {
  .nutrients-table {
    font-size: 12px;
    width: 70%;
  }
}

@media only screen and (max-width: 680px) {
  .title {
    font-size: 20px;
  }
  .calc-inputs {
    height: 150px;
    flex-direction: column;
    justify-content: space-between;
  }
  .bon-vivant {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .references,
  .conversion,
  .references-table,
  .conversion table {
    width: 100%;
  }
}
.product-selection * {
  box-sizing: border-box;
}

#inputContainer {
  height: 20vh;
  margin: 0 auto;
  width: 40%;
  padding: 2em;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.inputGroup {
  display: block;
  margin: 0 0 1.5em;
}

.label {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 0.6em;
  padding: 0;
  text-transform: uppercase;
}

.segmentedControl {
  --options: 3;
  --options-active: 1;
  --options-gap: 0.5em;
  background: var(--color-grey-10);
  border: solid 1px var(--color-grey-70);
  border-radius: 0.25em;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
}
.segmentedControl .segmentedControl--group {
  flex: 0 0 auto;
  margin: var(--options-gap);
  display: flex;
  flex-flow: row;
  justify-content: stretch;
  align-items: stretch;
  flex-grow: 1;
}
.segmentedControl .segmentedControl--group input {
  opacity: 0;
  position: absolute;
}
.segmentedControl .segmentedControl--group input + label {
  border-radius: 0.25em;
  flex: 1 1 100%;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0.5em;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.segmentedControl .segmentedControl--group input + label::before,
.segmentedControl .segmentedControl--group input + label::after {
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.segmentedControl .segmentedControl--group input + label::before {
  background: var(--color-grey-20);
  transition: opacity 0.15s ease;
}
.segmentedControl .segmentedControl--group input + label::after {
  background: #cf42ff;
  box-shadow: 0px 0px 5px 1px #8b32a8b6;
  transition: opacity 0.15s ease;
}
.segmentedControl .segmentedControl--group input + label:hover::before {
  opacity: 1;
}
.segmentedControl .segmentedControl--group input:focus + label {
  outline: none;
}
.segmentedControl .segmentedControl--group input:focus-visible + label {
  outline: var(--focus-style);
  outline-offset: var(--focus-offset);
}
.segmentedControl .segmentedControl--group input:-moz-focusring + label {
  outline: var(--focus-style);
  outline-offset: var(--focus-offset);
}
.segmentedControl .segmentedControl--group input:checked + label {
  background: var(--color-grey-10);
  color: #fff;
  font-weight: 700;
}
.segmentedControl .segmentedControl--group input:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: no-preference) {
  .segmentedControl .segmentedControl--group input + label {
    transition: color 0.2s ease;
  }
  .segmentedControl .segmentedControl--group input + label::before {
    transition: opacity 0.3s ease;
  }
  .segmentedControl .segmentedControl--group input + label::after {
    transform: scale(0.85, 0.5);
    transition: opacity 0.15s ease,
      transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29);
  }
  .segmentedControl.useSlidingAnimation::before {
    background: var(--color-fire);
    border-radius: 0.375em;
    box-shadow: var(--shadow-fire);
    content: "";
    display: block;
    height: calc(100% - (var(--options-gap) * 2));
    position: absolute;
    top: var(--options-gap);
    left: var(--options-gap);
    transform: translateX(
      calc((100% + (var(--options-gap) * 2)) * (var(--options-active) - 1))
    );
    transition: transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
    width: calc(
      (100% - ((var(--options) * var(--options-gap)) * 2)) / var(--options)
    );
  }
  .segmentedControl.useSlidingAnimation .segmentedControl--group input + label {
    background: none;
    transition: color 0.3s ease;
  }
  .segmentedControl.useSlidingAnimation
    .segmentedControl--group
    input
    + label::after {
    content: none;
  }
  .segmentedControl.useSlidingAnimation
    .segmentedControl--group
    input:checked
    + label:hover::before {
    opacity: 0;
  }
}

.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hidden {
  display: none !important;
}

.offscreen {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

/* changes */
@media only screen and (max-width: 650px) {
  .segmentedControl {
    display: block;
  }
}

@media only screen and (max-width: 430px) {
  #inputContainer {
    width: 100%;
  }
}

@media only screen and (max-width: 315px) {
  .calc-inputs {
    height: 200px;
  }
  .btn-calculate {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .buttons {
    text-align: center;
  }
}

.select-measure {
    display: flex;
    align-items: center;
}

div#inputContainer {
    width: auto;
}

.buttons {display: flex;}

.amount-input {
    display: flex;
    align-items: center;
}

.select-measure label, .amount-input label {
    margin-left: 5px;
    margin-bottom: 0;
}/* End custom CSS */