/* 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; }

.jmsanscpt {
  width: 55px;
  height: 20px;
  overflow: hidden;
}

.jmsanscpt .fb_iframe_widget span {
  width: 55px !important;
}

.jmsanscpt .fb_iframe_widget iframe {
  width: 55px !important;
  position: relative !important;
}

/* Menu clic droit */
.ejs_context_menuitems{padding-left:10px; padding-right:7px; }
 #ejs_context_box  {
z-index : 500;
position : absolute;
width : 290px;
border : 1px solid #5d5d61;
background-color : #ffffff;
font-family : Microsoft sans serif;
font-size : 12px;
cursor : default;
visibility : hidden;
}
 #ejs_context_ombre  {
z-index : 400;
position : absolute;
width : 290px;
border : 1px solid #5d5d61;
background-color : #5d5d61;
font-family : Microsoft sans serif;
font-size : 12px;
color : #5d5d61;
cursor : default;
visibility : hidden;
}

/* 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;
}

/* Guide */
#guide {
  height: 10px;
  text-align: left;
  vertical-align: middle;
  margin-left:2px;
  margin-top: 1px;
  margin-bottom: 10px;
}
#guide ul {
     margin : 0;
     padding : 2px 1em 2px 0;
	 font-size : 0.8em;
     list-style-type : none;
}
#guide ul li {
     display: inline;
}
#guide ul li a {
    padding : 1px 0.25em 1px 0.5em;
}

/* 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; }

/* Accueil */
#conteneur {
	margin: auto;
	width: 100%;
	padding-top: 10px;
}
#conteneur_vitrine {
	float: left;
	width: 60%;
}
#conteneur_cquoi {
	float: left;
	width: 40%;
	text-align: left;
	padding-top: 10px;
}
#cquoi {
	height: 330px;
}
#cquoi p {
	padding: 5px;
	font-size: 0.9em;
	color: #0a3263;
}
#cquoi hr {
	color: #9F9F9F;
	background-color: #9F9F9F;
	width: 100px;
	height: 1px;
	border: 0;
}
#cquoi form {
	margin-left: 200px;
}
#vitrine {
	margin: auto;
	width: 490px;
	background-color: black;
}
#vitrine_titre {
	height: 25px;
	text-align: center;
	background-color: #BFBFBF;
	border: 1px solid #6F6F6F;
	border-bottom: 2px solid black;
}
#vitrine_pied {
	font-size: 0.9em;
	background-color: #FFF0CF;
	border-top: 2px solid black;
}
#vitrine h2 {
	height: 25px;
	float: left;
	font-size: 1.2em;
	background-color: white;
	border-right: 1px solid #6F6F6F;
	padding-left: 10px;
	padding-right: 10px;
}
#hd_infos {float: right; width:90px; text-align: left; margin-top: 10px; color:#ffc98f; font-size: 0.8em;}
.hd {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 300px;
}
.hd * {
    vertical-align: middle;
}

#small {float: left; width:80px; height:80px; padding-left: 2px; padding-right: 2px;}
.small_text {color: white; margin-top: 0px; text-align: center; font-size: 0.6em; height:20px}
.membre {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.membre img {
	margin-left: 10px;
	margin-right: 10px;
}
/* Suivi */
#suivi_choix {
	float: left;
	margin: 10px;
	margin-top: 20px;
	width: 17%;
}
#suivi_liste {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 20%;
	width: 75%;
	text-align: center;
}
.suivi_cadre {
	padding: 5px;
	background-color: #DFDFDF;
	border: 1px solid #CFCFCF;
}
#conteneur_suivi {
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 5px;
	margin: auto;
	width: 90%;
	text-align: left;
}
.contenu_suivi {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #CFCFCF;
}
.contenu_suivi h2 {
	background-color: #C0C0C0;
	font-size:1.2em;
	margin-bottom: 2px;
}
.liste_suivi {
	margin: auto;
	height: 120px;
	overflow: auto;
	width: 99%;
	white-space: nowrap;
}
.suivi {
	float: left;
	width: 170px;
	height: 190px;
	margin-top: 30px;
}
.suivi p {
	font-size: 0.8em;
	text-align: center;
}

