body {
	height: auto;
}
input[type=checkbox], input[type=radio] {
  vertical-align: middle;
}
@media screen and (max-width: 782px){
  input{
    margin-bottom: 1rem;
  }
}
#champs_contactForm label, #champs_contactForm_add label{
  padding: 0 0.25rem 0 1rem;
}
#champs_contactForm > div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 2rem;
}
#champs_contactForm > div > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#champs_contactForm > div > div:first-child div {
  border-radius: 4px;
  border: 1px #333333 solid;
  cursor: pointer;
  padding: 5%;
  width: fit-content;
}
@media screen and (min-width: 1080px) {
  #champs_contactForm > div {
    justify-content: center;
  }
  #champs_contactForm > div .data_contact_form {
    display: flex;
    align-items: center;
  }
}
#champs_contactForm .del, #champs_contactForm_add > div #field_add {
  border-radius: 4px;
  border: 1px #333 solid;
  cursor: pointer;
  width: 22px;
  height: 22px;
  color: white;
}
#champs_contactForm .del{
  background-color: #ff0000;
}
#champs_contactForm_add > div #field_add {
  background-color: #0bb;
}
hr.le_hr_du_formulaire_en_back {
  background-color: #cccccc;
}
#champs_contactForm_add {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1080px) {
  #champs_contactForm_add > div{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#type_digit_captcha_id div {
  margin: 5% 0;
}
@media screen and (min-width: 768px) {
  #type_digit_captcha_id {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  #type_digit_captcha_id div {
    margin: 0 5% 0 0;
  }
}
.toplevel_page_menu_bon_de_commande figure img{
  object-fit: cover;
  object-position: center;
  height: 100%;
}