/* Firefox */
html{
  scrollbar-width: auto;
  scrollbar-color: #4b5563, #1e40af;
}


/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 16px; /* largeur de la barre verticale */
  height: 16px; /* largeur de la barre horizontale */
}

::-webkit-scrollbar-track {
  background: #fffaa; /* piste claire */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #445, #1e40af, #445);
  border-radius: 10px;
  border: 2px solid #aaa; /* bordure pour contraste */
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #1e40af, #445, #1e40af);
}






details.mce-accordion summary {
    display: block; /* Pour étendre la zone cliquable */
    cursor: pointer; /* Curseur en forme de main */
    padding: 10px 16px;
  margin-top: 10px !important;
  text-decoration: none;
  clear: both;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  background-color: #bbb;
  color: #007;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}

/* Supprime le triangle/marker par défaut */
details.mce-accordion summary::-webkit-details-marker {
    display: none;
}

/* Style au survol */
details.mce-accordion summary:hover {
    background-color: #f5f5f5;
}

#texte-synthese {
  display: none;
  visibility: hidden;
}
#message-compatibilite {
  display: none;
  font-weight: 700;
  font-size: 21px;
}
#bouton-arreter {
  display: none;
}
#bouton-arreter,
#bouton-ecouter {
  font-size: 20px;
  width: 350px;
  height: 40px;
  margin: 10px;
  border-radius: 10px;
  background-color: #eee;
  color: #00c;
  border: 0;
  cursor: pointer;
}
.entete {
  justify-content: center;
  gap: 25px;
}
.entete,
.flags,
.summary-custom {
  display: flex;
  align-items: center;
}
.flags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flags li {
  margin: 0 5px;
}
#myEmbeddedScene {
  height: calc(90vh * 0.5625);
  width: 70vh;
  margin: auto;
  border-radius: 15px;
}
#page-accueil img {
  width: 90%;
  height: auto;
}
@font-face {
  font-family: "dancingscript";
  src: url(/multimedia/themes/clatique/styles/DancingScript-Regular.otf)
    format("truetype");
}
@font-face {
  font-family: "leckerli";
  src: url(/multimedia/themes/clatique/styles/Leckerli.otf) format("truetype");
}
@font-face {
  font-family: "segoe-print";
  src: url(/multimedia/themes/clatique/styles/segoe-print.ttf)
    format("truetype");
}
html {
  height: 100%;
}
body {
  scrollbar-width: auto;
  scrollbar-color: #4b5563, #1e40af;
  margin: 0;
  padding: 0 0 50px;
  text-align: center;
  font:
    100% "Helvetica Neue",
    "Lucida Grande",
    Arial,
    Helvetica,
    sans-serif;
  color: #333;
  line-height: 1.4em;
  background-color: #fafafa;
}
#main {
  text-align: left;
  margin: 20px auto;
  width: 685px;
  padding: 20px 30px 70px;
}
.summary-custom {
  justify-content: center;
  cursor: pointer;
  margin: 40px;
  text-align: center;
}
#main,
.highlight {
  display: inline-block;
}
.highlight {
  background-color: #eef;
  padding: 20px 25px;
  border-radius: 10px;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}
.content-custom {
  text-align: justify;
  margin: 0;
  padding: 0;
}
#content {
  color: #036;
}
.black_club,
.black_silver_wrap {
  margin: 0 auto;
  width: 84%;
  color: #036;
  max-width: 1920px;
  clear: both;
  border-radius: 15px;
}
.black_club {
  background-color: #fafafa;
  margin: auto;
  width: 80%;
  color: #222;
  max-width: 2000px;
}
h1 {
  padding-bottom: 5px;
  line-height: 1;
  font-size: 24px;
}
#totop,
hfor {
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
  border-radius: 10px;
}
#totop,
h1 {
  font-family: "segoe-print";
}
#totop {
  font-size: 35px;
  text-align: right;
  float: right;
  color: #448;
  position: fixed;
     top: 70%;
  transform: translateY(-70%);
  right: 1em;
  border: 1px;
  border-color: gray;
  border-style: solid;
  height: 35px;
  padding-top: 10px;
}

