/* General */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,img {margin:0;padding:0;border:0;}
body {
	min-width: 0;
	background-image: url("../img/back.gif");
	font-family: "Arial";
}
p { font-size : 0.8em; color: black; }
a { color: #0a3263; text-decoration: underline; }
a:hover { color: #DD8B1F; text-decoration: none; }
h1 {	font-family: "Tahoma"; font-size: 1.4em; color: #000000; font-weight: normal; text-decoration: none; }
h2,h3 {	font-family: "Arial"; font-size: 1em; }
h4 { text-align: center;}
.notice { font-size: 0.8em; color: #5AB0CF; }
#corps {	width: 100%; background-color: #FFF0CF; }
.astuce { clear: left; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.rouge { color: red; }
.orange { color: #DD8B1F; }
.noir { color: black; }
.blanc {color: white;}
.bleu {color: #74aacf;}
.droite { float: right; }
.gauche { float: left; }

.lien_orange { color: #DD8B1F; text-decoration: none; background-color: white;}
.lien_orange:hover { color: #0a3263;}
.lien_bleu { color: #0a3263; text-decoration: none; }

/* Formulaire */
form {padding:3px 0;}
form fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}
form.formulaire label {
	display: inline;
	float: left;
	width: 120px;
	margin:0 5px 0 5px;
}
form p {
  padding:2px 0;
  border-bottom:0px solid;
  border-color:white;
}
form hr {
	color: #9F9F9F;
	background-color: #9F9F9F;
	height: 3px;
	border: 0;
}
form input, textarea {
	padding: 2px;
	border: 1px solid;
	border-color: #DCDCDC #6F6F6F #6F6F6F #DCDCDC;
	background-color: #FAFAFA;
}
form .button {
	width:120px;
	font-weight:bold;
	margin-left: 135px;
	border-bottom:1px solid;
	border-color:white #CCCCCC #CCCCCC white;
	background-color:#DDDDDD;
}
form .button2 {
	width:50px;
	font-weight:bold;
	margin-left: 20px;
	border-bottom:1px solid;
	border-color:white #CCCCCC #CCCCCC white;
	background-color:#BFBFBF;
}
form .button3 {
	width:100px;
	font-weight:bold;
	text-align: center;
	margin-left: 5px;
	border-bottom:1px solid;
	border-color:white #CCCCCC #CCCCCC white;
	background-color:#BFBFBF;
}

/* L'en-tête */
#entete {
	position: relative;
	height: 230px;
	background-color: white;
	padding-bottom: 1px;
	padding-left: 1px;
}
#entete_small {
   height: 62px;   
   background-color: white;
   margin-bottom: 1px;
}
#titre_small {
	position: absolute;
	left: 30px;
	top: 1px;
}
#pub_small {
	position: absolute;
	left: 25px;
	top: 48px;
}
#entete_photo {
	background-color: green;
	border: 1px;
}
#entete_photo img {
	position: absolute;
	bottom: 1px;
	left: 1px;
}
#entete_photo p {
	position: absolute;
	bottom: -15px;
}
.titre {
	position: relative;
	margin-left: 250px;
}
.titre_haut {
  height: 20px;
  text-align: right;
  vertical-align: middle;
  margin-right:0px;
  margin-top: 1px;
}
.titre_haut ul {
     margin : 0;
     padding : 2px 1em 2px 0;
	 font-size : 0.8em;
     list-style-type : none;
}
.titre_haut ul li {
     display: inline;
     padding : 2px 0;
}
.titre_haut ul li a {
    padding : 1px 0.25em 1px 0.5em;
	text-decoration: underline;
	font-style: normal;
}
.titre_haut ul li a:hover {
	font-style: normal;
}

/* Le menu */
#menu {
	font-family: Arial;
     background-color: #DFDFDF;
     font-weight : bold;
     font-size : 0.9em;
     text-align: right;
     margin-bottom: 1px;
}
#menu ul {
     margin : 0;
     padding : 2px 1em 2px 0;
     list-style-type : none;
}
#menu ul li {
     display: inline;
     padding : 2px 0;
}
#menu ul li a {
     color: #0a3263;
     text-decoration: none;
     padding : 2px 1em 2px 1em;
     border-left: 1px solid #fff;
}
#menu ul li a:hover {
	color: #DD8B1F;
    border-left: 1px solid #fff;
}
#menu a:active, a:focus {
     border-left: 1px solid #fff;
}

/* Nouveau Fil d'Ariane */
#fildariane {
	margin: 8px 0 14px 0;
	font-size: 14px;
	line-height: 1.2;
}

#fildariane ul {
	list-style: none;
	margin: 0;
	padding: 7px 14px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: linear-gradient(to bottom, #faf6ea 0%, #f3e8cb 100%);
	border: 1px solid #c9ae70;
	border-radius: 7px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.85),
		0 1px 4px rgba(90, 65, 20, 0.08);
}

#fildariane li {
	position: relative;
	display: flex;
	align-items: center;
}

