@import url('/css/global/fonts.css');

@import url('/css/global/reset.css');
@import url('/css/global/buttons.css');

/* GLOBAL */
html, body {
  max-width: 100%;
  padding: 0;
  font-family: 'SourceCodePro', 'Courier New', monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  background-color: #111111;
  overflow-x: hidden;
}

@media only screen and (min-width: 1400px) {
  body {
    zoom: 1.1;
  }
}

@media only screen and (min-width: 1600px) {
  body {
    zoom: 1.2;
  }
}

@media only screen and (min-width: 1800px) {
  body {
    zoom: 1.25;
  }
}

@media only screen and (min-width: 2000px) {
  body {
    zoom: 1.3;
  }
}

body[lang="fr"] [lang="en"],
body[lang="en"] [lang="fr"] {
  display: none;
}

body h1 {
  display: inline-block;
  font-family: 'HelveticaNeueLTProExtended', 'Helvetica', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  outline: none;
}

body h2 {
  display: inline-block;
  font-family: 'HelveticaNeueLTProExtended', 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
}

body p {
  text-align: center;
}

.content {
  position: relative;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.content h2 {
  max-width: 343px;
}

.link {
  transition: all .2s cubic-bezier(.17,.67,.83,.67);
}

.link:hover {
  color: #D6FF7E;
}

.link:active {
  opacity: .75;
}

.pt-18 {
  padding-top: 4.5rem;
}

.divider {
  width: 90%;
  max-width: 1200px;
  height: 1px;
  margin: 0 auto;
  background-color: #404040;
}


/* HEADER  */
header {
  position: fixed;
  top: 0;
  left: -100px;
  width: calc(100% + 200px);
  min-width: calc(100% + 200px);
  max-width: calc(100% + 200px);
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin: 0 auto;
  background-color: #111111;
  box-shadow: rgba(17, 17, 17, 1) 0 6px 6px;
  overflow: hidden;
  z-index: 10;
}

header .content {
  max-width: 900px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  flex-direction: row !important;
  justify-content: space-between;
  padding: 0 116px;
}

.paco-logo {
  max-width: 44px;
  min-width: 44px;
  max-height: 32px;
  min-height: 32px;
  width: 44px;
  height: 32px;
  transition: all .2s cubic-bezier(.17,.67,.83,.67);
}

.paco-logo:hover {
  opacity: .8;
}

header #languages > * {
  font-weight: 400;
  opacity: .6;
}

header #languages a {
  position: relative;
  margin: 0 6px;
  white-space: pre;
}

body[lang="fr"] header #languages a.lang-fr,
body[lang="en"] header #languages a.lang-en {
  font-weight: 700 !important;
  opacity: 1 !important;
}

body[lang="fr"] header #languages a.lang-fr::after,
body[lang="en"] header #languages a.lang-en::after {
  content: ' ';
  position: absolute;
  left: 1px;
  bottom: -2px;
  height: 2px;
  background-color: #D6FF7E;
}

#merch {
  height: 25px;
  border-radius: 10.5px;
  padding: 2px 16px;
  margin-right: -12px;
}

#merch:hover, #merch:active {
  color: #D6FF7E !important;
  border-radius: 8;
  background-color: rgba(214, 255, 126, 0.135);
  box-shadow: rgba(214, 255, 126, 0.25) 0 0 16px;
}


/* MAIN */
main {
  padding-top: 60px;
}

.section-heading {
  overflow: hidden;
}

.section-heading .cover {
  position: relative;
  width: 375px;
  height: 720px;
  z-index: 1;
}

.section-heading .cover .tagline {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 294px;
  height: 164px;
  z-index: 3;
}

.section-heading .cover .preview {
  width: 291px;
  height: 507px;
  position: absolute;
  top: 24px;
  left: 83px;
  z-index: 2;
}

.section-heading .cover .mosaic {
  max-width: none;
  width: 2706px;
  height: 1125px;
  position: absolute;
  left: -1260px;
  bottom: -770px;
  background-image: url('/images/heading/mosaic@3x.png');
  background-size: 902px 375px;
  background-position: center;
  background-repeat: repeat;
  transform: scale(1) rotate(12deg);
  opacity: 1;
  z-index: 0;
}

.section-heading .actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 178px;
  margin-bottom: 8px;
  z-index: 2;
}

.section-heading .button-fat {
  min-width: 248px;
  max-width: 248px;
  z-index: 4;
}

.section-heading .button-fat > button {
  padding-left: 0;
  padding-right: 0;
}

.radial {
  height: 512px;
  background: url('/images/background-radial.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.radial .content {
  margin: auto;
}

.section-watch .content img,
.section-feed .content img,
.section-profile .content img {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  transform: scale(1);
}

.section-instants .content img {
  width: 415px;
  min-width: 415px;
  max-width: 415px;
  height: 432px;
  min-height: 432px;
  max-height: 432px;
  transform: scale(1);
  margin-top: -16px;
  margin-bottom: -16px;
}

/* FOOTER  */
.press {
  max-width: 1200px;
}

.press > div {
  max-width: 800px;
}

.press a {
  min-width: 90px;
  margin: 20px 24px;
  transition: opacity .2s cubic-bezier(.17, .67, .83, .67);
}

.press a.gq,
.press a.idvice {
  transform: scale(.9);
}

.press a.theredbulletin {
  transform: translateY(-8px)
}

@media only screen and (max-width: 768px) {
  .press a {
    margin: 20px 16px;
  }
}

@media only screen and (max-width: 400px) {
  .press a {
    margin: 18px 14px;
  }

  .press a.theredbulletin {
    transform: translateY(0px)
  }
}

.press a:hover {
  opacity: .8;
}

.press a:active {
  opacity: .95;
}

.press a img {
  margin: auto;
}

.paco-baseline {
  width: 260px;
  height: 80px;
}

.paco-baseline img {
  width: 100%;
  height: 100%;
}

.social-icon {
  width: 32px;
  height: 32px;
  transition: opacity .2s cubic-bezier(.17,.67,.83,.67);
}

.social-icon:hover {
  opacity: .8;
}

.social-icon:active {
  opacity: .95;
}

body[lang="fr"] .app-store-badge {
  width: 152px;
  height: 48px;
  margin: 8px 6px;
}

body[lang="en"] .app-store-badge {
  width: 144px;
  height: 48px;
  margin: 8px 6px;
}

body[lang="fr"] .play-store-badge {
  width: 162px;
  height: 48px;
  margin: 8px 6px;
}

body[lang="en"] .play-store-badge {
  width: 162px;
  height: 48px;
  margin: 8px 6px;
}