#tocenter,
hfor {
  background-image: url(/multimedia/documents/Fichiers/Template/icone-centrage.png);
  border-radius: 10px;
}
#tocenter,
h1 {
  font-family: "segoe-print";

}
#tocenter {
  font-size: 35px;
  color: #448;
  position: fixed;
   top: 50%;
  transform: translateY(-50%);
  right: 0.6em;
  border: 1px solid gray;
  height: 50px;
  width: 50px;
  line-height: 35px;
  text-align: center;
   cursor: pointer;

}

#tobottom,
hfor {
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
  border-radius: 10px;
}
#tobottom,
h1 {
  font-family: "segoe-print";
}
#tobottom {
  font-size: 35px;
  text-align: right;
  float: right;
  color: #448;
  position: fixed;
    top: 30%;
  transform: translateY(-30%);
  right: 1em;
  border: 1px;
  border-color: gray;
  border-style: solid;
  height: 35px;
  padding-top: 10px;
}

hfor {
  font-size: 24px;
  background-color: #bbb;
  color: #007;
}
#zoom-container:fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #000;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
#zoom-container:fullscreen img {
  max-width: 100vw !important;
  max-height: 100vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.black_taff {
  background-color: #fafafa;
  margin: 10px auto;
  width: 80%;
  padding: 20px;
  clear: both;
  border-radius: 15px;
  color: #333;
}
.black_silver_wrap2,
.black_silver_wrap_body {
  background-color: #fafafa;
  width: 84%;
  clear: both;
}
.black_silver_wrap2 {
  margin: 1px auto;
  padding: 16px;
}
.black_silver_wrap_body {
  margin: auto;
  max-width: 2000px;
}
.black_silver_header {
  margin-top: -19px;
}
.black_silver_vid {
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 10px;
  width: 300px;
  clear: both;
  border-radius: 15px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  height: calc(1.5em * 3);
}
.baspage {
  color: #282828;
  padding-top: 5px;
}
.baspage a {
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 8px;
}
.baspage a:hover {
  background-image: linear-gradient(#e8e8e8, #c8c8c8);
}
.cc-color-override--1236054674.cc-window {
  border-radius: 15px;
  height: 40px;
  width: 80%;
  margin: auto !important;
}
.cc-color-override--1236054674 .cc-btn {
  border-radius: 15px;
}
.centrage,
.centrage2 {
  width: 150px;
  margin: auto;
  color: #333;
}
.centrage2 {
  width: 85%;
  border-radius: 15px;
  height: 320px;
}
.centrage3 {
  margin-left: 20%;
  width: 80%;
  color: #333;
}
ul {
  list-style: none;
  padding: 20px;
  margin: 0;
}
li {
  padding-left: 3em;
  text-indent: 0.7em;
}
li::before {
  color: #00f;
}
.centrage2 li,
.pagelist li {
  padding-left: 1em;
  text-indent: 0.7em;
}
.centrage2 li::before,
.pagelist li::before {
  content: "";
  color: #00f;
}
#credit,
#sort {
  margin: 0 auto;
  width: 640px;
  font-size: 85%;
  color: #294550;
  text-align: right;
  clear: both;
}
#credit a,
#sort a {
  text-decoration: none;
  color: #294550;
  border-bottom: 1px dotted #294550;
}
#credit a:hover,
#sort a:hover {
  color: #748da0;
  border-bottom: 1px solid #294550;
  text-decoration: none;
}
.boutons-pages a, .boutons-pages button
 {
  padding: 10px 16px;
  margin-top: 10px !important;
  text-decoration: none;
  clear: both;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  background-color: #bbb;
  color: #007;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}
#boutons-pages a:hover {
  color: #00c;
}
#boutons-pages a:active {
  color: #500;
}
.boutons-pages a {
  color: #00b;
}
.boutons-pages a:link {
  color: #00b;
}
.boutons-pages a:hover, .boutons-pages button:hover {
  color: #00b;
  background-image: linear-gradient(#f8f8f8, #c8c8c8);
}
#boutons-index a {
  font-size: 32px;
  color: #007;
}
#boutons-index a:hover {
  color: #00c;
}
#boutons-index a:active {
  color: #500;
}
#boutons-index a,
.boutons-index a {
  padding: 20px 26px;
  margin-top: 10px !important;
  text-decoration: none;
  clear: both;
  display: inline-block;
  border-radius: 10px;
  background-color: #bbb;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}
.boutons-index a,
.boutons-index a:link {
  font-size: 32px;
  color: #00b;
}
.boutons-index a:hover {
  color: #44f;
  font-size: 32px;
  background-image: linear-gradient(#f8f8f8, #c8c8c8);
}
#boutons-accueil a,
#boutons-footer a,
.boutons-accueil a {
  font-family: "segoe-print";
  width: 140px;
  padding: 10px 16px;
  margin-top: 20px !important;
  text-decoration: none;
  clear: both;
  display: inline-block;
  font-size: 20px;
  border-radius: 15px;
  background-color: #bbb;
  color: #fff;
  background-image: linear-gradient(#223, #667);
}
#boutons-accueil a:hover,
.boutons-accueil a:hover {
  color: #ff0;
  background-image: linear-gradient(#112, #556);
}
#boutons-footer a:hover {
  color: #ff0;
}
#boutons-footer a {
  background-image: linear-gradient(#667, #223);
}
#gallerytitle h2,
#menu-dominotes {
  width: 100%;
  font-family: "segoe-print";
}

#sticky-block {
  position: sticky;
  top: 0;
  z-index: 9999;

}

.gallery-header-flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* on centre le contenu principal */
}

