|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="./tense.ico">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
<style>
|
|
|
|
|
|
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
--------------------------------------------------------------------PRINT----------------------------------------------------------------------------------------------------
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
@page {
|
|
|
size: 420mm, 297mm;
|
|
|
margin: 0mm;
|
|
|
}
|
|
|
@media print {
|
|
|
@font-face {
|
|
|
font-family: 'WFTF';
|
|
|
src: url('wftfs-Regular.otf');
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: 'EBGaramondmediumitalic';
|
|
|
src: url('EBGaramond-MediumItalic.ttf');
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: 'EBGaramonditalic';
|
|
|
src: url('EBGaramond-Italic.ttf');
|
|
|
}
|
|
|
logo {
|
|
|
display: none;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
mix-blend-mode: hard-light;
|
|
|
}
|
|
|
.page {
|
|
|
page-break-after: always;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
body {
|
|
|
padding: 2mm;
|
|
|
margin-top: 0;
|
|
|
margin-left: 0;
|
|
|
margin-top: 0;
|
|
|
margin-left: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
text-align: left;
|
|
|
columns: 3 auto;
|
|
|
background: rgb(233,233,233);
|
|
|
background: radial-gradient(circle, rgba(233,233,233,1) 0%, rgba(138,138,138,1) 100%);
|
|
|
}
|
|
|
.button {
|
|
|
display:none
|
|
|
}
|
|
|
.buttonright {
|
|
|
display:none
|
|
|
}
|
|
|
.image {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
h1 {
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
text-align: center;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-weight: 900;
|
|
|
top: 0;
|
|
|
left: 10;
|
|
|
z-index: 300;
|
|
|
position: fixed;
|
|
|
}
|
|
|
h9 {
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
text-align: center;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-weight: 900;
|
|
|
top: 0;
|
|
|
right: 10;
|
|
|
z-index: 300;
|
|
|
position: fixed;
|
|
|
}
|
|
|
h2 {
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 1mm;
|
|
|
padding-top: 1mm;
|
|
|
margin-right: 0mm;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
margin-left: 5mm;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
z-index: 250;
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
h3 {
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
color: black;
|
|
|
font-style: italic;
|
|
|
text-align: center;
|
|
|
font-family: "Times New Roman", Times, serif;
|
|
|
font-weight: lighter;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
h4 {
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
font-size: 24px;
|
|
|
line-height: 90%;
|
|
|
}
|
|
|
h5 {
|
|
|
color: #EDEDED;
|
|
|
font-family: helvetica;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
text-justify: none;
|
|
|
bottom: 0;
|
|
|
position: fixed;
|
|
|
display: inline-block;
|
|
|
/*text-shadow: 0px 0px 20px #FFFFFF;*/
|
|
|
z-index:99;
|
|
|
}
|
|
|
h6 {
|
|
|
color: transparent;
|
|
|
font-family: helvetica;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
position: fixed;
|
|
|
display: inline-block;
|
|
|
/*text-shadow: 20px 20px 20px;*/
|
|
|
stroke: 1px;
|
|
|
z-index:98;
|
|
|
}
|
|
|
h7 {
|
|
|
opacity: 1;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
margin-left: 0px;
|
|
|
z-index: 1000;
|
|
|
color: #FFF200;
|
|
|
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; /*, 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
}
|
|
|
|
|
|
h8 {
|
|
|
opacity: 1;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
text-indent: 3mm;
|
|
|
margin-left: 0px;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
text-align: left;
|
|
|
color: #FFF200;
|
|
|
/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
}
|
|
|
titre {
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
opacity: 1;
|
|
|
font-size: 18pt;
|
|
|
text-justify: center;
|
|
|
text-align: center;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
line-height: 60%;
|
|
|
/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 18px rgba(255, 255, 255, 1);*/
|
|
|
font-family: helvetica;
|
|
|
z-index: 100;
|
|
|
position: relative;
|
|
|
}
|
|
|
p{
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
text-indent: 50px;
|
|
|
margin-bottom: 0mm;
|
|
|
margin-top: 5mm;
|
|
|
text-align: left;
|
|
|
font-weight: normal;
|
|
|
font-family: helvetica;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
z-index: 250;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
p2{
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
margin-bottom: 0mm;
|
|
|
margin-top: 5mm;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-weight: normal;
|
|
|
text-align: left;
|
|
|
font-family: helvetica;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
z-index: 9;
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
p3 {
|
|
|
content: "\a";
|
|
|
white-space: pre;
|
|
|
padding-left: 2mm;
|
|
|
padding-right: 2mm;
|
|
|
padding-bottom: 1mm;
|
|
|
padding-top: 1mm;
|
|
|
margin-top: 1mm;
|
|
|
margin-bottom: 1mm;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
font-family: 'EBGaramondmediumitalic';
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
z-index: 1000;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5), 0 0 30px 0px rgba(0, 0, 0, 0.2), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 0.8);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
|
|
|
p4 {
|
|
|
display: block;
|
|
|
writing-mode: vertical-rl;
|
|
|
font-weight: bold;
|
|
|
content: "\a";
|
|
|
white-space: pre;
|
|
|
margin-right: 0mm;
|
|
|
padding-left: 2mm;
|
|
|
padding-right: 2mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 5mm;
|
|
|
color: black;
|
|
|
font-style: italic;
|
|
|
text-align: right;
|
|
|
text-justify: right;
|
|
|
font-family: helvetica;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
letter-spacing: normal;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
z-index: 1000;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5), 0 0 30px 0px rgba(0, 0, 0, 0.2), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 0.8);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
p5 {
|
|
|
display: block;
|
|
|
font-weight: bold;
|
|
|
content: "\a";
|
|
|
white-space: pre;
|
|
|
margin-right: 0mm;
|
|
|
padding-left: 2mm;
|
|
|
padding-right: 0mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
color: black;
|
|
|
text-align: left;
|
|
|
font-family: 'EBGaramondmediumitalic';
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
letter-spacing: normal;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
z-index: 1000;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1); transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
not{
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-weight: normal;
|
|
|
font-family: helvetica;
|
|
|
color: black;
|
|
|
z-index: 400;
|
|
|
/*text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.35);*/
|
|
|
}
|
|
|
|
|
|
span {
|
|
|
color: black;
|
|
|
}
|
|
|
.square {
|
|
|
height: auto;
|
|
|
position: relative;
|
|
|
padding-left: 10px;
|
|
|
padding-right: 10px;
|
|
|
padding-bottom: 90%;
|
|
|
padding-top: 10px;
|
|
|
width: 90%;
|
|
|
height: 50%;
|
|
|
font-family: helvetica;
|
|
|
font-size: 8pt;
|
|
|
margin-bottom: 0px;
|
|
|
/*background-color: #CCCCCC;*/
|
|
|
background-color: black;
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
z-index: 100;
|
|
|
}
|
|
|
.square:after {
|
|
|
content: "";
|
|
|
display: block;
|
|
|
z-index: 100;
|
|
|
}
|
|
|
img {
|
|
|
max-width: 90%;
|
|
|
height: auto;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
|
|
|
.content {
|
|
|
position: absolute;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
width: 80%;
|
|
|
height: 90%;
|
|
|
font-family: helvetica;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
margin-top: 3mm;
|
|
|
margin-right: 3mm;
|
|
|
margin-left: 0mm;
|
|
|
margin-bottom: 3mm;
|
|
|
z-index: 100;
|
|
|
background: green;
|
|
|
}
|
|
|
|
|
|
|
|
|
footnotes {
|
|
|
color: #353535;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 900;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
font-family: helvetica;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
boxfootnotes {
|
|
|
padding-left: 3mm;
|
|
|
text-indent: 0mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 1mm;
|
|
|
padding-top: 1mm;
|
|
|
text-align: right;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5), 0 0 30px 0px rgba(0, 0, 0, 0.7), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
boxlink{
|
|
|
padding-left: 1mm;
|
|
|
text-indent: 0mm;
|
|
|
padding-right: 1mm;
|
|
|
padding-bottom: 1mm;
|
|
|
padding-top: 1mm;
|
|
|
text-align: right;
|
|
|
color: black;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5), 0 0 30px 0px rgba(0, 0, 0, 0.7), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
|
|
|
a{
|
|
|
text-decoration: none;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
z-index: 1000;
|
|
|
}
|
|
|
a:visited{
|
|
|
text-decoration: none;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
}
|
|
|
a:hover {
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
}
|
|
|
navigation {
|
|
|
margin: 0px;
|
|
|
}
|
|
|
.intro {
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 5mm;
|
|
|
padding-top: 3mm;
|
|
|
margin-bottom: 3mm;
|
|
|
text-align: left;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
text-indent: 10mm;
|
|
|
font-family: helvetica;
|
|
|
z-index: 100;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
ident {
|
|
|
text-indent: 10mm;
|
|
|
}
|
|
|
meta {
|
|
|
opacity: 1;
|
|
|
}
|
|
|
|
|
|
.dot {
|
|
|
background-color: transparent;
|
|
|
border: none;
|
|
|
position: fixed;
|
|
|
top:0;
|
|
|
left:0;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
display: flex;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
border-radius: 50%;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
box {
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
text-align: right;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
|
|
|
}
|
|
|
section {
|
|
|
display: block;
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
font-family: helvetica;
|
|
|
margin-top: 3mm;
|
|
|
text-align: left;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
sectionimg {
|
|
|
display: block;
|
|
|
padding-left: 3mm;
|
|
|
padding-right:6mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
font-family: helvetica;
|
|
|
margin-top: 3mm;
|
|
|
margin-bottom: 3mm;
|
|
|
width: 67%;
|
|
|
margin-right: 9mm;
|
|
|
text-align: left;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
sectionvertical {
|
|
|
display: block;
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
font-family: helvetica;
|
|
|
font-weight: bold;
|
|
|
margin-top: 3mm;
|
|
|
text-align: right;
|
|
|
text-justify: right;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
|
|
|
h7vertical {
|
|
|
writing-mode: vertical-rl;
|
|
|
opacity: 1;
|
|
|
font-family: helvetica;
|
|
|
font-weight: bold;
|
|
|
text-align: right;
|
|
|
text-justify: right;
|
|
|
font-size: 8pt;
|
|
|
line-height: 10pt;
|
|
|
margin-left: 0px;
|
|
|
z-index: 1000;
|
|
|
color: #FFF200;
|
|
|
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; /*, 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
}
|
|
|
sectiontitre {
|
|
|
display: block;
|
|
|
padding-left: 3mm;
|
|
|
padding-right: 3mm;
|
|
|
padding-bottom: 3mm;
|
|
|
padding-top: 3mm;
|
|
|
font-family: helvetica;
|
|
|
font-weight: bold;
|
|
|
margin-top: 3mm;
|
|
|
text-align: left;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 14pt;
|
|
|
line-height: 10pt;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
br {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
symbol {
|
|
|
font-family: 'WFTF';
|
|
|
font-size: 8pt;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.b {
|
|
|
font-family: helvetica;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
h9 {
|
|
|
display: block;
|
|
|
opacity: 1;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
font-size: 70pt;
|
|
|
text-align: center;
|
|
|
z-index: 1000;
|
|
|
line-height: 110%;
|
|
|
color: #FFF200;
|
|
|
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
|
|
|
}
|
|
|
bodytitreleft {
|
|
|
display: none;
|
|
|
position: relative;
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
opacity: 1;
|
|
|
font-size: 70pt;
|
|
|
letter-spacing: 0px;
|
|
|
text-justify: center;
|
|
|
text-align: center;
|
|
|
bottom: 0mm;
|
|
|
left: 180mm;
|
|
|
line-height: 100%;
|
|
|
font-family: helvetica;
|
|
|
z-index: -10;
|
|
|
}
|
|
|
bodytitreright {
|
|
|
display: none;
|
|
|
position: fixed;
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
opacity: 1;
|
|
|
font-size: 70pt;
|
|
|
letter-spacing: 0px;
|
|
|
text-justify: center;
|
|
|
text-align: center;
|
|
|
bottom: 0mm;
|
|
|
left: 180mm;
|
|
|
line-height: 100%;
|
|
|
font-family: helvetica;
|
|
|
z-index: -11;
|
|
|
}
|
|
|
.help{
|
|
|
display: none;
|
|
|
|
|
|
}
|
|
|
.print{
|
|
|
display: none;
|
|
|
}
|
|
|
.response {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
|
--------------------------------------------------------------------SCREEN----------------------------------------------------------------------------------------------------
|
|
|
------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
@media screen{
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'WFTF';
|
|
|
src: url('wftfs-Regular.otf');
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: 'EBGaramondmediumitalic';
|
|
|
src: url('EBGaramond-MediumItalic.ttf');
|
|
|
}
|
|
|
@font-face {
|
|
|
font-family: 'EBGaramonditalic';
|
|
|
src: url('EBGaramond-Italic.ttf');
|
|
|
}
|
|
|
logo {
|
|
|
position: fixed;
|
|
|
bottom: 0%;
|
|
|
left: 1%;
|
|
|
z-index: 1000;
|
|
|
}
|
|
|
body{
|
|
|
|
|
|
/*margin-top: 10vw;
|
|
|
margin-bottom: 10vw;
|
|
|
margin-left: 20vw;
|
|
|
margin-right: 20vw;*/
|
|
|
margin-top: 70px;
|
|
|
margin-bottom: 30px;
|
|
|
margin-left: 30px;
|
|
|
margin-right: 30px;
|
|
|
columns: 2 auto;
|
|
|
/*background: white;*/
|
|
|
background: rgb(233,233,233);
|
|
|
background: radial-gradient(circle, rgba(233,233,233,1) 0%, rgba(138,138,138,1) 100%);
|
|
|
background-repeat: no-repeat;
|
|
|
background-attachment: fixed;
|
|
|
text-align: left;
|
|
|
position: absolute;
|
|
|
}
|
|
|
h1 {
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
text-align: center;
|
|
|
line-height: 100%;
|
|
|
font-weight: 900;
|
|
|
top: 0;
|
|
|
left: 10;
|
|
|
z-index: 300;
|
|
|
position: fixed;
|
|
|
}
|
|
|
h2 {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 20px;
|
|
|
padding-top: 20px;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
margin-left: 50px;
|
|
|
line-height: 120%;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
z-index: 250;
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
h2:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
}
|
|
|
h3 {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 50px;
|
|
|
padding-top: 50px;
|
|
|
color: black;
|
|
|
font-style: italic;
|
|
|
text-align: center;
|
|
|
font-family: times new roman;
|
|
|
font-weight: lighter;
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
|
|
|
}
|
|
|
h3:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
}
|
|
|
h4 {
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
font-size: 24px;
|
|
|
line-height: 90%;
|
|
|
}
|
|
|
h5 {
|
|
|
color: #EDEDED;
|
|
|
font-family: helvetica;
|
|
|
font-size: 120pt;
|
|
|
font-size: 24px;
|
|
|
text-justify: none;
|
|
|
bottom: 0;
|
|
|
position: fixed;
|
|
|
display: inline-block;
|
|
|
text-shadow: 0px 0px 20px #FFFFFF;
|
|
|
z-index:99;
|
|
|
}
|
|
|
h6 {
|
|
|
color: transparent;
|
|
|
font-family: helvetica;
|
|
|
font-size: 24px;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
position: fixed;
|
|
|
display: inline-block;
|
|
|
text-shadow: 20px 20px 20px;
|
|
|
stroke: 1px;
|
|
|
z-index:98;
|
|
|
}
|
|
|
h7 {
|
|
|
opacity: 1;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
margin-left: 0px;
|
|
|
line-height: 110%;
|
|
|
color: #FFF200;
|
|
|
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;/*, 0px 0px 19px rgba(255, 255, 255, 1)*/
|
|
|
}
|
|
|
h8 {
|
|
|
opacity: 1;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
text-indent: 24px;
|
|
|
margin-left: 0px;
|
|
|
font-size: 24px;
|
|
|
text-align: center;
|
|
|
line-height: 110%;
|
|
|
color: #FFF200;
|
|
|
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
}
|
|
|
h9 {
|
|
|
opacity: 1;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
text-align: center;
|
|
|
margin-left: 0px;
|
|
|
z-index: 1000;
|
|
|
line-height: 110%;
|
|
|
color: #FFF200;
|
|
|
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;/*, 0px 0px 19px rgba(255, 255, 255, 1)*/
|
|
|
}
|
|
|
p{
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 50px;
|
|
|
padding-top: 50px;
|
|
|
font-size: 24px;
|
|
|
text-indent: 50px;
|
|
|
line-height: 120%;
|
|
|
text-align: left;
|
|
|
font-weight: normal;
|
|
|
font-family: helvetica;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
z-index: 250;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
/*text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.35);*/
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1); transition: all 500ms ease-in-out;
|
|
|
}
|
|
|
|
|
|
p:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
}
|
|
|
p2{
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 50px;
|
|
|
padding-top: 50px;
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
font-weight: normal;
|
|
|
text-align: left;
|
|
|
font-family: helvetica;
|
|
|
mix-blend-mode: hard-light;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
/*text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.35);*/
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
p2:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
}
|
|
|
p3 {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 10px;
|
|
|
padding-top: 10px;
|
|
|
margin-top: 10px;
|
|
|
margin-top: 10px;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
font-family: 'EBGaramondmediumitalic';
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
z-index: 10;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
p3:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
z-index: 300;
|
|
|
}
|
|
|
p5 {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 10px;
|
|
|
padding-top: 10px;
|
|
|
margin-top: 10px;
|
|
|
margin-top: 10px;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
font-family: 'EBGaramondmediumitalic';
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
p4 {
|
|
|
display:none;
|
|
|
}
|
|
|
symbol {
|
|
|
font-family: 'WFTF';
|
|
|
font-size: 24px;
|
|
|
margin-left: 10px;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
symbol:hover {
|
|
|
font-family: 'WFTF';
|
|
|
color: white;
|
|
|
z-index: 300;
|
|
|
}
|
|
|
not{
|
|
|
line-height: 120%;
|
|
|
font-weight: normal;
|
|
|
font-family: helvetica;
|
|
|
color: black;
|
|
|
z-index: 400;
|
|
|
/*text-shadow: 0px 1px 16px rgba(0, 0, 0, 0.35);*/
|
|
|
}
|
|
|
|
|
|
span {
|
|
|
color: black;
|
|
|
}
|
|
|
.square {
|
|
|
padding-left: 10px;
|
|
|
padding-right: 10px;
|
|
|
padding-bottom: 90%;
|
|
|
padding-top: 10px;
|
|
|
height: auto;
|
|
|
width: 90%;
|
|
|
position: relative;
|
|
|
font-family: helvetica;
|
|
|
font-size: 24px;
|
|
|
margin-left: 0px;
|
|
|
margin-right: 0px;
|
|
|
margin-top: 0px;
|
|
|
margin-bottom: 0px;
|
|
|
/*background-color: #CCCCCC;*/
|
|
|
background-color: black;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
z-index: 100;
|
|
|
filter: blur(0.2px);
|
|
|
-webkit-filter: blur(0.2px);
|
|
|
}
|
|
|
.square:after {
|
|
|
content: "";
|
|
|
display: block;
|
|
|
z-index: 100;
|
|
|
width: 90%;
|
|
|
height: auto;
|
|
|
}
|
|
|
.square:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
z-index: 300;
|
|
|
}
|
|
|
img {
|
|
|
max-width: 90%;
|
|
|
height: auto;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
.content {
|
|
|
position: absolute;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
max-width: 90%;
|
|
|
height: auto;
|
|
|
background-color: grey;
|
|
|
font-family: helvetica;
|
|
|
font-size: 24px;
|
|
|
z-index: 100;
|
|
|
}
|
|
|
|
|
|
.portrait {
|
|
|
position: relative;
|
|
|
width: 50%;
|
|
|
height: 50%;
|
|
|
margin-left: 20px;
|
|
|
margin-right: 20px;
|
|
|
margin-top: 20px;
|
|
|
margin-bottom: 20px;
|
|
|
/*background-color: #CCCCCC;*/
|
|
|
background: rgb(214,214,214);
|
|
|
background: radial-gradient(circle, rgba(214,214,214,1) 0%, rgba(221,221,221,1) 100%);
|
|
|
box-shadow: 0px 0px 12px 11px rgba(0,0,0,0.25);
|
|
|
z-index: 100;
|
|
|
filter: blur(1px);
|
|
|
-webkit-filter: blur(1px);
|
|
|
}
|
|
|
|
|
|
.portrait:after {
|
|
|
content: "";
|
|
|
display: block;
|
|
|
padding-bottom: 120%;
|
|
|
z-index: 100;
|
|
|
}
|
|
|
footnotes {
|
|
|
color: #353535;
|
|
|
font-family: helvetica;
|
|
|
font-weight: 900;
|
|
|
font-size: 24px;
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
font-family: helvetica;
|
|
|
display: inline-block;
|
|
|
z-index: 9;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
boxfootnotes {
|
|
|
padding-left: 5px;
|
|
|
text-indent: 0px;
|
|
|
padding-right: 5px;
|
|
|
padding-bottom: 0px;
|
|
|
padding-top: 0px;
|
|
|
text-align: right;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
line-height: 100%;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 10px 10px 10px 10px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5), 0 0 30px 0px rgba(0, 0, 0, 0.7), 0px -10px 25px rgba(255, 255, 255, 0.5), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
|
|
|
boxlink{
|
|
|
padding-left: 5px;
|
|
|
text-indent: 0px;
|
|
|
padding-right: 5px;
|
|
|
padding-bottom: 0px;
|
|
|
padding-top: 0px;
|
|
|
text-align: right;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
line-height: 100%;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.5), 0 0 30px 0px rgba(0, 0, 0, 0.7), 0px -10px 25px rgba(255, 255, 255, 0.5), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
|
|
|
a{
|
|
|
text-decoration: none;
|
|
|
color: black;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
z-index: 1000;
|
|
|
}
|
|
|
a:visited{
|
|
|
text-decoration: none;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
}
|
|
|
a:hover {
|
|
|
color: black;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
}
|
|
|
navigation {
|
|
|
margin: 0px;
|
|
|
}
|
|
|
.intro {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 50px;
|
|
|
padding-top: 50px;
|
|
|
text-align: left;
|
|
|
/*color: #353535;*/
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
font-family: helvetica;
|
|
|
z-index: 100;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
.intro:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
z-index: 300;
|
|
|
}
|
|
|
.href {
|
|
|
color: #353535;
|
|
|
}
|
|
|
.href:hover {
|
|
|
color: black;
|
|
|
}
|
|
|
.button {
|
|
|
background-color: transparent;
|
|
|
border: none;
|
|
|
position: fixed;
|
|
|
font-size: 24px;
|
|
|
padding: 3px 20px;
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
text-align: center;
|
|
|
text-decoration:none;
|
|
|
display: inline-block;
|
|
|
top: 1%;
|
|
|
left: 30px;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
display: inline-block;
|
|
|
z-index: 2000;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
.button:hover {
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
}
|
|
|
.buttonright {
|
|
|
background-color: transparent;
|
|
|
position: fixed;
|
|
|
border: none;
|
|
|
font-size: 24px;
|
|
|
padding: 3px 20px;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
text-decoration:none;
|
|
|
display: inline-block;
|
|
|
left: 25%;
|
|
|
top: 1%;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
display: inline-block;
|
|
|
z-index: 1990;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
.buttonright:hover {
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
color: black;
|
|
|
background: #CCCCCC;
|
|
|
}
|
|
|
.buttonbottomright {
|
|
|
background-color: transparent;
|
|
|
position: fixed;
|
|
|
border: none;
|
|
|
font-size: 24px;
|
|
|
padding: 3px 20px;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
text-decoration:none;
|
|
|
display: inline-block;
|
|
|
right: 30px;
|
|
|
bottom: 1%;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
display: inline-block;
|
|
|
z-index: 1990;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
.buttonbottomright:hover {
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
color: black;
|
|
|
background: #CCCCCC;
|
|
|
}
|
|
|
.help {
|
|
|
background-color: transparent;
|
|
|
position: fixed;
|
|
|
border: none;
|
|
|
font-size: 24px;
|
|
|
padding: 3px 20px;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
text-decoration:none;
|
|
|
display: inline-block;
|
|
|
right: 30px;
|
|
|
top: 1%;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
display: inline-block;
|
|
|
z-index: 1990;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
.help:hover {
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
color: black;
|
|
|
background: #CCCCCC;
|
|
|
}
|
|
|
.response {
|
|
|
background-color: transparent;
|
|
|
position: fixed;
|
|
|
border: none;
|
|
|
font-size: 24px;
|
|
|
padding: 3px 20px;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
text-decoration:none;
|
|
|
display: inline-block;
|
|
|
left: 37%;
|
|
|
top: 1%;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
display: inline-block;
|
|
|
z-index: 1990;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
.response:hover {
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
color: black;
|
|
|
background: #CCCCCC;
|
|
|
}
|
|
|
.print {
|
|
|
background-color: transparent;
|
|
|
position: fixed;
|
|
|
border: none;
|
|
|
font-size: 24px;
|
|
|
padding: 3px 20px;
|
|
|
color: black;
|
|
|
text-align: center;
|
|
|
text-decoration:none;
|
|
|
display: inline-block;
|
|
|
right: 30px;
|
|
|
bottom: 1%;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 12px 12px 12px 12px;
|
|
|
display: inline-block;
|
|
|
z-index: 1990;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
.print:hover {
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 5px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
color: black;
|
|
|
background: #CCCCCC;
|
|
|
}
|
|
|
bodytitreleft {
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
opacity: 1;
|
|
|
font-size: 70px;
|
|
|
letter-spacing: 0px;
|
|
|
text-justify: center;
|
|
|
text-align: center;
|
|
|
top: 4%;
|
|
|
left: 47%;
|
|
|
line-height: 100%;
|
|
|
/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 18px rgba(255, 255, 255, 1);*/
|
|
|
font-family: helvetica;
|
|
|
z-index: -11;
|
|
|
position: fixed;
|
|
|
}
|
|
|
bodytitreright {
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
opacity: 1;
|
|
|
font-size: 70px;
|
|
|
letter-spacing: 0px;
|
|
|
text-justify: center;
|
|
|
text-align: center;
|
|
|
bottom: 4%;
|
|
|
left: 47%;
|
|
|
line-height: 100%;
|
|
|
/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 18px rgba(255, 255, 255, 1);*/
|
|
|
font-family: helvetica;
|
|
|
z-index: -10;
|
|
|
position: fixed;
|
|
|
}
|
|
|
titre {
|
|
|
color: black;
|
|
|
font-family: helvetica;
|
|
|
opacity: 1;
|
|
|
font-size: 70px;
|
|
|
letter-spacing: 0px;
|
|
|
text-justify: center;
|
|
|
text-align: center;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
line-height: 60%;
|
|
|
/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75), 0px 0px 18px rgba(255, 255, 255, 1);*/
|
|
|
font-family: helvetica;
|
|
|
z-index: 100;
|
|
|
position: relative;
|
|
|
}
|
|
|
sectiontitre {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 20px;
|
|
|
font-family: helvetica;
|
|
|
padding-top: 20px;
|
|
|
text-align: right;
|
|
|
text-align: left;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
/*text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);*/
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
sectiontitre:hover {
|
|
|
color: black;
|
|
|
background-color: #CCCCCC;
|
|
|
z-index: 300;
|
|
|
}
|
|
|
ident {
|
|
|
text-indent: 100px;
|
|
|
}
|
|
|
meta {
|
|
|
opacity: 1;
|
|
|
}
|
|
|
|
|
|
.dot {
|
|
|
background-color: transparent;
|
|
|
border: none;
|
|
|
position: fixed;
|
|
|
top:0;
|
|
|
left:0;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
display: flex;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
border-radius: 50%;
|
|
|
display: inline-block;
|
|
|
z-index: 0;
|
|
|
box-shadow: 0 1px 10px 0px #000000, 0 0 20px 0px #000000, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
box {
|
|
|
padding-left: 5px;
|
|
|
padding-right: 5px;
|
|
|
padding-bottom: 5px;
|
|
|
padding-top: 5px;
|
|
|
text-align: right;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
section {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 20px;
|
|
|
font-family: helvetica;
|
|
|
padding-top: 20px;
|
|
|
margin-top: 10px;
|
|
|
margin-bottom: 10px;
|
|
|
margin-left: 10px;
|
|
|
margin-right: 10px;
|
|
|
text-align: right;
|
|
|
text-align: left;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
sectionimg {
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
padding-bottom: 20px;
|
|
|
font-family: helvetica;
|
|
|
padding-top: 20px;
|
|
|
text-align: right;
|
|
|
text-align: left;
|
|
|
color: black;
|
|
|
font-weight: 500;
|
|
|
font-size: 24px;
|
|
|
line-height: 120%;
|
|
|
font-family: helvetica;
|
|
|
z-index: 300;
|
|
|
position: relative;
|
|
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.78), 0px 0px 19px rgba(255, 255, 255, 1);
|
|
|
border-radius: 15px 15px 15px 15px;
|
|
|
display: inline-block;
|
|
|
background-color: transparent;
|
|
|
box-shadow: 0 1px 10px 0px black, 0 0 30px 0px black, 0px -10px 28px rgba(255, 255, 255, 1), inset 0 0px 10px #000000, inset 0px 10px 10px rgba(255, 255, 255, 1);
|
|
|
transition: all 300ms ease-in-out;
|
|
|
}
|
|
|
sectionvertical {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
h7vertical {
|
|
|
display: none;
|
|
|
}
|
|
|
@media only screen and (max-width: 600px) {
|
|
|
body {
|
|
|
columns: 1 auto;
|
|
|
}
|
|
|
.button {
|
|
|
left: 25%;
|
|
|
}
|
|
|
|
|
|
.buttonright {
|
|
|
visibility:hidden;
|
|
|
}
|
|
|
.response {
|
|
|
display: none;
|
|
|
}
|
|
|
.help {
|
|
|
display: none;
|
|
|
}
|
|
|
.print {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
</html>
|
|
|
|
|
|
<bodytitreleft><h9>‹body›</h9></bodytitreleft>
|
|
|
<bodytitreright><h9>‹/body›</h9></bodytitreright>
|
|
|
|
|
|
|
|
|
<div>
|
|
|
<span class="dot"></span>
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!--<button class="buttonleft">
|
|
|
<a href="/--/.."><h7>‹button›</h7>Previous<h7>‹/button›</h7></a>
|
|
|
</button>-->
|
|
|
<button class="button">
|
|
|
<a href="https://hub.xpub.nl/sandbot/words-for-the-future/TENSE/"><h7>‹button›</h7>Back<h7>‹/button›</h7></a>
|
|
|
</button>
|
|
|
<!--<button class="buttonright">
|
|
|
<a href="TENSE.pdf" target="blank"><h7>‹button›</h7>Orignal<h7>‹/button›</h7></a>
|
|
|
</button>-->
|
|
|
<button class="help">
|
|
|
<a href="map.html"><h7>‹button›</h7>Map<h7>‹/button›</h7></a>
|
|
|
</button>
|
|
|
<button class="response">
|
|
|
<a href="../"><h7>‹button›</h7>Home<h7>‹/button›</h7></a>
|
|
|
</button>
|
|
|
<button class="print">
|
|
|
<a onclick="window.print()"><h7>‹button›</h7>Print<h7>‹/button›</h7></a>
|
|
|
</button>
|
|
|
|
|
|
<a href="https://martinfoucaut.com/">
|
|
|
<logo><img border="0" alt="logo" src="SIGNATURE.png"></logo>
|
|
|
</a>
|
|
|
|
|
|
|
|
|
<sectiontitre>
|
|
|
<titre><h7>‹title›</h7>Tense<h7>‹/title›</h7></titre>
|
|
|
</sectiontitre>
|
|
|
<br><br>
|
|
|
<!--<div class="portrait"><div class="content"><img src="https://i.pinimg.com/originals/f2/a8/0e/f2a80ee8087d750080763918df53d2be.gif" alt="Broken Image" style="width:20px;height:20px;">This image may contain: the author </div></div>-->
|
|
|
|
|
|
<section class="intro">
|
|
|
<a href="https://www.eilitmarom.com/about"><h7>‹introduction›</h7><br><h7>‹author›</h7><u>Eilit Marom</u><h7>‹/author›</h7></a> (Haifa),
|
|
|
<h7>‹artist›</h7><u>Anna Massoni</u><h7>‹/artist›</h7> (Paris),
|
|
|
<h7>‹artist›</h7><u>Elpida Orfanidou</u><h7>‹/artist›</h7> (Berlin/Athens),
|
|
|
<h7>‹artist›</h7><u>Adina Secretan</u><h7>‹/artist›</h7> (Lausanne), and
|
|
|
<h7>‹artist›</h7><u>Simone Truong</u><h7>‹/artist›</h7> (Zurich) are five creators that conceived, choreographed and
|
|
|
performed the performance (To) Come and See together. The
|
|
|
project was initiated in 2014 when Simone Truong proposed a
|
|
|
research about the notion of eroticism. She wanted to open up the
|
|
|
discourse in a larger context with other accomplices. What began
|
|
|
as a curiosity became a journey of multiple gatherings, researches
|
|
|
and performances all over the world. Along the way, the widely
|
|
|
varied experiences and encounters made the project develop and
|
|
|
grow organically into a triptych. Since September 2017 the work
|
|
|
also includes (To) Keep in Touch - a workshop on touch with
|
|
|
local residents, and (To) Give a Hand - a durational performative
|
|
|
experience with the workshop participants.<h7>‹/introduction›</h7></section>
|
|
|
<br><br>
|
|
|
<p5><h7>‹quote›</h7> « while reading, touch the paper with your eyes » <h7>‹/quote›</h7></p5>
|
|
|
|
|
|
<br><br><br>
|
|
|
<section><h7>‹section›</h7>
|
|
|
<h2><h7>‹subtitle›</h7>Hello<h7>‹/subtitle›</h7></h2>
|
|
|
|
|
|
<p><h7>‹paragraph›</h7>
|
|
|
We are Anna, Adina, Eilit, Elpida
|
|
|
and Simone and we invite you to
|
|
|
play. The space you are in right
|
|
|
now is your playground, you can
|
|
|
claim it as an ecosystem where
|
|
|
tenderness, intimacy and even
|
|
|
fear can appear. The instructions
|
|
|
written here offer you ways to
|
|
|
operate in it. Use the game board
|
|
|
map to create your own path.
|
|
|
Remember one door needs to be
|
|
|
opened before we can go to the
|
|
|
next, but the path to open each
|
|
|
door is unknown, it has to be
|
|
|
worked-through in real-time.
|
|
|
There is a secret « toolbox » on
|
|
|
the side at your disposal made
|
|
|
of verbs. You can apply them to
|
|
|
each room and behaviors written
|
|
|
on the map while following it,
|
|
|
and discover the constant path.
|
|
|
Listen, so serendipity could
|
|
|
appear by itself, observing the
|
|
|
coincidences, together and
|
|
|
alone. Everything matters. There
|
|
|
is no goal or climax. Everything
|
|
|
keeps TENSE because it’s
|
|
|
ongoing. Everything keeps
|
|
|
unfolding, surfing the waves of
|
|
|
desire.<br>
|
|
|
It is like an endless kiss..<h7>‹/paragraph›</h7></p></section><br><br><br><br>
|
|
|
<sectionimg><h7>‹image›</h7><img src="response_img_elements-01.png" alt="Plan"><h7>‹/image›</h7></sectionimg><br><br>
|
|
|
|
|
|
<sectionvertical>
|
|
|
<h7vertical>‹about›</h7vertical>
|
|
|
<p4><h7vertical>‹info›</h7vertical>Reinterpretation<h7vertical>‹/info›</h7vertical>
|
|
|
<h7vertical>‹artist›</h7vertical><b> Martin Foucaut </b><h7vertical>‹/artist›</h7vertical></p4>
|
|
|
<p4><h7vertical>‹info›</h7vertical>Original artistic response<h7vertical>‹/info›</h7vertical>
|
|
|
<h7vertical>‹artist›</h7vertical><b> Eilit Marom </b><h7vertical>‹/artist›</h7vertical>
|
|
|
<h7vertical>‹artist›</h7vertical><b> Anna Massoni </b><h7vertical>‹/artist›</h7vertical>
|
|
|
<h7vertical>‹artist›</h7vertical><b> Elpida Orfanidou </b><h7vertical>‹/artist›</h7vertical>
|
|
|
<h7vertical>‹artist›</h7vertical><b> Adina Secretan </b><h7vertical>‹/artist›</h7vertical>
|
|
|
<h7vertical>‹artist›</h7vertical><b> Simone Truong </b><h7vertical>‹/artist›</h7vertical></p4>
|
|
|
</sectionvertical>
|
|
|
|
|
|
<section><h7>‹section›</h7>
|
|
|
<p2><h7>‹paragraph›</h7>
|
|
|
<br> I enter the labyrinth,<br>
|
|
|
Of the vibrating facts in front of
|
|
|
my body.<br>
|
|
|
I sing their surface;<br>
|
|
|
The textures of each are my
|
|
|
nests for the night.<br>
|
|
|
I am happy to sense you around;<br>
|
|
|
And then I can taste time.<br>
|
|
|
Faithfully.<br>
|
|
|
<h7>‹/paragraph›</h7></p2><br><br>
|
|
|
<sectionimg><h7>‹image›</h7><img src="response_img_elements-02.png" alt="Plan"><h7>‹/image›</h7></sectionimg><br><br>
|
|
|
<section>
|
|
|
<sectionimg><h7>‹image›</h7><img src="response_img_elements-03.png" alt="Plan"><h7>‹/image›</h7></sectionimg><br><br>
|
|
|
<sectionimg><h7>‹image›</h7><img src="response_img_elements-04.png" alt="Plan"><h7>‹/image›</h7></sectionimg><br><br>
|
|
|
|
|
|
<p5><h7>‹quote›</h7> « has the light changed ? » <h7>‹/quote›</h7></p5>
|
|
|
<h7>‹/section›</h7>
|
|
|
</section>
|
|
|
<br>
|
|
|
<br>
|
|
|
<section>
|
|
|
<h7>‹section›</h7>
|
|
|
<p2><h7>‹paragraph›</h7>
|
|
|
(To) Come and See is not merely a performance.
|
|
|
Rather, it is an experience where one is allowed to
|
|
|
surrender, let go of aim and control and feel vulnerability
|
|
|
and fear whilst feeling protected by genuine
|
|
|
tenderness and sensuality.
|
|
|
The practice explores the idea of an erotic dramaturgy,
|
|
|
which claims to stay open and therefore
|
|
|
turns sensuality into a liberating experience, free of
|
|
|
the idea of a goal. Between proximity and distance,
|
|
|
disappearing and presence, a sensual landscape,
|
|
|
joyful and uncanny, emerges.
|
|
|
Along the way, the widely varied experiences and
|
|
|
encounters made the project develop and grow
|
|
|
organically: one and half years after the premier
|
|
|
of (To) Come and See, the work has been extended
|
|
|
to a to a triptych including (To) Keep in Touch, a
|
|
|
series of workshops about touch, and (To) Give a
|
|
|
Hand, a durational performance about desire with
|
|
|
the participants from the workshops.<h7>‹/paragraph›</h7></p2>
|
|
|
<h7>‹/section›</h7>
|
|
|
</section>
|
|
|
<br>
|
|
|
<br>
|
|
|
<section><h7>‹section›</h7>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Concept, Choreography, Performance / Simone Truong, Eilit Marom, Anna Massoni, Elpida Orfanidou, Adina Secretan
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Light, Stage / Roger<br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Studer - Mask / Dana Hesse, Katharina Kroll<br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Dramaturgy / Igor Dobricic<br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Outside eye / Jessica Huber<br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Production management / Anke Hoffmann <br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Assistance / Samira Bösch.<br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Production / association Overseas<br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<br><br>
|
|
|
<p2><h7>‹credits›</h7><br>
|
|
|
Coproduction / Gessnerallee Zürich, Les
|
|
|
Rencontres Chorégraphiques Internationales de
|
|
|
Seine-Saint-Denis, Théâtre Sévelin 36 Lausanne
|
|
|
Picture / Flurin Bertschinger<br>
|
|
|
<h7>‹/credits›</h7></p2>
|
|
|
<h7>‹/section›</h7></section>
|
|
|
|
|
|
<a href=""></a>
|
|
|
|