@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  height: 100%;
}

main {
  position: relative;
}

.is-retina img {
  display: block;
  transform: scale(0.5);
  transform-origin: left top;
}

.container,
.container-fluid {
  position: relative;
  z-index: 100;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1250px;
}

.header {
  z-index: 1000;
  position: absolute;
  padding-top: 33px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.intro-header {
  position: absolute;
  top: 28%;
}

#gl {
  width: 100vw;
  height: calc(100vh - 78px);
  left: 0;
  top: 0;
  position: absolute;
}

canvas {
  display: block;
}

.frame.is-canvas-header {
  text-align: center;
  position: relative;
  top: 0;
  height: calc(100vh - 78px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}

.slider-news {
  position: absolute;
  bottom: -215px;
  cursor: pointer;
  transition: all 350ms cubic-bezier(0.7, 1.51, 0.36, 0.98);
  opacity: 0.65;
  padding: 0;
  padding-top: 100px;
}
.slider-news:hover {
  bottom: -50px;
  opacity: 1;
  padding-top: 0;
}
.slider-news .slider-news-content {
  background-color: #000000;
  padding-bottom: 50px;
}

.fond-nav {
  background-color: #CE2139;
  z-index: auto;
  background: linear-gradient(90deg, #CE2139 50%, #272727 50%);
  background-size: 100%;
}
.fond-nav.inverse {
  background: linear-gradient(270deg, #CE2139 50%, #272727 50%);
}

.search {
  background-color: #CE2139;
  z-index: auto;
  background: linear-gradient(90deg, #CE2139 50%, #272727 50%);
  background-size: 100%;
}
.search .search-input {
  font-size: 20px;
  color: #FFFFFF;
  padding: 24px 15px;
  cursor: pointer;
  background-image: url("../img/svg/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.search .search-input p {
  margin: 0;
}
.search .search-input p:after {
  content: "__";
  animation-name: blink;
  animation-duration: 450ms;
  animation-iteration-count: infinite;
}
.search #bt-news {
  background-color: #272727;
}
.search #bt-news:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #5d5d5d;
  right: 0;
  top: 0;
  height: 77px;
}
.search #bt-compte {
  background-color: #272727;
}

#search-bar.is-active {
  z-index: 1000;
}
#search-bar.is-active #cta-news {
  opacity: 0.2;
}

#panneau-search {
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  bottom: 78px;
}
#panneau-search.is-down {
  position: relative;
  top: 0;
}

#search-result {
  background-color: #fff;
}
#search-result img {
  padding-top: 40px;
  padding-bottom: 40px;
}

#catalogue-result img {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}
#catalogue-result:before {
  content: "";
  width: 5px;
  height: 70%;
  background-color: #ececec;
  position: absolute;
  left: -5px;
  top: 15%;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cta-login {
  background-color: #272727;
}

.blog {
  z-index: auto;
  padding-top: 40px;
  padding-bottom: 100px;
}

/* Page Loader */
.js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0e0e0f;
}

.js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: #826437;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
a {
  text-decoration: none;
  color: #826437;
  outline: none;
}

a:hover,
a:focus {
  color: #fff;
  outline: none;
}

.message {
  background: #fff;
  color: #0e0e0f;
  padding: 1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.fiche-film #search-bar {
  position: fixed;
  z-index: 5000;
  background-color: #272727;
  background-image: none;
}
.fiche-film #jumbo {
  padding: 0;
  overflow: hidden;
}
.fiche-film #jumbo img {
  width: 100%;
}
.fiche-film .intro-header {
  height: auto;
  position: relative;
  top: 0;
  background-size: cover;
  background-position-y: 0;
  background-position-x: center;
  background-repeat: no-repeat;
}
.fiche-film .nav {
  z-index: 1000;
  position: fixed;
  padding-top: 33px;
  top: 78px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.fiche-film #cta-fiche {
  position: fixed;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 63px;
  z-index: 500;
  background-color: #CE2139;
  overflow: hidden;
  transition: all 350ms cubic-bezier(0.7, 1.51, 0.36, 0.98);
  border-top: 2px solid #fff;
}
.fiche-film #cta-fiche.is-sticky {
  width: 100%;
}
.fiche-film #cta-fiche .cta-container {
  position: relative;
  width: 810px;
  margin: 0 auto;
}
.fiche-film #cta-fiche .cta-container #hot-presse {
  left: 480px;
  width: 90px;
}
.fiche-film #cta-fiche .cta-container #hot-exploitant {
  left: 570px;
  width: 120px;
}
.fiche-film #cta-fiche .cta-container #hot-marketing {
  left: 692px;
  width: 120px;
}
.fiche-film .ancre {
  margin-top: -80px;
  height: 100px;
  position: relative;
}
.fiche-film .hotspot {
  width: 40px;
  height: 63px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.fiche-film .hotspot#hot-home {
  width: 95px;
}
.fiche-film .hotspot#hot-catalogue {
  width: 180px;
  left: 875px;
}
.fiche-film .titre-fiche {
  position: absolute;
  bottom: 70px;
}
.fiche-film .titre-fiche .titre-container {
  position: relative;
  width: 810px;
  margin: auto;
}
.fiche-film .titre-fiche .titre-container .hotspot {
  top: 126px;
}
.fiche-film .titre-fiche .titre-container #cta-presse {
  left: 480px;
  width: 90px;
}
.fiche-film .titre-fiche .titre-container #cta-exploitant {
  left: 570px;
  width: 120px;
}
.fiche-film .titre-fiche .titre-container #cta-marketing {
  left: 692px;
  width: 120px;
}

/*# sourceMappingURL=base.css.map */
