body {
  width: 100vw;
  height: 100vh;

  background: url('../img/10945037_1382104938764359_4775809873557042585_o.jpg');
  background-size: cover;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
}

header img {
  position: fixed center;
  top: 0;
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.header-pic {
  display: block;
}

.header-pic-partial {
  display: none;
}

.main-container {
  width: 100vw;
  height: 100vh;
  padding-right: 15%;
  padding-left: 15%;
  position: relative;

}

.nav {
  width: 100%;
  display: inline-flex;
  margin: 0;
  padding: 0.5em;
  align-items: center;
  justify-content: space-around;
  font-size: 1.4em;
  background-color:aliceblue;
  color:#000000
}

.nav-link {
  display: block;
  background: transparent;
  padding: 0;
  transition: color 500ms, background 500ms, padding 500ms;
}

.nav-link:hover {
  background: white;
  padding: 0 1em;
}

.active {
  color: white;
  font-weight: bold;
}

.active:focus {
  color: white;
  font-weight: bold;
}

.infos-container {
  height: 10em;
  display: flex;
  flex-flow: row nowrap;
}

.peinture {
	margin:auto;
	display:block;
	position: fixed,center;

}
.infos-container img {
  display: none;
  height: 100%;
  width: auto;
}

.infos {
  margin-right: auto;
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.2em;
  font-style: italic;
  color: grey;
}

.info2 {
	margin-left:auto;
	display: flex;
  flex-flow: row nowrap;
  font-size: 1.2em;
  font-style: italic;
  color: grey;
}

.info3 {
	margin-left:auto;
	display: flex;
  flex-flow: row nowrap;
  font-size: 1.2em;
  font-style: italic;
  color: grey;
}

.main-content {
  width: 100%;
  height: 100%;
  padding: 2em;
  color: white;
  background-color:#d9dbdb;
  background: rgba(0,0,0,0.8);
  position: relative;
  z-index: 100;
  overflow-y: auto;
}

.title-container {
  display: flex;
  flex-flow: row nowrap;
}

.img {
	margin-top:50px
		center
}

.title {
  text-align: right;
}

.left {
  margin-right: auto;
  text-align: left;
}

.signature {
  color: grey;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 900px) {
  body {
    font-size: 0.8em;
  }

  .nav {
    font-size: 1.2em;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 0.7em;
  }
  .main-container {
    padding: 0;
  }
  .header-pic {
    display: none;
  }
  .header-pic-partial {
    display: inherit;
  }
  .infos-container img {
    display: block;
  }
  .title-container h1 {
    font-size: 1.2em;
    font-weight: bold;
  }
}
/*document*/

#documents {width : auto; text-align: center;height:60px;line-height:30px; border-radius: 20px 20px 20px 20px;margin-top:50px}
#pdf li {list-style-type:none;display:inline-block;;font-size: 25px;border-radius: 20px 20px 20px 20px}
#pdf li a {text-decoration:none;color:#200000;transition:all .5s ease-in;background-color:#d9dbdb;padding: 10px;font-size: 32px;border-radius: 20px 20px 20px 20px}
#pdf li a:hover {color: #da2323;background-color:#fff;padding: 20px;margin-left:10px;font-size: 32px;border-radius: 20px 20px 20px 20px}

.galerie {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.galerie-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}


.item-title {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1em;
  background-color: rgba(0,0,0,0.5);
  transition: padding 500ms;
  pointer-events: none;
}

.item-picture {
  width: auto;
  height: 15em;
}

.galerie-item:hover .item-title {
  padding-bottom: 2em;
}

.pictures-container img {
  height: 100%;
  width: auto;
}
#reseau {
	padding-left:120px;
	 width: 100%;
  display: inline-flex;
  margin: 0;
  padding: 0.5em;
  align-items: center;
  justify-content: space-around;
  font-size: 1.4em;
}
