/*
Theme Name: Plaidaudio
Theme URI: 
Description: Th�me enfant de Hello Elementor
Author: Plaidaudio
Author URI: 
Template: hello-elementor
Version: 1.0.0
*/

a {color:#000}

body {
	font-family: "Inter", sans-serif;
	background-color: #C2C0C0;
	background-image: url("img/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment:fixed;
}

@media (max-width: 991px) {
	body {
		background-image: url("img/bg-mobile.jpg");
		background-position: top center;
		background-repeat: repeat-y;
		background-size: 100% auto;
		background-attachment:fixed;
	}
}

.site-header {
	display:block;
}
.site-branding {
	max-width: 300px;
	margin: 20px auto;
}

.site-branding .site-title a {
	background:transparent url(img/LOGO-plaid-audio.svg) top center no-repeat;
	width: 150px;
	height:108px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 auto;
	background-size: 100% auto;
}

@media (max-width: 991px) {
	/*.site-branding .site-title a {
		background-size: 100% auto;
		width: 75px;
		height:54px;
	}*/
}


.site-navigation {
	font-size:13px;
	justify-content: center;
}

@media (max-width: 991px) {
	.site-navigation .menu{
		justify-content: center;
		font-size: 11px;
	}
}


b, strong {
	font-weight: 700;
}

.page-content {
	background: #fff;
	padding:2rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.02);
	margin: 20px auto;
	max-width: 865px;
}

@media (max-width: 991px) {
	.page-content {
		background: #fff;
		padding: 1rem;
		margin: 20px auto;
		font-size: 13px;
	}
}


.page-header {
	text-align: center;
}

.entry-title {
	font-size: 24px;
	line-height: 30px;
}

.page-content h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.page-content h2 {
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	padding: 0;
	margin: 0;
}

.page-content h3 {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	padding: 0;
}

.page-content h4 {
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background: #000;
	margin: 25px 0;
	background-image: linear-gradient(to right, #fafafa, #333, #fafafa);
}

/* form */

body .nf-form-fields-required {
	display:none;
}
body .nf-form-content label {
	font-size:15px;
}

/* liste */

/* Styles sobres pour les listes dans le contenu */
.page-content ul,
.page-content ol {
	margin: 1.2em 0 1.2em 1.5em; /* marges verticales + indentation */
	padding: 0;
	line-height: 1.6;
	font-size: 1rem;
	color: #333; /* texte lisible */
}

/* UL : puces rondes */
.page-content ul li {
	list-style-type: disc;
	margin-bottom: 0.4em;
}

/* OL : numérotation classique */
.page-content ol li {
	list-style-type: decimal;
	margin-bottom: 0.4em;
}

/* Sous-listes (indentées proprement) */
.page-content ul ul,
.page-content ol ol {
	margin: 0.6em 0 0.6em 1.5em;
}

/* Menu */

.site-navigation ul.menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}

.site-navigation ul.menu li > a {
	position: relative;
	padding:8px 0;
	color: #666;
	transition: color .5s ease;
}

.site-navigation ul.menu li.current_page_item > a,
.site-navigation ul.menu li > a:hover {
	color: #000;
}

.site-navigation ul.menu li > a:before{
	content: '';
	position: absolute;
	transition: transform .5s ease;
}
.site-navigation ul.menu li > a:before {
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
}

.site-navigation ul.menu li > a:hover:before {
	transform: scaleX(1);
}