.gallery-lock {
  position: absolute;
  right: 20px; /* cadenas placé à ~50px du bord droit */
}

.gallery-lock img {
  display: block;
  max-width: 30px;
  height: auto;
}

.gallery-text {
  margin: 0;
  text-align: center;
  flex: 1;
}




#gallerytitle,
#gallerytitle-club,
#menu-dominotes {
 width: 85%;
  margin: auto;
  padding: 10px 0;
  background-color: #445;
  color: #eee;
  text-align: center;
  border-radius: 15px;
  font-size: 14pt;
  font-family: "segoe-print";

}


/* Zone  de 10px, sticky aussi */
#sticky-gap {
  height: 10px;
  background-color: #fafafa;
  width: 100%;

}
#sticky-top-space {
  height: 10px;
  background-color: #fafafa;
width: 100%;
}


#menu-dominotes {
  min-width: 700px;
  height: 27px;
  padding-bottom: 51px;
  font-size: 24px;
  color: #ee4;
  background-color: #5a5a5c;
}
#menu-dominotes li {
  color: #ee4;
  height: 50px;
}
#gallerytitle-club li::before,
#menu-dominotes li::before {
  content: " ";
}
#gallerytitle-club a,
#menu-dominotes a {
  display: block;
  color: #efe;
  text-decoration: none;
  height: 30px;
  font-size: 24px;
}
#gallerytitle-club a:hover,
#menu-dominotes a:hover {
  color: #ee9;
}
#gallerytitle-club ul ul,
#menu-dominotes ul ul {
  display: none;
  text-align: left;
  padding-left: 1px;
  padding-top: 5px;
  margin-top: -10px;
  height: auto;
  border-radius: 10px;
  list-style-type: none;
}
#menu-dominotes ul ul {
  background-color: #5a5a5c;
  width: 380px;
  color: #fff;
}
#gallerytitle-club li:hover > ul,
#menu-dominotes li:hover > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  list-style-type: none;
}
#gallerytitle-club li:hover > ul li,
#menu-dominotes li:hover > ul li {
  float: none;
  width: 100%;
  list-style-type: none;
}
#gallerytitle,
#gallerytitle-club {
  background-color: #445;
}
#gallerytitle-club {
  width: 100%;
  min-width: 700px;
  height: 70px;
  padding-bottom: 51px;
  font-size: 24px;
  font-family: "segoe-print";
  color: #ee4;
}
#gallerytitle-club ul {
  padding-left: 20px;
  list-style-type: none;
  margin-top: 0;
}
#gallerytitle-club li,
#menu-dominotes li {
  float: left;
  padding-left: 20px;
  position: relative;
  list-style-type: none;
  content: " ";
}
#gallerytitle-club ul ul {
  background-color: #445;
  width: 170px;
}
#gallerytitle {
  padding-bottom: 8px;
  font-size: 14pt;
  color: #445;
  max-width: 1920px;
}
#gallerytitle h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 5px;
  color: #eee;
}
#gallerytitle h66 {
  font-weight: 400;
  font-size: 12pt;
  margin-top: 18px;
  width: 80%;
  color: #00b;
}
a:link {
  color: #445;
}
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  font-size: 18px;
  outline: 0;
}
iframe {
  display: block;
  margin: auto;
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 15px;
}
h2,
h3 {
  font:
    115% "Helvetica Neue",
    "Lucida Grande",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 700;
  color: #445;
}
h2 a:link,
h2 a:visited {
  color: #ccc;
  text-decoration: none;
  font-size: 20px;
}
h2 span,
h2 span a:link,
h2 span a:visited {
  color: #ddd;
  font-size: 20px;
}
h2 span a:hover {
  color: #ff0;
  border-radius: 10px;
  background-color: #334;
  padding-top: 13px;
  padding-bottom: 13px;
}
h2 a:hover {
  color: #ff0;
  text-decoration: none;
}
h3 {
  font:
    110% "Helvetica Neue",
    "Lucida Grande",
    Arial,
    Helvetica,
    sans-serif;
  color: #748da0;
  margin-top: 30px;
}
h3 a:link,
h3 a:visited {
    padding: 10px 16px;
  margin-top: 10px !important;
  text-decoration: none;
  clear: both;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  background-color: #bbb;
  color: #007;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}
#search a,
h3 a:hover,
h3 a:link,
h3 a:visited {
  text-decoration: none;
}
a:active,
a:visited,
h66 a:hover,
h66 a:link {
  text-decoration: none;
  color: #00b;
}
h66 a:hover {
  color: #33f;
}
hr {
  clear: both;
  height: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 12px;
  padding: 0;
  color: #ccc;
}
img,
img:hover {
  -webkit-filter: grayscale(0);
}

img {
  border-radius: 15px;

}

blockquote {
  border-left: 1px dotted #96967e;
  margin-left: 20px;
  padding-left: 20px;
  color: #363630;
}
#imagemetadata {
  text-align: right;
}
#imagemetadata table {
  text-align: left;
  line-height: 1em;
  border: 1px solid #ccc;
  top: 2em;
  right: 0;
  background-color: #fafafa;
}
#imagemetadata table td {
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
  padding: 2px 5px;
}
ul.pagelist {
  clear: both;
  font-size: 20px;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
ul.pagelist li {
  display: inline;
  color: #00a;
  font-size: 28px;
}
ul.pagelist li a {
  padding: 8px;
  font-size: 24px;
  border-radius: 8px;
  background-color: #bbb;
  color: #009;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}
ul.pagelist li a:hover {
  background-image: linear-gradient(#e5e5e5, #c5c5c5);
}
ul.pagelist li.current a {
  font-weight: 700;
  text-decoration: none;
  cursor: default;
  color: #99b;
}
ul.pagelist li.prev {
  margin-right: 10px;
}
input#code,
ul.pagelist li.next {
  margin-left: 10px;
}
.disabledlink {
  color: #bbb;
  cursor: default;
  font-size: 25px;
}
.pagenav {
  clear: both;
}
.disabled_nav {
  visibility: hidden;
}
#albumDescEditable,
#albumTagsEditable {
  margin-bottom: 12px;
}
#albumTagsEditable,
#imageDescEditable {
  margin-top: 24px;
}
#exif_link,
#imageDesc {
  margin-bottom: 4px;
}
#exif_link {
  float: right;
}
#tag_cloud ul li,
ul.taglist,
ul.taglist li {
  display: inline;
  list-style-type: none;
}
ul.taglist li {
  background: url(../images/tag.png) no-repeat left center;
  padding-left: 18px;
  color: #999;
  float: left;
  padding-right: 5px;
}
span.tags_title {
  float: left;
  padding-right: 5px;
  background: 0 0;
  padding-left: 0;
  display: block;
}
#images {
  border: 0 solid gray;
}
.imagethumb a {
  border: 1px solid #667;
  background-color: #667;
}
.imagethumb a,
.imagethumb a:hover {
  display: block;
  padding: 3px;
  margin: 0 3px 3px;
  line-height: 0;
}
.imagethumb a:visited {
  background-color: #334;
  border: 1px solid #445;
}
.imagethumb a:hover {
  background-color: #667;
  border: 1px solid #ccc;
}
.imagethumb {
  float: left;
  position: relative;
  color: #445;
  font-size: 18px;
}
.albumdesc2 {
  line-height: 18px;
}
#albums,
#albums2 {
  margin: auto;
  width: 100%;
}
#albums2 {
  color: #445;
}
.album2,
.album3 {
  color: #445;
  font-size: 20px;
}
.album3 {
  width: 700px;
  margin: auto;
}

