/*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/JV-Folio-Book-250330.otf');
    font-weight: 600;
    font-style: normal;
    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;
}




    path {
      fill: none;
      stroke: #1d1d1b;
      stroke-width: 6;
      stroke-linecap: round;
      stroke-linejoin: miter;
      stroke-miterlimit: 10;
      animation: draw 1s ease forwards;
    }

    /* Premier tracé */
    g[transform="translate(420.9258,570.0948)"] path {
      animation-delay: 0s;
      stroke-dasharray: 8200;
      stroke-dashoffset: 8200;
    }

    /* Deuxième tracé */
    g[transform="translate(469.2066,203.1037)"] path {
      animation-delay: 0.5s;
      stroke-dasharray: 9400;
      stroke-dashoffset: 9400;
    }

    @keyframes draw {
      to {
        stroke-dashoffset: 0;
      }
    }


.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 .intro{
  padding-bottom: 4rem;
}

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

.intro{
  text-align: center;
  padding-top: 5vh;
}

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

.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;
}


.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;
  text-align: right;
}

#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;
}

.about .intro {
  padding-bottom: 3rem;
}





@media (max-width: 600px) {

:root {
    font-size: 22px;
}

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

.intro svg {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.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;
  padding-top: 5rem;
}

.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: 2.2rem;
  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%;
}

}
