.send p {
  width: 70%;
  color: #fff;
font-size: 18px;
	margin-top: 10px;
}
/* Masque tous les champs textarea dont le nom commence par "cart_data_part" */
textarea[name^="cart_data_part"] {
    display: none !important;
}

/* Masque le champ input pour le total du panier */
input[name="cart_total_amount"] {
    display: none !important;
}
#wpcf7-f341-o1 {
	margin-top: 20px;
}
#wpcf7-f341-o1 > form {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	max-width: 700px;
}
#wpcf7-f341-o1 > form > p:nth-child(9) {
  display: none !important;
}
.wpcf7-spinner {
	display: none;
}
#wpcf7-f341-o1 p {
	margin: 0 5px;
}
#wpcf7-f341-o1 > form > p > label > span > input {
	border-color: #D6D6D6;
	height: 28px;
	border-radius: 5px;
	border-style: solid !important;
}
#wpcf7-f341-o1 label {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
}
.wpcf7-list-item-label {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 12px;
}
#wpcf7-f341-o1 > form > p:nth-child(11) > input {
	margin: 15px auto 0 0;
	font-family: 'Poppins';
}
#wpcf7-f341-o1 > form > p:nth-child(11) {
	width: 100% !important;
}
#wpcf7-f341-o1 .btn {
	width: 100%;
	max-width: 500px;
	background: #31660A;
	font-weight: 500;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wpcf7-f341-o1 > form > p:nth-child(10) > span > span > span {
	margin-left: 0 !important;
}
.wpforms-submit {
  width: 100% !important;
}
.page-contact .form-global {
  padding: 40px;
  width: 45%;
}
.page-contact .products-global {
  width: 55%;
  padding: 80px 0px 0px 9.905vw;
}
.page-contact .products-global h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: 60px;
}
#wpforms-170 {
  max-width: 600px;
  margin-left: auto;
  margin-right: 60px;
}
.page-contact img {
  display: flex;
  margin-right: auto;
  width: 30.31vw;
  height: 47.57vw;
  border-radius: 5px;
  max-width: 510px;
  max-height: 800px;
}
.page-contact .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
#wpforms-163 {
  width: 100%;
}
#wpforms-submit-163 {
  background-color: #31660A !important;
}
#wpforms-submit-170 {
  background-color: #31660A !important;
}
.cache-mon-champ {
  display: none !important;
  visibility: hidden !important;
}
.valid {
  display: flex;
  width: 100%;
}
.products-global {
  width: 55%;
  box-sizing: border-box;
}

.products-global table {
  width: 100%;
}
.products-global thead {
  background: #F5F5F5;
}
.products-global th {
  padding: 10px 0px;
}
.products-global td {
  text-align: center;
  padding: 20px 0px;
}
.products-global th:nth-child(1) {
  border-radius: 5px 0 0 0;
}
.products-global th:nth-last-child(1) {
  border-radius: 0px 5px 0px 0px;
}
.products-global tr:nth-last-child(1) td:nth-child(1) {
  border-radius: 0px 0 0 5px;
}
.products-global tr:nth-last-child(1) td:nth-last-child(1) {
  border-radius: 0px 0px 5px 0px;
}
.products-global tr:nth-child(even) {
  background: #ECF5EB;
}
.form-global {
  display: flex;
  width: 50%;
}
.text-legal {
  background: #F4F4F4;
  padding: 40px 9.905vw;
}
.text-legal p {
  font-size: 14px;
}
.delete {
  color: red;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

@media screen and (max-width: 550px) {
  .products-global td:nth-child(3) {
    padding: 20px 30px;
  }
  .quantity-box {
    display: flex;
    flex-flow: column;
  }
}

@media screen and (max-width: 1070px) {
  .send h2 {
    margin-bottom: 15px;
  }
	#wpcf7-f341-o1 form {
	max-width: none;
		margin-bottom: 40px;
}
  .page-contact .products-global {
    width: 100%;
    padding: 40px 40px 0px 40px;
  }
  .page-contact .products-global h2 {
    max-width: none;
    margin: 0;
  }
  .page-contact .form-global {
    display: none;
  }
  #wpforms-170 {
    max-width: none;
    margin: 0;
  }
  .page-contact img {
    display: none;
  }
  .send p {
    width: 100%;
    margin-top: 0;
  }
  .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
  }
  .valid {
    flex-flow: column;
  }
  .products-global {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  .form-global {
    width: 100%;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
  }
  .text-legal {
    padding: 40px;
  }
}

@media screen and (min-width: 1070px) {
  .form-global {
    padding: 0px 4.905vw 40px 2.905vw;
  }
  .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 80% !important;
  }
	#wpcf7-f341-o1 .btn:hover {
	color: #31660A;
	background: #fff;
}
  .products-global {
    padding: 40px 0px 40px 7.905vw;
  }
  #wpforms-170-field_1-container > fieldset > div {
    max-width: 100% !important;
  }
  #wpforms-submit-163 {
    width: 80% !important;
  }
}

@media screen and (min-width: 2200px) {
  .products-global {
    width: 1070px;
    padding: 40px 0px 40px 170px;
  }
  .form-global {
    width: 1120px;
    padding: 0px 110px 40px 65px;
  }
  .text-legal {
    padding: 40px 250px;
  }
}