html {
  overflow-y: scroll;
}

body {
  border-top: 13px solid #94b4a4;
  font: 1.15em/1.2em 'Karla', Arial, sans-serif;
  color: #111;
  margin: 0 auto;
}

::selection {
  background: #94b4a4;
  color: #fff;
}

img {
  float: left;
  border-radius: 6px;
}

.col-8 img:not(.presentation) {
  width: 43%;
  height: 43%;
  margin: .25em 2em .5em 0;
}

.presentation {
  width: 100%;
  height: 100%;
  margin-bottom: 1.5em;
}

.no-wrap img {
  float: none;
}

.landscape img {
  width: 100% !important;
  margin: 0 !important;
}


.center {
  display: flex;
  justify-content: center;
}

/* Titres */

h1,
h2,
h3,
h4,
.email,
.language,
nav,
.category,
.detail,
.autrestextes li,
.recensions li {
  text-align: left;
}

h1 {
  font-size: 1.15em;
  line-height: .8em;
  text-transform: lowercase;
}

h2 {
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .15em;
  text-decoration: underline;
  text-transform: uppercase;
}

h3 {
  font-size: 1.5em;
}

.col-4 h3 {
  font-size: 1.25em;
}

h1,
h2,
h3,
nav ul,
nav li {
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1.1em;
  padding-top: 2em;
  margin: 0;
}

.encadre+.encadre {
  margin-top: 2.5em;
}

.autrestextes,
.recensions {
  margin-top: 2em;
}

.encadre+h4 {
  padding: 0;
  margin: 2.5em 0 0 0;
}

h4+ul {
  margin-top: .5em;
  padding-top: 0;
}

