html,
body,
.slide1 {
  height: 100%;
}
body {
  background-color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  text-align: center;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: 500;
}
h1 {
  margin: 0;
  padding-top: 50px;
  font-size: 26px;
}
h2 {
  font-size: 26px;
  margin: 20px 0 0 0;
  padding-top: 20px;
  line-height: 1.2;
}
h3 {
  margin-top: 0;
}
h4 {
  font-weight: 400;
  text-align: left;
  margin-left: 30px;
}
.separator {
  margin: 20px 0 ;
  width: 80%;
}
.subtitle {
  font-size: 0.8em;
  padding: 0 20px;
}
.w30 {
  width: 30%;
}
.w70 {
  width: 70%;
}
.image > img {
  width: 80%;
  margin: 10% auto;
}
section {
  min-height: 100%;
}
#slide1,
#slide3 {
  background: #ffffff;
}
#slide1 {
  position: relative;
  height: 100%;
}
#slide1 .arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  height: 80px;
  width: 80px;
  z-index: 50;
  opacity: 0.8;
  margin-left: -40px;
  background: url(../img/arrow-noir.png) no-repeat center center;
  background-size: cover;
  animation: MoveUpDown 1s ease infinite;
}
#slide1 .slide {
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 60%;
  margin-left: 5%;
  margin-top: 50px;
}
#slide2 {
  color: #ffffff;
}
#slide2 h2 {
  color: #ffffff;
}
#slide2 ul {
  list-style-type: none;
  margin: 0 5%;
  width: 90%;
  padding: 0;
}
#slide2 ul.categories {
  display: inline-block;
  width: auto;
  margin-top: 20px;
}
#slide2 ul.categories li {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin: 0 0 10px 10px;
  display: inline-block;
  padding: 4px 20px;
}
#slide2 ul .grid-item {
  width: 100%;
}
#slide3 {
  position: relative;
}
#slide3 .followMe {
  height: 36px;
  width: auto;
  background: #ffffff;
  border: 1px solid #000000;
  font-weight: 500;
  display: block;
  margin: 0 auto 20px auto;
}
#slide3 .img-a-propos {
  display: none;
}
#slide3 div {
  width: 70%;
  margin: 0 auto 30px auto;
}

@media (max-width : 800px) {
  width: 90%;
  margin: 0 auto 30px auto;
}

#slide3 div pre {
  overflow: visible;
  word-wrap: normal;
  white-space: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  text-align: justify;
}
#slide3 > div > img {
  float: left;
  width: 45%;
  margin-right: 50px;
}
#slide4 {
  color: #ffffff;
}
#slide4 h2 {
  color: #ffffff;
}
#slide4 .article {
  width: 57%;
  margin: 0 auto;
}
#slide4 .article::after {
  display: block;
  content: "";
  clear: both;
}
#slide4 .article img {
  width: 100%;
}
#slide4 .article h3 {
  text-align: center;
  font-weight: 500;
}
#slide4 .article > div {
  margin-top: 20px;
}
#slide4 .article > div > .texte .postDate {
  display: none;
}
#slide4 .article > div > .details {
  display: none;
}
#slide4 .article > div > div {
  text-align: left;
}
#slide4 .article > div p img {
  width: 100% !important;
  height: auto;
}
@media only screen and (min-width: 767px) {
  #slide2 ul.grid .grid-item {
    width: 50%;
  }
  .separator {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  #slide2 ul.grid .grid-item {
    width: 25%;
  }
  .postDate {
    float: right;
    color: #999;
    font-size: 14px;
  }
   > .details {
    border: 1px solid #ffffff;
    padding-bottom: 10px;
  }
  .details > ul {
    list-style-type: none;
    margin: 0 30px;
    padding: 0;
    text-align: left;
  }
  .details > ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
    font-size: 12px;
    color: #999;
  }
  .details > ul li .fa {
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
  }
  .details > ul li:last-child {
    border: none;
  }
  #slide3 div pre {
    width: 70%;
    margin: 5% auto 0 auto;
  }
}
@keyframes MoveUpDown {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 45px;
  }
  100% {
    bottom: 40px;
  }
}
