@import url(../fonts/fontface.css);



.container {
  display: block;
  width: 122px;
  /*margin: 100px auto;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -61px;
}
.container div {
  height: 17px;
  width: 17px;
  position: absolute;
  border-radius: 50%;
  background: #000;
  display: inline-block;
}
.container div:first-child {
  animation: move 1s ease-in-out infinite alternate;
  background: #fbb416;
  margin-left: 0;
}
.container div:nth-child(2) {
  animation: move 1s ease-in-out -0.25s infinite alternate;
  margin-left: 35px;
  background: #fbb416;
}
.container div:nth-child(3) {
  animation: move 1s ease-in-out -0.5s infinite alternate;
  margin-left: 70px;
  background: #fbb416;
}
.container div:nth-child(4) {
  animation: move 1s ease-in-out -0.75s infinite alternate;
  margin-left: 105px;
  background: #fbb416;
}
@-moz-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-o-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}



body {
  background-color: #ededed;
  overflow: hidden;
  font-family: 'museo_sans_rounded500';
}
h3,h4 {
  text-align: center;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'museo_sans_rounded500';

}
.nav {
  padding-top: 58px;
  padding-bottom: 30px;
  background-color: #fbb416;
  margin-bottom: 20px;
  text-align: center;
  background-image: url("../images/header_icons_tiles.png");
  background-repeat: no-repeat;
  /*background-size: 50px;*/

}
.nav .motifs{

  /*width: 100%;
  height: 2000px;
  background-color: black;
  background-image: url("../images/bic/icons-header.png");
  background-repeat: repeat;
  background-size: 50px;
  background-position: -500 -500;
  position: absolute;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
}
.nav h3 {
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
}
.nav h4 {
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}
.nav a {
  display: block;
  width: 155px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.nav img {
  width: 150px;
}

.bicboy {
  background-image: url("../images/bicboy.png");
  background-repeat: no-repeat;
  background-size: 65%;
  height: 210px;
  position: absolute;
  right: 50%;
  width: 210px;
  margin-right: -25%;
  top: 75px;
  z-index: 2;
}
.dcsns-toolbar .filter .link-all{
  background-color: #fbb416;
  border-radius: 30px;
  padding: 5px;
  line-height: 30px;
  height: 30px;
  margin-top: 6px;
  width: 30px;
  text-align: center;
  margin-right: 7px;
}
.dcsns-toolbar .filter li img {
    margin: 0;
    height: 40px;
    width: 40px;
}
#wall {
  padding: 10px 0 0 0;
  min-height: 2000px;
}
#wrapper, #container {
  width: 90%;
  padding: 0;
}
#nav-container {
  margin-bottom: 20px;
}
.loading {
  min-height: 100%;
  min-width: 100%;
  background-color: #ededed;
  position: absolute;
  z-index: 10;
}
.loading img {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -40px;
}
.stream li.dcsns-twitter .section-intro span a {
  display: inline-block!important;
  color: #000;
  /* margin: 0 auto; */
  /*width: 100%;*/
  text-align: center;
}

.stream li .icon {
    height: 32px;
}
@media screen and (max-width: 1280px) {

  .bicboy {
    right: 50%;
    margin-right: -39%;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1500px) {
  .bicboy {
    right: 50%;
    margin-right: -32%;
  }
}
@media screen and (max-width: 1100px) {
  .bicboy {
    display: none;
    height: 200px;
    position: absolute;
    right: 50%;
    width: 200px;
    margin-right: -32%;
    top: 30px;
    z-index: 20;
  }
}

/* ----------- Generic Mobile devices ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .nav {
    padding: 20px;
    margin-bottom: 20px;
    left: 0px!important;
  }
  .nav img {
    width: 170px!important;
    /*position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0px!important;
    margin-right: 5px!important;*/

  }
  .nav h3 {
    font-size: 28px!important;
    /*text-align: center;
    margin: 0 auto;
    display: inline;
    vertical-align: middle;*/
  }
  /*#dcsns-filter.dc-center {
    margin-left: 0!important;
    display: inline;
    padding-left: 0;
  }*/
}

