@charset "UTF-8";
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  color: #222;
  font-size: 1em;
  /* 16px */
  height: 100%;
  line-height: 1.375rem;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  overflow: scroll;
  overflow-x: hidden;
  font-size: 1em;
  min-height: 100vh;
  /* la hauteur de body est forcée au minimum à celle du viewport, corrige les problèmes d'affichage de background si appliqué à body */
  /**
    * Gestion de l'optimisation des polices par le moteur de rendu
    *  auto : laisse le moteur de rendu déterminer la meilleure méthode
    *  optimizeLegibility : activation du crénage et des ligatures - affecte les performances d'affichage de la page et accentue l'effet FOUT, à n'utiliser que pour les textes courts < 1000 mots
    *  optimizeSpeed : désactivation du crénage et des ligatures - accélère la vitesse de rendu de la page au détriment de la lisibilité
    *  geometricPrecision : 
    * https://developer.mozilla.org/fr/docs/Web/CSS/text-rendering
    * https://css-tricks.com/almanac/properties/t/text-rendering/
    */
  text-rendering: optimizeSpeed;
  /**
    * Lissage des fonts (antialiasing) et hinting
    * https://szafranek.net/blog/2009/02/22/font-smoothing-explained/
    * https://developer.mozilla.org/fr/docs/Web/CSS/font-smooth
    */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
  width: 0 !important;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

:target {
  scroll-margin-top: 150px;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

/* Adaptation automatique des images à leurs conteneurs */
img {
  height: auto;
  width: 100%;
}

a {
  text-decoration: none;
  color: #F2F2F2;
}
a:hover {
  color: #F2F2F2;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  background-color: #000000;
}

.h1-style {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: calc(48px + 8px);
  font-size: 48px;
  color: #F2F2F2;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 576px) {
  .h1-style {
    font-size: calc(48px - 22px);
    line-height: calc(calc(48px + 8px) - 28px);
  }
}

.h2-style {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #F2F2F2;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 576px) {
  .h2-style {
    font-size: calc(30px - 8px);
    line-height: calc(calc(30px + 8px) - 10px);
  }
}

.h3-style {
  font-family: "Brawler", serif;
  font-size: 22px;
  color: #F2F2F2;
  letter-spacing: 0.5px;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 576px) {
  .h3-style {
    font-size: calc(22px - 8px);
    line-height: calc(calc(22px + 8px) - 10px);
  }
}

.h1-style a, .h2-style a, .h3-style a {
  transition: all 0.4s;
}
.h1-style a:hover, .h2-style a:hover, .h3-style a:hover {
  box-shadow: inset 0 -1.5em #870810;
}

.title-section {
  color: #F2F2F2;
  line-height: 45px;
}

.title-section::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 37px;
  width: 22px;
  background-color: rgba(90, 1, 10, 0.6);
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  .title-section {
    font-size: calc(22px - 4px);
    line-height: 30px;
  }
}

.title-archive {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: calc(48px - 6px);
  color: #F2F2F2;
  text-transform: capitalize;
  text-shadow: 0 0 4px #000000;
  box-shadow: inset 0 -20px rgba(90, 1, 10, 0.6);
}
@media screen and (max-width: 576px) {
  .title-archive {
    box-shadow: none;
    text-align: center;
    font-size: calc(48px - 24px);
    background-image: linear-gradient(135deg, rgba(102, 0, 0, 0.5) 0%, rgba(102, 0, 0, 0) 45%, rgba(102, 0, 0, 0) 53%, rgba(102, 0, 0, 0.5) 100%);
  }
}

.title-categorie {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: calc(48px - 10px);
  color: #F2F2F2;
  text-transform: capitalize;
  text-shadow: 0 0 4px #000000;
  box-shadow: 0 0.1em #870810;
  padding: 20px;
}
@media screen and (max-width: 576px) {
  .title-categorie {
    text-align: center;
    font-size: calc(48px - 24px);
  }
}

.info {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 22px;
  box-shadow: inset 0 -2px #5A010A;
  transition: all 0.4s;
}
.info:hover {
  box-shadow: inset 0 -15px #5A010A;
}
@media screen and (max-width: 576px) {
  .info {
    font-size: 16px;
    box-shadow: inset 0 -15px #5A010A;
  }
}

p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  color: #F2F2F2;
  line-height: calc(16px + 8px);
  font-size: 16px;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 576px) {
  p {
    font-size: calc(16px - 2px);
    line-height: calc(calc(16px + 8px) - 4px);
  }
}

