/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/* CSS additionnel pour le formulaire de contact NEVE */
div.neve-demo-form .wpforms-form .wpforms-one-half {
	padding-bottom: 20px;
}
div.wpforms-container-full.neve-demo-form .wpforms-form .wpforms-one-half input, div.wpforms-container-full.neve-demo-form .wpforms-form textarea {
	font-family: "Poppins";
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
div.wpforms-container-full.neve-demo-form .wpforms-form .wpforms-one-half input {
	padding: 22px 12px;
}
div.wpforms-container-full.neve-demo-form .wpforms-form textarea { padding: 7px 12px;
}
.neve-demo-form .wpforms-submit-container {
	text-align: center;
}
div.wpforms-container-full.neve-demo-form .wpforms-form button[type=submit] { 
	font-family: "Poppins"; 
	font-weight: 500; 
	border-radius: 30px; 
	color: #fff; 
	background-color: #58D85A; 
	border: 1px solid transparent; 
	text-transform: uppercase; 
	padding: 12px 40px; 
	margin-top: 20px; 
}
div.wpforms-container-full.neve-demo-form .wpforms-form button[type=submit]:hover { 
	background-color: #3f9b3f; 
	border: 1px solid transparent; 
} 
@media (max-width: 767px) {
	div.wpforms-container-full.neve-demo-form .wpforms-form .wpforms-one-half {
		width: 100%; 
		margin-left: 0; 
	}

	.neve-demo-form	.wpforms-field-textarea textarea { 
		text-align: center; 
	}	
}

/* éléments listés en page d'accueil
====================================
*/
.pni_lst_post img
{ 
	height : 100px;
}

.pni_lst_post li
{ 
	display : flex;
	justify-content : row;
	align-items : left;
	font-size : 0.8em;
	margin-bottom : 5px;
}

.pni_lst_post span
{ 
	padding-left : 15px;
}
/* ajustements pour l'insertion de post
marche avec template-insert-post.php
====================================
*/

.pni_post span 
{
	float : left;
	margin-right : 10px;
}
.pni_post p
{
	font-size : 0.8em;
}