/* ===== 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); }
}

/* Inscription */
#inscription_form {
	float: left;
	width: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
}
#inscription_comm {
	float: right;
	width: 30%;
	margin-top: 15px;
	margin-right: 2%;
}
.cadre_blanc {
	padding: 5px;
	background-color: white;
	border: 1px solid #CFCFCF;
}
.cadre_gris {
	padding: 5px;
	background-color: #DFDFDF;
	border: 1px solid #CFCFCF;
}
.cadre_gris h3 {
	text-align: left;
}
.erreur {
	background-color: #FF7F7F;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 0.9em;
}
.ok {
	background-color: #7FFFC0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

/* Acces membre */
#accesmembre_form {
	float: right;
	width: 400px;
	margin-top: 10px;
	margin-right: 2%;
    font-size: 0.9em;
}
#accesmembre_comm {
	width: 40%;
	padding: 10px;
	margin-left: 2%;
}
/* liste artistes et oeuvres */
#liste_gauche {
	float: left;
	width: 200px;
}
#liste_selection{
border:1px solid #000;
background:#e6e6e6;
padding:6px;
width:170px;
font-size:13px;
}

#liste_selection h4{
margin:0 0 6px 0;
font-size:14px;
}

.selection_row{
display:flex;
align-items:center;
margin-bottom:4px;
}

.selection_row select,
.selection_row input[type=text]{
width:135px;
height:22px;
font-size:12px;
}

.selection_row a{
margin-left:4px;
}

.selection_submit{
text-align:center;
margin-top:4px;
}

.searchbox{
position:relative;
width:100%;
}

#saisie{
width:100%;
box-sizing:border-box;
}

#suggestions{
position:absolute;
top:100%;
left:0;
width:100%;
background:white;
border:1px solid #aaa;
z-index:1000;
}

.suggestion{
display:flex;
justify-content:space-between;
padding:6px 8px;
cursor:pointer;
}

.suggestion:hover{
background:#eee;
}

.suggestion.active{
background:#ddd;
}

.suggestion .mot{
flex:1;
}

.suggestion .nb{
color:#777;
font-size:0.9em;
}

.field {
  position: relative;
  width: 100%;
}

.field input,
.field select {
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px; /* espace réservé pour la croix */
}

.field .clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}

#liste_pub {
	margin: 10px;
	padding-top: 20px;
}
#liste_rech {
	padding-top: 7px;
	padding-bottom: 10px;
	margin-left: 210px;
	margin-right: 10px;
	text-align: center;
}
#liste_liste {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 210px;
	margin-right: 10px;
	text-align: center;
}
.liste_cadre {
	padding: 5px;
	background-color: #DFDFDF;
	border: 1px solid #CFCFCF;
}
.oeuvre {
	float: left;
	width: 170px;
	height: 170px;
	margin-top: 30px;
}
.oeuvre p {
	font-size: 0.8em;
	text-align: center;
}

.artiste {
	float: left;
	width: 170px;
	height: 200px;
	margin-top: 30px;
	text-align: center;
}
.artiste p {
	font-size: 0.8em;
	text-align: center;
}
.artiste.selected { background-color: #ffb; cursor: pointer; }
.liste_titre {
	height: 25px;
	text-align: center;
	background-color: #BFBFBF;
	border: 1px solid #6F6F6F;
}
.liste_titre h2 {
	height: 25px;
	float: left;
	background-color: white;
	border-right: 1px solid #6F6F6F;
	padding-left: 10px;
	padding-right: 10px;
}
.liste_titre h3 {
	font-size: 0.9em;
	text-align: right;
	padding-left: 10px;
	padding-right: 20px;
}
.liste_titre h4 {
	height: 25px;
	float: left;
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 20%;
}

/* detail */
.loeuvre {
    cursor: default; /* Change the mouse cursor to a magnifying glass when it passes over the image */
}
.open-popup {
    cursor: zoom-in; /* Change the mouse cursor to a magnifying glass when it passes over the image */
}
#popup {
    display: none; /* Hide the popup by default */
    position: fixed; /* Make the popup appear fixed in the screen */
    top: 50%; /* Center the popup vertically */
    left: 50%; /* Center the popup horizontally */
    transform: translate(-50%, -50%); /* Translate the popup to the center of the screen */
	z-index: 9999;
  }
  #popup-image {
    /* Add a zoom-out slider to the image */
    transform: scale(0.9);
    cursor: zoom-out; /* Change the mouse cursor to a magnifying glass with a minus sign when it passes over the image */
  }
#conteneur_detail {
	margin: auto;
	width: 96%;
}
#conteneur_detail_photo {
	float: left;
	width: 480px;
	display: block;
	padding-top: 5px;
}
#detail_photo {
	text-align: center;
}
.image {
	position: relative;
}
.text-over {
    position: absolute;
    color: white;
    left: 50%;
    top: 95%;
	transform: translate(-50%, -50%);
  }
#detail_photo_infos  {
	width: 470px;
	padding: 5px;
	margin-top: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}
#detail_photo_infos  table {
	border: none;
	width: 48%;
}
#detail_photo_infos  td { border: none; }
#detail_pub  {
	width: 470px;
	padding: 5px;
	margin-top: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}
