@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  overflow: hidden;
  font-family: "Coming Soon", cursive;
  background: #150f13 !important;
  font-size: 12px;
}
@media (max-height: 320px) and (max-width: 360px) and (orientation: landscape) {
  body {
    background: gray;
    font-size: 7.44px;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  body {
    background: navy;
    font-size: 5.04px;
  }
  body p {
    padding: .5em .3em;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  body p:first-child {
    margin-top: 9vh;
  }
  body p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 568px) and (min-height: 320px) and (max-height: 859px) {
  body {
    background: blue;
    font-size: 6.6px;
  }
  body p {
    padding: .5em .3em;
    margin-bottom: 5px;
    line-height: 1.6;
  }
  body p:first-child {
    margin-top: 13vh;
  }
}
@media (min-width: 530px) and (max-width: 1023px) and (min-height: 321px) and (max-height: 860px) {
  body {
    background: darkcyan;
    font-size: 9.6px;
  }
  body p {
    line-height: 1.7 !important;
  }
  body p:first-child {
    margin-top: 20vh;
  }
}
@media (min-width: 600px) and (max-width: 1023px) and (min-height: 601px) and (max-height: 1200px) {
  body {
    background: yellowgreen;
    font-size: 12px;
  }
  body p {
    padding: .5em .3em;
    margin-bottom: 10px;
    line-height: 1.6 !important;
  }
  body p:first-child {
    margin-top: 24vh;
  }
  body p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 1023px) and (min-height: 1201px) {
  body {
    background: #ccac00;
    font-size: 14.4px;
  }
  body p {
    padding: .5em .3em;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  body p:first-child {
    margin-top: 8vh;
  }
  body p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) and (min-height: 600px) and (max-height: 900px) {
  body {
    background: indigo;
    font-size: 10.8px;
  }
  body p:first-child {
    margin-top: 10vh;
  }
}
@media (min-width: 1250px) and (max-width: 1949px) and (min-height: 700px) and (max-height: 900px) {
  body {
    font-size: 12px;
    background: tomato;
  }
  body p:first-child {
    margin-top: 8vh !important;
  }
}
@media (min-width: 1250Px) and (min-height: 901px) {
  body {
    background: red;
    font-size: 16.8px;
  }
  body p:first-child {
    margin-top: 18vh;
  }
}

.wrapper {
  background-image: linear-gradient(rgba(0, 255, 251, 0), rgba(22, 21, 14, 0.2) 10%, rgba(22, 21, 14, 0.5) 35%, rgba(22, 21, 14, 0.79) 55%, rgba(22, 21, 14, 0.89) 100%, rgba(22, 21, 14, 0.99));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
}
@media (max-height: 320px) and (max-width: 360px) and (orientation: landscape) {
  .wrapper {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.7) 25%, black 55%, black 100%, black);
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .wrapper {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.7) 25%, black 55%, black 100%, black);
  }
}
@media (min-width: 320px) and (max-width: 568px) and (min-height: 320px) and (max-height: 859px) {
  .wrapper {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.7) 25%, black 55%, black 100%, black);
  }
}
@media (min-width: 1024px) and (max-width: 1249px) and (min-height: 600px) and (max-height: 900px) {
  .wrapper {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.7) 25%, black 55%, black 100%, black);
  }
}

h {
  text-align: right;
  float: right;
  font-size: .8em;
}

s {
  color: orangered;
}

x {
  color: cyan;
  opacity: .7;
}
x:before {
  content: "Emmanuel Atlan : ";
}

y {
  color: cyan;
  opacity: .7;
}
y:before {
  content: "Alain Bergala : ";
}
y:last-child {
  margin-top: 5em;
}

z {
  color: cyan;
}
z:before {
  content: "Wang Bing : ";
}

i {
  font-style: italic;
  color: rgba(233, 240, 214, 0.9);
}

em {
  font-style: italic;
}