h1 a,
h2 a,
h3 a,
.detail a,
.readmore a,
.seemore a,
.fakeheader a,
.autrestextes a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
.detail a:hover,
.readmore a:hover,
.seemore a:hover,
.fakeheader a:hover,
.autrestextes a:hover {
  border-bottom: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
.detail a:hover,
.readmore a:hover,
.seemore a:hover,
.autrestextes a:hover,
.fakeheader a:hover {
  color: #94b4a4;
}

/*Typographie générale */

.fakeheader h1 {
  font-size: 1em;
}

.header p {
  line-height: 1.2em;
}

.header {
  margin-top: 5%;
}

.fakeheader {
  margin-top: 0;
  padding: 0 0 1.5em 0;
  opacity: .3;
  transition: all .1s ease-in-out;
}

.fakeheader:hover {
  opacity: 1;
}

.icon:hover {
  opacity: .9;
}

.foreheader {
  height: 3em;
  width: 15%;
  display: block;
  float: left;
}

.foreheader h1 {
  line-height: 1.25em;
  font-size: 1.25em;
}

/* Ajustements typographiques */

a {
  color: #111;
  text-decoration: none;
  border-bottom: 2px solid #ddd;
  transition: all .1s ease-in-out;
}

a:hover {
  border-bottom: 2px solid #94b4a4;
}

p,
pre,
ul {
  line-height: 1.3em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.indent p {
  text-indent: 1.5em;
}

.readmore {
  font-weight: 700;
  text-align: right;
}

.small p,
.small li {
  font-size: .95em;
  line-height: 1.3em;
}

.median {
  font-size: .8em;
}

ul {
  list-style: none;
  padding-left: 0;
}

blockquote,
blockquote a {
  font-style: italic;
  font-size: .9em;
  line-height: 1.1em;
  color: #777;
}

pre {
  font-family: 'Crimson', Georgia, Times, serif;
  margin: 1.5em 0 1.5em 0;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

pre:last-child {
  margin-bottom: 0;
}

.justify {
  white-space: normal;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
}

.centered {
  display: block;
  text-align: center;
}

hr {
  border: 1px solid #ddd;
}


/*Affichage language, email & Insta*/

.hide {
  display: none;
}

.email,
.language {
  margin-top: .75em;
  font-size: .9em;
  display: inline-block;
  color: #777;
}

.language {
  text-transform: uppercase;
}

.language:before {
  content: '(';
}

.language:after {
  content: ')';
}

.language a {
  color: #777;
}

.email {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.email:before {
  content: '  ∙ moc.liamg@';
}

.notes div:not(:last-child) {
  margin-bottom: 1em;
}

.lastnote {
  padding-bottom: 10px;
  margin-bottom: 2em;
}

.encadre {
  border-bottom: 10px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 2em;
}

.encadre:last-child {
  margin-bottom: 0;
}

.description {
  display: block;
  font-size: .9em;
  margin-top: .5em;
  line-height: 1.35em;
}

time,
.smaller,
.detail,
.category,
.lastdate {
  font-weight: normal;
  line-height: 1.1em;
  font-size: .75em;
  color: #777;
}

.detail {
  display: block;
  margin-top: .5em;
}

.autrestextes .detail,
.recensions .detail,
.detailblock .detail,
.col-2 .detail {
  display: inline-block;
}

time,
.detail,
.category {
  text-transform: uppercase;
}

.category:after,
time:after {
  content: ' ∙ ';
}

.lastdate {
  font-style: italic;
}

.detail:before,
.lastdate:before {
  content: '(';
}

.detail:after,
.lastdate:after {
  content: ')';
}

nav {
  margin-top: .5em;
}

nav ul {
  font-size: .8em;
  line-height: 1em;
}

nav li {
  display: inline-block;
}

.icon {
  padding: 0;
  margin: 0;
  font-size: .9em;
  vertical-align: -1em;
  display: inline-block;
  opacity: .6;
  transition: all .1s ease-in-out;
}


/* -----------------------------------
Media queries: Print
-------------------------------------- */

@media print {
  body {
    width: 21cm;
    font-family: Cambria, Times, serif;
    font-size: 13px;
    color: #000;
    background: #fff;
  }
}


/* -----------------------------------
SimpleGrid.io
-------------------------------------- */

.container {
  margin: 36px auto;
  padding: 0;
}

.row {
  position: relative;
  width: 89%;
  border-bottom: 1px solid #ddd;
  padding: 60px 7% 60px 4%;
}

.row:last-child,
.row.noborder {
  border: 0;
}

.row.noborder:first-child {
  padding-bottom: .75em;
}

.row.noborder:nth-child(2) {
  padding-top: 1.25em;
  padding-bottom: 0;
}

.row.noborder:last-child {
  padding-top: 0;
}

.row [class^="col"] {
  float: left;
  margin: 1rem 4% 1rem;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

/*.col-1-sm {width: 0.33%;}*/
.col-2-sm {
  width: 8.66%;
}

/*.col-3-sm {width: 17%;}*/
.col-4-sm {
  width: 25.33%;
}

/*.col-5-sm {width: 33.66%;}*/
.col-6-sm {
  width: 42%;
}

/*.col-7-sm {width: 50.33%;}*/
.col-8-sm {
  width: 58.66%;
}

/*.col-9-sm {width: 67%;}*/
.col-10-sm {
  width: 75.33%;
}

/*.col-11-sm {width: 83.66%;}*/
.col-12-sm {
  width: 92%;
}

.hidden-sm {
  display: none;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 50em) {

  .col-1 {
    width: 0.33%;
  }

  .col-2 {
    width: 8.66%;
  }

  .col-3 {
    width: 17%;
  }

  .col-4 {
    width: 25.33%;
  }

  .col-5 {
    width: 33.66%;
  }

  .col-6 {
    width: 42%;
  }

  .col-7 {
    width: 50.33%;
  }

  .col-8 {
    width: 58.66%;
    max-width: 1400px;
  }

  .col-9 {
    width: 67%;
  }

  .col-10 {
    width: 75.33%;
  }

  .col-11 {
    width: 83.66%;
  }

  .col-12 {
    width: 92%;
  }

  .hidden-sm {
    display: block;
  }

  .reducedwidth {
    width: 65%;
  }
}

@media only screen and (max-width: 50em) {
  .reducedwidth {
    width: 100%;
  }
}