/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessus pour en savoir plus.
*/

.entry-meta, .edit-link, .comment-reply-link, .entry-footer a[rel="tag"], .entry-footer a[rel="category tag"], #infinite-handle span {
background: #4CAF50;
}

.widget-area .sidebar-primary aside {
background: #388E3C;
border-top-color: #757575;
}

.agenda li {
list-style-type: none;
}
.agenda strong {
color: #C8E6C9;
font-size: 1.3em;
}

.archive .entry-title a, .blog .entry-title a, .search .entry-title a {
color: #4CAF50;
}

.apostrophe-navigation .current_page_item a, .apostrophe-navigation .current-menu-item a, .apostrophe-navigation .current-post-ancestor a, .apostrophe-navigation .current-menu-ancestor a, .apostrophe-navigation .current-menu-parent a, .apostrophe-navigation .current-post-parent a {
border-top-color: #4CAF50;
}

.site-footer .widget-area #footer-sidebar {
max-width:100%	
}



				/*--------------------------------------------------------------
3.0 Buttons
--------------------------------------------------------------*/
.buttons {
	text-align: center;
	margin: 45px;
}
.button {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
	border-radius: 4px;
	margin: 10px;
}
.custom-button {
	display: inline-block !important;
	text-align: center;
	text-transform: uppercase;
	padding: 13px 35px 13px 35px;
	border-radius: 4px;
	margin: 10px;
	border: none;
}

.green-btn {
	background: #388E3C;
	text-decoration:none;
}

.green-btn:hover  {
	color: black !important;
	background: yellow !important;
}
.green-btn {
	color: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.yellow-btn {
	background: yellow;
	text-decoration:none;
}

.yellow-btn:hover  {
	color: black !important;
	background: blue !important;
}
.yellow-btn {
	color: black !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.btn:hover{
    box-shadow: none;
}	


.wp-caption-text {
	font-size:15px;
	text-align:right;
}