/*
Theme Name: Temple
Author: Aggelos
*/
html {
  font-size: 16px;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #ffddba;
  color: #666;
  margin: 0;
}
.pattern {
  font-family: 'Noto Serif', serif;
  font-style: italic;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAMzd9/9z4gsBhJId1VmhAvCBECKwILIAmBBdAGQIADH3xM2btr1WgAAAABJRU5ErkJggg==
		) repeat;
}
.pattern span {
  background: #99bbdd;
  box-shadow: 10px 0 0 #99bbdd, -10px 0 0 #99bbdd;
  -moz-box-shadow: 10px 0 0 #99bbdd, -10px 0 0 #99bbdd;
  -webkit-box-shadow: 10px 0 0 #99bbdd, -10px 0 0 #99bbdd;
  color: white;
  position: relative;
  left: 10px;
  box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
h1.pattern {
  font-size: 40px;
  line-height: 55px;
  padding-right: 50px;
  font-weight: 400;
  margin: 15px 0 0px;
}
.page-content {
  font-family: 'Noto Serif', serif;
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
  padding-right: 350px;
}
#masthead {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  padding-left: 140px;
}
#masthead .logo {
  position: absolute;
  left: 20px;
  top: 0;
  max-width: 100px;
}
#masthead .logo img {
  width: 100%;
  height: auto;
}
.admin-bar #masthead {
  top: 30px;
}
.lang-switch {
  float: right;
  font-size: 13px;
  color: #999;
}
.lang-switch ul {
  list-style: none;
  padding: 0;
  margin: 10px 15px 0 0;
}
.lang-switch ul li {
  display: inline-block;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.lang-switch ul li:after {
  content: ' / ';
}
.lang-switch ul li a {
  text-decoration: none;
  color: #333;
}
.lang-switch ul li a:hover {
  color: #999;
}
.lang-switch ul li:last-child:after {
  content: ' ';
}
.fil-dariane {
  font-size: 13px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: grey;
  font-weight: 300;
}
.fil-dariane a {
  color: grey;
  text-decoration: none;
}
.fil-dariane a:hover {
  color: #000;
}
#navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 305px;
  background: #FFF;
  z-index: 550;
  margin: 30px 0;
}
#menu {
  width: 100%;
  background: #FFF;
}
#menu h3 {
  font-size: 14px;
  font-size: 14 / 16rem;
  text-transform: uppercase;
  padding: 8px 10px;
  margin: 10px 0;
  background: #ccc;
  /* transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#menu h3:first-child {
  margin-top: 0;
}
#menu ul {
  font-size: 14px;
  font-size: 14 / 16rem;
  list-style: none;
  padding: 0px 10px;
  margin: 0;
}
#menu ul li {
  cursor: pointer;
  margin: 5px 0;
  /* transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#menu ul li span {
  display: inline-block;
  vertical-align: top;
}
#menu ul li span.number {
  font-weight: bold;
  color: #FFF;
  width: 24px;
  height: 20px;
  text-align: center;
  padding: 2px 0px;
  background: #ccc;
}
#menu ul li span.item {
  padding: 2px 5px;
}
#menu h3.cat-2,
#menu h3.cat-13,
#menu h3.cat-15 {
  background: #99bbdd;
  color: #FFF;
}
#menu h3.cat-2:hover,
#menu h3.cat-13:hover,
#menu h3.cat-15:hover {
  background: #73a2d0;
}
#menu ul.cat-2 span.number,
#menu ul.cat-13 span.number,
#menu ul.cat-15 span.number {
  background: #99bbdd;
  color: #FFF;
}
#menu ul.cat-2 li:hover,
#menu ul.cat-13 li:hover,
#menu ul.cat-15 li:hover,
#menu ul.cat-2 li.active,
#menu ul.cat-13 li.active,
#menu ul.cat-15 li.active {
  background: #e5eef7;
}
#menu h3.cat-3,
#menu h3.cat-11,
#menu h3.cat-16 {
  background: #e2b3ce;
  color: #FFF;
}
#menu h3.cat-3:hover,
#menu h3.cat-11:hover,
#menu h3.cat-16:hover {
  background: #d48eb6;
}
#menu ul.cat-3 span.number,
#menu ul.cat-11 span.number,
#menu ul.cat-16 span.number {
  background: #e2b3ce;
  color: #FFF;
}
#menu ul.cat-3 li:hover,
#menu ul.cat-11 li:hover,
#menu ul.cat-16 li:hover,
#menu ul.cat-3 li.active,
#menu ul.cat-11 li.active,
#menu ul.cat-16 li.active {
  background: #f7eaf2;
}
#menu h3.cat-4,
#menu h3.cat-10,
#menu h3.cat-17 {
  background: #a5a1e2;
  color: #FFF;
}
#menu h3.cat-4:hover,
#menu h3.cat-10:hover,
#menu h3.cat-17:hover {
  background: #807ad6;
}
#menu ul.cat-4 span.number,
#menu ul.cat-10 span.number,
#menu ul.cat-17 span.number {
  background: #a5a1e2;
  color: #FFF;
}
#menu ul.cat-4 li:hover,
#menu ul.cat-10 li:hover,
#menu ul.cat-17 li:hover,
#menu ul.cat-4 li.active,
#menu ul.cat-10 li.active,
#menu ul.cat-17 li.active {
  background: #f0effa;
}
#menu h3.cat-5,
#menu h3.cat-12,
#menu h3.cat-18 {
  background: #95dfc5;
  color: #FFF;
}
#menu h3.cat-5:hover,
#menu h3.cat-12:hover,
#menu h3.cat-18:hover {
  background: #6ed3b0;
}
#menu ul.cat-5 span.number,
#menu ul.cat-12 span.number,
#menu ul.cat-18 span.number {
  background: #95dfc5;
  color: #FFF;
}
#menu ul.cat-5 li:hover,
#menu ul.cat-12 li:hover,
#menu ul.cat-18 li:hover,
#menu ul.cat-5 li.active,
#menu ul.cat-12 li.active,
#menu ul.cat-18 li.active {
  background: #e3f7f0;
}
#menu h3.cat-6,
#menu h3.cat-9,
#menu h3.cat-14 {
  background: #ffc6aa;
  color: #FFF;
}
#menu h3.cat-6:hover,
#menu h3.cat-9:hover,
#menu h3.cat-14:hover {
  background: #ffa477;
}
#menu ul.cat-6 span.number,
#menu ul.cat-9 span.number,
#menu ul.cat-14 span.number {
  background: #ffc6aa;
  color: #FFF;
}
#menu ul.cat-6 li:hover,
#menu ul.cat-9 li:hover,
#menu ul.cat-14 li:hover,
#menu ul.cat-6 li.active,
#menu ul.cat-9 li.active,
#menu ul.cat-14 li.active {
  background: #ffe8dd;
}
#contenu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #FFF;
}
#contenu h2.entry-title {
  background: #99bbdd;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 18px;
  font-size: 18 / 16rem;
}
#contenu .entry-content {
  padding: 20px 20px;
  font-size: 14px;
  font-size: 14 / 16rem;
}
#contenu .entry-link {
  text-align: right;
  padding: 0px 20px 20px;
}
#contenu .entry-link a {
  padding: 3px 8px;
  color: #FFF;
  background: #99bbdd;
  text-decoration: none;
  font-weight: bold;
}
#contenu .entry-link a:hover {
  background: #6095ca;
}
#contenu button.close {
  text-align: left;
  position: absolute;
  right: 0;
  top: 0px;
  background: none;
  border: 0;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  color: #FFF;
  padding: 8px 10px 6px;
  font-size: 18px;
  font-size: 18 / 16rem;
  line-height: 0;
}
#contenu button.close:hover {
  color: #000;
}
#contenu button.closefooter {
  text-align: left;
  position: absolute;
  right: auto;
  top: auto;
  bottom: 10px;
  left: 10px;
  background: none;
  border: 0;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  color: #f3c8a5;
  padding: 7px 10px;
  font-size: 15px;
  font-size: 15 / 16rem;
}
#contenu button.closefooter:hover {
  color: #edad78;
}
.cat-2 h2.entry-title,
.cat-13 h2.entry-title,
.cat-15 h2.entry-title {
  background: #99bbdd !important;
}
.cat-3 h2.entry-title,
.cat-11 h2.entry-title,
.cat-16 h2.entry-title {
  background: #e2b3ce !important;
}
.cat-4 h2.entry-title,
.cat-10 h2.entry-title,
.cat-17 h2.entry-title {
  background: #a5a1e2 !important;
}
.cat-5 h2.entry-title,
.cat-12 h2.entry-title,
.cat-18 h2.entry-title {
  background: #95dfc5 !important;
}
.cat-6 h2.entry-title,
.cat-9 h2.entry-title,
.cat-14 h2.entry-title {
  background: #ffc6aa !important;
}
.cat-2 .entry-link a,
.cat-13 .entry-link a,
.cat-15 .entry-link a {
  background: #99bbdd !important;
}
.cat-2 .entry-link a:hover,
.cat-13 .entry-link a:hover,
.cat-15 .entry-link a:hover {
  background: #6095ca !important;
}
.cat-3 .entry-link a,
.cat-11 .entry-link a,
.cat-16 .entry-link a {
  background: #e2b3ce !important;
}
.cat-3 .entry-link a:hover,
.cat-11 .entry-link a:hover,
.cat-16 .entry-link a:hover {
  background: #cd7caa !important;
}
.cat-4 .entry-link a,
.cat-10 .entry-link a,
.cat-17 .entry-link a {
  background: #a5a1e2 !important;
}
.cat-4 .entry-link a:hover,
.cat-10 .entry-link a:hover,
.cat-17 .entry-link a:hover {
  background: #6d67d0 !important;
}
.cat-5 .entry-link a,
.cat-12 .entry-link a,
.cat-18 .entry-link a {
  background: #95dfc5 !important;
}
.cat-5 .entry-link a:hover,
.cat-12 .entry-link a:hover,
.cat-18 .entry-link a:hover {
  background: #5acda5 !important;
}
.cat-6 .entry-link a,
.cat-9 .entry-link a,
.cat-14 .entry-link a {
  background: #ffc6aa !important;
}
.cat-6 .entry-link a:hover,
.cat-9 .entry-link a:hover,
.cat-14 .entry-link a:hover {
  background: #ff935d !important;
}
#temple {
  position: fixed;
  top: 0;
  right: 290px;
  bottom: 0;
  left: 0;
}
#temple .conteneur {
  text-align: center;
  position: absolute;
  top: 56%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -44%);
}
#temple .conteneur img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#temple .conteneur #overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  max-width: 100%;
  height: auto;
  /*background-repeat:no-repeat;
			background-position:center;
			background-size:contain;*/
}
#buttons button {
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  border: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 3px 0px;
  /* transition */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#buttons button.cat-2,