.movie-stream-btn a {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
  width: 160px;
  height: 55px;
  background-color: rgba(90, 1, 10, 0.6);
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}
.movie-stream-btn a::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #870810;
  border-radius: 50% 50% 0% 0%;
  z-index: -1;
  transition: all 0.8s;
}
.movie-stream-btn a:hover::before {
  top: 0px;
  border-radius: 0;
}
.movie-stream-btn .btn-stream {
  margin: 30px 0px;
  width: 160px;
  height: 55px;
  background-color: rgba(90, 1, 10, 0.6);
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 300;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .movie-stream-btn .btn-stream {
    width: 140px;
    height: 55px;
    font-size: 18px;
    margin: 15px 0px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 150;
  min-height: 10vh;
  width: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
}
.navbar .tagline {
  text-align: center;
  margin: 0;
  padding: 0;
}
.navbar .navbar-logo {
  margin: 10px 0px;
  width: 200px;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .navbar .navbar-logo {
    margin-top: 20px;
    width: 150px;
  }
  .navbar .navbar-logo .tagline {
    display: none;
  }
}

#nav-icon3 {
  opacity: 1;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 25px;
  left: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  #nav-icon3 {
    width: 25px;
    height: 35px;
  }
}

#nav-icon3 span {
  opacity: 1;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 2px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 576px) {
  #nav-icon3 span {
    height: 1px;
  }
}

#nav-icon3 span:nth-child(1) {
  top: 5px;
}
@media screen and (max-width: 576px) {
  #nav-icon3 span:nth-child(1) {
    top: 8px;
  }
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 31px;
}
@media screen and (max-width: 576px) {
  #nav-icon3 span:nth-child(4) {
    top: 28px;
  }
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-container {
  transform: translateY(-150%);
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-in-out;
}
.menu-container.on {
  transition: all 0.8s ease-in-out;
  transform: translateY(0%);
  z-index: 100;
  position: fixed;
}
.menu-container .nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .menu-container .nav-list {
    height: 350px;
  }
}

.menu-container .nav-list .nav-items {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 300;
  font-size: 30px;
  width: auto;
  height: 35px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -0.7em #870810;
  transition: all 0.4s;
}
.menu-container .nav-list .nav-items:hover {
  box-shadow: inset 0 -1.5em #870810;
}
@media screen and (max-width: 576px) {
  .menu-container .nav-list .nav-items {
    font-size: 21px;
    height: 25px;
    box-shadow: inset 0 -1em #870810;
  }
}

.banner-container {
  padding-top: 60px;
}

