@charset "utf-8";

*{ box-sizing: border-box; }

html, body { margin: 0; padding: 0;}
body { max-height: 100vh; background-color: #fefefe; }

a, a:hover { text-decoration: none; }

li { list-style: none; }

@font-face {
  font-family: "WorkSans-Thin";
  src: url("../WorkSans-Thin.ttf");
}
@font-face {
  font-family: "WorkSans-Light";
  src: url("../WorkSans-Light.ttf");
}

/* ********** INDEX / NAVIGATION BAR ********** */
nav.top-nav {
  width: 100%;
  height: 60px;
  background-color: #fefefe;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
}
.nav-position {
  position: relative;
  z-index: 10;
  width: 280px;
  height: 40px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.icon {
  position: absolute;
  display: inline-block;
  z-index: -1;
  top: 9px;
  left: 0;
  width: 38px;
  height: 32px;
  cursor: pointer;
}
.burger {
  position: absolute;
  z-index: 9999;
  width: 34px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgb(94,94,94);
  transition: .4s;
}
.burger::before,
.burger::after {
  position: absolute;
  z-index: 9999;
  content: '';
  width: 34px;
  height: 3px;
  background-color: rgb(94,94,94);
  transition: .4s;
}
.burger::before {
  top: -10px;
}
.burger::after {
  top: 10px;
}
.icon.active .burger {
  background: rgba(0,0,0,0);
}
.icon.active .burger::before {
  top: 0;
  transform: rotate(45deg);
}
.icon.active .burger::after {
  top: 0;
  transform: rotate(135deg);
}
nav.top-nav .nav-position a h1.titre {
  position: absolute;
  z-index: 999;
  margin: 0 0 0 42px;
  padding: 5px 0 9px 18px;
  width: auto;
  height: 60px;
  cursor: pointer;
  font-family: "WorkSans-Light";
  font-size: 2.1em;
  font-weight: 600;
  color: rgb(94,94,94);
  overflow: visible;
}

/* *********** INDEX / MENU +  ANIMATION *********** */
#menu{
  position: absolute;
  width: 300px;/* LARGEUR DU MENU APPARAISSANT AU CLIC */
  margin: -60px 0 0 0;
  padding: 0;
  opacity: 0;
  display: none;
  transition: .6s;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;/* to stop flickering of text in safari */
}
#menu li{
  padding: 15px;
  font-size: 1.4em;
  text-align: center;
  background-color: rgba(255,255,255,.8);
  border-bottom: 1px solid rgba(0,0,0,.4);
  font-family: "WorkSans-Light";
  font-size: 1.3em;
  font-weight: 600;
  color: rgb(113,37,23);
  transition: .4s;
}
#menu li:hover {
  background-color: rgba(0,0,0,.8);
  color: rgb(255,191,152);
}
.active #menu{
  display: block;
  opacity: 1;
  transform: translateY(105px);
}

/* ************** INDEX / SLIDERS ************** */
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(98vh - 60px);
  margin: 0;
}
.slide1,.slide2,.slide3,.slide4 {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -60px;
  overflow: hidden;
}
.slide1 {
  background: url(../imgs/Acrylique/02-02-100x65-intro.jpg) no-repeat center;
  background-size: cover;
  background-origin: center;
  animation:fade 20s infinite;
  -webkit-animation:fade 20s infinite;
  overflow: hidden;
} 
.slide2 {
  background: url(../imgs/dessins_encre-formatA2/181139-42x29,7-intro.jpg)no-repeat center;
  background-size: cover;
  animation:fade2 20s infinite;
  -webkit-animation:fade2 20s infinite;
  overflow: hidden;
}
.slide3 {
  background: url(../imgs/Acrylique/07-100x81-intro.jpg)no-repeat center;
  background-size: cover;
  animation:fade3 20s infinite;
  -webkit-animation:fade3 20s infinite;
  overflow: hidden;
}
.slide4 {
  background: url(../imgs/dessins_encre-formatA2/193825-29,7x42-intro.jpg)no-repeat center;
  background-size: cover;
  animation:fade4 20s infinite;
  -webkit-animation:fade4 20s infinite;
  overflow: hidden;
}