#conteneur_detail_infos  {
	margin-left: 500px;
	padding-top: 5px;
}
#contenu_detail_infos  {
	text-align: center;
	padding: 0px;
}
#detail_infos  {
	padding: 5px;
	text-align: left;
	background-color: white;
	border: 1px solid #CFCFCF;
}
#detail_infos p { padding: 1px; }
#conteneur_detail_listes {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}
#detail_listes {
	height: 480px;
	padding: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}

.detail_titre {
	height: 20px;
	background-color: #DFDFDF;
}
.detail_titre h2 {
	float: left;
	font-size: 1em;
	padding-left: 10px;
}
.detail_titre h3 {
	font-size: 0.9em;
	text-align: right;
	padding-right: 10px;
}
.onglet {text-align: left; }
#detail_liste {
	height: 91%;
	overflow: auto;
	background-color: #DFDFDF;
}
.detail {
	float: left;
	width: 90px;
	height: 95px;
	margin-top: 5px;
}
.detail p {
	font-size: 0.7em;
	text-align: center;
}
.encours { border:2px solid #DD8B1F; }

.lg-follow-alert {
    background: linear-gradient(180deg, #edf9f1 0%, #e3f4e8 100%);
    border: 1px solid #b9ddc2;
    color: #21633a;
    padding: 12px 16px;
    margin: 0 0 12px 0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(40, 90, 55, 0.08);
    transition: opacity .35s ease, transform .35s ease;
}

.lg-follow-alert.is-hiding {
    opacity: 0;
    transform: translateY(-6px);
}

.lg-follow-toast {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 9999;
    background: linear-gradient(135deg, #1f7a45, #2d9a5c);
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(-8px) scale(.98);
    transition: opacity .3s ease, transform .3s ease;
}

.lg-follow-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Faire une offre */
#conteneur_faireuneoffre {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
}
#faireuneoffre {
	padding: 10px;
	background-color: white;
	border: 1px solid #CFCFCF;
}

/* Webcams */
.contenant_webcam_vitrine {
	margin: auto;
	width: 770px;
}
#webcam_vitrine {
	padding-top: 5px;
	width: 640px;
    font-size: 0.9em;
}
.contenant_webcam_rue {
	margin: auto;
	width: 610px;
}
#webcam_rue {
	padding-top: 5px;
	width: 480px;
    font-size: 0.9em;
}
#webcam_sm {
	float: right;
	padding-top: 5px;
	width: 120px;
}

/* Nos services */
#nosservices {
	font-size : 1em;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 180px;
	margin-right: 10px;
}
.serv_img { float: left; }
.serv_img img{  margin-right: 15px; }
.faq {
	margin: auto;
	width: 760px;
	margin-top: 20px;
}
table {
	border: thin solid #82bad1;
	width: 95%;
	border-collapse: collapse;
	font-size: 0.8em;
}
td {
	border: thin solid #1e88bc;
	text-align: center;
	vertical-align: top;
}
th {
	border: thin solid #1e88bc;
	text-align: left;
	vertical-align: middle;
	font-weight : normal;
}

/* Nouveau: L'invité du mois */
#nouveau {
	font-size : 0.8em;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 180px;
	margin-right: 10px;
}
#nouveau table { border: 0; }
#nouveau td { border: 0; }

/* Spécial Expos */
.bandeau_pub {
	margin-top: 7px;
	margin-bottom: 10px;
}
.evenement {
	margin: auto;
	overflow: auto;
	margin-top: 10px;
	border: 1px solid #CFCFCF;
}
.evenement h2 {
	padding-left: 10px;
	background-color: #C0C0C0;
	text-align: left;
}
.even_cadre {
	float: left;
	width: 80px;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.evenement p {
	padding: 10px;
}
.even_infos {
	text-align: left;
}

/* Contact */
#contact_form {
	margin: auto;
	padding-bottom: 20px;
	width: 500px;
    font-size: 0.9em;
}

/* A la une */
#alaune {
	margin: auto;
	width: 760px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CFCFCF;
	text-align: center;
}
#alaune h2 {
	background-color: #C0C0C0;
	font-size: 1.2em;
	margin-bottom: 2px;
}
#alaune img{
	margin-right: 30px;
}

/* Lien */
#lien {
	font-size : 0.8em;
	margin: auto;
	width: 760px;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CFCFCF;
}
#lien table { border: 0; width: 100%; }
#lien td { border: 0; }

/* Recherche Google */
#recherche {
	margin: auto;
	text-align: center;
	width: 800px;
	padding-top: 10px;
}

/* Pub */
.pub-container{
    max-width:728px;
    margin:auto;
    padding-top:10px;
}

#pub {
	margin: auto;
	width: 728px;
	padding-top: 10px;
}

/* 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;
}