/* Balises générales */

html {
	scroll-behavior: smooth;
}
*{
	padding:0;
	margin:0;
}
body{
	width:99%;
	height:100%;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:Verdana;
	background-color:#000000;
    background-image: url("../images/motif.jpg");
	background-attachment: fixed;
    background-repeat: repeat;
	background-position: center center;
}
h1{
	color: #330000;
	text-align: center;
	font-size:x-large;
}
h2{
	color: #330000;
	text-align: center;
	font-size:large;
}
p{
    color: #330000;
	font-size:medium;
}
a img {
    border:none;
}

/* Header */
header {
	width:100%;
	height:100px;
	background-image: url("../images/ban.png");
    background-repeat: no-repeat;
	background-position: center center;
}
header h1 {
	padding-top:30px;
	margin: auto;
	color: white;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* menu horizontal */
#menu_h {
	width:80%;
    margin-left:10%;
    margin-right:10%;
    margin-top:1%;
    margin-bottom:1%;
    padding-left:1%;
	padding-bottom:5px;
    background-color:#f1ff9f;
}

#menu_h li{
	display : inline;
	padding-left : 30%;
}

/* menu vertical */
nav {
	float:left;
	height:100%;
	width : 160px;
	min-height:300px;
    margin-top: 30px;
    margin-left: 10px;
	padding-top:0px;
	padding-left:0px;
	font-size:12px;
}

nav ul{
	list-style: none;
	background-color:#FFFFCC;
}

nav li{
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    text-indent: 5px;
}

nav h1{
	background-color: #FFFF66;
	color: #330000;
	text-align: left;
	font-size:x-large;
}
nav h2{
	color: #FF6600;
	text-align: left;
	font-size: medium;
}
nav h2:hover{
	background-color:grey;
}
nav a{
	text-decoration: none;
}
nav p {
    color: #FF6600;
	font-size: small;
}
nav p:hover {
	background-color:grey;
}
nav a {
    color: #FF6600;
}
#menu_v_top {
	height:10px;
	background-image: url("../images/haut.png");
    background-repeat: no-repeat;
	background-position: center center;
}

#menu_v_bot {
	height:10px;
	background-image: url("../images/bas.png");
    background-repeat: no-repeat;
	background-position: center center;
}

/* content */
#content{
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
	margin-left: 170px;
    margin-top: 20px;
	margin-bottom:20px;
}
#content p {
    color: black;
	font-size:14px;
	text-align:justify;
}

/* footer */
#footer{
	position:fixed;
	bottom:0px;
	width:80%;
    margin-left:10%;
    margin-right:10%;
    color: #FF6600;
    font-weight: bold;
    background-color:#f1ff9f;
}

/* accueil */
#scultures{
	width:140px;
	border:none;
	float:right;
	margin:10px;
}

#acceuil {
    margin-right: 180px;
}

#accueil h2{
    color: #330000;
    font-size:16px;
	font-family:Verdana;
}

#accueil p{
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 180px;
    padding-bottom: 10px;
}

#actualite{
    margin-right: 180px;
}

#actualite table{
	margin: 2%;
	border-collapse: collapse;
    width: 100%;
}

#actualite th{
	background-color: rgba(255, 255, 102, 0.2);
	color: #330000;
	padding: 5px;
    text-align:left;
    
}

#actualite td{
	padding: 5px;
}

/* tableaux */
#tableaux{
	text-align:justify;
	margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
	margin-bottom:10px;
    font-family:Verdana;
}

#tableaux img{
    width:200px;
}

#tableaux table{
    margin: auto;
    width:100%;
	border-collapse: collapse;
}

#tableaux tr{
    font-size:18px;
	color: #330000;
	padding: 5px;
}

#tableaux td{
    text-align:center;
    padding: 10px;
    width:50%;
}
#tableaux h1{
	color: #330000;
	text-align: center;
	font-size:x-large;
    text-decoration: underline;
}
#tableaux h2{
	color: #330000;
	text-align: center;
	font-size: medium;
    text-decoration: underline;
}
#tableaux h3{
    text-align: left;
    text-indent: 10px;
    font-size: x-large;
}
#tableaux p{
    color: #330000;
    text-align: left;
    text-indent: 30px;
    font-size: large;
}

/* contact */
#contact{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
	margin-bottom:5%;
}

#contact p{
    margin:1%;
}
/* tableau affichage */
#tabaffiche{
    background-color: black;
}
#tabaffiche img{
    height: 100%;
}
/*Liste sous categories dans tableaux */
#listecat{
    list-style: none;
    margin: 40px;
    line-height: 60px;
}
#listecat a{
    color: #330000;
    text-decoration: none;
    font-size: x-large;
}
#listecat a:hover{
    background-color: grey;
}

/* ── Site footer ─────────────────────────────────────────────────────────── */
#site-footer {
    text-align: center;
    padding: 10px 0 6px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#site-footer a {
    color: #888;
    text-decoration: none;
}
#site-footer a:hover {
    color: #ccc;
    text-decoration: underline;
}

/* ── Cookie consent banner ───────────────────────────────────────────────── */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(20, 20, 20, 0.95);
    color: #ddd;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 20px;
    z-index: 9999;
    box-sizing: border-box;
}
#cookie-banner p {
    margin: 0;
    color: #ddd;
    font-size: 12px;
    line-height: 1.5;
}
#cookie-banner a {
    color: #aac4ff;
    text-decoration: underline;
}
#cookie-banner code {
    font-size: 11px;
    background: rgba(255,255,255,0.1);
    padding: 1px 4px;
    border-radius: 3px;
}
#cookie-accept {
    flex-shrink: 0;
    background: #555;
    color: #fff;
    border: 1px solid #888;
    padding: 6px 14px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
}
#cookie-accept:hover {
    background: #777;
}

/* ── Privacy policy page ─────────────────────────────────────────────────── */
#privacy-policy {
    background: #ffffff;
    margin: 20px auto;
    max-width: 860px;
    padding: 32px 48px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #222;
}
#privacy-policy h2 {
    font-size: 20px;
    color: #330000;
    margin-bottom: 6px;
    text-align: left;
}
#privacy-policy h3 {
    font-size: 15px;
    color: #330000;
    margin-top: 22px;
    margin-bottom: 6px;
}
#privacy-policy h4 {
    font-size: 13px;
    color: #330000;
    margin-top: 14px;
    margin-bottom: 4px;
}
#privacy-policy p,
#privacy-policy ul {
    color: #222;
    margin-bottom: 10px;
}
#privacy-policy ul {
    padding-left: 20px;
}
#privacy-policy li {
    margin-bottom: 4px;
}
#privacy-policy a {
    color: #660000;
}
#privacy-policy a:hover {
    text-decoration: none;
}
.privacy-updated {
    font-size: 11px;
    color: #666;
    margin-bottom: 18px !important;
}
.privacy-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 16px;
    font-size: 12px;
}
.privacy-table th,
.privacy-table td {
    border: 1px solid #ccc;
    padding: 7px 10px;
    text-align: left;
    color: #222;
}
.privacy-table th {
    background: #f0e8e0;
    font-weight: bold;
}