#Landingpagecontactformenvoyer
{
	color: red;
}

#Landingpagecontact2
{
	color: red;
}

#wpcf7-f3105-p3073-o3 {
	background-color: #b9d4cf

}

#wpcf7-f3105-p3073-o3 {
    text-align: center;
  
}




#Landingpagecontact2
{
	align-content: center;
}

#secondary .widget {
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid;
border-radius: 5px;
border-color: #9e9e9e;
}

a{ text-decoration:none}

/* ====== Landing Page Contact Form (ID 6931) ====== */
#wpcf7-f6931-p6865-o1 {
  max-width: 350px;
  margin: 60px 0 60px 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 1px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  font-family: "Poppins", "Segoe UI", sans-serif;
}

#wpcf7-f6931-p6865-o1 h3 {
  text-align: center;
  color: #2d3e50;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Labels */
#wpcf7-f6931-p6865-o1 label {
  display: block;
  color: #2d3e50;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 0.95em;
}

/* Input & Textarea */
#wpcf7-f6931-p6865-o1 input[type="text"],
#wpcf7-f6931-p6865-o1 input[type="email"],
#wpcf7-f6931-p6865-o1 textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #c8d3df;
  border-radius: 8px;
  font-size: 0.95em;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

#wpcf7-f6931-p6865-o1 textarea {
  height: 120px;
  resize: vertical;
}

#wpcf7-f6931-p6865-o1 input:focus,
#wpcf7-f6931-p6865-o1 textarea:focus {
  border-color: #1f78d1;
  box-shadow: 0 0 0 2px rgba(31, 120, 209, 0.1);
  outline: none;
}

/* Submit button */
#wpcf7-f6931-p6865-o1 input[type="submit"] {
  background: linear-gradient(120deg, #1f78d1, #2e91e5);
  color: #fff;
  border: none;
  padding: 12px 0;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-weight: 600;
}

#wpcf7-f6931-p6865-o1 input[type="submit"]:hover {
  background: linear-gradient(120deg, #1d6fc0, #267ad3);
  box-shadow: 0 4px 10px rgba(31, 120, 209, 0.3);
}

/* Responsive */
@media (max-width: 480px) {
  #wpcf7-f6931-p6865-o1 form.wpcf7-form {
    padding: 25px;
    margin: 30px 15px;
  }
}



