/* ************* */
/* POSTS Details */
/* ************* */

.tx-posts .post-detail {
}
.tx-posts .post-detail h2 {
  color: #fbb900;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 36px;
  padding-right: 100px;
}
.tx-posts .post-detail .post-detail-text {
  margin: 20px 0;
}
.tx-posts .post-detail a {
}

.tx-posts .post-detail span.date {
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.tx-posts .post-detail .post-detail-images img {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-bottom: 20px;
}
.tx-posts .post-detail .post-detail-text p + p {
  margin-top: 10px;
}
.tx-posts .post-detail .post-detail-summary {
  border-left: 5px solid #fbb900;
  padding-left: 20px;
}
.tx-posts .post-detail .post-detail-text p + h3 {
  margin-top: 20px;
}
.tx-posts .post-detail .post-detail-text h3 {
  font-weight: 700;
}
.tx-posts .post-detail .post-detail-text b {
  font-weight: normal;
  font-weight: 700;
}
.tx-posts .post-detail .post-detail-text ul li {
  list-style: disc outside none;
  margin-left: 15px;
}
.tx-posts .post-detail .post-detail-text ul {
  margin-bottom: 10px;
}

/* Emploi details nav categories */
.post-nav {
  position: relative;
  float: right;
}
.post-nav ul li {
  display: inline-block;
}
.post-nav ul li span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  opacity: 0.3;
}
.post-nav ul li:nth-child(2) span {
  background: url(../Icons/return.png) no-repeat center top transparent;
}
.post-nav ul li:first-child span {
  background: url(../Icons/next.png) no-repeat center top transparent;
  transform: rotateY(180deg);
}
.post-nav ul li:last-child span {
  background: url(../Icons/next.png) no-repeat center top transparent;
}

.post-nav ul li a span {
  opacity: 1;
}

/* ******************************************************************************************** */
/* *************************** 		RESPONSIVE ADAPTATION 		******************************** */
/* ******************************************************************************************** */
/* TABLET */
@media only screen and (max-width: 800px) {
}

/* PHONE */
@media only screen and (max-width: 619px) {
  .tx-posts .post-detail span.date {
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
  .tx-posts .post-detail h2 {
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0;
  }
  .tx-posts .post-detail .post-detail-summary {
    padding: 10px;
    border: 1px solid #fbb900;
  }
  .tx-posts .post-detail .post-detail-images img {
    max-width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
}

.tx-posts .post-detail strong,
.tx-posts .post-detail b {
  font-weight: 700;
  font-weight: normal;
}

.tx-posts .post-detail em,
.tx-posts .post-detail i {
  font-style: italic;
}

.tx-posts .post-detail table {
  width: 100%;
}

.tx-posts .post-detail table td {
  border: 1px solid #f1f1f1;
  padding: 5px;
}

.tx-posts .post-detail table.center {
  text-align: center;
}

.tx-posts .post-detail table + table {
  margin-top: 30px;
  display: inline-table;
}
