/*
Theme Name: gucherry-blog-child
Description: Theme enfant du site Les Paysanistes
Author: Alexandre - Les Paysanistes
Author URI: https://www.les-paysanistes.com
Template: gucherry-blog 
Version: 0.1.0
*/
/* changer couleur des liens des boutons*/
.editor-entry a, #gc-backtotop .caption, .widget_rss ul li a {
	color: #F7E484 !important;
}
.editor-entry a:hover, #gc-backtotop .caption:hover, .widget_rss ul li a:hover, a:hover {
	color: #FFFFFF !important;
}
/************/
/********** supprimer copyright***********************/
 .footer .copyright-info p{

    display: none;

}
/***************/
/***couleur de fond du footer****/
.footer .footer-inner {
	background-image: url("https://www.les-paysanistes.com/wp-content/uploads/2020/08/fd-kraft-header-les-paysanistes-1.jpg") !important;
}
.footer .footer-top {
    	border: 0px !important;
	/*border-bottom: 0px dotted #232323 !important;*/
}
.footer .footer-bottom {
    	background: none !important;
	margin-top: -20px !important;
}
/*********/
/****suppression du toogle princiapl**/
@media(max-width:1024px){
.menu-toggle {
    display: none !important;
}
}
/*************/
