.row a.active, .theme a.active, .filtre_media a.active {
  background-color: #194ff0 !important; }
  .row a.active:hover, .theme a.active:hover, .filtre_media a.active:hover {
    background-color: #7998f6 !important; }

a:hover {
  text-decoration: none !important; }

.height-100 {
  overflow-x: hidden;
  min-height: 100vh;
  max-width: 100%; }
  @media screen and (min-width: 992px) {
    .height-100 {
      min-height: 100vh; } }

.form-control::placeholder {
  color: #525354; }

.bloc-category:hover .title-bloc {
  background: #2c738485 !important; }

a {
  text-decoration: none !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-none {
  margin-bottom: 0 !important; }

.margin-left-none {
  margin-left: 0 !important; }

.margin-right-none {
  margin-right: 0 !important; }

.features-title, .alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px; }

.font-alt {
  font-family: "Roboto Condensed", sans-serif; }

.affix {
  background-color: rgba(10, 10, 10, 0.9);
  padding: 0;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out; }
  @media screen and (max-width: 375px) {
    .affix {
      padding: 3px; } }

@media screen and (max-width: 992px) {
  .affix-top {
    background-color: rgba(10, 10, 10, 0.9);
    padding: 0;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
    padding: 5px; } }
@media (min-width: 992px) {
  .affix-top {
    /* navbar style at top */
    background-color: transparent;
    border-color: transparent;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

  #nav_banque.affix-top {
    background-color: black; } }
#nav, #nav_banque {
  text-transform: uppercase; }
  #nav s
  .navbar-nav .nav-link, #nav .navbar-brand, #nav_banque s
  .navbar-nav .nav-link, #nav_banque .navbar-brand {
    color: #fff; }
  #nav .nav-item.active, #nav_banque .nav-item.active {
    font-weight: bold; }
  #nav .navbar-brand, #nav_banque .navbar-brand {
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 21px;
    color: #fff; }
    @media screen and (max-width: 992px) {
      #nav .navbar-brand, #nav_banque .navbar-brand {
        font-size: 16px; } }
  #nav .container, #nav_banque .container {
    max-width: 80% !important; }
    @media screen and (max-width: 375px) {
      #nav .container, #nav_banque .container {
        max-width: 95% !important; } }
    @media screen and (max-width: 375px) {
      #nav .container ul, #nav_banque .container ul {
        text-align: center; } }
    #nav .container ul li, #nav_banque .container ul li {
      display: inline-block;
      font-size: 11px; }
      #nav .container ul li.active, #nav_banque .container ul li.active {
        font-weight: 1000;
        font-size: 12px; }
      #nav .container ul li a, #nav_banque .container ul li a {
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: white; }
        #nav .container ul li a:hover, #nav_banque .container ul li a:hover {
          color: #d2c8c8; }

