/*Development by Jauneau Vallance  http://jauneauvallance.com/*/

@charset "UTF-8";

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%;
  vertical-align: baseline;
}
/* 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;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Fonts*/


@font-face {
    font-family: 'Folio';
    src: url('../fonts/CLFolio-Book.otf');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Folio';
    src: url('../fonts/CL-Folio-BookItalic.otf');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
}


::-moz-selection {
  background: #000;
  color: #FFF; }
::selection { background: #000;
color: #FFF; }

*{
font-family: 'Folio', sans-serif;
}

a{
  font-family: 'Folio', sans-serif;
}

a{
  font-family: Folio, sans-serif;
}

em{
  font-style: oblique;
}

[aria-current] {
font-style: normal;
}

:root {
    font-size: 26px;
}

a:focus,
a:visited,
a:active,
a:link,
a:hover {
    text-decoration-line: none;
    color:#000;
    border-bottom: 0px;
}

a:hover {

}


body{
  font-size: 0.8rem;
  line-height: 1rem;
  background: #fff;
}

.home, .about{
  width: calc(100% - 200px);
  padding: 0 0px 5rem 0;
  margin: auto;
}


.homeimages{
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr ;
grid-column-gap: 15px;
width: 100%;
justify-content: space-between;
    }

.aboutlogos{
  display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
grid-column-gap: 50px;
width: 100%;
justify-content: space-between;
padding-top: 3rem;
}

.aboutlogos img{
grid-column: span 1;
width: 100%;
}
    

.home p{
width: 24rem;
margin: auto;
padding-bottom: 1rem;
}    

.about p, .about h2{
width: 24rem;
margin: auto;
}   

.about h2{
  text-indent: 1rem;
}

.about-text {
  margin-top: 4rem;
}

.about p{
  padding-bottom: 1rem;
}

.intro{
  text-align: center;
}

.trace-intro {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding-top: 0;
  width: 100vw;
}

.trace-intro svg {
  display: block;
  height: 90vh;
  max-width: calc(100vw - 200px);
  width: 80vw;
}

.singleimage{
  grid-column: 3 / span 2;
}

.singleimage img, .twoimages img, .threeimages img{
  width: 100%;
}

.twoimages{
  grid-column: span 3;
}

.threeimages{
  grid-column: span 2;
}


.homeimages{
  padding: 4rem 0;
}

h1{
  text-align: center;
  padding: 0rem 0 1rem 0;
  font-size: 1rem;
  line-height: 1.2;
}

.listeoeuvre {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;

  width: 24rem;
margin: auto;

}

.listeoeuvre.open {
  max-height: 1500px; /* assez grand pour contenir tout le contenu */
  padding: rem 0 4rem 0;
}

.listeoeuvre .oeuvre:last-child {
  padding-bottom: 2rem ;
}

.oeuvre{
  width: 100%;
  padding-top: 1rem;
}

.description p{
  width: 100%;
  padding-bottom: 0.5rem;
}

.portrait-video {
  padding-bottom: 1rem;
  padding-top: 2rem;
  width: 100%;
}

.portrait-video video {
  display: block;
  width: 100%;
}


.titre{
  padding: 0rem 0 0.5rem 0;
}

.nomartiste{
  cursor: pointer;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}


#nom, #aboutlink{
  position: fixed;
  top: 48vh;
  font-size: 1rem;
}

#nom{
  left: 20px;
  text-align: left;
}

#aboutlink{
  right: 20px;
  line-height: 1.35rem;
  overflow: visible;
  padding-top: 0.15rem;
  text-align: right;
  transform: translateY(-0.25rem);
}

#aboutlink a {
  display: block;
  line-height: 1.35rem;
  overflow: visible;
}

#nom,
#nom a,
#aboutlink,
#aboutlink a,
#ehpad {
  transition: color 0.2s ease;
}

#nom.is-over-trace-intro,
#nom.is-over-trace-intro a,
#nom.is-over-trace-intro a:focus,
#nom.is-over-trace-intro a:visited,
#nom.is-over-trace-intro a:active,
#nom.is-over-trace-intro a:link,
#nom.is-over-trace-intro a:hover,
#aboutlink.is-over-trace-intro,
#aboutlink.is-over-trace-intro a,
#aboutlink.is-over-trace-intro a:focus,
#aboutlink.is-over-trace-intro a:visited,
#aboutlink.is-over-trace-intro a:active,
#aboutlink.is-over-trace-intro a:link,
#aboutlink.is-over-trace-intro a:hover,
#ehpad.is-over-trace-intro {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

#ehpad{
  position: absolute;
  top: 48vh;
  margin: auto;
  text-align: center;
  font-size: 1rem;
  width: 40%;
  left: 30%;
}

.about p:first-of-type{
  padding-bottom: 2rem;
}

.biographie{
  padding: 1rem 0 3rem 0;
}

@media (max-width: 600px) {

:root {
    font-size: 22px;
}

.home, .about {
  width: calc(100% - 40px);
  padding: 0 0 5rem 0;
  margin: auto;
}

.trace-intro svg {
  height: 80vh;
  max-width: calc(100vw - 40px);
  width: calc(100vw - 40px);
}

.about p, .about h2, .home p {
  width: 100%;
  margin: auto;
}

#nom {
  left: 20px;
  text-align: left;
}
#nom, #aboutlink, #ehpad {
  position: absolute;
  font-size: 1rem;
}

#nom{
width: calc(100% - 40px);
text-align: center;
top: 20px;
}

.about #ehpad{
  display: none;
}

.about #aboutlink{
  display: none;
}

.intro {
  text-align: center;
}

.aboutlogos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  width: 100%;
  justify-content: space-between;
  padding-top: 1rem;
}

.aboutlogos img{
  padding-bottom: 1rem;
}

.home #nom, .home #aboutlink{
  position: fixed;
}

.home #aboutlink{
bottom: 20px;
top: auto;
width: 100%;
text-align: center;
left: 0;
}

.home #ehpad {
  position: absolute;
  top: 50vh;
  margin: auto;
  text-align: center;
  width: 100%;
  left: 0;

}


.homeimages {
  padding: 2rem 0;
}

.homeimages .twoimages:last-of-type{

display: none;

}

.twoimages {
  grid-column: span 6;
}

.listeoeuvre {

  width: 100%;
}

}
