@import url(normalize.css);
@import url(fluid-video-player.css);

html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  background: #f2efe8;
}

body {
  height: 100%;
  max-height: 100%;
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  line-height: 1.6em;
  color: #949494;
}
a.fa {
  text-decoration: none;
}
::-moz-selection {
  color: #222;
  background: #d6edff;
  text-shadow: none;
}

::selection {
  color: #222;
  background: #d6edff;
  text-shadow: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Helvetica", sans-serif;
}
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 120%;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0%;
}

h1 {
  font-size: 5rem;
  line-height: 1.2em;
  letter-spacing: -2px;
  text-indent: -3px;
}

h2 {
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-indent: -2px;
}

h3 {
  font-size: 3.5rem;
  color: #e0218a;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2.5rem;
}

h6 {
  font-size: 2rem;
}

a {
  color: inherit;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}

a:hover {
  color: #e0218a;
}

a.btn {
  text-decoration: none;
  background-color: #9fd067;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: white;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  overflow: visible;
  padding: 10px 20px 10px 20px;
  position: relative;
  margin-top: 2rem;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: lighter;
}

a.btn:hover {
  background: #86c440;
}

#header-arrow {
  font-size: 140px;
  margin: -10px auto;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -120px;
  cursor: pointer;
  opacity: 0.6;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
#header-arrow:hover {
  opacity: 0.9;
}

p,
ul,
ol {
  margin: 1em 0;
}

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.4em 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 3.2em 0;
  padding: 0;
}

blockquote {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 0 1em -2.2em;
  padding: 0 0 0 1em;
  font-weight: lighter;
}

blockquote p {
  margin: 0.8em 0;
}
.quo {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
}

blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #ccc;
}

blockquote small:before {
  content: "\2014 \00A0";
}

blockquote cite {
  font-weight: bold;
}

blockquote cite a {
  font-weight: normal;
}

dl {
  margin: 1.6em 0;
}

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}

mark {
  background-color: #ffc336;
}

code,
tt {
  padding: 3px 5px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.75em;
  border: 1px solid #e3edf3;
  background: #f7fafb;
  border-radius: 2px;
  color: #3a4145;
}

pre {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #e3edf3;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #f7fafb;
  border-radius: 3px;
}

pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}

table {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #efefef;
}

table th {
  color: #000;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #efefef;
}

table table table {
  background-color: #fff;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}

table.plain {
  tbody > tr:nth-child(odd) > td,
  tbody > tr:nth-child(odd) > th {
    background: transparent;
  }
}

.pe-2 {
  padding-right: 1rem;
}
.invisible {
  display: none !important;
}
.show_all_prev_events {
  margin: 0 auto;
  display: block;
}
ul li {
  list-style-type: none;
}

.bult {
  display: inline;
  float: left;
  padding-top: 7px;
}

/* ==========================================================================
      3. Utilities - These things get used a lot
      ========================================================================== */

/* Hides shit */
.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none;
}

/* Creates a responsive wrapper that makes our content scale nicely */
.inner {
  position: relative;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

/* Centres vertically yo. (IE8+) */
.vertical {
  display: table-cell;
  vertical-align: middle;
}

/* ==========================================================================
      4. General - The main styles for the the theme
      ========================================================================== */

/* Big cover image on the home page */
#site-head {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0rem;
  text-align: right;
  color: #fff;
  background: #1a3b08 no-repeat center center;
  background-size: cover;
}

#site-head:after,
.post-holder.odd:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 6%;
  z-index: 1;
  width: 120px;
  height: 70px;
  background: url(/static/img/teapot-green.svg);
  transform: scaleX(-1) rotate(-30deg);
}
.post-holder:after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: 6%;
  z-index: 1;
  width: 120px;
  height: 70px;
  background: url(/static/img/teapot-white.svg);
  transform: rotate(-30deg);
}

/* Yo-logo. Yolo-go. Upload one in ghost/settings/ */
#blog-logo img {
  display: block;
  max-height: 100px;
  width: auto;
  margin: 0 auto;
  line-height: 0;
}

