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, 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, button {
	margin: 0;
	padding: 0;
	font: inherit;
	vertical-align: baseline;
	background: none;
	border: none;
}

*:focus {
    outline: none;
}	

@font-face {
    font-family: 'TimesDot';
    src: url('../font/TimesDotRom.woff2') format('woff2'),
         url('../font/TimesDotRom.woff') format('woff'),
        url('../font/TimesDotRom.otf') format('opentype'),
        url('../font/TimesDotRom.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

body{
  background-color: black;
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  hyphens: none;
  cursor: url("http://thiscontent.online/firesermon/coffee.png") 0 0, pointer; /* Legacy */
  cursor: url("http://thiscontent.online/firesermon/coffee.png") 0 0, pointer; /* FF */
  cursor: -webkit-image-set(url("http://thiscontent.online/firesermon/coffee.png") 1x, url("http://thiscontent.online/firesermon/coffee.png") 2x) 0 0, pointer; /* Webkit */
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: inherit;
}

#name{
  position: absolute;
  z-index: 9999;
  left: 20px;
  top: 21px;
  font-size: 18px;
  letter-spacing: 7px;
  color: lightgrey;
  -webkit-text-stroke: 0.5px;
  }

#menu{
  position: absolute;
  font-family: "TimesDot";
  z-index: 9999;
  right: 20px;
  top: 20px;
  font-size: 19.7px;
  letter-spacing: 1px;
  color: lightgrey;
  -webkit-text-stroke: 0.5px;
  }

#bonjour{
	display: grid;
	grid-template-columns: 2fr 2fr 2fr;
	gap: 3em;
	text-align: left;
	margin-top: 55px;
	padding-top: 60px;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 64px;
	top: 0px;
	left: 0px;
	position: relative;
}

#titles{
	font-family: 'times-dot';
	font-size: 33.5px;
	letter-spacing: 0.5px;
	line-height: 108%;
}

#flex{
	display: grid;
    grid-template-rows: 1fr auto;
    gap: 1em;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing:0.5px;
    line-height:120%;
}

#subflex{
	display: grid;
    grid-template-columns: 70px 1fr;
    gap: 1em;
    font-family: sans-serif;
    font-size: 18px;
    letter-spacing:0.5px;
    line-height:120%;
}

td {
  padding: 0px 30px 0px 0px;
  border: none;
  border-collapse: collapse;
}

#bonjour>div {
  position: relative;
  text-align: left;
}

hr{
    height: 1px;
    z-index: 10000;
    border: 0;
	margin-top:0px;
	margin-bottom: 0px;
	position: sticky;
  	position: -webkit-sticky;
  	top: 0;
}

.stick{
    height: 1px;
    z-index: 10000;
    border: 0;
	margin-top:5px;
	margin-bottom: 0px;
	position: sticky;
  	position: -webkit-sticky;
  	top: 0;
}

#now{
	top: 7px;
	margin-left: 7px;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: left;
}

#contenant{
	position: absolute;
	top: auto;
	left: 0;
	width: calc(100% - 11px);
	text-align: center;
	transition:1.5s;
}

#contemporain{
	padding-bottom: 18px;
	background-color: black;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#num{
	margin-top: 0px;
	padding: 0.5%;
	width: 99%;
	font-size: 13px;
	letter-spacing: 0.7px;
	text-align: center;
	line-height: 140%;
	background-color: transparent;
	float: left;
	color: lightgrey;
	text-shadow: 0 0 0.5px lightgrey, 0 0 0.5px lightgrey, 0 0 0.5px lightgrey;
}

#nume{
	font-size: 13px;
	letter-spacing: 0.4px;
	text-align: center;
	color: lightgrey;
	text-shadow: 0 0 0.5px lightgrey, 0 0 0.5px lightgrey, 0 0 0.5px lightgrey;
}

#taffvert{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	margin: 1.3vw;
}

#vert{
	height: 25vw;
	padding: 1vw;
}

#flashinfo {
  position: absolute;
  top: -3px;
  bottom: -7px;
  left: -10px;
  right: -10px;
  border-radius: 0px;
  border: 0px solid lightgrey;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  /* transition effect. not necessary */
  transition: opacity 0.6s, visibility 0.6s;
}

#taffhor:hover #flashinfo {visibility: visible; opacity: 1;}
#taffvert:hover #flashinfo {visibility: visible; opacity: 1;}
#taffcar:hover #flashinfo {visibility: visible; opacity: 1;}
#taffmini:hover #flashinfo {visibility: visible; opacity: 1;}
#tafffake:hover #flashinfo {visibility: visible; opacity: 1;}


#info {
	transition: 0.6s;
	transform: translateY(1em);
	font-size: 18px;
	font-family: 'TimesDot';
	line-height: 111%;
	letter-spacing: 0.3px;
	text-align: center;
}

#taffvert:hover #info {transform: translateY(0);}

#tafften{
	margin-top: 6.6%;
	margin-left: 2%;
	margin-right: 2%;
	width: 8%;
	display: inline-block;
}

#ten{
	width: 100%;
	border-radius: 3px;
}

#taffthirty{
	margin-top: 6.6%;
	margin-left: 2%;
	margin-right: 2%;
	width: 19%;
	display: inline-block;
}

#thirty{
	width: 100%;
	border-radius: 3px;
}

#box{
	display: flex;
	align-items: center;
	justify-content: center;
}

#tafffifty{
	margin-top: 6.6%;
	margin-left: 2%;
	margin-right: 2%;
	width: 27%;
	display: inline-block;
}