/* espace entre les éléments */
#fildariane li + li {
	margin-left: 22px;
}

/* petit séparateur élégant */
#fildariane li + li::before {
	content: "›";
	position: absolute;
	left: -14px;
	top: 50%;
	transform: translateY(-52%);
	color: #a88434;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.95;
}

/* liens */
#fildariane a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #6a4a17;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
	padding: 1px 0;
}

#fildariane a:hover {
	color: #9c6508;
	text-decoration: underline;
}

/* icône accueil */
#fildariane .home-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #aa7a1d;
}

/* page courante */
#fildariane .current {
	display: inline-flex;
	align-items: center;
	padding: 1px 8px;
	background: rgba(255,255,255,0.38);
	border: 1px solid #d8c08a;
	border-radius: 999px;
	color: #3f2c0b;
	font-weight: bold;
	white-space: nowrap;
}

/* version mobile */
@media (max-width: 700px) {
	#fildariane {
		font-size: 13px;
	}

	#fildariane ul {
		padding: 6px 10px;
	}

	#fildariane li + li {
		margin-left: 18px;
	}

	#fildariane li + li::before {
		left: -12px;
	}
}

/* Bouton inscription */
#bouton_inscription {
	position: absolute;
	right: 30px;
	top: 155px;
}
a.inscription {
     display: block;
     width: 200px;
     height: 25px;
     background-image: url('../img/inscription_fr_off.png');
     background-repeat: no-repeat;
}
a.inscription:hover { background-image: url('../img/inscription_fr_on.png'); }
a.nouveau {
     display: block;
	 float: left;
     width: 80px;
     height: 16px;
     background-image: url('../img/nouveau_fr_off.png');
     background-repeat: no-repeat;
}
a.nouveau:hover { background-image: url('../img/nouveau_fr_on.png'); }
a.jecreemoncompte {
     display: block;
     width: 200px;
     height: 16px;
     background-image: url('../img/jecreemoncompte_fr_off.png');
     background-repeat: no-repeat;
}
a.jecreemoncompte:hover { background-image: url('../img/jecreemoncompte_fr_on.png'); }
a.jemidentifie {
     display: block;
     width: 200px;
     height: 16px;
     background-image: url('../img/jemidentifie_fr_off.png');
     background-repeat: no-repeat;
}
a.jemidentifie:hover { background-image: url('../img/jemidentifie_fr_on.png'); }
a.touslesartistes {
     display: block;
     width: 140px;
     height: 16px;
     background-image: url('../img/touslesartistes_fr_off.png');
     background-repeat: no-repeat;
}
a.touslesartistes:hover { background-image: url('../img/touslesartistes_fr_on.png'); }
a.touteslesoeuvres {
     display: block;
     width: 150px;
     height: 16px;
     background-image: url('../img/touteslesoeuvres_fr_off.png');
     background-repeat: no-repeat;
}
a.touteslesoeuvres:hover { background-image: url('../img/touteslesoeuvres_fr_on.png'); }
a.nosformules {
     display: block;
     width: 160px;
     height: 25px;
     background-image: url('../img/nosformules_fr_off.png');
     background-repeat: no-repeat;
}
a.nosformules:hover { background-image: url('../img/nosformules_fr_on.png'); }
a.SpecialExpos {
     display: block;
     width: 170px;
     height: 25px;
     background-image: url('../img/SpecialExpos_fr_off.png');
     background-repeat: no-repeat;
}
a.SpecialExpos:hover { background-image: url('../img/SpecialExpos_fr_on.png'); }
a.formulePROMO {
     display: block;
     width: 180px;
     height: 25px;
     background-image: url('../img/formulePROMO_fr_off.png');
     background-repeat: no-repeat;
}
a.formulePROMO:hover { background-image: url('../img/formulePROMO_fr_on.png'); }
a.optionCOPYRIGHT {
     display: block;
     width: 200px;
     height: 25px;
     background-image: url('../img/optionCOPYRIGHT_fr_off.png');
     background-repeat: no-repeat;
}
a.optionCOPYRIGHT:hover { background-image: url('../img/optionCOPYRIGHT_fr_on.png'); }
a.sabonner {
     display: block;
     width: 120px;
     height: 25px;
     background-image: url('../img/sabonner_fr_off.png');
     background-repeat: no-repeat;
}
a.sabonner:hover { background-image: url('../img/sabonner_fr_on.png'); }
.precharge { display: none; }

