/*
Theme Name: Corsa Child
Template: Corsa
Version: 1.0
Author:	UpSolution
Theme URI: http://us-themes.com/wp/Corsa/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.wpcf7-field-group {
	position:relative;
	border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.wpcf7-field-group .wpcf7-field-group-remove,
.wpcf7-field-group .wpcf7-field-group-add {
	position:absolute;
	top: 0;
	left: 100%;
	font-size: 35px;
	color: white;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	border-radius: 0;
}

.wpcf7-field-group .wpcf7-field-group-remove {
	background: #ccc;
}
.wpcf7-field-group .wpcf7-field-group-add {
	background: #46b2af;
	top: 100%;
	margin: 0;
	width: 94%;
	left: 3%;
	font-size: 0;
	font-weight: normal;
	text-transform: none;
	display: none;
}

.wpcf7-field-group:last-child {
	margin-bottom: 70px;
}

.wpcf7-field-group:last-child .wpcf7-field-group-add {
	display: block;
}

.wpcf7-field-group .wpcf7-field-group-add:before {
	content:"Ajouter une classe";
	font-size: 18px;
}

.requis {
	color: red;
}

input.error{
	box-shadow: 0 0 0 2px red;
}