/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;

  --footer-background: #292e39;
  --footer-acolor: rgba(130, 130, 130, 0.5);
  --footer-color: rgba(90, 90, 90, 0.7)
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

em.oolg {
  font-variant: small-caps;
  font-style: normal;
  font-weight: bold;
}

.show p {
  text-indent: 1em;
  font-size: 1.05em;
  text-align: justify;
}
.show p.incipit{
  font-size: 1.5em;
}


:root {
    --accent: rgb(84, 43, 222);
    --gap: 1em;

    --text-color: rgba(0, 0, 0, 0.75);
    --header-color: rgba(0, 0, 0, 1.0);
    --fade-color: rgba(0, 0, 0, 0.40);
    --border-radius: 3px;
}





body {
    padding-left: calc(var(--gap) * 2);
    padding-right: var(--gap);
    padding-bottom: var(--gap);
    width: 800px;
    max-width: 100%;

    font-size: 12px;
    font-family: sans;
    line-height: 1.5;
    color: var(--text-color);

/*    background-image: url('oolg_main.jpg');
    background-position: top 30px left;
    background-repeat: no-repeat;
*/
}

.passe_la_ligne {
  position: absolute;
  margin-top: 350px;
  margin-left: 390px;
}

.inverse {
  margin-left: 100px;
}

.passe_la_ligne p {
  font-weight: bold;
  font-family: sans;
  font-size: 8em;
  text-align: center;
}

.passe_la_ligne p a {
  color: var(--header-color);
  background: rgba(230, 230, 230, 0.6)
}

.passe_la_ligne p a img {
  display: inline;
  height: 70px;
  width: auto;
  padding-left: 2px;
  padding-right: 2px;
}

.alea1 {
  float: left;
  margin-right: 15px;
  margin-left: -40px;
  margin-bottom: 150px;
}

.alea2 {
  /* float: right; */
  margin-right: -207px;
  margin-left: 20px;
}

.alea3 {
  float: right;
  margin-right: 200px;
}

.alea4 {
  /* float: right; */
  margin-right: 45px;
  margin-left: 5px;
}

.alea5 {
  /* float: left; */
  margin-right: 7px;
  margin-left: 20px;
  margin-top: -200px;
}

.mleft {
  margin-left: 6px;
}

.pleft{
  padding-left: 5px;
  padding-right: -5px;
}


.mright{
    margin-right: 7px;
}

.pright{
  padding-right: 6px;
  padding-left: -6px;
}

#incipit {
  position: absolute;
}

ul, p, hr,
.media, .grid, .iframe, .rubrique
h1, h2, h3, h4, h5 {
    margin-bottom: var(--gap);
}

a {
    color: var(--accent);
    text-decoration: none;
}

ul.flat {
    list-style: none;
    padding:0;
}

.hidden {
    display: none;
}

h1, h2, h3 {
    font-size: inherit;
    font-family: monospace;;
    color: var(--header-color);
}

h1, h2, h3, strong, b {
    opacity: 0.8;
}

header {
    position: fixed;
    margin-top: var(--gap);
    margin-bottom: var(--gap);
    font-size: 14px;
    font-family: monospace;
    color: var(--header-color);

    background: rgba(255, 255, 255, 0.9);

}

nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
nav li a {
    display: block;
    color: inherit;
    text-transform: lowercase;
    text-decoration: none;
    padding: 10px 20px 6px;
}
nav li {
    border-bottom: 1px solid;
    color: var(--fade-color);
}
nav .on {
    color: var(--header-color);
    border-width: 2px;
    /* border-bottom-style: double; */
    /* color: var(--accent) */
}
nav li:first-child a {
    padding-left: 0
}
nav .filler {
    flex: 1;
}
nav a[href="club-plagiat.html"] {
    color: #dc0ea8;
    position: relative;
    margin-left:5px;
    margin-right:5px;
}
nav a[href="club-plagiat.html"]:before {
    content:"☞";
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: -4px;
    transform: rotate(30deg)
}
nav a[href="club-plagiat.html"]:after {
    content:"☜";
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: -4px;
    transform: rotate(-30deg)

}


hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.2);
/*
    height: 20px;
    background: repeating-linear-gradient(
      135deg,
      rgba(0,0,0,0),
      rgba(0,0,0,0) 10px,
      rgba(0,0,0,.2) 10px,
      rgba(0,0,0,.2) 20px
    );
    background-size: 758px;
    background-repeat: no-repeat; */
}