.albumvr {
  border: 1px solid #222;
  background: #fff;
  border-radius: 15px;
  width: 300px;
    line-height: 100%;

  display: inline-block;

  margin: 6px;
   position: relative;
}


.album,
textarea {
  border-radius: 15px;
}
.album,
.albumreduit {
  margin: 3px;
  display: inline-block;
  width: 300px;
  line-height: 100%;
  position: relative;
}
.album {
  border: 1px solid #222;
  background: #fff;
}
.albumreduit {
  border-radius: 15px;
  padding: 6px 3px 3px;
}
.album .thumb {
  float: left;
  margin-right: 6px;

}
#albums-themes,
#entete-dominotes {
  display: block;
  height: 45px;
  border-radius: 15px;
}
#albums-themes {
  background-image: url(/multimedia/images-pages/Vignette-Albums-Themes.jpg);
  width: 220px;
  font-size: 18px;
}
#entete-dominotes {
  width: 850px;
}
#albums-villes,
#albums-villes a:hover {
  height: 55px;
  width: 300px;
  display: block;
  border-radius: 15px;
  font-size: 18px;
}
#albums-villes a:hover {
  background-image: url(/multimedia/images-pages/Vignette-Albums-Villes-hover.jpg);
  height: 45px;
  width: 250px;
}
#albums-newsletters,
#albums-sous-villes {
  display: block;
  width: 300px;
  border-radius: 15px;
  font-size: 24px;
}
#albums-sous-villes {
  background-image: url(/multimedia/images-pages/Vignette-Albums-Sous-Villes.jpg);
  padding-top: 170px;
}
#albums-newsletters {
  background-image: url(/multimedia/images-pages/Fond-Newsletters.jpg);
  height: 70px;
}
hf {
  font-family: "segoe-print";
  font-weight: bolder;
  color: #eec51b;
  font-size: 24px;
}
hf a:link,
hf a:visited {
  color: #eee;
  background-image: url(/multimedia/images-pages/Vignette-Albums-Villes.jpg);
}
hf a:hover,
hf a:link,
hf a:visited {
  text-decoration: none;
  font-size: 24px;
}
hf a:hover {
  color: #ff0;
  background-image: url(/multimedia/images-pages/Vignette-Albums-Villes-hover.jpg);
}
.album h3 {
  padding: 0;
  margin: 0;
}
.album p {
  line-height: 12px;
  font-size: 11px;
  padding: 4px 0 0;
  margin: 0;
}
.albumdesc small {
  color: #fff;
}
.album .imageFavorites,
.imagethumb .imageFavorites {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2000;
}
.imagethumb .imageFavorites {
  right: 12px;
  bottom: 18px;
}
.imageFavorites input:hover {
  cursor: pointer !important;
}
.image {
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
}
#image {
  margin-right: auto;
  margin-left: auto;
}
#image,
#largeur30,
#largeur80,
#largeurS2 {
  text-align: center;
  line-height: 0;
  -webkit-filter: grayscale(0);
  margin-top: 20px;
}
#largeur30,
#largeurS2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#largeur30 {
  width: 30%;
  max-width: 500px;
}
#largeur500px {
  width: 500px;
}
#search ul,
.imgnav {
  border: 1px solid #445;
}
.imgnav {
  float: right;
  width: 140px;
  text-align: center;
  background: #282828;
  margin-top: -10px;
}
.imgnav .imgnext a,
.imgnav .imgprevious a {
  display: block;
  width: 50%;
  height: 100%;
  padding: 4px 0;
  font-size: 120%;
  text-decoration: none;
  line-height: 180%;
  color: #667;
}
.imgnav .imgnext a:hover,
.imgnav .imgprevious a:hover {
  background-color: #334;
  text-decoration: none;
  color: #888;
}
.imgnav .imgprevious a {
  float: left;
}
.imgnav .imgnext a {
  float: right;
}
#narrow {
  margin: 0 auto;
  width: 70%;
  color: #334;
  font-size: 18px;
  padding-top: 25px;
}
#comments {
  clear: both;
}
.comment {
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 15px;
  text-align: left;
  background: #fff;
}
.comment,
.commentmeta {
  margin-bottom: 12px;
}
.commentauthor {
  font-weight: 700;
}
.commentdate {
  margin-top: 12px;
  color: #445;
  font-size: 85%;
}
.Pagination {
  margin-bottom: 10px;
}
.Pagination a,
.Pagination a.next,
.Pagination span.current,
.Pagination span.next {
  padding: 0 4px;
  margin-left: 0;
  margin-right: 0;
}
.Pagination a.prev,
.Pagination span.prev {
  padding: 0 4px 0 0;
  margin-left: 0;
  margin-right: 0;
}
img#captcha {
  display: block;
  float: left;
  margin-bottom: 5px;
}
input#code {
  width: 10em !important;
  float: left;
}
#recaptcha_widget_div {
  float: left;
}
.inputbox {
  width: 220px;
  padding: 2px;
}
textarea {
  padding: 4px;
  width: 100%;
  color: #445;
  font:
    100%/200% "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}
.checkbox {
  cursor: pointer;
}
label:hover {
  color: #000;
}
#map {
  margin-left: -77px;
}
#rating {
  margin-top: 10px;
}
#search {
  margin: 0;
  padding: 0;
}
#search input.button {
  padding: 1px;
  font-size: 18px;
  border-radius: 15px;
}
#search ul {
  position: absolute;
  text-align: left;
  list-style: none;
  height: 8em;
  width: 30em;
  overflow: auto;
  z-index: 10;
}
#searchfields_icon {
  position: relative;
  top: 4px;
}
.searchresults a {
  padding: 10px 16px;
  margin-top: 10px !important;
  text-decoration: none;
  clear: both;
  display: inline-block;
  font-size: 18px;
  border-radius: 10px;
  background-color: #bbb;
  color: #007;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}
.searchresults a:link,
a:active,
a:focus,
a:visited {
  color: #00b;
}
.searchresults a:hover {
  color: #44f;
  background-image: linear-gradient(#f8f8f8, #c8c8c8);
}
.clear {
  clear: both;
  height: 10px;
}
#archive {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
ul.archive * {
  padding: 0;
  margin: 0;
  list-style: none;
}
#tag_cloud p,
ul.archive .year {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
ul.archive .year {
  margin-top: 10px;
  margin-bottom: 5px;
}
ul.archive .month {
  font-size: 14px;
  list-style: none;
  border-top: 2px solid #667;
  padding-top: 5px;
}
#tag_cloud {
  text-align: center;
  background: #111;
}
#tag_cloud p {
  padding: 10px 0;
  margin: 20px 0;
  background: #222;
  border-top: 3px solid #667;
  border-bottom: 3px solid #667;
}
.error {
  color: #c33;
  font-weight: 700;
}
.errorbox,
.errorbox h2 {
  font-size: 100%;
  color: #d66;
}
.errorbox {
  padding: 20px;
  background-color: #fdd;
  border-top: 1px solid #faa;
  border-left: 1px solid #faa;
  border-right: 1px solid #faa;
  border-bottom: 5px solid #faa;
  margin-bottom: 10px;
}
.errorbox h2 {
  font-weight: 700;
  margin: 0;
}
.errorlist,
.notebox li {
  list-style-type: none;
}
#photo-part,
#zen-part {
  font-size: 1.8em;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}
