@import url("http://fonts.googleapis.com/css?family=League+Script");
@font-face {
  font-family: 'las_enter';
  src: url("../includes/font/lasenter-webfont.eot");
  src: url("../includes/font/lasenter-webfont.eot?#iefix") format("embedded-opentype"), url("../includes/font/lasenter-webfont.woff2") format("woff2"), url("../includes/font/lasenter-webfont.woff") format("woff"), url("../includes/font/lasenter-webfont.ttf") format("truetype"), url("../includes/font/lasenter-webfont.svg#las_enter") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, ../sass/custom.scss */
html {
  background: url(http://i.imgur.com/ocNA4Bd.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 26, ../sass/custom.scss */
body {
  background: transparent;
}

/* line 30, ../sass/custom.scss */
html, body {
  height: 100%;
}

/* line 34, ../sass/custom.scss */
section.picz {
  text-align: center;
  padding-top: 100px;
}

/* line 38, ../sass/custom.scss */
section.generator {
  padding-top: 160px;
}

/* line 41, ../sass/custom.scss */
h1, h2 {
  font-family: 'Cedarville Cursive', cursive;
  color: #fff;
}

/* line 45, ../sass/custom.scss */
h2 {
  text-align: center;
  padding-bottom: 2.8vw;
  font-size: 36px;
  color: #000;
}

/* line 52, ../sass/custom.scss */
h3 {
  display: inline;
}

/* line 56, ../sass/custom.scss */
.explications {
  position: absolute;
  width: 350px;
  top: -10px;
  left: 0px;
  padding: 20px 40px;
  background: black;
  font-family: 'League Script', Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.5s ease-out;
  border-bottom-right-radius: 15px;
}
/* line 68, ../sass/custom.scss */
.explications .languette {
  position: absolute;
  right: -50px;
  width: 64px;
  height: 142px;
  background: #000;
  display: block;
  border-radius: 17px;
  color: #fff;
  top: 0;
}
/* line 78, ../sass/custom.scss */
.explications .languette img {
  width: 50px;
  height: auto;
  padding-top: 15px;
  position: absolute;
  left: 13px;
}
/* line 87, ../sass/custom.scss */
.explications:hover {
  left: 0;
}

/* line 92, ../sass/custom.scss */
section {
  height: auto;
  overflow: auto;
}
/* line 96, ../sass/custom.scss */
section img {
  width: 100%;
}
/* line 100, ../sass/custom.scss */
section .col-md-4 {
  padding-bottom: 30px;
}
/* line 103, ../sass/custom.scss */
section .col-md-4 img {
  border: 1px solid #000;
}

/* line 109, ../sass/custom.scss */
h1 {
  margin: 3.5vw 0;
}

/* line 114, ../sass/custom.scss */
#bar {
  margin: 0;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 125, ../sass/custom.scss */
#progress-bar {
  width: 0%;
  height: 100%;
  background: #ccc;
  -moz-animation: expand 1.0s ease-in-out infinite;
  -webkit-animation: expand 1.0s ease-in-out infinite;
  -ms-animation: expand 1.0s ease-in-out infinite;
  animation: expand 1.0s ease-in-out infinite;
}

@-moz-keyframes expand {
  to {
    width: 100%;
  }
}
@-webkit-keyframes expand {
  to {
    width: 100%;
  }
}
@-ms-keyframes expand {
  to {
    width: 100%;
  }
}
@keyframes expand {
  to {
    width: 100%;
  }
}
/* line 160, ../sass/custom.scss */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

/* line 173, ../sass/custom.scss */
footer {
  text-align: center;
  padding: 40px 0;
}

/* line 179, ../sass/custom.scss */
ul.socialsend {
  float: right;
}
/* line 181, ../sass/custom.scss */
ul.socialsend a {
  -webkit-animation: blink 0.01s infinite alternate;
  -moz-animation: blink 0.01s infinite alternate;
  -o-animation: blink 0.01s infinite alternate;
  animation: blink 0.01s infinite alternate;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5), 0 0 20px #fff, 0 0 10px #fff, 0 0 50px #FF1313;
  font-family: 'League Script', Helvetica, Arial, sans-serif;
  font-size: 27px;
}
/* line 190, ../sass/custom.scss */
ul.socialsend a:hover {
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.5), 0 0 20px #fff, 0 0 10px #fff, 0 0 50px #FF1313;
}

@-moz-keyframes blink {
  70% {
    opacity: 0.7;
  }
}
@-webkit-keyframes blink {
  45% {
    opacity: 0.5;
  }
}
@-o-keyframes blink {
  70% {
    opacity: 0.7;
  }
}
@keyframes blink {
  70% {
    opacity: 0.7;
  }
}
/* line 219, ../sass/custom.scss */
.social {
  float: right;
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 10;
}

/* line 227, ../sass/custom.scss */
img.mail {
  height: auto;
  width: 60px;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(-20deg);
  margin-right: 25px;
  float: left;
  margin-top: -10px;
}

/* line 237, ../sass/custom.scss */
li.pin {
  margin-left: -65px;
}

/* line 241, ../sass/custom.scss */
a:hover {
  text-decoration: none;
}

/* line 245, ../sass/custom.scss */
info {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  float: right;
}

/* line 251, ../sass/custom.scss */
a.fb {
  padding-top: 12px;
  display: inline-block;
  float: right;
}

/* line 257, ../sass/custom.scss */
.content img {
  width: 100%;
}

/* line 261, ../sass/custom.scss */
#fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

/* line 272, ../sass/custom.scss */
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* line 277, ../sass/custom.scss */
.box .content {
  background-size: cover;
  width: 600px;
  height: 600px;
  overflow: hidden;
}

/* line 286, ../sass/custom.scss */
.container {
  height: 100%;
  width: 100%;
  padding: 0;
}

/* line 292, ../sass/custom.scss */
.content {
  position: relative;
}
/* line 294, ../sass/custom.scss */
.content .name {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 135px;
  font-size: 64px;
  color: #e53c8c;
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  font-family: 'las_enter';
}

/* line 308, ../sass/custom.scss */
li {
  list-style: none;
}