main {
  padding-top: 57px;
}

.media, .rubrique {
    --video-height: 80px;
    --video-width: 200px;
    height: var(--video-height);
    position: relative;
    background-size: var(--video-width) auto;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: black;
    border-radius: var(--border-radius);
    overflow: hidden;
    /* box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3); */
}


.media a, .rubrique a {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    display: block;
    color: white;
}
.media span, .rubrique span {
    position: absolute;
    left: var(--video-width);
    top:0;
    bottom:0;
    right:0;
    line-height: var(--video-height);
    padding: 0 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(255,255,255,0.2);
    background: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0.33));
}

.rubrique span.nodisp {
    display: none;
}

.actions-q {
    float: left;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    border-radius: 3px;
}

.actions-q .rubrique {
    background-position: center center;
    border-radius: 3px 3px 0 0px;
}

.actions-q h3 {
    margin-bottom: 2px;
}

.actions-q .description {
    margin: 0;
    background: black;
    border-radius: 0 0 3px 3px;
}

.actions-q .description p {
    margin: 0;
    color: white;
    padding: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0.33));
}


.media::before, .media:after {
    content:"";
    border-left:30px solid white;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: calc(var(--video-width) / 2);
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0.95;
    z-index: 1;
    pointer-events: none;
}
.media:before {
    border-left-color:black;
    opacity: 0.5;
    transform: translate(5px, 5px);
    z-index: 0;
}

.more {
  text-align: right;
  font-style: italic;
}

.more::after {
  content: '→';
}

.iframe {
    display: block;
    padding-bottom: 50%;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: black;
}
.iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}