/* ----------- iPhone 4 ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .stream li {
    width: 286px!important;
  }
  .stream li.dcsns-facebook .section-thumb img {
    width: 255px!important;
    margin-bottom: 5px;
  }
  .stream li.dcsns-youtube .section-thumb img {
    max-width: 255px!important;
  }
  .stream li.dcsns-pinterest .section-thumb img {
    width: 255px!important;
  }
  /*.nav img {
    width: 64px!important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .nav h3 {
    font-size: 16px!important;
    text-align: center;
    margin: 0 auto;
    display: inline;
    vertical-align: middle;
  }*/
  #dcsns-filter.dc-center {
    /*margin-left: 0!important;*/
    display: inline;
    padding-left: 0;
    left: 50%;
    position: relative;
  }
}

/* Portrait and Landscape  Iphone 5/5s*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .nav img {
    width: 140px!important;
  }
}

/* ----------- iPhone 6 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2){
  .stream li {
    width: 336px!important;
  }
  .stream li.dcsns-facebook .section-thumb img {
    width: 307px!important;
  }
  .stream li.dcsns-youtube .section-thumb img {
    max-width: 306px!important;
  }
  .stream li.dcsns-pinterest .section-thumb img {
    width: 306px!important;
  }
}
  /* ----------- iPhone 6 Plus ----------- */
  /* Portrait and Landscape */
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3){
    .stream li {
      width: 368px!important;
    }
    .stream li.dcsns-facebook .section-thumb img {
      width: 336px!important;
    }
    .stream li.dcsns-youtube .section-thumb img {
      max-width: 336px!important;
    }
    .stream li.dcsns-pinterest .section-thumb img {
      width: 336px!important;
    }
  }
  /* ----------- Galaxy S3 ----------- */
  /* Portrait and Landscape */
  @media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
    .stream li {
      width: 319px!important;
    }
    .stream li.dcsns-facebook .section-thumb img {
      width: 288px!important;
    }
    .stream li.dcsns-youtube .section-thumb img {
      max-width: 288px!important;
    }
    .stream li.dcsns-pinterest .section-thumb img {
      width: 288px!important;
    }
  }
  /* ----------- Galaxy S4 ----------- */
  /* Portrait and Landscape */
  @media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    .stream {
      width: 332px!important;
    }
    .stream li {
      width: 319px!important;
    }
    .stream li.dcsns-facebook .section-thumb img {
      width: 288px!important;
    }
    .stream li.dcsns-youtube .section-thumb img {
      max-width: 288px!important;
    }
    .stream li.dcsns-pinterest .section-thumb img {
      width: 288px!important;
    }
  }
  /*Nexus 5*/
  @media screen and (min-device-width: 360px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    /*.stream {
      width: 323px!important;
    }*/
    .stream li {
      width: 323px!important;
    }
    .stream li.dcsns-facebook .section-thumb img {
      width: 290px!important;
    }
    .stream li.dcsns-youtube .section-thumb img {
      max-width: 290px!important;
    }
    .stream li.dcsns-pinterest .section-thumb img {
      width: 290px!important;
    }
  }
  /*Nexus 6*/
  @media screen and (min-device-width: 412px) and (max-device-height: 732px) and (-webkit-device-pixel-ratio: 3.5) {
    /*.stream {
      width: 323px!important;
    }*/
    .stream li {
      width: 367px!important;
    }
    .stream li.dcsns-facebook .section-thumb img {
      width: 335px!important;
    }
    .stream li.dcsns-youtube .section-thumb img {
      max-width: 335px!important;
    }
    .stream li.dcsns-pinterest .section-thumb img {
      width: 335px!important;
    }
  }
}
