html {
    scroll-behavior: smooth;
}

@font-face {
  font-family: 'mazius_regular';
  src: url(font/mazius_regular.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'mazius_extra_italic';
  src: url(font/mazius_extra_italic.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'trueno_regular';
  src: url(font/TruenoRg.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'trueno_bold';
  src: url(font/TruenoBd.otf);
  font-weight: 400;
  font-style: normal;
}



body {
	margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}



p {
	font-family: mazius_extra_italic;
	font-weight: 100;
	font-size: 3vw;
	text-align: left;
	text-decoration: none;
	color: #0000ff;
	line-height: 1.5;
	position: relative;
	background-color: #ffffff;
	border-bottom-width: 0.1vw;
    border-bottom-style: solid;
    border-bottom-color: #ff00ff;
    border-top-width: 0.1vw;
    border-top-style: solid;
    border-top-color: #ff00ff;
    border-left-width: 0.15vw;
    border-left-style: solid;
    border-left-color: #ff00ff;
	margin-left: 22%;
	padding-left: 1vw;
	white-space: nowrap;
	letter-spacing: 0.08vw;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

h1 {
	font-family: trueno_bold;
	color: #0000ff;
	text-decoration: none;
	text-align: left;
	line-height: 2.2vw;
	font-size: 1.5vw;
	font-weight: 400;
	padding-left: 1vw;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-color: none;
	border-bottom-width: 0.2vw;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-top-width: 0.2vw;
    border-top-style: hidden;
    border-top-color: #ffffff;
    border-right-width: 0.0vw;
    border-right-style: none;


}

h2 {
	font-family: mazius_extra_italic;
	color: #0000ff;
	font-size: 3.5vw;
	text-align: left;
	font-weight: 400;
	line-height: 0.8;
	top: 0;
	padding-top: 1vw;
	margin-top: 0;
	padding-left: 1vw;
	padding-bottom: 2vw;
	text-decoration: underline #ff00ff;
}


h3 {
    font-family: trueno_regular;
    color: #ffffff;
    background-color: #ff00ff;
    font-size: 2vw;
    text-align: left;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 0.5vw;
    padding-left: 1vw;
    padding-bottom: 0.5vw;
    margin-top: 0;
    margin-left: 0vw;
    margin-bottom: 0vw;
    margin-left: 22%;
}

sup {
	font-family: trueno_regular;
	font-size: 1.5vw;
	letter-spacing: 0;
}

sub {
	font-family: trueno_bold;
	font-size: 3.5vw;
	letter-spacing: -0.05vw;
	line-height: 0.8;
	margin-left: 2vw;
	text-decoration: none;
	font-weight: 400;
}

button {
	font-family: trueno_bold;
	font-size: 1.5vw;
	font-weight: 400;
	background-color: transparent;
	border: none;
	color: #0000ff;
	text-decoration: underline;
	margin-left: 1vw;
	margin-bottom: 2vw;
}

#colonne_gauche {
	position: fixed;
    z-index: 0;
    left: 0px;
    top: 0px;
    text-align: center; 
    width: 22%;
    height: 100%;
    overflow: hidden;
}

#div_0 {
	position: relative;
    z-index: 1;
	padding-top: 0vw; 
	width: 22%;
	height: 100%;
}

#div_1 {
	position: relative;
	display: block;
    z-index: 1;
    bottom: 0;
    left: 0;
	width: 22%;
	height: 100%;
	padding-left: 0%;
	padding-bottom: 0%;
}

#div_2 {
	position: relative;
	display: block;
    z-index: 1;
    bottom: 0;
    left: 0;
	width: 22%;
	height: 100%;
	padding-left: 0%;
	padding-top: 0%;
	margin-top: 0%;
}

#colonne_droite {
	position: absolute;
	z-index: 0;
 	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 0%;
}

#footer {
    background-color: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}


a:hover {
	cursor: default;
}

h1:hover {
	cursor: pointer;
	background-color: #ff00ff;
	color: white;
}

p:hover {
	text-decoration: none;
	background-color: #0000ff;
	color: white;
	margin-left: 22%;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
	font-family: mazius_extra_italic;
	font-size: 2vw;
	background-color: #ff00ff;
	color: white;
}

