/*
Theme Name: Twenty Twenty-Two Child
Theme URI: 
Author: Guillaume Gouin
Author URI: https://hello.gcommegodzilla.com
Description: A child theme for TT2.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo-child
Template: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two Child WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two Child is distributed under the terms of the GNU GPL.

*/

/* Header custom background-color
header> div {
	background: radial-gradient(
		at center left, 
		rgb(232, 161, 161) 0%,
		rgb(70, 66, 66) 0%,
		rgb(1, 1, 17) 100%
	) !important;
}

#home-title {color: white !important;}*/

.wp-block-polylang-language-switcher {list-style-type:none; display:flex; justify-content:end; gap:2em;}
.wp-block-polylang-language-switcher a {color:lightgrey; text-decoration:underline;}
.page-id-8 .wp-block-polylang-language-switcher .lang-item-fr a,
.page-id-95 .wp-block-polylang-language-switcher .lang-item-en a {color: white ; text-decoration: none; font-weight:bold;}