@keyframes fade
{
  0%   {opacity:1}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  25% { opacity: 1}
  50% { opacity: 0 }
  75% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  25% { opacity: 0}
  50% { opacity: 1}
  75% { opacity: 0}
  100% { opacity: 0}
}
@keyframes fade4
{
  0%   {opacity:0}
  25% { opacity: 0}
  50% { opacity: 0}
  75% { opacity: 1}
  100% { opacity: 0}
}

/* ******** INDEX / FOOTER ******** */
footer.intro {
  position: fixed;
  width: 100%;
  height: 100px;
  max-height: 150px;
  left: 0;
  bottom: 0;
  padding: 20px 30px 0 30px;
  background-color: #fefefe;
}
.colonnes {
  text-align: center;
  font-family: 'WorkSans-Thin', sans-serif;
  color: rgb(94,94,94);
  font-size: 1.4em;
}
#border-one,
#border-two {
  border-right: 1px solid rgb(94,94,94);
}

/* ********** COPYRIGHT index.html ********** */
.copyright {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 10px;
  color: black;
  text-align: center;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 0.7em;
}
.copyright a { color: rgba(0,0,0,.8) }
.copyright { padding-top: 10px; }
.copyright a:hover {
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255,255,255,.7), 0 0 1em rgba(100,100,100,.4), 0 0 0.2em rgba(36,36,36,.7);
}

/* ********** RESPONSIVE index.html ********** */
@media screen and (max-width: 327px) {
  .burger {
    width: 28px;
    height: 3px;
    top: 50%;
    left: 50%;
  }
  .burger::before,
  .burger::after {
    content: '';
    width: 28px;
    height: 3px;
  }
  .copyright, .copyrightAbout {
    font-size: 0.55em;
  }
}
@media screen and (max-width: 361px) {
  .nav-position {
    left: 23px;
    transform: translateX(0%);
  }
  .icon {
    left: -10px;
  }
  nav.top-nav .nav-position a h1.titre {
    margin: 0 0 0 38px;
    padding: 7px 0 9px 18px;
    font-size: 1.95em;
  }
  #menu{
    width: 92vw;/* LARGEUR DU MENU APPARAISSANT AU CLIC */
    margin: -60px 0 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  footer.intro {
    max-height: 150px;
  }
  .colonnes {
    font-size: 1.2em;
    margin-top: -5px;
  }
  #border-one {
    border-right: 0 solid rgb(0,0,0);
  }
}
@media screen and (max-width: 768px) {
  footer.intro {
    height: 120px;
    padding: 10px 30px 0 30px;
  }
  #border-two {
    border-right: 0 solid rgb(0,0,0);
  }
}

/* ********** PRESENTATION.html ********** */

.container,
.container-gallery {
  position: relative;
  width: 100%;
  max-width: 80vw;
  height: auto;
  margin: 0 auto;
}
section.presentation {
  position: relative;
  padding: 7vh 0 0 0;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 1.4em;
  text-align: justify;
}
.photo-present {
  float: left;
  width: 250px;
  height: auto;
  margin-right: 60px;
  margin-bottom: 35px;
}
section.presentation .citation {
  width: auto;
  margin: -60px 15px 60px 15px;
}
section.presentation .citation .quotes-one,
section.presentation .citation .quotes-two {
  font-size: 250px;
  color: rgb(94,94,94);
}
section.presentation .citation .quotes-one {
  margin-left: -25px;
}
section.presentation .citation .quotes-two {
  margin-right: -25px;
  transform: rotate(180deg);
}
section.presentation .citation .citation-texte {
  font-size: 1.5em;
  color: rgb(94,94,94);
  margin: auto 50px;
  text-align: center;
}

