@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
body {
  background-image: url(../bg.gif);
  background-color: #F0EFEF;
  margin: 0px;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
}
/* CADRE ------------------------------------------------------------•  */
#top, #bottom, #left, #right {
  background: #ffffff;
  color: #000000;
  line-height: 20px;
  font-size: 10px;
}
#left, #right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 20px;
}
#left {
  left: 0;
  z-index: 100;
}
#right {
  right: 0;
  z-index: 101;
}
#top, #bottom {
  position: fixed;
  left: 0;
  right: 0;
  height: 20px;
}
#top {
  top: 0;
  z-index: 102;
}
#bottom {
  bottom: 0;
  z-index: 103;
}
/* Carton ------------------------------------------------------------•  */
#carton {
  width: 200px;
  height: 250px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 200;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#carton img {
  width: 150px;
  height: auto;
  margin-top: 20px;
}
#carton p {
  margin: 15px 0 0;
}
#carton a {
  color: #fff;
}
#carton a:hover {
  color: #bbb;
}
/* Scroll  BTN------------------------------------------------------------•  */
.arrow-down {
  height: 30px;
  width: 30px;
  display: block;
  border: 1px solid #000;
  position: relative;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  overflow: hidden;
  border-radius: 25px;
}
.arrow-slide {
  left: 0;
  top: -50%;
  width: 100%;
  height: 50%;
  background: rgba(0,0,0,0.05);
  position: absolute;
  display: block;
  z-index: 0;
}
.left-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 15px;
  left: 7px;
  width: 10px;
  display: block;
  transform: rotate(45deg);
}
.left-arm:after {
  content: "";
  background-color: #000;
  width: 10px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: right center;
  z-index: -1;
}
.right-arm {
  position: absolute;
  z-index: 1;
  background-color: transparent;
  top: 15px;
  left: 14px;
  width: 10px;
  display: block;
  transform: rotate(-45deg);
  border-radius: 2px;
}
.right-arm:after {
  content: "";
  background-color: #000;
  width: 10px;
  height: 1px;
  display: block;
  border-radius: 1px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 1.5);
  transform-origin: left center;
  z-index: -1;
}
.arrow-down:hover {
  transition: all .1s;
  border-radius: 20px;
}
.arrow-down:hover .left-arm:after {
  transform: rotate(10deg);
}
.arrow-down:hover .right-arm:after {
  transform: rotate(-10deg);
}
.arrow-down:hover .arrow-slide {
  transition: all .4s ease-in-out;
  transform: translateY(300%);
}
.arrow-down {
  margin: 5px auto 0;
}
#btn-scrolldwn {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  bottom: 35px;
  right: 35px;
  position: absolute;
}
/* PAGINATION ------------------------------------------------------------•  */
ol, ul {
  list-style: none;
}
.pagination {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  z-index: 10;
}
.pagination a {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  color: #000000;
  position: relative;
  padding: 0px;
}
.pagination a.active:after {
  box-shadow: inset 0 0 0 5px;
}
.pagination a .hover-text {
  position: absolute;
  right: 8px;
  top: -3px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}
.pagination a:hover .hover-text {
  opacity: 1;
}
.pagination a:after {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  right: 4px;
  bottom: 0;
}
/* contenu ------------------------------------------------------------•  */
.sections {
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: transparent;
}
#section-01 {
  position: relative;
  background-image: url("../imgs/img-01.jpg")
}
#section-02 {
  background-image: url("../imgs/img-02.jpg")
}
#section-03 {
  background-image: url("../imgs/img-03.jpg")
}
#section-04 {
  background-image: url("../imgs/img-04.jpg")
}
#section-05 {
  background-image: url("../imgs/img-05.jpg")
}
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  width: 1px;
}

/* ------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------  */
@media screen and (max-width : 860px) {
#left, #right {
  width: 10px;
}
#top, #bottom {
  height: 10px;
}
.pagination {
  right: 15px;
}
#btn-scrolldwn {
  bottom: 90px;
  right: 20px;
}
#carton {
  width: 320px;
  height: 80px;
  left: 50%;
  margin-left:-160px;
  text-align: center;
  font-size: 10px;
  border-top-left-radius: 10px;
}
#carton img {
  width: 70px;
  height: auto;
  margin: 10px 0 0 40px;
  float:left;
}
#carton p {
  margin: 20px 0 0;
}
}
