/*INITIALISATION*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lora", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  /* text-transform: capitalize; */
}

/* MENU */

h1 {
  font-size: 1.7em;
  padding-bottom: 20px;
  font-weight: normal;
}
header {
  width: 250px;
  border-right: 1px solid rgb(165, 166, 169);
  float: left;
  padding: 40px;
  position: fixed;
  height: 100%;
  color: rgb(100, 100, 100);
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
}

ul {
  list-style: none;
  padding: 0;
}
nav > ul {
  padding: 0 0 100px 0;
}

nav ul li {
  display: block;
  padding-bottom: 15px;
  position: relative;
}
nav a {
  display: block;
}

/* MENU RESPONSIVE */

.close {
  display: none;
  cursor: pointer;
}

.close i {
  z-index: 10000;
  position: fixed;
  top: 25px;
  right: 12px;
  height: 2px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: black;
  display: block;
}

.close i:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open {
  position: fixed;
  top: 18px;
  right: 17px;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.open i {
  height: 2px;
  width: 30px;
  margin: 4px;
  background: black;
  display: block;
}

/* SOUS MENU */
/*
.sousDune {
  font-size: 0.8em;
  text-transform: capitalize;
  padding: 0;
  max-height:0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}


.sousDune li {
  padding-bottom: 8px;
}

ul li:hover .sousDune {
 max-height: 19em;
 padding: 10px 0 0 0;
} */

/* MENU DIFFERENTES SERIES  */

main ul {
  padding-bottom: 30px;
}
main ul li {
  display: inline-block;
  text-transform: lowercase;
  font-size: 0.8em;

  padding-right: 10px;
}

main ul li:last-child {
  padding-right: 0px;
}

/* MAIL */
.mail {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 100px;
  font-size: 1em;
  text-transform: lowercase;
}

.actuelle {
  text-decoration: underline;
}

.contourgreen img {
  border: 1px solid rgb(230, 240, 230);
}

.contourgrey img {
  border: 1px solid rgb(230, 230, 230);
}
.contourblack img {
  border: 2px solid rgb(50, 50, 50);
}
.contourblackfin img {
  border: 1px solid rgb(50, 50, 50);
}
.contourred {
  border: 1px solid rgb(250, 0, 0);
}

/* BODY */
h2 {
  margin-top: 0;
  padding: 50px 0 0px 0;
  font-weight: normal;
}

main {
  text-align: center;
  margin-left: 250px;
  padding-bottom: 100px;
}

.imgContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 100px;
}

main .imgGros img {
  width: 80%;
}

div.marge {
  padding-top: 50px;
}

div.marge2 {
  padding-top: 30px;
}

main img {
  width: 30%;
  margin: auto;
  margin-bottom: 100px;
}
main .arbre img {
  width: 80%;
}
/*Dune1*/
main .unparun img {
  width: 52%;
}

main .deuxpardeux img {
  width: 46%;
}

@media screen and (max-width: 800px) {
  nav {
    /* display: none; */
    height: 100%;
    background: white;
  }
  .open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    padding: 0;
  }

  header nav li {
    width: 100%;
    padding: 3px 20px;
  }

  header nav ul {
    height: 100%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    margin: 0;
    font-size: 1.2em;
  }

  main {
    margin: 0 20px;
  }
}
