/* ensure sidebar takes full height - zd11721212 */
.aside{
height:unset;
}

/* fix submenu & page menu location - zd11733918 */

/* Keep the navigation sidebar tall enough for the full menu. */
.aside {
  height: auto;
}

/* Keep the navigation on the left of individual pages. */
.middle:has(> #single) {
  display: flex;
  align-items: flex-start;
}

.middle:has(> #single) > .aside:has(#menu-stages-et-ateliers-photo) {
  order: -1;
}

/* Place the A.P.I. logo above the menu on home and inner pages. */
#wrapper > .header .space:has(.dem-home),
#wrapper > .header .desc:has(.dem-home) {
  left: 0;
  right: auto;
  width: 155px;
  border-left: 0;
  border-right: 1px solid #e0e0e0;
  z-index: 2;
}

#wrapper > .header .space:not(:has(.dem-home)),
#wrapper > .header .desc:not(:has(.dem-home)) {
  left: auto;
  right: 0;
  width: 350px;
  border-right: 0;
  border-left: 1px solid #e0e0e0;
}

#wrapper > .header .dem-home {
  display: block;
  width: 155px;
  height: 155px;
  margin: 0 !important;
}

/* Recreate the archived text title in place of the broken title image. */
#wrapper > .header > a {
  position: absolute;
  top: 0;
  left: 195px;
  box-sizing: border-box;
  width: 390px;
  padding: 20px 20px 0;
  border-left: 1px solid #e0e0e0;
  color: #000;
  font: 300 25px/30px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
}

#wrapper > .header > a > img {
  display: none;
}

#wrapper > .header > a::after {
  content: "PHOTOGRAPHES ITINERANTS……… Les articles";
  display: block;
}

/* Restore the archived menu spacing, separators, and translucent submenus. */
.aside:has(#menu-stages-et-ateliers-photo) {
  overflow: visible;
  position: relative;
  z-index: 10;
}

#menu-stages-et-ateliers-photo {
  border-top: 5px solid #e0e0e0;
  margin: 20px 0;
  padding: 0;
}

#menu-stages-et-ateliers-photo li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
}

#menu-stages-et-ateliers-photo li > a {
  display: block;
  padding: 8px 0;
  line-height: 1.3;
}

#menu-stages-et-ateliers-photo li:hover {
  background: #fff;
}

#menu-stages-et-ateliers-photo .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99999;
  box-sizing: border-box;
  width: 155px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#menu-stages-et-ateliers-photo .sub-menu li {
  border: 0;
  padding-left: 7px;
}

#menu-stages-et-ateliers-photo li:hover > .sub-menu,
#menu-stages-et-ateliers-photo li:focus-within > .sub-menu {
  display: block;
}

/* Keep gallery images inside their allotted columns. */
#single .gallery {
  max-width: 100%;
}

#single .gallery .gallery-item {
  box-sizing: border-box;
}

#single .gallery .gallery-item img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
}