#back {
  color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 6px;
  font-size: 16px;
}

/* The details of your blog. Defined in ghost/settings/ */
.blog-title {
  margin: 10px 0 10px 0;
  font-size: 5rem;
  letter-spacing: -1px;
}

.blog-description {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0;
}

.post-holder {
  width: 100%;
  height: 100%;
  background: #f2efe8;
  position: relative;
}
.post-holder.odd {
  background: #1a3b08;
  color: white;
}

/* Every post, on every page, gets this style on its <article> tag */
.post {
  position: relative;
  width: 80%;
  max-width: 980px;
  margin: 0rem auto;
  padding-bottom: 4rem;
  padding-top: 4rem;
  height: 70%;
  word-break: break-word;
  hyphens: auto;
}
.photo {
  margin-bottom: 1rem;
}

/* Add a little circle in the middle of the border-bottom on our .post
      just for the lolz and stylepoints. */

.fixed-nav {
  display: none;
  opacity: 1;
  position: fixed;
  top: 40px;
  left: 2%;
  z-index: 99999;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: bold;
}
a.fn-item {
  display: block;
  cursor: pointer;
  opacity: 0.7;
}
.white {
  color: white;
}
a.fn-item:hover {
  color: #e0218a;
}
a.fn-item.active {
  color: #e0218a;
  opacity: 1;
}

.post-after {
  position: absolute;
  bottom: -40px;
  right: 6%;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #f2efe8;
  border-radius: 25px;
}
.post-after.even {
  left: 6%;
}

.post-title {
  margin: 0;
}

.post-title a {
  text-decoration: none;
}

.post-excerpt p {
  margin: 1.6rem 0 0 0;
  font-size: 0.9em;
  line-height: 1.6em;
}

.post-meta {
  display: inline-block;
  margin: 0 0 5px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #9eabb3;
}

.post-meta a {
  color: #9eabb3;
  text-decoration: none;
}

.post-meta a:hover {
  text-decoration: underline;
}

.user-meta {
  position: relative;
  padding: 0.3rem 40px 0 100px;
  min-height: 77px;
}

.user-image {
  position: absolute;
  top: 0;
  left: 0;
}

.user-name {
  display: block;
  font-weight: bold;
}

.user-bio {
  display: block;
  max-width: 440px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.publish-meta {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4.3rem 0 4rem 0;
  text-align: right;
}

.publish-heading {
  display: block;
  font-weight: bold;
}

.publish-date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5em;
}

/* ==========================================================================
      5. Single Post - When you click on an individual post
      ========================================================================== */