#photo-part {
  font-size: 0.9em;
  font-weight: 700;
}
#image .flowplayer,
.jp-audio,
.jp-video {
  margin: 0 auto;
}
.textobject {
  font-size: 12px;
  line-height: 16px;
  text-align: left !important;
  text-decoration: none !important;
}
.notebox {
  padding: 5px 10px;
  background-color: #ffefb7;
  border-width: 1px 1px 2px;
  border-color: #ffdeb5;
  border-style: solid;
  font-size: 100%;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.messagebox h2,
.notebox h2,
.notebox strong {
  color: #630;
  font-size: 100%;
  font-weight: 700;
  margin-bottom: 1em;
}
.messagebox,
.notebox,
p {
  margin-bottom: 10px;
}
.messagebox {
  background-color: #c0ffa8;
  padding: 10px 15px;
  border-width: 1px 1px 2px;
  border-color: #8bd37c;
  border-style: solid;
}
.messagebox h2 {
  color: #063;
}
.button {
  padding: 5px 10px;
}
.button,
label {
  cursor: pointer;
}
#commentform p,
#mailform p,
#registration_form p {
  clear: both;
  margin-left: 20%;
  margin-right: 20%;
}
#commentform label,
#mailform label,
#registration_form label {
  float: left;
  display: block;
  color: #b22222;
  transform: scale(1.1);
}
#commentform input[type="text"],
#mailform input[type="text"],
#registration_form input[type="password"],
#registration_form input[type="text"] {
  width: 100%;
}
input.button {
  padding: 5px 8px !important;
  margin: 5px 0 0;
  width: 180px;
}
#commentform textarea#comment,
#mailform textarea {
  clear: both;
  width: 95% !important;
  height: 150px;
  border-radius: 10px;
}
a.slideshowlink,
form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
  font-size: 20px;
  border-radius: 10px;
  background-image: linear-gradient(#f8f8f8, #d8d8d8);
}
a.slideshowlink {
  color: #000;
  padding: 10px 16px;
  margin-top: 10px !important;
  text-decoration: none;
  clear: both;
  display: inline-block;
  font-size: 18px;
  border-radius: 15px;
}
.page-footer a {
  color: #dd0;
  text-decoration: none;
}
.page-footer {
  clear: both;
  padding-top: 10px;
  text-align: center;
  color: #fae50d;
  font-size: 1.4em;
  background-color: #fafafa;
  border-radius: 15px;
}
.page-footer h3 {
  margin-top: 20px;
}
.clearall {
  clear: both !important;
}
.clearleft {
  clear: left !important;
}
.clearright {
  clear: right !important;
}
.vr3dclatique {
  margin: auto;
  width: 80%;
}
.buttons a,
.buttons button {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #f5f5f5;
  background-image: url(images/admin-buttonback.jpg);
  background-repeat: repeat-x;
  border: 1px solid #dedede;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  line-height: 130%;
  text-decoration: none;
  font-weight: 700;
  color: #565656;
  cursor: pointer;
  padding: 5px 10px 6px 7px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.buttons button {
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px;
}
.buttons button[type] {
  text-decoration: none;
  padding: 5px 10px 5px 7px;
  line-height: 17px;
}
.buttons a img,
.buttons button img {
  text-decoration: none;
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: 0;
  width: 16px;
  height: 16px;
}
p {
  line-height: 1.3em;
  font-size: 18px;

}
.buttons a:active,
.buttons a:hover,
button:hover {
  text-decoration: none;
  background-color: #dff4ff;
  border: 1px solid #cbcbcb;
  color: #fc0;
}
.buttons a:active {
  background-color: #6299c5;
  border: 1px solid #6299c5;
  color: #fff;
}
.buttons a.positive,
button.positive {
  text-decoration: none;
  color: #529214;
}
.buttons a.positive:hover,
button.positive:hover {
  text-decoration: none;
  background-color: #e6efc2;
  border: 1px solid #f5f5f4;
  color: #529214;
}
.buttons a.positive:active {
  text-decoration: none;
  background-color: #529214;
  border: 1px solid #529214;
  color: #fff;
}
.album {
  position: relative; /* Nécessaire pour positionner le tooltip */
}

.album::after {
  content: attr(data-desc);
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  height: 78px;
  background: #ffffff;
  color: black;
  padding: 10px;
  border-radius: 15px; /* <= les bords ronds ici */
  font-size: 18px;
  line-height: 1;
  text-align: center;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: normal;
}

.album:hover::after {
  opacity: 1;
}