section.contacter .zone-contact svg#Layer_1,
section.contacter .zone-contact svg#Capa_1 {
  position: absolute;
  display: block;
  width: 30px;
  height: auto;
  right: 0;
  bottom: 0;
  margin-bottom: -45px;
  opacity: .3;
}
section.contacter .zone-contact svg#Capa_1 {
  margin-right: 55px;
}
section.contacter .zone-contact svg#Layer_1:hover,
section.contacter .zone-contact svg#Capa_1:hover {
  opacity: .7;
}

/* ******* PRESENTATION / EXPOSITIONS ******* */
.container .container-fluid .expos {
  font-family: 'WorkSans-Light', sans-serif;
  font-weight: 300;
  margin-top: -60px;
  margin-bottom: 30px;
}
.expos .row .expo1,
.expos .row .expo2 {
  border: 1px solid rgb(36,36,36);
  width: 510px;
  padding: 15px;
  margin: 0 20px 45px 20px;
}
.images {
  display: inline-block;
  width: 160px;
  height: auto;
  margin-right: 20px;
}
.img {
  width: 100%;
  height: auto;
  margin-left: 15px;
}
.textes {
  display: inline-block;
  margin-right: 15px;
}
span.red {
  color: red;
  margin-left: 0;
}
.container .copy {
  bottom: 0;
  text-align: center;
}
.container .container-fluid h2 {
  font-size: 1.6em;
  margin-bottom: 25px;
  padding-left: 15px;
}
.container .container-fluid .row .expo1 .row .textes h2,
.container .container-fluid .row .expo2 .row .textes h2 {
  font-weight: 900;
  padding-left: 15px;
}
.container .container-fluid .row .expo1 .row .textes h5 {
  margin-top: -25px;
  font-size: 1em;
  padding-left: 15px;
}
.container .container-fluid .row .expo1 .row .textes h4,
.container .container-fluid .row .expo2 .row .textes h4 {
  font-size: 1.2em;
  padding-left: 15px;
}
.container .expos svg#Layer_1,
.container .expos svg#Capa_1 {
  position: absolute;
  display: block;
  width: 30px;
  height: auto;
  right: 45px;
  bottom: 0;
  opacity: .5;
}
.container .expos svg#Capa_1 {
  margin-right: 55px;
}
.container .expos svg#Layer_1:hover,
.container .expos svg#Capa_1:hover {
  opacity: .8;
}
.copyrightAbout {
  margin: 0 auto;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: .7em;
  font-weight: 100;
  padding: 15px 0 10px 0;
  text-align: center;
}
.copyrightAbout a { color: rgb(0,0,0); }
.copyrightAbout a:hover {
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255,255,255,.7), 0 0 1em rgba(100,100,100,.4), 0 0 0.2em rgba(36,36,36,.7);
}

