html, body {
margin: 0px;
padding: 0px;
background: #fafafa;
}
body {
width: 100%;
height: 100%;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
h2 { }
h3, h4 {
margin: 50px 0 50px 0;
}
h1, h2, h3, h4, h5, p, ul, span.title {
font-family: 'nimbus_sans_lregular', Helvetica, Arial, Nimbus Sans, sans-serif !important;
font-size: 1.1em;
line-height: 1.2em;
color: blue;
text-transform: uppercase;
font-weight: 100;
margin: 0;
text-align: left;
}
a {
color: #1C1C1C;
}
a:hover {
text-decoration-color: blue;
}
#pagination {
position: fixed;
bottom: 50px;
float: left;
z-index: 5000;
text-align: center;
margin: 0 10px 0 10px;
}
#back-to-top {
position: fixed;
right: 0px;
bottom: 50px;
float: right;
z-index: 5000;
text-align: center;
margin-right: 10px;
}
#back-to-top p {
margin-right: 30px;
}
#back-to-top a {
text-decoration: none;
}
#logochien {
position: fixed;
top: 50px;
float: left;
z-index: 5000;
text-align: center;
margin: 0 10px 0 10px;
}
#logochien img {
width: 100px;
height: auto;
}
#pagination p {
margin: 0;
}
.panel {
position: relative;
height: 100vh;
z-index: 5;
background-color: #fafafa;
}
.panel:first-child {
position: fixed !important;
}
.panel-typo {
position: relative;
min-height: 100%;
z-index: 5;
}
.panel-inner {
position: absolute;
padding: 0;
width: 100%;
text-align: center;
height: 100%;
}
.panel-fixed .panel-inner {
position: fixed;
top: 0;
left: 0;
z-index: 10;
}
.left {
position: relative;
width: 75%;
float: left;
height: 100%;
overflow: hidden;
}
.left img {
display: block;
margin: auto;
border-top: solid 1px #fafafa;
}
.left img.vertical {
height: 100vh !important;
width: auto;
float: right;
}
.left img.horizontal {
display: block;
float: right;
margin: auto;
height: 100vh;
border-top: solid 1px #fafafa;
width: auto;
}
.right {
position: absolute;
display: inline-block;
background-color: #fafafa;
height: 100%;
width: 25%;
right: 0px;
padding-left: 100px;
}
.legende {
display: none;
transform-origin: top left;
-ms-transform: rotate(63deg); transform: rotate(63deg);
}
.legende>* {
margin-top: 5px;
}  #triangle-3 {
display: none;
}
#triangle-1 {
width: 0;
display: block;
border-left: 0vw solid transparent;
border-right: 25vw solid transparent;
border-bottom: 100vh solid blue;
float: right !important;
right: 0px;
top: 0px;
position: fixed;
border-left: solid 1px blue;
z-index: 5000;
}
#triangle-2 {
width: 0;
display: block;
border-left: 24.9vw solid transparent;
border-right: 0vw solid transparent;
border-bottom: 100vh solid blue;
z-index: 20;
float: right !important;
right: 0px;
top: 0px;
position: absolute;
}
#triangle-2 {
width: 100%;
height: 100%;
}
#menu {
position: fixed;
bottom: 50px;
}
#menu ul {
color: #fafafa;
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
margin-top: 5px;
margin-left: 23px;
}
#menu a {
text-decoration: none;
color: #fafafa;
}
#menu li.active {
margin-left: 0px !important;
}
#menu li.active::before {
content: "← ";
padding-left: -50px;
}
#menu li#menu-diary { }
#menu li#menu-diary:hover {
margin-left: 0px !important;
padding-left: -50px;
}
#menu li#menu-diary:hover:before {
content: "→ ";
} *, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.filtered,
.not-filtered {
float: left;
max-width: 50%;
border: 10px solid #fafafa;
}
.panel-inner:hover .monotone>img {
mix-blend-mode: normal;
filter: grayscale(0%) contrast(0%);
transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
transition-duration: 1s;
}
.panel-inner:hover .left img {
filter: none;
}
article.panel-inner>div.left:hover div.infos>div {
background: #fafafa;
transition: background 0.3s linear;
}
article.panel-inner>div.left:hover div.infos>div h3, article.panel-inner>div.left:hover div.infos>div h4, article.panel-inner>div.left:hover div.infos>div p {
color: blue;
opacity: 1;
}
article.panel-inner>div.left div.infos>div h3, article.panel-inner>div.left div.infos>div h4, article.panel-inner>div.left div.infos>div p {
color: #fafafa;
transition: color 0.3s linear;
opacity: 1;
}  .slick-prev, .slick-next {
display: inline-block;
position: absolute;
z-index: 2000;
height: 100vh;
width: 50%;
background-color: transparent;
border: none;
padding: 0px;
margin: 0px;
color: #fafafa;
border-top: solid #fafafa 1px;
}
.slick-prev {
left: 0px;
}
.slick-next {
right: 0px;
top: 0px;
}
.slick-background {
height: 100vh !important;
display: inline-block;
background-color: #00f;
position: relative;
overflow: hidden;
}
.slick-background img {
height: 100vh !important;
} .infos {
width: 100%; align-items: stretch;
position: absolute;
float: left !important;
right: 0px;
top: 0px;
float: right;
color: blue;
opacity: 0.99;
padding: 0px;
z-index: 10000 !important;
}
.infos-wrapper {
display: flex;
}
div.panel.contains-infos .infos.opened {
display: inline-block !important;
}
div.infos>div {
background: blue;
} @keyframes pulse {
from {
box-shadow: 0px 0px 0px 0px rgba(101, 101, 101, 0);
}
to {
box-shadow: 0px 0px 0px 80px rgba(101, 101, 101, 0);
}
}
p.infos-button {
float: right;
width: 44px;
height: 44px;
display: block;
position: absolute;
right: 0px;
top: 0px;
background: #fafafa;
opacity: 0.98;
margin-right: 30px;
margin-top: 10px;
border-radius: 22px;
padding-top: 10px;
padding-left: 15px;
z-index: 21000 !important;
box-shadow: 0px 0px 0px 0px rgba(101, 101, 101, 0.7); -webkit-animation: pulse 1.5s infinite cubic-bezier(1, 0, 0, 0.66);
-moz-animation: pulse 1.5s infinite cubic-bezier(1, 0, 0, 0.66);
-ms-animation: pulse 1.5s infinite cubic-bezier(1, 0, 0, 0.66);
animation: pulse 1.5s infinite cubic-bezier(1, 0, 0, 0.66);
}
#landing-page.univisible p.infos-button {
-webkit-animation: none;
-moz-animation: none;
-ms-animation: none;
animation: none;
}
p.infos-button:hover {
background: blue;
color: #fafafa !important;
cursor: pointer;
}
div.infos div.infos-left, div.infos div.infos-right {
display: inline-block;
width: 50%;
padding: 10px;
min-height: 15vh;
}
.thumbnail-container {
width: 50%;
overflow: hidden;
}
.left .post-thumbnail {
max-width: 100%;
height: auto;
display: inline-block;
border: none;
margin-top: 0.6em;
}
div.infos div.infos-center {
width: 50%;
padding: 0px 10px 20px 10px;
height: 100vh;
font-family: 'nimbus_sans_lregular', Helvetica, Arial, Nimbus Sans, sans-serif !important;
font-size: 1.1em;
line-height: 1.2em;
text-align: left;
overflow-y: auto;
margin-bottom: 100px;
}
div.infos div.infos-center-margin div.videoWrapper {
position: relative;
padding-bottom: 56.25%; height: 0;
}
div.infos div.infos-center-margin div.videoWrapper iframe {
width: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1 !important;
filter: grayscale(1);
display: none;
}
article.panel-inner div.left:hover div.infos div.infos-center-margin div.videoWrapper iframe {
filter: grayscale(0);
display: block;
}
div.infos div.infos-center-margin div.videoWrapper iframe {
width: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1 !important;
filter: grayscale(1);
}
div.infos-center-margin {
display: inline-block;
width: 70%;
height: 100vh;
background-color: blue !important;
float: right;
mix-blend-mode: multiply;
opacity: 1;
}
div.infos div.infos-center p {
text-transform: none;
font-size: 0.85em;
margin-bottom: 1em;
margin-right: 70px;
}
div.infos-center p:last-of-type {
margin-bottom: 100px !important;
}
div.infos div.infos-left, div.infos div.infos-center {
float: left;
}
div.infos div.infos-right {
float: right;
}
p.lire-plus span {
border-bottom: solid 1px blue;
width: auto;
}
p.lire-plus span.collapsed {
content: 'lire plus';
}
p.lire-plus span.pressed {
content: 'lire moins';
}
div.left:hover p.lire-plus span {
border-color: #00f !important;
transition: border 0.3s linear;
}
div.left p.lire-plus span {
border-color: #fff !important;
transition: border 0.3s linear;
}
p.lire-plus span:hover {
cursor: pointer;
}
.infos h2 {
line-height: 1.2em;
font-size: 1.4em;
}
.infos p {
font-family: 'nimbus_sans_lregular', Helvetica, Arial, Nimbus Sans, sans-serif;
line-height: 1.4em;
font-size: 0.8em;
}
p.lire-plus {
font-size: 0.7em;
letter-spacing: 1px;
} #index-chapter-wrapper .left {
overflow-y: auto;
}
h2.chapter {
position: relative;
display: block;
z-index: 16000;
background-color: #fafafa;
width: 75%;
z-index: 2000;
font-size: 4em;
padding: 10px 0px 0px 10px;
color: blue;
}  #landing-page:hover {
cursor: pointer;
}
#landing-page { z-index: 10000;
position: absolute;
height: 100vh;
width: 100%;
background-color: #fafafa;
}
#landing-page.unvisible {
display: none !important;
}
#landing-right-wrapper {
height: 100%;
display: inline-block;
position: relative;
width: 25vw;
float: right;
z-index: 10000;
}
#landing-right-top {
position: absolute;
width: 50%;
height: 100vh;
margin: 0px;
padding: 0px;
right: 0px;
background-color: blue;
}
#landing-right-bottom {
display: none;
position: absolute;
bottom: 0px;
width: 50%;
height: 100vh;
margin: 0px;
padding: 0px;
background-color: #fafafa;
}
#landing-right-top p.title {
display: block;
float: left;
font-size: 4em;
color: #fafafa;
position: absolute;
}
#landing-right-top p.title.virgile {
transform: rotate(90deg);
top: 20px;
left: 180px;
display: block;
width: 800px;
transform-origin: top left;
position: absolute;
}
#landing-right-bottom p.arrow {
position: absolute;
font-size: 4em;
color: blue;
bottom: 50px;
width: auto;
text-align: center;
margin-left: auto;
bottom: 50px;
width: 100%;
}
#landing-page>#landing-background-image {
position: absolute;
height: 100vh;
margin: 0px;
padding: 0px;
width: 75%;
z-index: 1000;
overflow: hidden;
}
#landing-background-image img {
height: 100%;
position: relative;
display: block;
}
.landing-mozaic {
position: absolute;
float: left;
overflow: hidden;
height: 100vh;
background-color: blue;
display: block;
width: 75%;
}
.landing-mozaic img {
width: 100% !important;
opacity: 0.96;
margin-left: 0 !important;
display: inline-block;
float: left;
border: none !important;
height: auto !important;
} .ml13 {
font-size: 1.9em;
text-transform: uppercase;
letter-spacing: 0.5em;
font-weight: 600;
text-align: center;
bottom: 0px;
position: absolute;
width: 50%;
height: 100%;
top: 47%;
z-index: 50000;
}
.ml13:hover {
cursor: pointer;
}
.ml13 .letter {
display: inline-block;
line-height: 1em;
}
.virgile-laguin {
display: block;
position: absolute;
width: 60px; right: 0px;
top: 0px; height: 100vh;
background-color: #fafafa;
}
.virgile-laguin h1.big {
font-size: 3em;
padding-top: 250px;
}
.virgile-laguin h1.small {
font-size: 1.7em;
padding-top: 20px;
}
.virgile-laguin h1 { position: fixed;
display: block;
z-index: 5000;
transform: rotate(90deg);
top: 0px;
transform-origin: bottom left;
text-align: left;
white-space: nowrap; transition: opacity 0.2s linear;
}
.virgile-laguin h1.white {
color: #fafafa;
z-index: 20000 !important;
}
.virgile-laguin h1.blue {
color: blue;
}
.virgile-laguin h1.unvisible {
opacity: 0;
}
.virgile-laguin h1.visible {
opacity: 1;
}
img.landing-mozaic-onglet {
position: relative;
display: inline-block;
white-space: nowrap;
z-index: 1000;
float: left;
opacity: 0.98;
}
img.landing-background-image {
display: block;
position: absolute;
z-index: 0;
white-space: nowrap; opacity: 0.94;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.rotating {
-webkit-animation: rotating 60s linear infinite;
-moz-animation: rotating 60s linear infinite;
-ms-animation: rotating 60s linear infinite;
-o-animation: rotating 60s linear infinite;
animation:
} .slick .left-arrow img, .slick .right-arrow img {
visibility: hidden;
opacity: 0;
}
.left-arrow, .right-arrow {}
.left-arrow img, .right-arrow img { border-top: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 1;
visibility: visible;
transition: opacity 0.5s linear;
}
.left-arrow:hover { cursor: url(//virgilelaguin.com/wp-content/themes/virgile-laguin_site-theme/img/interface/left-arrow_v2.svg), auto;
}
.right-arrow:hover { cursor: url(//virgilelaguin.com/wp-content/themes/virgile-laguin_site-theme/img/interface/right-arrow_v2.svg), auto;
} .index-panel-column ul {
padding-bottom: 150px;
}
.panel.index-panel .index-panel-column {
display: inline-block;
float: left;
padding-right: 24px;
width: 24%;
}
.index-panel-column:last-child {
margin-right: 15%;
}
.panel.index-panel .left {
background: blue;
display: flex;
justify-content: space-between;
}
.panel.index-panel>div>div div:nth-child(1) {
margin-left: 12px;
}
.panel.index-panel>div>div div h3 {
padding-bottom: 10px;
font-size: 2em;
padding-top: 20px;
color: #fafafa !important;
}
.panel.index-panel>div>div div ul {
list-style-type: none;
line-height: 1.2em;
padding-left: 0px;
padding-top: 20px;
width: 100%;
border-top: solid 1px white;
}
.panel.index-panel>div>div div li:first-child { }
.panel.index-panel>div>div div li {
width: 100%;
padding: 0.6em 0px 0.6em 0px;
border-bottom: solid 1px white;
}
.panel.index-panel>div>div div a {
font-size: 0.75em;
color: #fafafa !important;
text-decoration: none;
color: blue;
width: 100%;
}
.panel.index-panel>div>div div a:hover {
color: #8f8f8f;
} #bio {
background-color: #fafafa;
opacity: 0.98;
z-index: 10;
position: absolute;
width: 74.7%;
height: 100vh;
}
.panel-inner.bio {
width: 75%;
}
div.bio-left {
display: inline-block;
width: 50%;
height: 100%;
color: blue;
float: left;
overflow: hidden;
}
div.bio-left img {
height: 100%;
float: left;
border-left: solid blue 50px;
}
div.bio-right h2 {
font-size: 4em;
padding-top: 10px;
}
div.bio-right h2:last-child {
padding-top: 200px;
font-size: 4em;
}
div.bio-right p {
padding-top: 30px;
text-transform: none;
font-size: 1.5em;
}
#bio img {
height: 100vh;
border-left: solid 40px blue;
} #contact {
display: block;
background-color: #fafafa;
}
.panel-inner.contact {
display: block;
position: absolute;
width: 75%;
}
.contact-top a {
color: white;
text-decoration: none;
border-bottom: solid 3px #fff;
}
.contact-top {
position: absolute;
display: block;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: blue;
}
#contact-bottom.landing-mozaic {
position: absolute !important;
float: right !important;
overflow: hidden !important;
height: 50% !important;
background-color: blue !important;
display: block !important;
width: 100% !important;
top: 30%;
}
#contact-bottom img {
float: left;
min-width: calc(100vw/20) !important;
max-width: calc(100vw/20) !important;
min-height: calc(100vw/20) !important;
max-height: calc(100vw/20) !important;
}
p#contact-address {
color: #fafafa;
text-transform: none;
text-align: left;
font-size: 4em;
margin: auto;
padding: 20px 0 20px 12px;
transform-origin: right bottom;
left: 0px;
float: left;
position: absolute; width: 120%;
} #preview {
display: block;
overflow: hidden;
border-radius: 0px;
position: absolute;
left: 0;
top: 0;
width: 400px;
height: auto;
z-index: 50000;
}
#preview img {
width: 100%;
height: auto;
transition: opacity 1s;
}
#preview.visible img {
opacity: 1;
}
#preview.unvisible img {
opacity: 0;
} .copyright {
font-size: 0.9em;
line-height: 1.6em;
padding-left: 10px;
}