body {
  font: 400 12px/1.8 "Open Sans", sans-serif;
  color: #666; }
  body #home {
    background-color: black; }
    body #home #video-container {
      width: 100%;
      overflow: hidden;
      position: fixed;
      height: 100vh; }
      body #home #video-container video {
        min-width: 100%;
        min-height: 100%; }
    body #home .container {
      position: relative;
      max-width: 80% !important;
      padding-top: 10vh;
      text-align: center;
      color: white; }
      @media screen and (max-width: 375px) {
        body #home .container {
          max-width: 95% !important; } }
      body #home .container h1 {
        margin-bottom: 60px;
        font-family: "Roboto Condensed", sans-serif;
        letter-spacing: 0.4em;
        font-size: 33px;
        text-transform: uppercase; }
        @media screen and (min-aspect-ratio: 3 / 2) {
          body #home .container h1 {
            font-size: 30px; } }
        @media screen and (min-width: 768px) and (max-width: 992px) {
          body #home .container h1 {
            font-size: 26px; } }
        @media screen and (min-width: 375px) and (max-width: 768px) {
          body #home .container h1 {
            font-size: 22px;
            margin-bottom: 20px;
            letter-spacing: 0.2em; } }
        @media screen and (min-width: 375px) and (max-width: 490px) and (orientation: portrait) {
          body #home .container h1 {
            font-size: 15px;
            margin-bottom: 20px;
            letter-spacing: 0.2em; } }
        @media screen and (min-width: 490px) and (max-width: 768px) and (orientation: portrait) {
          body #home .container h1 {
            font-size: 22px;
            margin-bottom: 100px;
            letter-spacing: 0.2em; } }
        @media screen and (min-width: 490px) and (max-width: 768px) and (orientation: landscape) {
          body #home .container h1 {
            font-size: 22px;
            margin-bottom: 30px;
            letter-spacing: 0.2em; } }
        @media screen and (max-width: 375px) {
          body #home .container h1 {
            font-size: 18px;
            margin-bottom: 10px;
            letter-spacing: 0.2em; } }
        body #home .container h1 div {
          line-height: 2em; }
      body #home .container #wrap_links {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          body #home .container #wrap_links .bloc-category {
            margin-bottom: 30px; } }
        body #home .container #wrap_links .bloc-category a {
          color: white;
          margin-bottom: 30px; }
          body #home .container #wrap_links .bloc-category a .title-bloc {
            font-size: 14px;
            font-family: "Roboto Condensed", sans-serif;
            letter-spacing: 5px;
            font-weight: 300;
            padding: 6px 0 6px;
            background-color: rgba(0, 0, 0, 0.68);
            text-transform: uppercase; }
            @media screen and (max-width: 375px) {
              body #home .container #wrap_links .bloc-category a .title-bloc {
                font-size: 0.8em; } }
  body aside {
    position: relative;
    background: black;
    overflow: hidden; }
    body aside #form-contact {
      background-color: white;
      padding: 8vh 0 15px 0; }
      body aside #form-contact #contact-title {
        position: relative;
        letter-spacing: 4px;
        text-align: center;
        font-weight: 400;
        font-size: 30px;
        color: #111;
        margin: 0 auto 30px auto;
        text-transform: uppercase; }
      body aside #form-contact .btn-d {
        background: rgba(17, 17, 17, 0.8);
        color: #fff; }
        body aside #form-contact .btn-d:hover {
          background: #111111;
          border-radius: 2px; }
    body aside #team {
      background-color: black;
      padding: 75px; }
      body aside #team .team-title, body aside #team .team-name, body aside #team .team-role {
        text-transform: uppercase;
        letter-spacing: 2px; }
      body aside #team .team-title {
        position: relative;
        letter-spacing: 4px;
        text-align: center;
        font-weight: 400;
        font-size: 30px;
        color: white;
        margin: 0 0 30px; }
        @media screen and (max-width: 375px) {
          body aside #team .team-title {
            font-size: 20px; } }
      @media screen and (max-width: 375px) {
        body aside #team .fadeInUp {
          margin-bottom: 20px; } }
      body aside #team .fadeInUp .team-name {
        font-size: 14px;
        color: #EFEFEF; }
      body aside #team .fadeInUp .team-role {
        font-size: 11px;
        color: #aaa; }
      body aside #team .fadeInUp .caption div {
        box-shadow: 0 0 5px #C8C8C8;
        transition: all 0.3s ease 0s; }
      body aside #team .fadeInUp .img-circle {
        border-radius: 50%; }
      body aside #team .fadeInUp .img-circle {
        border-radius: 0; }
      body aside #team .fadeInUp .ratio {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 0;
        position: relative;
        width: 100px; }
      body aside #team .fadeInUp .img-circle {
        border-radius: 50%; }
      body aside #team .fadeInUp .img-responsive {
        display: block;
        height: 100px;
        margin: 0 auto 10px auto; }
  body footer {
    overflow: hidden;
    position: relative;
    background: white; }
    body footer #ending {
      padding: 8vh 0; }
      body footer #ending .features-item span {
        display: block; }
    body footer #copyright {
      padding: 5px;
      background: black;
      color: white; }