/* ===== Bloc suivi premium ===== */
.lg-follow-box {
	display: inline-block;
	text-align: right;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.lg-follow-meta {
	margin-bottom: 6px;
}

.lg-follow-count {
	display: inline-block;
	font-size: 11px;
	color: #7a6a4f;
	background: #f7f2e7;
	border: 1px solid #e3d5b7;
	border-radius: 999px;
	padding: 3px 9px;
	line-height: 1.2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.lg-follow-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(180deg, #d9b36a 0%, #b98b34 100%);
	border: 1px solid #9c742c;
	box-shadow: 0 4px 12px rgba(0,0,0,0.14);
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
	position: relative;
	overflow: hidden;
}

.lg-follow-btn:before {
	content: "";
	position: absolute;
	top: -30%;
	left: -120%;
	width: 70%;
	height: 160%;
	background: rgba(255,255,255,0.18);
	transform: rotate(22deg);
	transition: left .55s ease;
}

.lg-follow-btn:hover:before {
	left: 140%;
}

.lg-follow-btn:hover {
	transform: translateY(-2px) scale(1.04);
	box-shadow: 0 12px 26px rgba(0,0,0,0.22);
	text-decoration: none;
	color: #fff;
}

.lg-follow-btn:active {
	transform: scale(0.96);
}

.lg-follow-btn.is-following {
	background: linear-gradient(180deg, #f6f6f6 0%, #dfdfdf 100%);
	color: #4f4f4f;
	border: 1px solid #c9c9c9;
	box-shadow: 0 4px 12px rgba(0,0,0,0.10);
}

.lg-follow-btn.is-following:hover {
	color: #333;
}

.lg-heart-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255,255,255,0.20);
	transition: transform .2s ease, background .2s ease;
	position: relative;
	z-index: 2;
}

.lg-follow-btn.is-following .lg-heart-wrap {
	background: rgba(255,255,255,0.75);
}

.lg-heart {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	transform-origin: center;
}

.lg-follow-btn:hover .lg-heart-wrap {
	transform: scale(1.12);
	background: rgba(255,255,255,0.30);
}

.lg-follow-btn:hover .lg-heart {
	animation: lg-heartbeat-strong .9s ease-in-out;
}

.lg-follow-clicked {
	transform: scale(1.08) !important;
	box-shadow: 0 14px 30px rgba(185,139,52,0.34) !important;
}

.lg-follow-clicked .lg-heart {
	animation: lg-heartbeat-strong .7s ease-in-out 2;
}

@keyframes lg-heartbeat-strong {
	0%   { transform: scale(1); }
	15%  { transform: scale(1.35); }
	30%  { transform: scale(0.92); }
	45%  { transform: scale(1.42); }
	60%  { transform: scale(0.96); }
	75%  { transform: scale(1.20); }
	100% { transform: scale(1); }
}

.lg-follow-label {
	white-space: nowrap;
	position: relative;
	z-index: 2;
}

/* ===== Sticky ===== */
.lg-follow-sticky-wrap {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 999;
}

.lg-follow-btn-sticky {
	padding: 11px 16px;
	border-radius: 999px;
	font-size: 13px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.20);
}

.lg-follow-count-sticky {
	display: inline-block;
	min-width: 18px;
	padding: 2px 7px;
	border-radius: 999px;
	background: rgba(255,255,255,0.22);
	font-size: 11px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.lg-follow-btn.is-following .lg-follow-count-sticky {
	background: rgba(0,0,0,0.07);
}

/* ===== Cœurs flottants ===== */
.lg-flying-heart {
	position: fixed;
	z-index: 9999;
	pointer-events: none;
	font-size: 18px;
	line-height: 1;
	color: #d06a7d;
	text-shadow: 0 2px 8px rgba(255,255,255,0.75);
	opacity: 0;
	transform: translate(-50%, -50%) scale(.6);
	animation: lg-fly-heart 900ms ease-out forwards;
}

@keyframes lg-fly-heart {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(.6) rotate(0deg);
	}
	15% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1.35) rotate(var(--rot));
	}
}

@media screen and (max-width: 900px) {
	.lg-follow-sticky-wrap {
		right: 10px;
		bottom: 10px;
	}

	.lg-follow-btn-sticky .lg-follow-label {
		display: none;
	}

	.lg-follow-btn-sticky {
		padding: 12px 14px;
	}
}

.lg-follow-btn.is-loading {
	pointer-events: none;
	opacity: 0.92;
	filter: saturate(1.05);
}

.lg-follow-btn.is-loading:after {
	content: "";
	position: absolute;
	right: 10px;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(255,255,255,0.55);
	border-top-color: #fff;
	border-radius: 50%;
	animation: lg-spin .65s linear infinite;
}

.lg-follow-btn.is-following {
	background: linear-gradient(180deg, #f6f6f6 0%, #dfdfdf 100%);
	color: #4f4f4f;
	border: 1px solid #c9c9c9;
}

.lg-follow-btn.is-following .lg-heart-wrap {
	background: rgba(255,255,255,0.75);
}

@keyframes lg-spin {
	to { transform: rotate(360deg); }
}

/* Pied de page */
#pied {
	background-color: #DFDFDF;
	color: #0a3263;
	font-size : 0.7em;
}
#pied p {
	text-align: center;
	margin-top: 0px;
}

#pied ul {
     margin: 0;
     padding: 3px 1em 3px 0;
     list-style-type : none;
	 text-align: center;
}
#pied ul li {
     display: inline;
     padding: 2px 0;
}
#pied ul li a {
    padding: 2px 0.5em 2px 0.5em;
}