/*
Theme Name: Divi Theme Enfant
Description: Theme enfant de divi
Author:
Author URI:
Template: Divi
Version: 0.1.0
*/

/* ---------------
formulaire "contact form 7"
-----------------*/

.your-name input, .your-subject input, .tel-176 input, .your-email input
{
width:500px;
height: 40px;
}

.wpcf7-form textarea
{
width:500px;
height: 160px;
}

.wpcf7-submit
{
padding :10px 20px 10px 20px;
}

@media all and (max-width:767px) /*formulaire contact pour les ecrans de moins de 767px*/
{

	.your-name input, .your-subject input, .tel-176 input, .your-email input
	{
	width:350px;
	height: 40px;
	}

	.wpcf7-form textarea
	{
	width:350px;
	height: 160px;
	}

}

@media all and (max-width:479px) /*formulaire contact pour les ecrans de moins de 479px*/
{

	.your-name input, .your-subject input, .tel-176 input, .your-email input
	{
	width:250px;
	height: 40px;
	}

	.wpcf7-form textarea
	{
	width:250px;
	height: 160px;
	}

}
