@charset "utf-8";

html, body{
  font-family: "whyte";
  /*height: 100%;
  position: fixed;
  background: linear-gradient(to left top, black, white);*/
  background-color: white;
}

/*ENTÊTE*/
.header{
  margin: 40px 0px 0px 80px;
}

h1{
  font-weight: lighter;
}

.header>h1>a, .header>h1>a:hover {
  color: black;
  text-decoration: none;
}

.header>h1>a:hover{
  border-bottom: 1px solid black;
}

.about-button{
  background-color: black;
  border-radius: 5px;
  padding: 0px 12px;
  margin: 5% auto;
  display: table;
  position: relative;
}

.about-button>h2{
  margin: 10px;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
}

.about-button>h2>a, .about-button>h2>a:hover{
    color: white;
    text-decoration: none;
}

/*PHARMACIE*/
.pharmacy{
  position: relative;
}

.shelf{
  display: block;
  margin: -4px auto ;
}

.items{
  display: table;
  margin: 15px auto 0;
}

.item, .item2, .item3 {
  display: inline;
}

.item{
  margin: 50px 7px -1px 7px;
}

.item2 {
  margin: 50px 15px -1px 15px;
}

.item3 {
  margin: 50px 30px -1px 30px;
}

.about{
width: 628px;
margin: 4% auto 0px auto;
}

.about>p{
  text-align: center;
  text-transform: uppercase;
  line-height: 1.35em;
  font-size: 14px;
}

/*MOUVEMENTS SOURIS*/
.item:hover, .item2:hover, .item3:hover{
  /*filter: invert(7%) sepia(100%) saturate(7450%) hue-rotate(248deg) brightness(103%) contrast(143%);*/
  filter: contrast(0.2);
}

.moving-text {
  margin: 0px;
  padding: 5px 10px;
  position:absolute;
  top: 0%;
  left: 0%;
  visibility: inherit;
  opacity: 0;
  background-color: white;
  border:3px solid blue;
}

.moving-text >h1{
text-transform:uppercase;
font-size: 17px;
font-family: "whyte-reg";
margin-top: 5px;
margin-bottom: 0px;
}

.moving-text>h3{
margin-top: 5px;
font-weight: lighter;
font-size: 16px;
margin-bottom: 5px;
}

.items>a{
  text-decoration: none;
  color: blue;
}

/*PAGES PROJETS*/

.side, .gallery{
  margin: 40px 80px 0px 75px;
}

.side >h2{
  text-transform: uppercase;
  font-size: 90px;
  font-family: "whyte";
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: lighter;
}

.side>p{
  font-size: 40px;
    margin-top: 30px;
    line-height: 1.1em;
}

.gallery{
  text-align: center;
}
/*FONTS*/
italic{
font-family: "whyte-it"
}

@font-face {
  font-family: "whyte";
  src: url("../fonts/Whyte-Inktrap-Light.otf");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "whyte-it";
  src: url("../fonts/Whyte-Inktrap-Light-Italic.otf");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "whyte-reg";
  src: url("../fonts/Whyte-Inktrap-Regular.otf");
  font-weight: lighter;
  font-style: normal;
}
