/*
Theme Name: HESTIA
Website : LiberAme
Author: Studio Communi-Mage
Author URI: https://www.communi-mage.com

a mettre dans header.php
<link href="<?php echo get_template_directory_uri(); ?>/communi-mage.css" rel="stylesheet" type="text/css" />
juste avant </head>

----------------------------------------------------------------------------------------
Remplacer çà
public function bottom_footer_content() {
		$hestia_general_credits = sprintf(
		/* translators: %1$s is Theme Name, %2$s is WordPress 
			esc_html__( '%1$s | Developed by %2$s', 'hestia' ),
			esc_html__( 'Hestia', 'hestia' ),
			/* translators: %1$s is URL, %2$s is WordPress 
			sprintf(
				'<a href="%1$s" rel="nofollow">%2$s</a>',
				esc_url( __( 'https://themeisle.com', 'hestia' ) ),
				'ThemeIsle'
			)
		);

		wp_nav_menu(
			array(
				'theme_location' => 'footer',
				'depth'          => 1,
				'container'      => 'ul',
				'menu_class'     => 'footer-menu',
			)
		);
		echo '<div class="copyright ' . esc_attr( $this->add_footer_copyright_alignment_class() ) . '">';
		echo wp_kses_post( $hestia_general_credits );
		echo '</div>';
	}
Par çà

public function bottom_footer_content() {
		echo 'Copyright © 2016-'.date("Y"). '&nbsp;<a class="copyliberame" href="https://www.liberame.fr">LiberAme</a>.<br /><a href="https://www.liberame.fr/wp-admin/"><img src="https://www.communi-mage.com/wp-content/uploads/favicon.png" style="vertical-align:middle" alt="webmaster discount" /></a> Communi-Maginé au <a href="https://www.communi-mage.com" title="Soyez présent sur le web" target="_blank">Studio</a>';
}

dans \inc\views\main\class-hestia-footer.php

----------------------------------------------------------------------------------------			
/********************************************************************************************************************************* NETTOYAGE 
strong {
	font-size:inherit;
}
*/
.entry-footer, .widget li::before {
	display:none!important;
}

a {
	outline:none!important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	text-transform:none;
}

h2, h3, h4, h5, h6 {
	clear: none;
}

/*
h1, .focus-box h3, .white-text, #carousel-homepage-latestnews .carousel-inner .item .latestnews-title a, #carousel-homepage-latestnews .carousel-inner .item h2, .entry-content h2, .juiz_sps_links .juiz_sps_item a .juiz_sps_network_name {
	font-weight:normal!important;
}

.entry-content blockquote {
	font-style:normal!important;
}

#lightbox #hoverNav a {
	transition:none;
}

.entry-content .noborder, .entry-content a:hover .noborder, .entry-content .su-posts a img {
	border:0!important;
}

.su-post-title a:active {
	text-decoration:none;
}
*/

body, input, select, textarea {
	font-family: Cuprum!important;
}

button, .copyliberame, button, html input[type="button"], input[type="reset"], input[type="submit"], .zerif_about_us_center p {
	font-family: Aclonica!important;
}

/********** Couleurs */
/* Blanc */
/*.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .social li a:hover, .company-details a:hover, .about-us p, .latest-news .dark-text, #zerif-copyright a:hover, .entry-title, #carousel-homepage-latestnews .carousel-inner .item .latestnews-title a:hover, .latesnews-content p a:hover, .entry-content h2, .juiz_sps_links .juiz_sps_item a:hover, .juiz_sps_links .juiz_sps_item a:focus, .su-post-title a:hover, .entry-header .entry-title a:hover {
	color: rgba(255,255,255,1.00)!important;
}*/

/* Noir */ 
footer.footer.footer-black .copyright, footer.footer.footer-black h4, footer.footer.footer-black h5, footer.footer.footer-black i, footer.footer.footer-black.footer-big, footer.footer.footer-black a:hover {
	color: rgba(30,30,30,1);
}
	
/* Gris Clair */
.widget li a, .ve-cat-widget-div ul.ve-cat-widget-listing li a {
	color: rgba(119,119,119,1)!important;
}

/* Gris pour formulaire */
footer.footer.footer-black a {
	color: rgba(64,64,64,1)!important;
}

.about-us .section-footer-title {
	font-size:60px;
}

.about-us .section-legend {
	font-size: 24px;
}


/*********************************************************************************************************************************** FONDS */
footer.footer.footer-black {
    background-image: url("../../uploads/Pieddepage.png");
    background-position: top center;
    background-repeat:no-repeat;
    background-size: cover;
	background-color:rgba(255,255,255,0);
}

body {
	background: -webkit-gradient(
		linear,
		left top, right bottom,
		from(rgba(228,186,169,1)),
		to(rgba(232,223,210,1)),
		color-stop(0.5, rgba(255,255,255,1))
	);
	background: -webkit-linear-gradient(
		left top,
		rgba(228,186,169,1),
		rgba(255,255,255,1) 50%,
		rgba(232,223,210,1)
	);
	background: -moz-linear-gradient(
		left top,
		rgba(228,186,169,1),
		rgba(255,255,255,1) 50%,
		rgba(232,223,210,1)
	);
	background: -o-linear-gradient(
		left top,
		rgba(228,186,169,1),
		rgba(255,255,255,1) 50%,
		rgba(232,223,210,1)
	);
	background: linear-gradient(
		left top,
		rgba(228,186,169,1),
		rgba(255,255,255,1) 50%,
		rgba(232,223,210,1)
	);
}

.sidebar-wrap, .ccchildpage {
	background: rgba(255,255,255,1.00)!important;
}

/******************************************************************************************************************************** PLACEMENTS */
/*********** Flottant Gauche */
/*.logo-wrap img {
	float:left;
}*/

/* Bouton */
.ccpages_more a {
    background: rgb(233, 102, 86) none repeat scroll 0 0;
    border-color: rgb(233, 102, 86);
    color: rgb(255, 255, 255) !important;
	border-radius: 4px;
	margin: 10px;
	padding: 13px 35px;
	font-style:normal;
	font-family:Aclonica;
	float:right;
	outline:none!important;
	transition: none;
	font-size: 14px;
}

.ccpages_more a:hover, .ccpages_more a:focus, .ccpages_more a:active {
	background: rgb(203, 67, 50) none repeat scroll 0 0;
}

.ccpages_excerpt, .ccpages_more {
    font-size: 100%;
}

.cc-child-pages-thumb {
	float: right;
	max-width: 50%;
}

/*********************************************************************************************** EVENEMENTS */
.events-table .events-item {
	align-items:flex-end;
    display: flex;
	justify-content:space-between;
}

.events-table img {
	margin-right:10px;
}

.entry-content .events-item div {
	margin : 0 10px;
}

.events-table img {
	max-width: 150px;
}

.widget_em_widget ul li {
	margin-left: 0;
	padding-left :0;
}

.widget_em_widget img {
	margin-right : 10px;
	float:left;
}

@media (min-width: 992px) {
  .footer .col-md-4 {
    width: auto;
  }
}