/*
Theme Name: NOE starter
Author: NOE interactive
Author URL: http://noe-interactive.com
Description: Theme NOE starter, theme de base, sans style, utilisé pour démarrer un projet noewp
Version: 1.5
Date : 28.10.2011
Tags: noe, starter
This css file is there uniquely to register the WordPress theme. Please do not edit.
*/

/* Pour chaque modification, pensez bien à incrémenter la version dans l'appel du functions.php */

.service-home-item {
	position: relative;
}
h4>a {
	font-size: 16px !important;
}
.linkToAll {
	text-align: center;
	margin: auto;
}
.linkToAll a:hover {
	background: #159dba;
	color: #fff !important;
}
.agenda-description {
	font-size: 14px !important;
}
.home .button-primary {
	background: #fff !important;
	color: #159dba !important;
}
.home .button-primary:hover {
	background: #159dba !important;
	color: #fff !important;
}

.g-recaptcha{
	margin-left: 25%;
}

.noenews-list{
	display: flex;
    flex-wrap: wrap;
}

.noenews-list .actu-list-item {
    flex: 1 0 22%;
    margin: 10px;
}