/* MAIN CSS */
* {
  user-select: none;
}
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.TT{
  position: sticky;
}
li{
  margin: 1.75em auto 0.3em auto;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 34%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 1px;
  border-color: white;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.containermusique{
    display: flex;
    flex-direction: column;
  align-items: center;
  justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: -30;
}

.containermusique iframe{
  width: 100%;
}

.date{
  position: relative;
  top: -55px;
  left: 70%;
  font-size: 60%;
  opacity: 50%;
}

.overlay {
  background: rgba(0,0,0,.9);
  width: 100%;
  height: 100%;
  margin: 0px;
  position: fixed;
  z-index: 20;
  transition-duration: 100ms;
  	cursor:url("../cur/pix2.png"), default;
}

.about{
  width: 80%;
  font-family: monospace;
  opacity: 80%;
}
#grid-social {
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  align-items: center;
  gap: 1.5vw;
  position: relative;
  top: 30px;
  width: 100%;
}

.grid-img {
    opacity: 1;
    transition-duration: 200ms;
}

.grid-img-f {
  position: relative;
  top: -58px;
  z-index: -60;
}

.gridhover:hover {
    transform: translate(-15px, -10px);
    transition-duration: 200ms;
}
.gridhover {
    transition-duration: 200ms;
}

h2{
  line-height: 1.3em;
  font-size: .5em;
  color: white;
}

#load{
  position: fixed;
  top: 48%;
  left: 48%;
  width: 50px;
  height: auto;
}

#parallax, #parallax2, #parallax3, #parallax4, #parallax5, #parallax6, #parallax7, #parallax8 {
	position: fixed;
  overflow: scroll;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg3.png');
	background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
  opacity: 92%;
  z-index: -500;
}

#parallaxfond {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../img/bg4.png');
	background-repeat: repeat;
  background-position: center;
  background-position: 50% 50%;
  opacity: 40%;
  z-index: -500;
}


/* Scrollbar */

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--link-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--link-color);
		width: 20px;
}

/* FONTS */

@font-face {
    font-family: fauneregular;
    src: url("../fonts/Uncut-Sans-Semibold.otf");
}

@font-face {
    font-family: faunethin;
    src: url("../fonts/SourceCodePro-ExtraLight.ttf");
}

@font-face {
  font-family: spratfont;
  src: url('../fonts/Uncut-Sans-Semibold.otf');
}

@keyframes anim-rainbow {
	0%  {color: #999;}
  100%  {color: #999;}
}

:root {
    --text-color: #999;
    --link-color: #fff;
    /*script pour choir couleur dans une liste à chaques visite*/
}

* {
    box-sizing: border-box;
  }

body {
    background-color: #111;
    color: #999;
    margin: 0;
    padding: 0;
    z-index: 0;
    font-family: fauneregular;
}

.bg {
    /* background-image: url('../img/bg.png'); */
		background-color: black;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.cursorpix1{
	cursor:url("../cur/pix1.png"), default;
}

.cursorpix2{
	cursor:url("../cur/pix2.png"), default;
}

a {
    color: white;
    text-decoration: none;
    transition: 150ms;
}

a:hover {
    background-color: white;
		cursor:url("../cur/pix1.png"), default;
}

#header a:hover {
    background-color: transparent;
		cursor:url("../cur/pix1.png"), default;
}



/*///////////////////////*/
/* CURSOR CUSTOM PROJETS */
/*///////////////////////*/

a.pixico:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixico.png") 25 15, default;
}
a.pixinterface:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixinterface.png") 25 15, default;
}
a.pixcea:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixcea.png") 25 15, default;
}
a.pixphy:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixphy.png") 25 15, default;
}
a.pixera:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixera.png") 25 15, default;
}
a.pixvege:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixvege.png") 25 15, default;
}
a.pixxeno:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixxeno.png") 25 15, default;
}
a.pixarcheo:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixarcheo.png") 25 15, default;
}
a.pixnord:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixnord.png") 25 15, default;
}
a.pixsuperdemain:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixsuperdemain.png") 25 15, default;
}
a.pixp5:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixp5.png") 25 15, default;
}
a.pixvisiophone:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixvisiophone.png") 25 15, default;
}
a.pixanemo:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixanemo.png") 25 15, default;
}
a.pixvisiologie:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixvisiologie.png") 25 15, default;
}


a.pixscifi:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixscifi.png") 25 15, default;
}
a.pixabs:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixabs.png") 25 15, default;
}
a.pixreal:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixreal.png") 25 15, default;
}
a.pixsati:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixsati.png") 25 15, default;
}
a.pixuchro:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixuchro.png") 25 15, default;
}


a.pixgra:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pixgra.png") 25 15, default;
}






a.dlfile:hover {
    text-decoration: overline double white;
		cursor:url("../cur/pix4.png"), default;
}

a:active {
    color: var(--link-color);
}

a:visited {
    color: white;
    text-decoration: none;
}

#content {
    margin: 0 10% 10px 25%;
    /* max-width: 1280px; */
    padding: 0 10px 10px 10px;
}

p {
  font-family: monospace;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
}

.textcenter{
text-align: center;
}

#TThead{
  font-size: 80%;
  transition:0.08s;
}
/* #TThead:hover{
  font-size: 100%;
  transition:0.08s;
} */

/* #header {
    display: block;
    padding: 1em 0 1em 0;
    text-align: center;
    color: #999;
    font-family: spratfont;
    font-size: 2.5em;
    letter-spacing: 0.08em;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 1.15em;
} */


#logo {
  position: fixed;
  height: auto;
  z-index: 2;
  transition: 150ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

#logo:hover {
  transform: translate(-15px, -10px);
  transition: 150ms;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: none;
}

#logoshadow {
  position: fixed;
  height: auto;
  z-index: 1;
}

#header {
    position: fixed;
    top: 5%;
    left: 5%;
    width: 20%;
    display: block;
    padding: 1em 0 1em 0;
    color: #999;
    font-family: spratfont;
    font-size: 2.5em;
    letter-spacing: 0.08em;
    line-height: 1.15em;
    z-index: 20;
}

#header a:hover {
	  color: #fff;
}

#header p {
    padding: 20px 0 0 0 ;
    color: #fff;
    font-size: 0.42em;
    letter-spacing: 0.2em;
}

#nav {
    font-family: fauneregular;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 2em 0;
    /* background-color: rgba(0, 0, 0, 0.62); */
    justify-content: space-between;
    transition: 0.15s;
    /* opacity: 0.4; */
}
#nav:hover {
    transition: 0.15s;
    opacity: 1;
}

ul {
  font-size: 80%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 0.5fr);
  transition:0.3s;
}

@media screen and (max-width: 800px) {
    #nav {
        font-size: 1em;
    }

    ul {
        grid-template-columns: repeat(3, 1fr);
    }

    li {
        margin: 1em auto 1em auto;
    }
}


.active {
    color: #fff;
    animation-name: anim-rainbow;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#introprojets {
  position: relative;
  width: 25px;
  height: 25px;
  top: 85px;
  left: 5%;
  transition-duration: 400ms;
  z-index: -300;
}
#introprojets img {
  width: 180px;
  opacity: 0.2;
  transition-duration: 200ms;
}

#scroll_to_top {
  position: fixed;
  width: 25px;
  height: 25px;
  bottom: 50px;
  right: 30px;
}
#scroll_to_top img {
  width: 25px;
}

@media screen and (max-width: 380px) {
  .TT{
    font-size: 60%;
  }
}