/* Tweak the .post wrapper style */
.post-template .post {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/* Kill that stylish little circle that was on the border, too */
.post-template .post:after {
  display: none;
}

/* Insert some mad padding up in the header for better spacing */
.post-template .post-header {
  padding: 60px 0;
}

/* Keep large images within the bounds of the post-width */
.post-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* The author credit area after the post */
.post-footer {
  position: relative;
  margin: 4rem 0 0 0;
  padding: 4rem 0 0 0;
  border-top: #ebf2f6 1px solid;
}

.post-footer h4 {
  font-size: 1.8rem;
  margin: 0;
}

.post-footer p {
  margin: 1rem 0;
  font-size: 1.4rem;
  line-height: 1.6em;
}

/* Create some space to the right for the share links */
.post-footer .author {
  margin-right: 180px;
}

/* Drop the share links in the space to the right.
      Doing it like this means it's easier for the author bio
      to be flexible at smaller screen sizes while the share
      links remain at a fixed width the whole time */
.post-footer .share {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 140px;
}

.post-footer .share a {
  font-size: 1.8rem;
  display: inline-block;
  margin: 1.4rem 1.6rem 1.6rem 0;
  color: #bbc7cc;
}

.post-footer .share a:hover {
  color: #50585d;
}



/* ==========================================================================
      7. Pagination - Tools to let you flick between pages
      ========================================================================== */

/* The main wrapper for our pagination links */
.pagination {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 4rem auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  color: #9eabb3;
  text-align: center;
}

.pagination a {
  color: #9eabb3;
}

/* Push the previous/next links out to the left/right */
.older-posts,
.newer-posts {
  position: absolute;
  display: inline-block;
  padding: 0 15px;
  border: #ebf2f6 2px solid;
  text-decoration: none;
  border-radius: 30px;
  transition: border ease 0.3s;
}

.older-posts {
  right: 0;
}

.page-number {
  display: inline-block;
  padding: 2px 0;
}

.newer-posts {
  left: 0;
}

.older-posts:hover,
.newer-posts:hover {
  border-color: #9eabb3;
}

/* ==========================================================================
      8. Footer - The bottom of every page
      ========================================================================== */

.site-footer {
  position: relative;
  margin: 0rem 0 0 0;
  padding: 1rem 0;
  font-family: "Helvetica", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #949494;
  text-align: center;
  /*background: #fff;*/
  background: #f2efe8;
}

.site-footer a {
  color: #bbc7cc;
  text-decoration: underline;
}

.site-footer a:hover {
  color: #50585d;
}

/* ==========================================================================
      9. Media Queries - Smaller than 1130px
      ========================================================================== */

@media only screen and (max-width: 1130px) {
  .fixed-nav {
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background: #f2efe8;
    width: 100%;
    text-align: center;
    padding: 4px;
  }
  a.fn-item {
    display: inline;
    margin-left: 10px;
  }
  blockquote {
    margin-left: 0;
  }
  .post-holder {
    padding-top: 20px;
  }
  #site-head {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 240px;
    padding: 15% 0;
    height: 100%;
    margin-bottom: 0rem;
  }

  .blog-title {
    font-size: 4rem;
    letter-spacing: -1px;
  }

  .blog-description {
    font-size: 2.2rem;
    line-height: 1.5em;
  }

  .post {
    font-size: 0.9em;
    line-height: 1.6em;
  }

  .post-template .post {
    padding-bottom: 1rem;
  }

  .post-template .post-header {
    padding: 40px 0;
  }

  h1 {
    font-size: 4.8rem;
    text-indent: -2px;
  }

  h2 {
    font-size: 3.8rem;
  }

  h3 {
    font-size: 3.3rem;
  }

  h4 {
    font-size: 2.8rem;
  }
}

/* grille des vidéos */

.videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1224px) {
  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .videos-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ==========================================================================
      10. Media Queries - Smaller than 500px
      ========================================================================== */

@media only screen and (max-width: 500px) {
  .fixed-nav {
    display: none;
  }
  .post-holder {
    padding-top: 20px;
  }
  #blog-logo img {
    max-height: 80px;
  }

  .inner,
  .pagination {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .post {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 0.8em;
    line-height: 1.6em;
  }

  #site-head {
    padding: 10% 0;
    height: 65%;
  }
  #header-arrow {
    display: none;
  }
  a.btn {
    margin-top: 10px;
  }

  .blog-title {
    font-size: 3rem;
  }

  .blog-description {
    font-size: 2.2rem;
  }

  h1,
  h2 {
    font-size: 3rem;
    line-height: 1.1em;
    letter-spacing: -1px;
  }

  h3 {
    font-size: 2.8rem;
  }

  h4 {
    font-size: 2.3rem;
  }

  .post-template .post {
    padding-bottom: 0;
  }

  .post-template .post-header {
    padding: 30px 0;
  }

  .post-meta {
    font-size: 1.3rem;
  }

  .post-footer {
    padding: 4rem 0;
    text-align: center;
  }

  .post-footer .author {
    margin: 0 0 2rem 0;
    padding: 0 0 1.6rem 0;
    border-bottom: #ebf2f6 1px dashed;
  }

  .post-footer .share {
    position: static;
    width: auto;
  }

  .post-footer .share a {
    margin: 1.4rem 0.8rem 0 0.8rem;
  }

  .older-posts,
  .newer-posts {
    position: static;
    margin: 10px 0;
  }

  .page-number {
    display: block;
  }

  .site-footer {
    font-size: 1.1rem;
  }
}
