/*
Theme Name: Escutcheon Child
Theme URI: http://example.com/twenty-twenty-one-child/
Description: Twenty Twenty-One Child Theme
Author: Your Name
Author URI: http://example.com
Template: escutcheon
Version: 1.0.0
*/
/* Add your custom styles here */

/* Appel des polices locales */
@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald-v53-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alegreya Sans';
    src: url('fonts/alegreya-sans-v25-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* TITRE du site */
.site-title
{
	line-height: 1;
	margin: 0;
	margin-right: -10px;
	letter-spacing: 3px;
    background: transparent url(https://www.blockchain-esr.net/wp-content/uploads/2025/03/logo_blockchain-esr_blanc_web_fond_transparent.png) no-repeat;
    background-position: top right;
    background-size: 13%;
}
/* 
/* LARGEUR DU CONTENU DES PAGES */
.single .entry-wrapper,
body.page .entry-wrapper
{
	width: 100%;
}
/* TEXTE DANS LE FOOTER */
/* Le style suivant n'est pas présent dans le fichier style.css
du thème parent
*/
.site-info
{
    height: 70px;
    text-align: left;
    background:transparent url(https://www.blockchain-esr.net/wp-content/uploads/2025/03/cartouche_etat_inrae_cnrs.png) right/20% no-repeat;
    background-position: top right;
}
/* LIENS DANS LE FOOTER */
.site-info a
{
	color: #66c0ec;
}
.site-info a:hover
{
	color: #66c0ec;
	text-decoration: underline;
}