/* ********** RESPONSIVE presentation.html ********** */
@media screen and (max-width: 1472px) {
  .expos .row .expo1,
  .expos .row .expo2 {
    width: 506px;
  }
}
@media screen and (max-width: 1200px) {
  section.presentation .citation {
    margin: -10px 0 0 0;
  }
  section.presentation .citation .citation-texte {
    margin: auto 50px;
    font-weight: 900;
  }
  .container .expos {
    margin-top: 60px;
  }
  .img {
    width: 100px;
    height: auto;
  }
}
@media screen and (max-width: 1001px) {
  .container {
    max-width: 88vw;
  }
  section.presentation .citation .citation-texte {
    margin: auto 35px;
    font-weight: 900;
  }
  .img {
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 94vw;
  }
  .photo-present {
    width: 150px;
  }
  section.presentation .citation {
    margin: 10px 0 0 0;
  }
  section.presentation .citation .citation-texte {
    font-size: 1.3em;
  }
  section.presentation .citation .quotes-one,
  section.presentation .citation .quotes-two {
    font-size: 190px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100vw;
  }
  .photo-present {
    width: 100px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  section.presentation {
    font-size: 1.25em;
  }
  section.presentation .citation .citation-texte {
    font-size: 1.15em;
  }
  section.presentation .citation .quotes-one,
  section.presentation .citation .quotes-two {
    font-size: 170px;
  }
}
@media screen and (max-width: 398px) {
  .photo-present {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 7px;
  }
  section.presentation {
    font-size: 1.15em;
  }
  section.presentation .citation .quotes-one,
  section.presentation .citation .quotes-two {
    font-size: 110px;
  }
  section.presentation .citation .quotes-one {
    margin-left: -25px;
  }
  section.presentation .citation .quotes-two {
    margin-right: -25px;
  }
  section.presentation .citation .citation-texte {
    font-size: 1.1em;
    margin: auto 10px;
  }
}

/* ********** GALLERIES ********** */

.container-gallery  { width: 90vw; height: auto; }
.gallery-section,
.gallery-section2,
.gallery-section3 {
  width: 100%;
  margin-top: 60px;
}
.inner-width {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0;
}
.gallery-section h1,
.gallery-section2 h1,
.gallery-section3 h1 {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: rgb(36,36,36);
}
.gallery-section span.worksTitle,
.gallery-section2 span.worksTitle,
.gallery-section3 span.worksTitle {
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 0.7em;
  font-weight: 400;
  color: rgb(36,36,36);
}
.gallery-section h2.works,
.gallery-section2 h2.works,
.gallery-section3 h2.works {
  text-align: right;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: rgb(94,94,94);
  margin-top: -80px;
  margin-bottom: 40px;
}
.gallery-section h2.works a,
.gallery-section2 h2.works a,
.gallery-section3 h2.works a { color: rgba(0,0,0,.4); }
.gallery-section h2.works a:hover,
.gallery-section2 h2.works a:hover,
.gallery-section3 h2.works a:hover {
  color: rgb(0,0,0);
  text-shadow: 0 1px 2px rgba(255,255,255,.7), 0 0 1em rgba(100,100,100,.4), 0 0 0.2em rgba(36,36,36,.7);
}
.gallery-section h1,
.gallery-section2 h1,
.gallery-section3 h1,
.gallery-section h2.works,
.gallery-section2 h2.works,
.gallery-section3 h2.works,
.gallery-section span.worksTitle,
.gallery-section2 span.worksTitle,
.gallery-section3 span.worksTitle { display: inline-box; }

.gallery-section .gallery,
.gallery-section2 .gallery,
.gallery-section3 .gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery-section .gallery .image,
.gallery-section2 .gallery .image,
.gallery-section3 .gallery .image {
  overflow: hidden;
  padding: 10px;
}
.gallery-section .gallery .image,
.gallery-section2 .gallery .image { flex: 20%; }
.gallery-section3 .gallery .image { flex: 25%; }
.gallery-section a .image,
.gallery-section2 a .image,
.gallery-section3 a .image {
  display: block;
  width: 100%;
  height: auto;
  transition: .5s;
}
.gallery-section .image img,
.gallery-section2 .image img,
.gallery-section3 .image img {
  width: 100%;
  height: auto;
  transition: .5s;
}
.gallery-section .image:hover img,
.gallery-section2 .image:hover img,
.gallery-section3 .image:hover img {
  transform: scale(1.1);
}
.gallery-section .image:hover img {
  filter: brightness(35%) blur(5px);
}
.gallery-section .image .content {
  position: relative;
  width: 100%;
  margin: 0 .25%;
  height: auto;
  bottom: 100px;
  box-sizing: border-box;
  transition: .5s;
  background-color: #fc19de;
}
.gallery-section .image .content p {
  position: absolute;
  width: 100%;
  padding: 15px 25px;
  text-align: left;
  font-family: 'WorkSans-Light', sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: rgba(255,255,255,.98);
  opacity: 0;
  transform: translate(15%, -15%);
  background-color: rgba(255,255,255,.05);
  transition: .8s;
}
.gallery-section .image:hover p {
  transform: translate(3%, -15%);
  background-color: rgba(255,255,255,.15);
  opacity: 1;
}

/* ******** RESPONSIVE GALLERIES ******** */
@media screen and (max-width: 1200px) {
  .gallery-section h2.works,
  .gallery-section2 h2.works,
  .gallery-section3 h2.works {
    margin-bottom: 40px;
  }
  .gallery-section .gallery .image,
  .gallery-section2 .gallery .image,
  .gallery-section3 .gallery .image {
    flex: 25%;
  }
}
@media screen and (max-width: 960px) {
  .gallery-section .gallery .image,
  .gallery-section2 .gallery .image,
  .gallery-section3 .gallery .image {
    flex: 33.3334%;
  }
  .gallery-section h2.works,
  .gallery-section2 h2.works,
  .gallery-section3 h2.works {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 748px) {
  .gallery-section .gallery .image,
  .gallery-section2 .gallery .image,
  .gallery-section3 .gallery .image {
    flex: 50%;
  }
  .gallery-section h2.works,
  .gallery-section2 h2.works,
  .gallery-section3 h2.works {
    text-align: center;
    margin-bottom: 50px;
    font-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  .gallery-section .gallery .image,
  .gallery-section2 .gallery .image,
  .gallery-section3 .gallery .image {
    flex: 100%;
  }
  .gallery-section h1,
  .gallery-section2 h1,
  .gallery-section3 h1 {
    font-size: 1.25em;
    text-align: center;
  }
}

/* ********** CONTACT ********** */

body.contact { background-color: rgb(36,36,36); }
section.contacter {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.contacter div.zone-contact {
  width: 440px;
  margin-top: 50vh;
  margin-left: 50vw;
  transform: translate(-50%, -50%);
  
  border: 1px solid rgba(255,255,255,.7);
  font-family: 'WorkSans-Light', sans-serif;
  font-weight: 100;
  color: rgb(255,255,255);
  text-align: center;
}
section.contacter div.zone-contact .paddings {
  margin: 60px;
  padding: 30px 0 30px 0;
  /* background-color: rgba(217,201,247,.1); */
}
section.contacter div div.titre-contact h1 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: rgb(255,255,255);
  font-size: 2.2em;
  letter-spacing: 0.2;
}
section.contacter div div.titre-contact h4 {
  font-family: 'WorkSans-Thin', sans-serif;
  font-size: 1.25em;
  font-weight: 100;
  letter-spacing: .5em;
  margin-top: -20px;
  margin-bottom: 40px;
}
section.contacter div div.separation {
  margin: 0 auto;
  height: 1px;
  width: 80%;
  background-color: rgba(255,255,255,.4);
}
section.contacter div div.mail {
  text-align: center;
  padding: 75px 0 15px 0;
  font-size: 1em;
}
section.contacter div div.mail a h2 { margin: 0; font-size: 1.4em; }
section.contacter div div.mail a { color: #fff; }
section.contacter div div.mail:hover a {
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255,255,255,.7), 0 0 1em rgba(100,100,100,.4), 0 0 0.2em rgba(36,36,36,.7);
}

/* ********** CONTACT COPYRIGHT ********** */
.copyrightBlack {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(255,255,255,.8);
  text-align: center;
  font-family: 'WorkSans-Light', sans-serif;
  font-size: 0.7em;
}
.copyrightBlack a { color: rgba(255,255,255,.8); }
.copyrightBlack a:hover {
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(255,255,255,.7), 0 0 1em rgba(100,100,100,.4), 0 0 0.2em rgba(36,36,36,.7);
}

/* ********** RESPONSIVE contact.html ********** */
@media screen and (max-width: 367px) {
  .copyrightBlack {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 501px) {
  section.contacter div.zone-contact {
    width: 360px;
  }
  section.contacter div.zone-contact .paddings {
    margin: 50px;
    padding: 15px 0 15px 0;
    /* background-color: rgba(217,201,247,.1); */
  }
}