/*
Theme Name: TON2020
Theme URI: http://oceannord.org
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TON2020
*/
@font-face {
    font-family: 'anton';
    src: url('fonts/anton-regular.woff2') format('woff2'),
         url('fonts/anton-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.nav-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

main {
    padding-right: 10px;
}
.vignetteText h3 {
	font-family: 'anton';
	font-size: .94em:
	letter-spacing: .02em;
	line-height: 1.1;
	text-transform: uppercase;
}
.category-page-saison .vignetteText {
	background-color: #333;
	color: #fff;
}
.category-page-saison .vignetteText h3 a {
	color: #fff;
}
/*
.vignetteText h3 a:hover {
  color: #1779ba;
}
*/

main article h1 {
	font-family: 'anton';
	margin-top: 1rem;
}

blockquote {
	border: none;
	text-align: center;
}

.liens-rs {
	text-align: right;
	margin-right: 2rem;
}
.liens-rs a {
	display: inline-block;
	padding: .8rem;
}