#nav_filter_top {
  display: none;
  background-color: black;
  color: white;
  width: 100%; }
  @media screen and (max-width: 490px) {
    #nav_filter_top {
      display: block; } }
  #nav_filter_top.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2; }
  #nav_filter_top .row {
    text-align: center;
    padding: 5px 0;
    width: 100%;
    margin: 0 !important; }
    #nav_filter_top .row a {
      display: inline-block;
      padding: 2px;
      color: white; }
      #nav_filter_top .row a.active {
        background-color: #222426; }
    #nav_filter_top .row #nav_theme_top {
      display: flex;
      margin: 0 auto; }
      #nav_filter_top .row #nav_theme_top div {
        font-size: 12px;
        margin: 0 5px;
        text-transform: uppercase; }
    #nav_filter_top .row #nav_media_top {
      margin: 0 auto; }
      #nav_filter_top .row #nav_media_top i {
        font-size: 20px;
        margin: 0 10px;
        vertical-align: middle; }

#banque {
  font-family: "Roboto Condensed", sans-serif;
  min-height: 100vh;
  position: relative;
  display: flex;
  background: #ddd; }
  #banque #navbar-side {
    min-height: 100vh;
    background: black;
    color: white;
    width: 8vw;
    min-width: 250px;
    padding: 80px 10px 10px 10px; }
    @media screen and (max-width: 490px) {
      #banque #navbar-side {
        display: none; } }
    #banque #navbar-side .fixed {
      position: fixed;
      width: 230px; }
    #banque #navbar-side .title-filter {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: bold; }
    #banque #navbar-side .filtre_media i {
      margin-right: 10px;
      vertical-align: middle; }
    #banque #navbar-side .theme, #banque #navbar-side .filtre_media {
      text-align: center;
      font-size: 18px; }
      #banque #navbar-side .theme a, #banque #navbar-side .filtre_media a {
        color: white;
        display: block;
        padding: 5px 0px; }
        #banque #navbar-side .theme a:hover, #banque #navbar-side .filtre_media a:hover {
          background: #343a40; }
        #banque #navbar-side .theme a.active, #banque #navbar-side .filtre_media a.active {
          background: #222426; }
  #banque #list {
    margin: 60px 20px 20px 20px;
    display: inline-block;
    width: -moz-available;
    width: 100%;
    /* For Mozzila */
    width: -webkit-fill-available;
    /* For Chrome. */ }
    @media screen and (orientation: portrait) {
      #banque #list {
        margin: 0px 20px 20px 20px; } }
    #banque #list div[data-media] {
      color: black;
      padding: 10px;
      text-align: center; }
      #banque #list div[data-media] .title-media {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 50px; }
        @media screen and (max-width: 490px) {
          #banque #list div[data-media] .title-media {
            font-size: 28px; } }
      #banque #list div[data-media] .sub_cat .title-media {
        font-size: 30px;
        font-weight: 600;
        color: #2c2b2b; }
        @media screen and (max-width: 490px) {
          #banque #list div[data-media] .sub_cat .title-media {
            font-size: 22px; } }
    #banque #list .filter .media {
      flex-direction: column;
      margin-bottom: 15px;
      min-height: 200px; }
      #banque #list .filter .media a {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        height: 100%; }
        #banque #list .filter .media a .img {
          width: 100%;
          height: 100%; }
        #banque #list .filter .media a .desc-media {
          background-color: rgba(10, 10, 10, 0.6);
          color: white;
          font-size: 14px;
          position: absolute;
          width: 100%;
          bottom: 0;
          padding: 10px;
          line-height: 1em; }
          @media screen and (max-width: 490px) {
            #banque #list .filter .media a .desc-media {
              font-size: 12px;
              line-height: 1em; } }
      #banque #list .filter .media .gallery {
        display: none; }

.navbar-dark .navbar-toggler {
  border-color: transparent !important; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }

.nav-transparent {
  opacity: 0.8; }

iframe, iframe body {
  background-color: transparent; }

iframe {
  max-height: 80vh; }

.lg-hide-items .player .lg-toolbar {
  opacity: 1;
  transform: initial;
  -webkit-transform: initial; }

.lg-toolbar {
  background: transparent !important; }

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