.post-list {
  width: 40% !important;
  margin-left: 60%;
}
@media (max-height: 320px) and (max-width: 360px) and (orientation: landscape) {
  .post-list {
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .post-list {
    width: 100% !important;
    margin-left: 0%;
    margin-top: 25% !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) and (min-height: 320px) and (max-height: 859px) {
  .post-list {
    width: 100% !important;
    margin-left: 0;
  }
}

.post {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.post:nth-child(3n) {
  text-align: left;
  justify-self: start;
}
.post:nth-child(3n+1) {
  text-align: right;
  justify-self: end;
}
.post__date {
  display: block;
  width: 100%;
  font-family: "Annie Use Your Telescope", cursive;
  font-size: .7em;
  padding-bottom: 40px;
  margin-top: -40px;
  color: transparent;
  font-weight: normal;
}
@media (max-width: 480px) and (orientation: portrait) {
  .post__date {
    font-size: 1em !important;
  }
}
@media (max-height: 320px) and (max-width: 360px) and (orientation: landscape) {
  .post__date {
    font-size: 1em !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) and (min-height: 320px) and (max-height: 859px) {
  .post__date {
    font-size: 1em !important;
  }
}
.post__date:hover {
  color: #859334;
}
.post__date:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: width .3s ease 0s;
  transform: translateX(-50%);
}
.post__date:hover:before {
  opacity: 1;
  color: #859334;
}
.post__title {
  font-family: "Annie Use Your Telescope", cursive;
  font-size: 1.7em;
  padding-top: 1.1em;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
  position: relative;
  background: transparent;
  font-weight: normal;
  color: rgba(53, 100, 94, 0.5);
  filter: brightness(2);
  position: relative;
}
.post__title:hover {
  opacity: 1;
}
.post__title:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: width background transform .3s ease 0s;
  content: "";
  transform: skew(-20deg) translate(-50%);
}
.post__title:hover:after {
  width: 100%;
  border-bottom: 1px dashed #859334;
  border-right: 1px dashed #859334;
  background: rgba(0, 255, 255, 0.1);
  opacity: 1;
  transform: skew(-200deg) translateY(-10px) translateX(-10px) rotate(-1deg);
  transition: all .5s ease;
  font-size: 3vh;
  padding: .5em 0 .5em 3em;
  letter-spacing: 1px;
  outline: none;
  box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}
.post__title:last-child {
  margin-bottom: 0;
}

#word:first-letter {
  font-family: "Annie Use Your Telescope", cursive;
  font-size: 130%;
}

.post-list {
  min-height: 100vh;
  width: 100%;
  display: flex;
  display: grid;
  justify-content: center;
  grid-template-columns: 30% 30% 30%;
  grid-template-rows: repeat(14, 30%);
  flex-wrap: no-wrap;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all .9s ease 0s;
  transform: translateY(0px);
  visibility: visible;
}
.post-list--hide {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}

.post-view {
  transition: .3s ease 0s;
  width: 100%;
  max-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-view__date {
  font-family: "Coming Soon", cursive;
  margin-top: 5px;
  transform: translateY(45px);
  transition: transform .3s ease 0s;
}
.post-view__image {
  position: fixed;
  transition: all .5s ease 0s;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 800px;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  height: 450px;
  top: 50%;
  left: 10% !important;
  margin-top: -225px;
}
@media (max-height: 320px) and (max-width: 360px) and (orientation: landscape) {
  .post-view__image {
    left: auto !important;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .post-view__image {
    left: auto !important;
  }
}
@media (min-width: 320px) and (max-width: 568px) and (min-height: 320px) and (max-height: 859px) {
  .post-view__image {
    left: auto !important;
  }
}
.post-view__container {
  position: absolute;
  top: 10px;
  width: 100%;
  max-width: 900px;
  height: 50vh;
  z-index: 2;
  opacity: 0;
  transition: all .3s ease 0s;
}
@media (min-width: 1250Px) and (min-height: 901px) {
  .post-view__container {
    max-width: 1200px;
  }
}
.post-view__content {
  padding: 40px;
  padding-top: 0;
  margin-bottom: 0;
  background-image: linear-gradient(rgba(0, 255, 251, 0), rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.79) 55%, rgba(0, 0, 0, 0.9) 100%, rgba(0, 0, 0, 0.9));
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(225px);
  transition: transform .3s ease 0s;
}
.post-view__content p {
  font-size: 1.2em;
  text-align: justify;
  color: rgba(233, 240, 214, 0.7);
  font-weight: normal;
  padding: .5em 1.3em;
  margin-bottom: 5px;
  line-height: 1.8;
}
.post-view--active .post-view__image {
  z-index: -2;
  position: absolute;
  transition: all .6s ease 0s;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  top: 0;
  left: 0 !important;
  background-position: 50% 10%;
}
.post-view__title {
  font-size: 2em;
  font-weight: normal;
  font-family: "Annie Use Your Telescope", cursive;
  margin: 13vh 0 0 0;
  transform: translateY(28px) scaleY(4) translate(120px);
  transition: transform .2s ease-out 0s;
}
@media (min-width: 1024px) and (max-width: 1249px) and (min-height: 600px) and (max-height: 900px) {
  .post-view__title {
    margin: 17vh 0 0 0;
  }
}
.post-view__date {
  font-size: 1.875em;
  font-weight: normal;
  font-family: "Annie Use Your Telescope", cursive;
  margin: 1vh 0 0vh 0;
  text-shadow: 1px 1px 0 #111;
  transform: translateY(15px) scaleY(0);
  transition: transform .9s ease 0s;
}
.post-view--ready .post-view__container {
  opacity: 1;
}
.post-view--ready .post-view__date, .post-view--ready .post-view__content {
  transform: translateY(-10px) scaleY(1);
  color: rgba(0, 255, 255, 0.5);
}
.post-view--ready .post-view__title {
  transform: translateY(-15px) scaleY(1.1) translate(20px);
  opacity: .8;
  color: #859334;
}

.post-controls {
  position: fixed;
  right: 20px;
  flex-direction: column;
  top: 20px;
  display: flex;
}

.post-control {
  cursor: pointer;
  font-size: 1.375em;
  background: transparent;
  color: #859334;
  text-shadow: 1px 0 0 #555;
  margin-bottom: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  transition: all .3s ease 0s;
}
.post-control:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  background: rgba(0, 255, 255, 0.1);
}
.post-control--close {
  font-size: 2em;
  background: transparent;
  color: #859334;
  text-shadow: 1px 0 0 darkcyan;
}
.post-control--close:hover {
  background: rgba(0, 255, 255, 0.1);
  color: #859334;
}

.logo {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 30px;
  margin-top: 20px;
  z-index: 3;
  width: 230px;
  height: 30px;
  transition: .3s ease 0s;
  transition: all .3s ease 0s;
}
@media (min-width: 320px) and (max-width: 568px) and (min-height: 320px) and (max-height: 859px) {
  .logo {
    margin-top: 30px;
  }
}
.logo:before {
  content: "苦錢 ARGENT AMER";
  color: #e4fa6b;
  font-size: 1.8em;
  text-shadow: 1px 1px 1px  solid #555;
  line-height: 1.6;
}
.logo:after {
  content: "Conversation entre Wang Bing et Alain Bergala";
  color: rgba(233, 240, 214, 0.7);
  font-size: 1.3em;
  line-height: 1.6;
}
.logo--absolute {
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .post-controls {
    top: 0px;
    z-index: 2;
    bottom: auto;
    background: transparent;
    padding: 0 5px;
    justify-content: center;
    margin: auto;
    border-radius: 30px;
    height: 55px;
    align-items: center;
    flex-direction: row-reverse;
  }

  .post-control {
    margin: 0 5px;
  }
  .post-control--close {
    background: transparent;
  }

  .post-view__container {
    padding: 0 30px;
  }
}
@media all and (max-height: 320px) {
  html {
    font-size: 3.996px;
    background: black;
  }
  html .msg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  html .msg:after {
    content: 'Please, try bigger devices ;)';
    color: orangered;
    text-align: center;
  }

  .post-view {
    transition: .3s ease 0s;
    width: 100%;
    max-height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .post-view__content {
    padding: 15px;
  }
}
@media all and (max-height: 320px) and (min-width: 530px) and (max-width: 1023px) and (min-height: 321px) and (max-height: 860px) {
  .post-view__content {
    padding: 5px;
  }
}
@media all and (max-height: 320px) {
  .post-view__content p {
    color: rgba(255, 255, 255, 0.8);
  }
  .post-view--ready .post-view__container {
    display: none;
  }
  .post-view--ready .post-view__date, .post-view--ready .post-view__title {
    display: none;
  }
}
