@font-face {
  font-family: myDigit;
  src: url(CastoPro-Regular.otf);
}

@font-face {
  font-family: castolabel;
  src: url(CastoPro-Regular.otf);
}

@font-face {
  font-family: castolabel_Black;
  src: url(CastoPro-Black.otf);
}

@font-face {
  font-family: castolabel_Bold;
  src: url(CastoPro-Bold.otf);
}

@font-face {
  font-family: castolabel_ExtraBold;
  src: url(CastoPro-ExtraBold.otf);
}

@font-face {
  font-family: castolabel_Light;
  src: url(CastoPro-Light.otf);
}

@font-face {
  font-family: castolabel_Medium;
  src: url(CastoPro-Medium.otf);
}

.sub-title {
  font-family: castolabel !important;
  font-size: 20px;
  color: rgba(0, 0, 0, .8);
  padding: 0px 0px;
  line-height: normal;
}

@media (max-width: 1200px) {
  .sub-title {
    font-size: 14px;
    padding: 0px 90px;
  }
}

@media(max-width:900px) {
  .sub-title {
    font-size: 16px;
    padding: 0px 35px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.SyDga {
  font-size: 26px;
  font-family: castolabel !important;
}

.slink {
  font-family: castolabel !important;
  font-size: 18px;
}

a.hHvddy {
  text-decoration: none;
  color: rgb(50, 60, 65) !important;
}

a.hHvddy:hover {
  text-decoration-line: underline;
}

.dPcZKF {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
  text-align: left;
  font-size: 14px;
  font-family: castolabel !important;
  line-height: 1.4;
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

ul[role="tablist"] li[role="tab"] a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

ul[role="tablist"] li[role="tab"] .number {
  /*font-size: 1.2em;  Taille personnalisÃ©e pour le numÃ©ro */
}

ul[role="tablist"] li[role="tab"] .title {
  margin-top: 5px;
  /* Espace entre le numÃ©ro et le titre */
}

.steps li a {
  text-decoration: none !important;
}

.wizard .steps {
  display: none !important;
}

.content h3.title {
  display: none !important;
}

.form-label {
  font-family: castolabel !important;
  color: #0078D7 !important;
  font-size: 15px !important;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h2,
p {
  font-family: castolabel !important;
}

@media (max-width: 1200px) {
  .label {
    font-size: 14px !important;
  }
}

@media (max-width: 1440px) {
  .label {
    font-size: 16px !important;
  }
}

.actions a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.fieldset {
  border-bottom: 1px solid #f0eeee;
  padding: 0 0px 25px;
  min-height: 300px;

}

.headbg {
  font-family: castolabel !important;
  background-color: #f2f1f3;
}

@media (max-width: 1200px) {
  .headingtxt {
    padding-right: 30px;
  }

  .headbg {

    font-size: 18px !important;
    line-height: normal;

  }
}

.headingtxt {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding-right: 45px;
}

.icon-title {
  width: 50px;
}

.card {
  position: relative;
  margin-bottom: 0rem;
  width: 100%;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;

}

.card.top-radius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card.no-radius {
  border-radius: 0px;
}

.bdr img {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.labelexpanded input:checked+.radio-btns {
  background-color: #0078D7;
  color: #fff;
}

.radio-btns {
  width: 100%;
  /*border-radius: 15px;*/

  text-align: center;
  padding: 10px 0;
  /* box-shadow: 0 1px #c3c3c3;*/
  cursor: pointer;
  /*background-color: #fff;*/

}

.radio-btns>img,
.labelexpanded {
  width: 100%;
}

.labelexpanded p {
  margin: 0;
}

.card-body {
  padding: 20px;
}

.card-body.light {
  padding: 15px 20px;
}

.card-header {
  z-index: 999999;
}

.card-options .fe {
  color: white;
}

.radio-btns img {
  width: 100% !important;
  border-radius: 4px;
}

.number-font {
  font-size: 23px !important;
}

#progress-bar-wrapper {
  top: 90vh;
  position: sticky;
}

#home {
  min-height: 330vh;
}

.colorinput {
  text-align: center;
}

/* pH*/
.bg-ph-6-2 {
  background: #f7b563;
}

.bg-ph-6-6 {
  background: #f49a43;
}

.bg-ph-7 {
  background: #dd7d53;
}

.bg-ph-7-4 {
  background: #cc584b;
}

.bg-ph-7-8 {
  background: #ba3042;
}

.bg-ph-8-2 {
  background: #c8496f;
}

/* brome */

.bg-br-0 {
  background: #fdf8cd;
}

.bg-br-1 {
  background: #ddd7bc;
}

.bg-br-2 {
  background: #dcd3b1;
}

.bg-br-4 {
  background: #d3c8c0;
}

.bg-br-10 {
  background: #b5a1ae;
}

/* chlore*/
.bg-cl-0 {
  background: #fff8d1;
}

.bg-cl-0-3 {
  background: #ead9d7;
}


.bg-cl-0-6 {
  background: #ceb4be;
}

.bg-cl-1 {
  background: #b685ad;
}

.bg-cl-1-5 {
  background: #8e6b90;
}

.bg-cl-2 {
  background: #7a587c;
}

/* alcalinitÃ© */
.bg-alk-0 {
  background: #c2b63f;
}

.bg-alk-50 {
  background: #7b7b4d;
}

.bg-alk-80 {
  background: #636751;
}

.bg-alk-120 {
  background: #52564a;
}

.bg-alk-180 {
  background: #41443e;
}

.bg-alk-240 {
  background: #31342f;
}

/* oxygene */
.bg-o2-0 {
  background: #fff;
}

.bg-o2-0-5 {
  background: #e9e7e6;
}

.bg-o2-1 {
  background: #dedad9;
}

.bg-o2-3 {
  background: #d6d6d8;
}

.bg-o2-5 {
  background: #cfced3;
}

.bg-o2-10 {
  background: #cac5cb;
}

label.colorinput {
  margin-right: 0.4rem;
}

strong,
b {
  font-weight: 600;
}

.bg-border {
  box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.4) !important;
}

p.danger {
  color: var(--danger)
}

/*.card-order.mheight {min-height: 150px;}*/

.btn {
  white-space: normal;
  /* Permet le retour Ã  la ligne */
  text-align: center;
  /* Centre le texte */
  word-wrap: break-word;
  /* Permet de casser les mots si nÃ©cessaire */
  max-width: 100%;
  /* Assure que le bouton reste dans les limites de son conteneur */
}

.br {
  display: none;
  /* Le span agit comme un Ã©lÃ©ment de bloc, provoquant un saut de ligne */
}

@media(max-width:480px) {
  label.colorinput {
    margin-right: 0rem;
  }

  .labelexpanded, .clr-blue.tag {
    font-size: 16px !important;
    /* Ajuste la taille du texte si nÃ©cessaire */
  }

  .br {
    display: inline-block;
    width: 100%;
  }

  .mt-4-480 {
    margin-top: 4rem;
  }

  .form-check-label {
    font-size: 16px;
  }

}

@media (min-width: 1280px) and (max-width: 1400px) {
  label.colorinput {
    margin-right: 0;
  }

  .colorinput-color {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    border: 1px solid #eaedf1;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .colorinput-color::before {
    top: 0.2rem;
    left: 0.2rem;
    height: 1.8rem;
    width: 1.8rem;
  }

  .colorinput-input:checked~.colorinput-color::before {
    opacity: 1;
  }

  .colorinput-color.bg-cl-0::before,
  .colorinput-color.bg-o2-0::before {

    top: 0.1rem;
    left: 0.2rem;
    height: 1.8rem;
    width: 1.8rem;

  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .text-white .number-font {
    font-size: 21px !important;
  }
}

.volumeValue {
  font-size: 1.5rem;
}

/*
#products .row {
  display: flex; 
  flex-wrap: wrap; 
}

.products {
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
  height: 100%;
  padding: 10px;

}

.product {
  text-align: center;
  text-decoration: none;
  border: 1px solid #ececec;
  border-radius: 5px;
}

.product img {
  transition: transform 0.3s ease; 
  padding: 20px;
}

.product img:hover {
  transform: scale(1.2); 
}*/
.products {

  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  color: rgb(50, 60, 65);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 100%;
  padding: 1.6rem;
  position: relative;
  width: 100%;
  border: 0.1rem solid rgb(214, 214, 215);
  border-radius: 4px;
}


.link-1 {
  color: rgb(50, 60, 65);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.jIKvqf {
  margin-top: auto;
}

.img-box {
  flex-shrink: 0;
}

.jkSLLC {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.sc-jIAOiI {
  height: 0px;
  padding-bottom: 100%;
  width: 100%;
}

.img-product {
  height: 100%;
  left: 50%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.title-box {
  display: flex;
  flex-direction: column;
}

.product-title {
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 13px;
  text-align: center;
  min-height: 40px;
  text-transform: uppercase;
}

.jIKvqf {
  margin-top: auto;
}

.box-link {
  box-sizing: border-box;
  display: flex;
  margin-top: auto;
  width: 100%;
}

.sc-bBrHrO {
  margin-left: auto;
  margin-right: auto;
}

.eAIvgF {
  background-color: rgb(0, 120, 215);
  color: rgb(255, 255, 255);
  border: medium;
  -moz-box-align: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  -moz-box-pack: center;
  justify-content: center;
  line-height: 1.1rem;
  overflow-wrap: break-word;
  padding: 0.7rem 1.4rem;
  text-align: center;
  text-decoration: none;
}

.eAIvgF:hover {
  background-color: rgb(51, 147, 223);
  color: white
}

.item .card-footer {
  padding: 1rem .5rem 0;
  background: none;
}

.btn-lg {
  padding: 0.5rem 0.5rem;
  font-size: 1.125rem;
  line-height: 1.625;
  letter-spacing: 0;
}

@media(max-width:480px) {
  .number-font {
    font-size: 20px !important;
  }

  .text-white p {
    font-size: 16px
  }

  .form-label {

    font-size: 17px !important;
  }

  #text,
  #text2,
  #text3,
  #text4,
  #text5,
  #text6 {
    font-family: castolabel !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center;
    width: 67%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-content: center;
    align-content: center;

    line-height: 1.1;
  }

  #puis,
  #puis2,
  #puis3,
  #puis4,
  #puis5,
  #puis6 {
    font-size: 30px;
    line-height: 1.1;
  }

  .addWall,
  .addWindow {
    display: none;
  }

  .validate-size,
  .validate-opening,
  .validate-blade {
    width: 100%;
  }
}

.before {

  color: #000;

  position: absolute;
  height: 100%;
  width: 10%;
  top: 0%;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}

.link {
  color: #0d0c22;
}

.link:hover {
  color: #0060a8;
}