.banner {
  position: relative;
  width: 100%;
  height: 430px;
}
@media screen and (max-width: 576px) {
  .banner {
    height: 245px;
  }
  .banner-container {
    padding-top: 30px;
  }
}
.banner .banner-shadow {
  position: absolute;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 80%);
  height: 100%;
  width: 100%;
}
.banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner-img img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.banner-infos {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 0;
}
@media screen and (max-width: 576px) {
  .banner-infos {
    padding: 20px 30px;
    transform: none;
  }
}
.banner-infos .banner-title {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}
.banner-infos .banner-title .banner-subtitle {
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner:nth-child(even) .banner-infos {
  align-items: flex-end;
  text-align: end;
}

.article {
  padding-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .article {
    padding-top: 80px;
  }
}
.article .article-content .video-content {
  width: 100%;
  height: 475px;
}
@media screen and (max-width: 576px) {
  .article .article-content .video-content {
    height: 200px;
  }
}
.article .article-content .l-content {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content h1 {
    margin: 25px auto;
  }
}
.article .article-content .l-content .article-content-group {
  margin: 50px 0px 35px 0px;
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .article-content-group {
    margin: 25px 0px 15px 0px;
  }
}
.article .article-content .l-content .movie-poster {
  margin: 40% 0%;
}
.article .article-content .l-content .movie-poster img {
  border-radius: 15px;
  object-fit: cover;
  height: 410px;
  width: 282px;
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .movie-poster img {
    display: none;
  }
}
.article .article-content .l-content .info-content-title {
  font-family: "Brawler", serif;
  font-size: 22px;
  color: #F2F2F2;
  letter-spacing: 0.5px;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .info-content-title {
    font-size: 18px;
  }
}
.article .article-content .l-content .info-content-link {
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  transition: all 0.5s;
  box-shadow: inset 0 -0.1em #870810;
  font-weight: 300;
}
.article .article-content .l-content .info-content-link:hover {
  box-shadow: inset 0 -1em #870810;
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .info-content-link {
    font-size: 18px;
    box-shadow: inset 0 -0.8em #870810;
  }
}
.article .article-content .l-content .movie-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .movie-info {
    padding: 0px 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .movie-info .movie-info-content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 5px;
  }
}
.article .article-content .l-content .info-content-title {
  font-family: "Brawler", serif;
  font-size: 22px;
  color: #F2F2F2;
  letter-spacing: 0.5px;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .info-content-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .article .article-content .l-content .movie-stream-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

@media screen and (max-width: 576px) {
  .container-md {
    padding: 0;
  }
}
.container-md .date-mois {
  min-height: 650px;
  position: fixed;
  top: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-size: 20px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 576px) {
  .container-md .date-mois {
    display: none;
  }
}
.container-md .date-mois a {
  transition: all 0.4s;
  width: 25%;
}
.container-md .date-mois a:hover {
  box-shadow: inset 0 -0.5em #870810;
}
.container-md .slider {
  display: flex;
  width: 100%;
  min-height: 490px;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-top: 30px;
}
.container-md .slider .item {
  flex-shrink: 0;
}
.container-md .card {
  height: 480px;
  background-color: #0D0D0D;
  margin: 30px 20px;
}
@media screen and (max-width: 576px) {
  .container-md .card {
    width: 280px;
    border-radius: 15px;
    position: relative;
  }
}
.container-md .card .card-btn {
  position: relative;
  display: flex;
  justify-content: center;
}
.container-md .card .card-btn a {
  position: absolute;
  bottom: 40px;
  font-family: "Brawler", serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: inset 0 -0.1em #870810;
  transition: all 0.4s;
}
.container-md .card .card-btn a:hover {
  box-shadow: inset 0 -1.5em #870810;
}
.container-md .card .card-shadow {
  position: absolute;
  bottom: 0;
  height: 160px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, #000000 68%);
}
.container-md .card .card-img {
  position: absolute;
  bottom: 35%;
  height: 190px;
}
.container-md .card .card-img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .container-md .card .card-img {
    top: 0;
    bottom: 0px;
    width: 100%;
    height: 410px;
  }
  .container-md .card .card-img img {
    border-radius: 15px;
  }
}
.container-md .card .card-content {
  padding: 0px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .container-md .card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .container-md .card .card-content .title-card-content {
    z-index: 10;
    text-align: center;
    position: absolute;
  }
}
.container-md .card .card-content a {
  transition: all 0.4s;
}
.container-md .card .card-content a:hover {
  box-shadow: inset 0 -1.5em #870810;
}
.container-md .card .card-content .title-card {
  font-family: "Brawler", serif;
  font-weight: 400;
  letter-spacing: 0.45px;
  font-size: 20px;
  color: #F2F2F2;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 576px) {
  .container-md .card .card-content .title-card {
    font-size: 16px;
  }
}
.container-md .card .title-card-info {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  color: #F2F2F2;
  text-shadow: 0 0 15px #000000;
}
@media screen and (max-width: 576px) {
  .container-md .card .title-card-info {
    font-size: 14px;
  }
}
.container-md .card p {
  height: 125px;
  overflow: hidden;
}

.archive-container {
  padding-top: 100px;
}

@media screen and (max-width: 576px) {
  .archive-container {
    padding-top: 80px;
  }
}

.archive-container h1 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.archive-container .h2-style {
  margin-bottom: 60px;
}

@keyframes monAnimation {
  0% {
    box-shadow: inset 0 -0.3em rgba(90, 1, 10, 0.6);
  }
  25% {
    box-shadow: inset 0 -0.9em #870810;
  }
  50% {
    box-shadow: inset 0 -0.3em rgba(90, 1, 10, 0.6);
  }
  75% {
    box-shadow: inset 0 -0.9em #870810;
  }
  100% {
    box-shadow: inset 0 -0.3em rgba(90, 1, 10, 0.6);
  }
}
.categorie-container {
  height: 90vh;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categorie-container .categorie-title {
  margin: 0 auto;
  width: 570px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categorie-container .categorie-title .h2-categorie {
  margin: 100px 0px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #F2F2F2;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
}
.categorie-container .categorie-title .h2-categorie a {
  transition: all 0.4s;
  box-shadow: inset 0 -0.7em rgba(90, 1, 10, 0.6);
}
.categorie-container .categorie-title .h2-categorie a:hover {
  box-shadow: inset 0 -0.9em #870810;
}
@media screen and (max-width: 576px) {
  .categorie-container .categorie-title .h2-categorie {
    font-size: 28px;
    margin: 45px 0px;
    letter-spacing: 3px;
  }
  .categorie-container .categorie-title .h2-categorie a {
    animation: monAnimation 4s linear infinite alternate both;
  }
}

.h1-categorie {
  margin: 100px auto;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #F2F2F2;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: inset 0 -0.5em #870810;
}
@media screen and (max-width: 576px) {
  .h1-categorie {
    font-size: 28px;
    margin: 45px auto;
    letter-spacing: 3px;
  }
}

.about-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-content {
  margin: 75px 0px;
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.l-footer {
  width: 100%;
  height: 80px;
  background-color: #0D0D0D;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer p {
  font-size: 16px;
  font-weight: 300;
  color: #F2F2F2;
  text-align: center;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

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