.slideshow {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.slideshow .item {
    position: fixed;
    top: 0; left: 0;
    right: 0; bottom: 0;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 99;
    flex-direction: column;
    flex-wrap: wrap;
}

.slideshow .item img {
    display: block;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    image-rendering: -webkit-optimize-contrast;

}

.slideshow .close,
.slideshow .next,
.slideshow .prev {
    position: absolute;
    font-weight: bold;
    font-size: 40px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-decoration: none;
    color: white;
    text-align: center;
    z-index: 3;
    padding: 0;
}


.slideshow .close {
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 100;
    width: 70px;
    background: black;
    font-family: monospace;
}

.slideshow .next,
.slideshow .prev {
    top: 50%;
    margin-top: -320px;
    height: 600px;
    line-height: 600px;
    width: 30%;
    padding: 0 40px;
    font-size: 50px;
    color: black;

}

.slideshow .next:before,
.slideshow .prev:before {
    position: absolute;
    margin-top:-7px;
    color: white;

}

.slideshow .prev {
    left: 0px;
    text-align: left;
}
.slideshow .prev:before {
    content: "<"
}

.slideshow .next {
    width: 70%;
    right: 0px;
    text-align: right;
}
.slideshow .next:before {
    content: ">"
}

.slideshow .item,
.slideshow .close {
    display: none;
}
.slideshow .item:first-of-type .prev,
.slideshow .item:last-of-type .next {
    display: none;
}
.slideshow .item:first-child .next {
    width: 100%
}

.slideshow .item:target {
    display: flex;
    pointer-events: auto;
}
.slideshow .item:target  ~ .close {
    display: block;
}
.slideshow .item:target + .item,
.item:first-child:not(:target) {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.loader {
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000000;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 1;

}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* CLUB plagiat */
.club-sandwish {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.club-loser {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: teal;
    flex-shrink: 0;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    /* font-weight: bold; */
    color: white;
}
.club-content {
    margin-top:4px;
    margin-left: 8px;
    padding:8px 10px;
    border-radius: 20px;
    border-top-left-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.3)
}

.club-content p:last-child {
    margin:0;
}

.club-content img {
    border-radius: 20px;
    margin:0;
    display: block;
}


.club-content.image {
    padding: 0;
}
.club-content.image p {
    margin:0;
}
.club-content.image br {
    display: none;
}

.club-content.image img {
    border-radius: 20px;
    border-top-left-radius: 0;
}

.titraille{
    text-align: center;
    font-family: serif;
    font-size: 2em;

    margin-bottom: 0;
}

.creation-2023{
    text-align: center;
    font-style: italic;
    font-family: serif;
}

cite {
  display: block;
  margin-bottom: 0.2em;
  margin-left: -2em;
}

cite em {
  font-weight: bold;
}

blockquote {
  padding-left: 3em;
}

:root {
	--type-body: Open Sans, Helvetica, Arial, sans-serif;
	--type-quote: Vollkorn;
	--quote-image-width: 140px;
	--border-rad: 7px;
	--accent-color: #c59c6c;
	--quote-bg: hsl(0 0% 97%);
}

/* Portfolio */
body .portfolio, html .portfolio {
  display: flex;
  flex-flow: row wrap;
}
body .portfolio .pf_item, html .portfolio .pf_item {
  background-color: #000;
  height: calc(100vh / 5);
  width: calc(100% / 6);
  overflow: hidden;
  position: relative;
  top: 0;
  text-decoration: none;
  transition: all ease 0.4s;
}
@media all and (max-height: 1080px) {
  body .portfolio .pf_item, html .portfolio .pf_item {
    height: calc(100vh / 6);
  }
}
@media all and (max-height: 720px) {
  body .portfolio .pf_item, html .portfolio .pf_item {
    height: calc(100vh / 4);
  }
}
@media all and (max-height: 480px) {
  body .portfolio .pf_item, html .portfolio .pf_item {
    height: 100vh;
  }
}
@media all and (max-width: 1920px) {
  body .portfolio .pf_item, html .portfolio .pf_item {
    width: calc(100% / 4);
  }
}
@media all and (max-width: 1400px) {
  body .portfolio .pf_item, html .portfolio .pf_item {
    width: calc(100% / 3);
  }
}
@media all and (max-width: 960px) {
  body .portfolio .pf_item, html .portfolio .pf_item {
    width: calc(100% / 2);
  }
}
@media all and (max-width: 600px) {
  body .portfolio .pf_item, html .portfolio .pf_item {
    width: 100%;
  }
}
body .portfolio .pf_item:hover, html .portfolio .pf_item:hover {
  box-shadow: 0 5px 10px #000;
  z-index: 1;
  top: -5px;
}
body .portfolio .pf_item:hover .pf_bg, html .portfolio .pf_item:hover .pf_bg {
  opacity: 0.6;
  transform: scale(1.1);
}
body .portfolio .pf_item:hover .pf_title, html .portfolio .pf_item:hover .pf_title {
  opacity: 1;
}
body .portfolio .pf_item:hover .pf_plus, html .portfolio .pf_item:hover .pf_plus {
  opacity: 1;
  transform: rotate(180deg);
}
body .portfolio .pf_item .pf_bg, html .portfolio .pf_item .pf_bg {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  transition: all ease 0.4s;
}
body .portfolio .pf_item .pf_title, html .portfolio .pf_item .pf_title {
  opacity: 0.25;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1em;
  position: absolute;
  transition: all ease 0.4s;
  bottom: 5px;
  left: 5px;
}
body .portfolio .pf_item .pf_plus, html .portfolio .pf_item .pf_plus {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  transition: all ease 0.4s;
}
body .portfolio .pf_item .pf_plus:before, html .portfolio .pf_item .pf_plus:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 28px;
  background: #fff;
  width: 4px;
}
body .portfolio .pf_item .pf_plus:after, html .portfolio .pf_item .pf_plus:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 20px;
  left: 20px;
  background: #fff;
  height: 4px;
}

/* Portfolio */

.portrait img{
  width: 200px;
}

a#trendy {
  text-decoration: underline;
}

em.hashtag{
  font-weight: bold;
  font-style: normal;
}

#amour {
  position: absolute;
  z-index: 0;
}

#haine {
  background: rgba(255, 255, 255, 0.8);

  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: -20px;
  margin-bottom: 870px; /* voir pour ôter la taille de #haine */
  padding: 2px;
}

#haine a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-style: dashed;
}

footer {
  margin-top: 30px;
  padding: 2em 0;
  padding-top: 0;
  /* background: var(--footer-background); */
  color: var(--footer-color);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 75%;
  box-sizing: border-box;
}

footer ul li {
  list-style: none;
  margin: 0;
}

footer ul li a {
  color: var(--footer-acolor);
}

summary{
  cursor: pointer;
}

summary:hover {
  font-size: 1.1em;
}

details summary em {
  opacity: 0.8;
  margin: 0;
  margin-bottom: var(--gap);
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  font-family: monospace;;
  color: var(--header-color);
}


details[open] summary {
  padding: 15px;
  padding-top: 10px;
  color: var(--header-color);
  font-size: 1.5em;
}