#fifty{
	width: 100%;
	border-radius: 3px;
}

#taffseven{
	margin-top: 6.6%;
	margin-left: 1%;
	margin-right: 1%;
	width: 42%;
	display: inline-block;
}

#seven{
	width: 100%;
	border-radius: 3px;
}

#taffhundred{
	margin-top: 6.6%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 75%;
	display: inline-block;
}

#hundred{
	width: 100%;
	border-radius: 3px;
}

#related{
position: relative;
z-index: 10000;
margin-top: -8px;
border-radius:0px;
line-height: 80px;
margin-bottom: -20px;
margin-left: -3px;
margin-right: -3px;
display: inline-block;
height: 80px;
width: 80%;
font-family: 'TimesDot';
font-size: 25px;
letter-spacing: 0.2px;
color: lightgrey;
text-shadow: 0 0 1px lightgrey, 0 0 1px lightgrey, 0 0 1px lightgrey;
}

#previous{
position: relative;
z-index: 10000;
margin-top: -8px;
border-radius:0px 10px 0px 0px;
line-height: 80px;
margin-bottom: -18px;
margin-left: -3px;
margin-right: -3px;
display: inline-block;
height: 80px;
width: 30%;
font-family: 'TimesDot';
font-size: 25px;
letter-spacing: 0.2px;
color: lightgrey;
text-shadow: 0 0 1px lightgrey, 0 0 1px lightgrey, 0 0 1px lightgrey;
}

#archive{
position: relative;
z-index: 10000;
margin-top: -8px;
border-radius:0px;
line-height: 80px;
margin-bottom: -18px;
margin-left: -3px;
margin-right: -3px;
display: inline-block;
height: 80px;
width: 39%;
font-family: 'TimesDot';
font-size: 25px;
letter-spacing: 0.2px;
color: lightgrey;
text-shadow: 0 0 1px lightgrey, 0 0 1px lightgrey, 0 0 1px lightgrey;
}

#next{
position: relative;
z-index: 10000;
margin-top: -8px;
border-radius:10px 0px 0px 0px;
line-height: 80px;
margin-bottom: -18px;
margin-left: -3px;
margin-right: -3px;
display: inline-block;
height: 80px;
width: 30%;
font-family: 'TimesDot';
font-size: 25px;
letter-spacing: 0.2px;
color: lightgrey;
text-shadow: 0 0 1px lightgrey, 0 0 1px lightgrey, 0 0 1px lightgrey;
}

.rel{background-color:rgba(0,0,0,0.83);}
.relinfo{
	color: lightgrey;
}

#tag{
	font-size: 14px;
	font-family: sans-serif;
	letter-spacing: 0.5px;
	font-style: normal;
}

@media (max-width: 1100px) {
  #bonjour {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
	text-align: left;
	padding-top: 60px;
	padding-left: 12%;
	padding-right: 12%;
	padding-bottom: 64px;
	top: 0px;
	left: 0px;
	position: relative;
  }

  #titles{
  	font-family: 'times-dot';
  	font-size: 30px; 
  	letter-spacing: 0.5px;
  	line-height: 108%;
  	text-align: center;
  }


  #flex{
	display: grid;
    grid-template-rows: 1fr auto;
    gap: 1em;
   }

}

@media (max-width: 800px) {

  #name{
  position: absolute;
  z-index: 9999;
  left: 20px;
  top: 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: lightgrey;
  text-shadow:none;

  }

  #menu{
  font-family:sans-serif;
  font-weight: normal;
  font-kerning: normal;
  position: absolute;
  z-index: 9999;
  right: 20px;
  top: 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: lightgrey;
  text-shadow:none;
  }

  #bonjour {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2em;
	text-align: left;
	padding-top: 48px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 34px;
	top: 0px;
	left: 0px;
	position: relative;
  }

  #titles{
  	font-family: 'times-dot';
  	font-size: 35px; 
  	letter-spacing: 0.5px;
  	line-height: 108%;
  }

#flex{
	display: grid;
    grid-template-rows: 1fr auto;
    gap: 1em;
}

#subflex{
	display: grid;
    grid-template-columns: 70px 1fr;
    gap: 2em;
    font-family: sans-serif;
    font-size:18px;
    letter-spacing:0.5px;
    line-height:120%;
}

  #tafften{
	margin-top: 10%;
	margin-left: 1%;
	margin-right: 1%;
	width: 94%;
	display: inline-block;
}

#ten{
	width: 100%;
	border-radius: 3px;
}

#box{
	display: inline-block;
	align-items: center;
	justify-content: center;
}

#taffthirty{
	margin-top: 10%;
	margin-left: 1%;
	margin-right: 1%;
	width: 94%;
	display: inline-block;
}

#thirty{
	width: 100%;
	border-radius: 3px;
}

#tafffifty{
	margin-top: 10%;
	margin-left: 1%;
	margin-right: 1%;
	width: 94%;
	display: inline-block;
}

#fifty{
	width: 100%;
	border-radius: 3px;
}

#taffseven{
	margin-top: 10%;
	margin-left: 1%;
	margin-right: 1%;
	width: 94%;
	display: inline-block;
}

#seven{
	width: 100%;
	border-radius: 3px;
}

#taffhundred{
	margin-top: 10%;
	margin-left: 1%;
	margin-right: 1%;
	width: 94%;
	display: inline-block;
}

#hundred{
	width: 100%;
	border-radius: 3px;
}

#taffvert{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	margin: 5vw;
}

#vert{
	width: 85vw;
	height: auto;
}

.phony{
	display: none;
}

}
