/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* POLICES */
/* font locale : Luciole */
@font-face {
	font-family: Luciole;
	src: 
		url(/wp-content/themes/ttvg17/fonts/Luciole-Regular.woff2) format(woff2),
		url(/wp-content/themes/ttvg17/fonts/Luciole-Regular.woff) format(woff);
    font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: Luciole;
	src:
		url(/wp-content/themes/ttvg17/fonts/Luciole-Italic.woff2) format(woff2),		url(/wp-content/themes/ttvg17/fonts/Luciole-Italic.woff) format(woff);
    font-style: italic;
    font-weight: normal;
}
@font-face {
	font-family: Luciole;
	src: 
		url(/wp-content/themes/ttvg17/fonts/Luciole-Bold.woff2) format(woff2),
		url(/wp-content/themes/ttvg17/fonts/Luciole-Bold.woff) format(woff);
    font-style: normal;
    font-weight: bold;
}
@font-face {
	font-family: Luciole;
	src: 
		url(/wp-content/themes/ttvg17/fonts/Luciole-BoldItalic.woff2) format(woff2),
		url(/wp-content/themes/ttvg17/fonts/Luciole-BoldItalic.woff) format(woff);,
    font-style: italic;
    font-weight: bold;
}
body {
	font-family: Luciole, sans-serif !important;
/*	font-size: 95% !important; /* fixe la taille generale des polices par rapport a leur taille initiale... */
}
/* FIN POLICES */

/* Couleur des titres */
h1, h2, h3, h4, h5 {
	color: #496EA2 !important;
} 
h6 {
	color: purple;
}
/* FIN Couleur des titres */
/* Fond d'écran */
body {
    background-image: url('https://www.pascalbelon-thomas.fr/pbtk/wp-content/uploads/2022/01/BG_pebeteka.jpg'); !important;
}
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background-color: #fff9 !important;
}
.site-header {
    background-color: #fff9 !important;
}
/* Pied de page */
.footer-widgets {
    background-color: #fff9 !important;
}
.site-info {
    background-color: #54bdcf !important; !important;
}
.footer-bar-active .footer-bar .widget {
    color: #fff !important;
}
/* Fin Fond d'écran */
/* superpositions... */
.superposition-simple {
 position: relative;
 width: 100%;
}
.superposition-simple .image-originale {
 display: block;
 width: 100%;
 height: auto;
 opacity: 1; /* 0.2; */
}
.superposition-simple .texte-original {
 color: purple !important;
 font-size: 120% !important;
 line-height: 1.5em;
 text-align: left;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
}
.superposition-simple .texte-hover {
 position: absolute;
 top: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}
.superposition-simple:hover .texte-normal {
 opacity: 0;
}
.superposition-simple:hover .texte-hover {
 opacity: 1;
}
.superposition-simple .texte-normal {
 transition: .5s ease;
}
.superposition-simple:hover .image-originale {
 opacity: 1;
}
/* FIN superpositions... */