#buttons button.cat-13,
#buttons button.cat-15 {
  background: #99bbdd;
}
#buttons button.cat-2:hover,
#buttons button.cat-13:hover,
#buttons button.cat-15:hover,
#buttons button.cat-2.active,
#buttons button.cat-13.active,
#buttons button.cat-15.active {
  background: #6095ca;
}
#buttons button.cat-3,
#buttons button.cat-11,
#buttons button.cat-16 {
  background: #e2b3ce;
}
#buttons button.cat-3:hover,
#buttons button.cat-11:hover,
#buttons button.cat-16:hover,
#buttons button.cat-3.active,
#buttons button.cat-11.active,
#buttons button.cat-16.active {
  background: #cd7caa;
}
#buttons button.cat-4,
#buttons button.cat-10,
#buttons button.cat-17 {
  background: #a5a1e2 !important;
}
#buttons button.cat-4:hover,
#buttons button.cat-10:hover,
#buttons button.cat-17:hover,
#buttons button.cat-4.active,
#buttons button.cat-10.active,
#buttons button.cat-17.active {
  background: #6d67d0;
}
#buttons button.cat-5,
#buttons button.cat-12,
#buttons button.cat-18 {
  background: #95dfc5;
}
#buttons button.cat-5:hover,
#buttons button.cat-12:hover,
#buttons button.cat-18:hover,
#buttons button.cat-5.active,
#buttons button.cat-12.active,
#buttons button.cat-18.active {
  background: #5acda5;
}
#buttons button.cat-6,
#buttons button.cat-9,
#buttons button.cat-14 {
  background: #ffc6aa !important;
}
#buttons button.cat-6:hover,
#buttons button.cat-9:hover,
#buttons button.cat-14:hover,
#buttons button.cat-6.active,
#buttons button.cat-9.active,
#buttons button.cat-14.active {
  background: #ff935d;
}
#overlay-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 400;
  display: none;
}
.entry-content {
  font-size: 15px;
  font-size: 15 / 16rem;
}
@media screen and (max-width: 1401px) {
  h1.pattern {
    font-size: 36px;
    line-height: 49px;
  }
  .page-content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  #navigation {
    width: 280px;
  }
  #menu h3 {
    font-size: 13px;
    font-size: 13 / 16rem;
    padding: 6px 8px;
    margin: 8px 0;
  }
  #menu ul {
    font-size: 13px;
    font-size: 13 / 16rem;
    padding: 0px 8px;
  }
  #menu ul li {
    margin: 3px 0;
  }
  #menu ul li span.number {
    width: 20px;
    height: 18px;
    padding: 1px 0px;
  }
  #menu ul li span.item {
    padding: 1px 4px;
  }
  #temple {
    right: 250px;
  }
}
@media screen and (max-width: 1201px) {
  h1.pattern {
    font-size: 32px;
    line-height: 43px;
  }
  .page-content {
    font-size: 14px;
    line-height: 18px;
  }
  #navigation {
    width: 260px;
  }
  #menu h3 {
    font-size: 12px;
    font-size: 12 / 16rem;
    padding: 6px 8px;
    margin: 8px 0;
  }
  #menu ul {
    font-size: 12px;
    font-size: 12 / 16rem;
    padding: 0px 8px;
  }
  #menu ul li {
    margin: 3px 0;
  }
  #menu ul li span.number {
    width: 18px;
    height: 18px;
    padding: 0px 0px;
  }
  #menu ul li span.item {
    padding: 0px 4px;
  }
  #temple {
    right: 220px;
  }
  #buttons button {
    width: 22px;
    height: 22px;
    padding: 2px 0px;
    font-size: 12px;
  }
  #contenu .entry-content {
    padding: 10px 10px;
    font-size: 12px;
    font-size: 12 / 16rem;
  }
}
@media screen and (max-width: 991px) {
  #masthead {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding-left: 0;
  }
  #masthead .logo {
    display: none;
  }
  .admin-bar #masthead {
    top: auto;
  }
  h1.pattern {
    font-size: 36px;
    line-height: 49px;
    margin: 0px 0 0px;
  }
  .fil-dariane {
    padding: 0 10px;
    font-size: 12px;
  }
  .page-content {
    font-size: 15px;
    line-height: 18px;
    margin: 30px 0 30px;
    padding: 0 40px;
    text-align: center;
  }
  #navigation {
    position: relative;
    top: auto;
    transform: translateY(0);
    right: auto;
    width: 500px;
    margin: 0 auto 50px;
    padding-bottom: 10px;
  }
  #menu h3 {
    font-size: 15px;
    font-size: 15 / 16rem;
    padding: 6px 8px;
    margin: 8px 0;
  }
  #menu ul {
    font-size: 15px;
    font-size: 15 / 16rem;
    padding: 2px 8px;
  }
  #menu ul li {
    margin: 3px 0;
  }
  #menu ul li span.number {
    width: 24px;
    height: 22px;
    padding: 2px 0px;
  }
  #menu ul li span.item {
    padding: 2px 4px;
  }
  #temple {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #temple .conteneur {
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: translate(0, 0);
  }
  #temple .conteneur img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #buttons button {
    width: 20px;
    height: 20px;
    padding: 1px 0px;
    font-size: 11px;
    cursor: auto;
  }
  #contenu .entry-content {
    padding: 20px 20px;
    font-size: 15px;
    font-size: 15 / 16rem;
  }
}
@media screen and (max-width: 767px) {
  #navigation {
    width: 100%;
    margin: 0;
  }
  .page-content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 479px) {
  h1.pattern {
    font-size: 32px;
    line-height: 40px;
  }
  .fil-dariane {
    font-size: 11px;
  }
  #buttons button {
    width: 13px;
    height: 13px;
    padding: 0px 0px;
    font-size: 8px;
  }
  .lang-switch {
    float: none;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1366px) and (max-height: 768px) {
  .page-content {
    font-size: 12px;
    line-height: 18px;
  }
  .page-content br {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-height: 700px) and (min-aspect-ratio: 8/5) {
  .page-content {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */