/* parametresConteneur principal */
.form-container4 {
  width: 488px;
  margin: 0px auto;
  /* padding: 50px; */
  border: 3px solid #F29C38;
  border-radius: 10px;
  background-color: var(--bg-color);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Roboto, sans-serif;
  position: relative;
  left: 28px;
  bottom: 107px;
  min-height: 143px;
  padding: 20px;
}
.title-settings {
  position: relative;
}

.form-container4  .form-row label {
  font-size: 1.2rem;
  color: var(--text-color);
  width: 100%;
  text-align: start;
}
.form-row select {
  width: 70%;
  padding: 5px;
  border: 1px solid #F29C38;
  border-radius: 5px;
  box-sizing: border-box;
}
input[type="checkbox"] {
  display: flex
;
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  top: -3px;
  margin-right: 105px;
}
.btn-confirmer {
  background-color: #F29C38;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.dropdown-btn {
  color: #F29C38;
  font-weight: bold;
  text-decoration: none; 
  font-size: 1rem;
  cursor: pointer;
  border: none;
  background: none; 
  padding: 3px;
  position: relative;
  left: 715px;
  top: 27px;
}

/* .dropdown-btn:hover {
  color: #fff;
  background-color: #f29c38;
} */

/* ============================
   Responsive : Tablette (min-width: 769px) and (max-width: 992px)
============================= */
@media (min-width: 769px) and (max-width: 992px) {

  .form-container4 {
    width: 488px;
    margin: 0px auto;
    border: 3px solid #F29C38;
    border-radius: 10px;
    background-color: var(--bg-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Roboto, sans-serif;
    position: relative;
    left: 0px;
    bottom: 66px;
    min-height: 143px;
    padding: 20px;
  }
  .title-settings {
    position: relative;
    margin: -14px 74px 79px 73px;
}
  
  .form-container4  .form-row label {
    font-size: 1.2rem;
    color: var(--text-color);
    width: 100%;
    text-align: start;
  }
input[type="checkbox"] {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0;
  position: relative;
  top: 0px;
  margin-right: 113px;
}

}


/* ============================
   Responsive : Mobile (max-width: 768px)
============================= */

@media (max-width: 768px) {

  .form-container4 {
    max-width: 60%;
    margin: auto;
    padding: 27px;
    border: 4px solid #F29C38;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Roboto, sans-serif;
    left: 0px;
    top: 128px;
    max-height: 216px;
    min-height: 144px;
}

.title-settings {
  position: relative;
  margin: -162px 54px -115px 70px;
}

.form-container4  .form-row label {
  font-size: 1.1rem;
  color: var(--text-color);
  width: 100%;
  text-align: start;
}
.form-row select {
  width: 70%;
  padding: 5px;
  border: 1px solid #F29C38;
  border-radius: 5px;
  box-sizing: border-box;
}
.form-row label {
  font-size: 1rem;
  color: var(--text-color);
  width: 72%;
  text-align: left;
}
input[type="checkbox"] {
  display: flex;
  width: 24px;
  height: 20px;
  margin: 0px;
  position: relative;
  top: 0px;
  margin-right: 54px;
}
}