#Landingpagecontactformenvoyer
{
	color: red;
}

#Landingpagecontact2
{
	color: red;
}

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

}

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

/* 针对整个 Contact Form 7 容器居中 */
div.wpcf7 {
    /* 设置最大宽度，防止在大屏幕上过度拉伸（可选，您可以根据需要调整）*/
    max-width: 100%; 
    /* 核心居中代码：将左右外边距设为 auto */
    margin: 0 auto !important; 
}

/* 确保输入框、文本区域和选择框占据父元素全部宽度 */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="Tel"],
.wpcf7 textarea {
    width: 100% !important; /* 强制占据 100% 宽度 */
    /* 检查并重置可能影响左右对齐的外边距 */
    box-sizing: border-box; /* 确保 padding/border 不会增加总宽度 */
    margin-left: 0 !important;
    margin-right: 0 !important;
}







