/*
Theme Name: Thème MonCiné
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/




/*****************************************************************************************
** Réinitialisation **********************************************************************
*****************************************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, aside.caroussel, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, aside.caroussel {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/*****************************************************************************************
** Typographie et couleurs ***************************************************************
*****************************************************************************************/

body {
	font-family: 'EB Garamond', serif;
	/* font-family: 'Montserrat', sans-serif; */
	/* font-family: 'Rubik Dirt', system-ui; */
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#1E3D59                           /* bleue marine */
}
h1 { 
	font-weight:500;
	font-size: 3em
}
h2 { 
	font-weight:500;
	font-size: 1em;
}
aside h2 {
	font-family:'Rubik Dirt', system-ui;
	font-size:4em;
}
h3 { 
	font-size: 1em;
	font-variant:small-caps;
}
aside h3 {
	font-weight:700;
	font-size: 2em
}
p  { 
	font-size: 1.5em;
	line-height:1.5em;
	letter-spacing:0.05em;
	color:#1E3D59                           /* bleue marine */
}
aside p {
	font-size:1.6em;
	line-height:1.3em;
}
footer p {
	color:#f5f0e1
}
blockquote, blockquote>p { 
	font-family:'EB Garamond', serif;
	font-size:3em;
	color:#d0602d							/* orange */
}
q:before,blockquote:before {
	content:"« "
}
q:after,blockquote:after {
	content:" »"
}

strong { font-weight:700 }
em { font-style : italic }
q { color:#d0602d }
aside.caroussel q { color:white}


cite {
	font-family:'Rubik Dirt', system-ui;
	font-size:2em;
	text-transform:uppercase;
	line-height:1.5em
}


a:link, a:visited {
	color:#dfa870;
	text-decoration:none        /* pour ne pas avoir des liens soulignés */
}

a:hover, a:active {
	color:#d0602d;
	text-decoration:underline  /* soulignés sous la souris */
}





header nav a {
	font-family:'Rubik Dirt', system-ui;
	text-transform:uppercase;
	font-size:1.5em;
}
header nav a:link,
header nav a:visited {
	color:#1E3D59
}
header nav a:hover {
	color:#dfa870;
	text-decoration:none	
}
header nav a.menu-selected {
	color:#d0602d
}

aside a {
	font-family: 'Montserrat', sans-serif;
	font-size:1.5em;
	text-transform:uppercase
}
aside a:hover {
	color:#dfa870;
	text-decoration:none
}


footer nav a {
	font-size:1.5em;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase
}
footer nav a:link,
footer nav a:visited {
	color:#f5f0e1;
	
}
footer nav a:hover {
	color:#dfa870;
	text-decoration:none	
}
footer nav a.menu-selected {
	color:#d0602d;
}


/* COULEURS DE STRUCTURE */


header {
	background-color:#f5f0e1;
	color:#1E3D59
}
aside.caroussel, main {
	background-color:#fff;
	color:#000
}
aside.asideseries {
	background-color:#f5f0e1;
	color:#1E3D59
}

aside.asideseries h2,
aside.asideseries a
 {
	 color:#dfa870;
}

aside.asidefilms {
	background-color:#dfa870;
	color:#1E3D59
}


aside.asidefilms h2,
aside.asidefilms a {
	 color:#f5f0e1;
}


footer {
	background-color:#1E3D59;
	color:#f5f0e1;
	font-family:'Montserrat', sans-serif;
}


/*****************************************************************************************
** Espacements ***************************************************************************
*****************************************************************************************/

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main table,
main img,
main figure,
main ul,
main ol,
main blockquote {
	margin-bottom:1em;
}

main li {
	margin-left:1em
}
main ol {
	list-style:upper-roman
}

main ul {
	list-style: disc;
}

main td,th { 
	border :1px solid #1E3D59;
	padding:0.5em;
}


/*****************************************************************************************
** classes spéciales *********************************************************************
*****************************************************************************************/

.clear { 
	clear:both; /* empêche l'élèment de se positionner à droite et à gauche d'un élèment précédemment flotté */
	font-size:0
}

.hide {
	display:none;
}
