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

/************************************************************************************************************************ AVANT TOUTE CHOSE */
/*
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 © 2011-'.date("Y"). '&nbsp;<a class="copyprotection" href="https://www.ornithologies.fr">UOF (COM France)</a>. <a href="https://www.ornithologies.fr/blog/protection/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

----------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------			

*/
@font-face {
    font-family : 'titres';
    src : url('fonts/titres.woff2') format('woff2'),
	url('fonts/titres.woff') format('woff');
    font-style : normal;
	font-weight : bold;

}

@font-face {
    font-family : 'contenu';
    src : url('fonts/contenu.woff2') format('woff2'),
	url('fonts/contenu.woff') format('woff');
    font-weight : normal;
}

@font-face {
    font-family : 'soustitres';
    src : url('fonts/soustitres.woff2') format('woff2'),
	url('fonts/soustitres.woff') format('woff');
    font-weight : normal;
	font-style : normal;
}

/******************************************************************************************************************************** NETTOYAGE */
/*.cm-header-1, .grecaptcha-badge, .cm-post-content .cm-entry-summary .cm-entry-button, .cm-post-content .cm-entry-header-meta, .cm-post-content .cm-below-entry-meta  {
	display:none!important;
}

strong, .leaflet-popup-content .umsMarkerTitle, .cm-secondary .cm-widget-title span, .cm-primary .cm-widget-title span, .cm-primary .widget_block .wp-block-heading, .default-wp-page .previous a, .default-wp-page .next a, .wp-block-button .wp-block-button__link, .wp-element-button, .cm-primary-nav a, a.button, input[type="reset"], input[type="button"], input[type="submit"] {
	font-weight:normal!important;
}

.cm-primary-nav ul li ul li, .menu-item a:hover {
	text-shadow:none;
}

a.button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, .bouton:hover, #secondary a.bouton:hover, #content .post .article-content .above-entry-meta .cat-links a:hover, .menu-item a, .menu-item a:hover, .menu-item a:active, .menu-item a:focus, .previous a, .next a, .previous a:hover, .next a:hover, .more-link span, .comment .comment-reply-link, .wp-block-button .wp-block-button__link, .wp-element-button, .wp-block-button .wp-block-button__link:hover, .wp-element-button:hover, .wp-block-button .wp-block-button__link:active, .wp-element-button:active, .wp-block-button .wp-block-button__link:focus, .wp-element-button:focus, .widget_em_widget .all-events-link a {
	text-decoration:none!important;
}

.em-events-widget li{
	list-style:none;
}

.cm-top-bar, .cm-primary-nav ul li ul li, .cm-primary-nav ul li ul li:hover, .cm-posts .post {
	box-shadow:none;
}*/

/********************************************************************************************************************************** POLICES */
h1, h2, h3, h5,
.site-title {
	font-family : 'titres' !important;
}

/*body, html, h4, a, p {
	font-family: 'contenu' !important;
}*/

h6, .hestia-title-tagline-wrap small, .wp-block-latest-posts__post-title {
	font-family : 'soustitres' !important;
}

.hestia-title-tagline-wrap .site-title {
	font-size : 2em;
}

.hestia-title-tagline-wrap small {
	font-size : 1.6em;
}

.footer .footer-menu a, .hestia-top-bar, .label, .media-footer a, .navbar, .navbar a, .navbar .dropdown-menu li > a {
	font-size : 16px;
}

/*****************************************************Couleurs*/
/*Jaune*/
.hestia-title-tagline-wrap small {
	color : rgba( 249, 199, 40, 1);
}

/*Noir*/
.header-filter::before {
	background-color: rgba(30, 30, 30, 0.3);
}

/********************************************************************************************************************************** TAILLES */
.navbar .navbar-header .navbar-brand img {
	max-height : 10em;
}

/************************************************************************************************************************************ ECRAN */
@media (min-width: 769px) {
	.navbar.hestia_center.navbar-scroll-point .title-logo-wrapper {
		display : flex;
	}
	.navbar.navbar-scroll-point .navbar-header .navbar-brand img {
  		max-height : 4em;
	}
	.navbar-scroll-point .hestia-title-tagline-wrap .site-title {
		font-size : 1em;
	}
	.navbar-scroll-point .hestia-title-tagline-wrap small {
		font-size : 0.8em;
	}
}
