/*
Theme Name: Lovecraft Enfant par WP Marmite
Description: Theme enfant du theme Lovecraft. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: lovecraft
Version: 1.0
*/


	
.credits.section.bg-dark {
	display: none;
	}
	
.footer.section.big-padding.bg-white {
    padding: 0px 0;
	background-color: black;
	}
	
/*MISE EN FORME DES FORMULAIRES*/
	
.wpcf7 {
	padding-left: 10%;
	padding-right: 10%; }
	
.wpcf7-form input{ 
	width: 80%;
	padding-top: 10px; 
}
	
.wpcf7-form textarea{ 
	width: 80%;
	padding-top: 10px;
}
	
.wpcf7-form label { 
	line-height: 34px; 
}
	
.wpcf7-form .RGPD { 
	line-height: 28px; 
	width: 80%;
	text-align:justify;}
	
.wpcf7-form input[type="checkbox"] { 
	width: 20px;}
	
.wpcf7-form input[type="submit"] { 
	padding-top: 5px;
	padding-bottom: 5px;
	width: 20%;	
	margin-left: 250px;
	margin-right: 250px;}
	
	
.wpcf7-form input[type="file"] { 
	margin-left: 150px;}

	