/*
Theme Name: Feuillus libres - thème officiel
Theme URI: https://feuillus-libres.fr
Author: DEFI-Écologique
Author URI: https://www.defi-ecologique.com/services/eco-communication/creation-de-sites-internet/
Description: Thème pour le site officiel du media Feuillus libres.
Version: 1.0
*/

/*


Liste des couleurs :


#000	Noir
#808080	Gris moyen
#d4d4d4	gris clair
#fff	Blanc
#ac1919 rouge
#19ac19 vert


- Rouge du message d'erreur : #ac1919



RESET -> NE JAMAIS MODIFIER 
Cette section sert à "niveler" les éléments de base du HTML, qui sont gérés différemment selon les navigateurs.
La "base" du CSS est ainsi uniformisée.
*/
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,
article, aside, ctaintas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 300;
	max-width: 100%;    
	line-height: 1;
	transition: 150ms ease-in-out;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
p, ul{
	margin-bottom:1em;   
	line-height: 1.4;
}
ul {
	list-style: disc;
	text-align: left;
}
ol, ul{
	padding-left: 2.1em;
}
ul.no_list_style_type{
	list-style-type: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
	padding: 0;
}
ul.no_list_style_type.centered{
	margin: 0 auto;
}
ul.fa_list li{
	display: table;
}
ul.fa_list li > *{
	display: table-cell;
	vertical-align: middle;
}
ul li,
ol li{
	line-height: 1.5em;
	margin-bottom: 0.6em;
}
nav ul li{
	margin-bottom: 0;
}
li p{
	margin-bottom: 0.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em,
.italic,
i.taxonomy{
	font-style: italic;
}
sup{
	vertical-align: super;
	font-size: 0.7em;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"]{
	box-sizing: border-box;
	background-clip:padding-box;
	background-color:#fff;
	color:#000;
	border-color:#808080;
	border-style: solid;
	outline:0;
	margin:0;
	padding:0 3%;
	display: inline-block;
	text-align: left;
	font-size:1em;
	height: 3em;
	vertical-align: middle;
    border-radius: 2.5em;
}
input[type="submit"]{
	letter-spacing: 1px;
    transition: 200ms ease-in-out;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 2.5em;
    border-color: #808080;
    background: #808080;
    color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-family: Arial, sans-serif;
}
input[type="submit"]:hover{
	cursor: pointer;
    border-color: #000;
    background: #000;
}
input[type="text"]:focus{
	border-color: #000;
}
.desktop input[type="text"]{
	height: 2.2em;
}
label.label_gros{
	font-weight: 600;
	margin-top: 1.5em;
}
blockquote{
	clear: both;
	margin: 1em auto;
	display: table;
	padding: 0.5em 1em;
	border-left: 2px solid contrastcolor;
	font-style: italic;
}
/* END RESET */

/*
GENERAL
Les éléments présents dans cette section concernent le site en général et sont appliqués sur tous les éléments sans distinction. Ils correspondent au fonctionnement "par défaut" des éléments concernés.
*/
/* 
GENERAL - Définition des éléments de base
Ici, nous définissons les propriétés des éléments natifs HTML
*/
body{
	font-family: Arial, sans-serif;
	font-size: 12px;
    line-height: 1.4;
	letter-spacing: 0.03em;
	margin:0;
	font-weight: 300;
	color: #000;
	background: #fff;
}
::selection {
    background-color: #000;
	color: #d4d4d4;
}
strong, .bold, b, b em, b a, strong em, strong a, .bold a, strong .fa, .bold .fa, .bold em{
	font-weight: 600;
}
a{
	text-decoration: none;
	transition: 150ms ease-in-out;
	text-decoration: underline;
	color: #000;
}
a:hover{
	cursor: pointer;
	color: #808080;
}
/* 
GENERAL - Définition des classes utilisées dans le thème et utilisables en HTML et shortcode
Ici, nous définissons les noms de classes les plus utilisées et leurs propriétés
*/
.hidden{
	display: none;
}
.texte_centre{
	text-align: center;
}
.texte_gauche{
	text-align: left;
}
.texte_droite{
	text-align: right;
}
.fixed{
	position: fixed;
}
.content{
	max-width: 100% !important;
	display: table;
	margin: 0 auto;
}
.block{
	display: block !important;
}
.full_width{
	width: 100%;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.stripe{
	padding: 2rem 2em;
	clear: both;
}
.stripe > .content > h2:first-child{
	margin-top: 0;
}
.clear{
	clear: both;
}
.centered{
	margin: 0 auto;
    display: table;
}
.centered_marge{
	margin: 1em auto;
    display: table;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
figcaption{
	color: #d4d4d4;
    caption-side: bottom;
	padding: 0.5em 0;
}
hr{
    display:block;
    border:none;
    color: red;
    height:1px;
}
section{
	min-height: 80vh;
}
/* FIN GENERAL */


/* BALISES SPECIFIQUES */
/* hn -> les titres et sous-titres */
h1{
	margin: 0 auto;
	display: table;
	font-size: 1.5em;
	clear: both;
	font-weight: 500;
}
h2, h3, h4{
	margin: 2rem 0 ;
	font-size: 1.2em;
}
h2{
	clear: both;
	font-size: 1.3em;
	display: table;
	color: #808080;
	font-weight: 500;
}
h3{
	text-transform: uppercase;
}
h4{
	font-weight: 600;
	margin:0 auto 0.5em;
	display: table;
}
/* cta -> les boutons utilisés sur le thème des Feuillus libres */
.fl_cta{
    white-space: normal;
	margin: 1em auto;
	display: table;
	color: #fff;
}
.fl_cta:hover{
	cursor: pointer;
}
.fl_cta a{
	letter-spacing: 1px;
	transition: 200ms ease-in-out;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    border-style: solid;
	border-width: 1px;    
    border-radius: 2.5em;
	border-color: #808080;
	background: #808080;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.fl_cta a:hover{
	color: #808080;
	background: #fff;
	text-decoration: none;
}
.fl_cta_blanc a{
	background: #fff;
	color: #000;
	border-color: #fff;
}
.fl_cta_blanc a:hover{
	border-color: #d4d4d4;
	background: #d4d4d4;
	color: #000;
}
.fl_cta_ghost a{
	background: transparent;
	color: #000;
	border-color: #000;
}
.fl_cta_ghost a:hover{
	background: #000;
	color: #fff;
}
.fl_cta_ghost_blanc a{
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.fl_cta_ghost_blanc a:hover{
	background: #fff;
	color: #000;
}
.fl_cta_cat a{
	background: #fff;
	color: #000;
	border-color: #000;
}
.fl_cta_cat a:hover{
	background: #000;
	color: #fff;
}
.fl_cta_small{
	font-size: 0.8em;
}
.fl_cta_small a{
	padding: 0.5rem 1rem;
}
.fl_cta_big a{
	padding: 1.5rem 4rem;
    display: block;
}
/* Message d'erreur */
.error{
	font-weight: 600;
	border: 1px solid;
	border-radius: 0.25rem;
	padding: 0.5rem;
	color: #ac1919;
	border-color: #ac1919;
	display: table;
	margin: 1em auto;
}
.error.success{
	color: #19ac19;
	border-color: #19ac19;
}
/* FIN STRUCTURE */

#menu{
	position: fixed;
}

/* Tableau */
table thead td{
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 1em;
}
table tbody .date a,
table tbody .montant .total,
table tbody .categorie .titre{
	font-weight: 600;
	font-size: 1.1em;
	padding-bottom: 5px;
}
table tbody tr{
	border-bottom: 1px solid #d4d4d4;
}
table tbody tr.Revenus,
table tbody tr.Revenus a{
	color: #19ac19;
}
table tbody tr.Depense,
table tbody tr.Depense a{
	color: #ac1919;
}
table tbody td{
	padding: 0.5em;
}
table tbody td span{
	margin-bottom: 0.25em;
	display: block;
}

/* Widgets */
.comptes{
	font-size: 1.5em;
}
.widget{
	display: inline-block;
	vertical-align: middle;
	padding: 1em;
	border: 2px solid #d4d4d4;
	margin: 2em;
	border-radius: 8px
}
.widget:last-child{
	margin-right: 0;
}
.widget .positif{
	color: #19ac19;
}
.widget .negatif{
	color: #ac1919;
}
.widget .recap_mensuel{
	text-align: right;
}
.widget .recap_mensuel .date,
.widget .recap_cat .cat{
	text-align: left;
	font-weight: 600;
}
#formulaire_proj > *{
	display: table-cell;
}