.elementor-809 .elementor-element.elementor-element-3ea9972{--display:flex;}@media(min-width:768px){.elementor-809 .elementor-element.elementor-element-3ea9972{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-c07e5ce *//* Styles pour PC */
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
    *{
    box-sizing: border-box;
}
h2 {
  font-size: 30px;
}

body, html{
    background-color: #3b8e46; 
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.body-form{
    width: 100%;
    background-color: #3b8e46;
  font-family: "Syne", sans-serif;
  margin: 0 auto;

}

.titre-form h1 {
  color: white;
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 3vw;
}

.separator3 {
  background-color: white;
  height: 1px;
  width: 80%;
  max-width: 850px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.cmd-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cmd-container h2 {
  color: white;
  display: flex;
}

.h2-cmd {
  display: flex;
}

.image-section {
  display: flex;
  gap: 20px;
}
.image-section img {
  max-width: 200px;
  width: 20vw
}

.img-txt {
  display: flex;
  margin-top: -85px;
  margin-left: 37px;
  margin-bottom: 70px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.img-txt2 {
  display: flex;
  margin-top: -95px;
  margin-left: 25px;
  margin-bottom: 55px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.img-txt3 {
  display: flex;
  margin-top: -95px;
  margin-left: 50px;
  margin-bottom: 55px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.img-txt4 {
  display: flex;
  margin-top: -85px;
  margin-left: 30px;
  margin-bottom: 70px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.quantity-controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.btn-quantity {
  padding-left: 5px;
}
.btn-submit {
}
.btn-container {
  display: flex;
  flex-direction: row;
}
.btn-container input {
  height: 60px;
  width: 75px;
  border-radius: 10px 10px 10px 10px;
  font-size: 17px;
  margin-top: 1px;
  margin-left: 0px;
  border: none;
  padding-left: 20px;
}
.cmd-input {
  height: 50px;
  width: 30px;
}
.btn-quantity {
  display: flex;
  flex-direction: column;
}
/* taille button + - */
.btn-quantity button {
  height: 30px;
  width: 30px;
  font-size: 10px;
  margin-left: 10px;
}

.button1 {
  border-radius: 0px 0px 10px 0px;
  margin-top: 1px;
}
.button2 {
  border-radius: 0px 10px 0px 0px;
}
.btn-submit button {
  height: 60px;
  border-radius: 10px;
  width: 100px;
  margin-left: 20px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-direction: column;
}
.form-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}

.left-column,
.right-column {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
  font-weight: 500;
}

label {
  margin-bottom: 5px;
  font-size: 20px;
}

.form-column input[type="text"],
input[type="email"] {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-bottom: 30px;
  font-size: 20px;
}

.form-column input[type="email"] {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-bottom: 30px;
  font-size: 20px;
}

.separator {
  width: 1px;
  background-color: white;
  margin: 0px 50px;
}

.separator2 {
  background-color: white;
  height: 1px;
  margin-top: 20px;
  margin-left: 47px;
  width: 862px;
}

.submit-container {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.submit-container button {
  border-radius: 5px;
  height: 55px;
  width: 200px;
 background-color: #dc9f96;
 color: white;
border-color: #dc9f96;
}

button {
  border: none;
  background-color: #dc9f96;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #c02e44;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px;
}
}
/* Styles pour tablette et portable */
@media only screen and (max-width: 1023px){
   
*{
    box-sizing: border-box;
}
h2 {
  font-size: 3.5vw;
}

body, html{
    background-color: #3b8e46; 
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.body-form{
    width: 100%;
    background-color: #3b8e46;
  font-family: "Syne", sans-serif;
  margin: 0 auto;

}

.titre-form h1 {
  color: white;
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 6vw;
}

.separator3 {
  background-color: white;
  height: 1px;
  width: 80%;
  max-width: 85vw;
  margin-top: 2vw;
  margin-bottom: 1vw;
  margin-left: auto;
  margin-right: auto;
}

.cmd-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cmd-container h2 {
  color: white;
  display: flex;
}

.h2-cmd {
  display: flex;
}

.image-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.image-section img {
  max-width: 200px;
  width: 200px
}

.img-txt {
  display: flex;
  margin-top: -85px;
  margin-left: 37px;
  margin-bottom: 70px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.img-txt2 {
  display: flex;
  margin-top: -95px;
  margin-left: 25px;
  margin-bottom: 55px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.img-txt3 {
  display: flex;
  margin-top: -95px;
  margin-left: 50px;
  margin-bottom: 55px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.img-txt4 {
  display: flex;
  margin-top: -85px;
  margin-left: 30px;
  margin-bottom: 70px;
  color: white;
  font-weight: 800;
  font-size: 20px;
}

.quantity-controls {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-left: 40px;
}

.btn-quantity {
  padding-left: 5px
}
.btn-submit {
}
.btn-container {
  display: flex;
  flex-direction: row;
}
.btn-container input {
  height: 60px;
  width: 75px;
  border-radius: 10px 10px 10px 10px;
  font-size: 17px;
  margin-top: 1px;
  margin-left: -9vw;
  border: none;
  padding-left: 20px;
}
.cmd-input {
  height: 50px;
  width: 30px;
}
.btn-quantity {
  display: flex;
  flex-direction: column;
}
/* taille button + - */
.btn-quantity button {
  height: 30px;
  width: 30px;
  font-size: 10px;
  margin-left: -6vw;
}

.button1 {
  border-radius: 0px 0px 10px 0px;
  margin-top: 1px;
}
.button2 {
  border-radius: 0px 10px 0px 0px;
}
.btn-submit button {
  height: 60px;
  border-radius: 10px;
  width: 100px;
  margin-left: 20px;
}

.container {
  max-width: 100vw;
  margin: 0 auto;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.form-row {
  display: flex;
  flex-direction: column;
}
.form-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}

.left-column,
.right-column {
  width: 42%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  color: white;
  font-weight: 500;
}

label {
  margin-bottom: 5px;
  font-size: 3vw;
}

.form-column input[type="text"],
input[type="email"] {
  padding: 1vw;
  width: 100%;
  border: 0.1vw solid #ccc;
  border-radius: 1vw;
  padding-bottom: 3vw;
  font-size: 20px;
}

.form-column input[type="email"] {
  padding: 1.5vw;
  width: 100%;
  border: 0.1vw solid #ccc;
  border-radius: 1vw;
  padding-bottom: 25px;
  font-size: 2vw;
}

.separator {
  width: 1px;
  background-color: white;
  margin: 0px 5vw;
}

.separator2 {
  background-color: white;
  height: 0.1vw;
  margin-top: 2vw;
  margin-left: 4.7vw;
  width: 86.2vw;
}

.submit-container {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.submit-container button {
  border-radius: 5px;
  height: 50px;
  width: 150px;
 background-color: #dc9f96;
 color: white;
}

button {
  border: none;
  background-color: #dc9f96 ;
  color: #fff ;
  font-size: 16px;
  cursor: pointer ;
}

button:hover {
  background-color: #c02e44 ;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px;
}

}/* End custom CSS */