.nav-page {
  margin-bottom: 48px;
}

.hidden {
  display: none;
}

.tuto .titre {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  background: rgb(195, 78, 104);
  background: linear-gradient(180deg, rgba(195, 78, 104, 1) 0%, rgba(118, 60, 127, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog .post-card {
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 24px;
  background-color: #141414;
  min-width: 256px;
}

.blog .post-card:hover {
  background-color: #323232;
}

.blog-post video {
  width: 100%;
  max-width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog .news-feed h2 {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  margin-top: 48px;
  margin-bottom: 12px;
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 44px;
  padding-right: 32px;
  display: flex;
  align-items: center;
  border-bottom: 0px solid #323232;
  padding-bottom: 0px;
}

.blog {
  display: flex;
  justify-content: center;
}

.blog aside {
  width: 320px;
  padding: 32px;
  border-right: 1px solid #323232;
}

.blog-header {
  min-width: 320px;
  width: 100%;
  height: 340px;
  background: url(../assets/back-olympia.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: moveBackground 60s linear infinite;
}

@keyframes moveBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -500px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.blog-header img {
  width: 260px;
  animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.widget-search {
  width: 100%;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  margin-top: 16px;
}

.widget-search i {
  width: 40px;
  display: inline-block;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 24px;
  color: #cecece;
}

.widget-search input {
  background-color: #141414;
  padding: 12px;
  padding-left: 24px;
  padding-right: 24px;
  color: #ffffff;
  font-size: 20px;
  color: #ffffff;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 216px;
  border-radius: 16px;
}

.widget-tags,
.widget-dates {
}

.widget-tags h4,
.widget-dates h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cecece;
  font-size: 22px;
  margin-bottom: 24px;
  color: #cc6a80;

  margin-top: 36px;
}

.widget-tags h4 i,
.widget-dates h4 i {
  font-size: 16px;
  color: #323232;
}

html
  body
  main.blog
  section.blog-cards
  div.content
  div.blog-container
  div.blog
  section.news-feed
  div.fail-result {
  line-height: 1.8;
  font-size: 24px;
}

.widget-search input::placeholder {
  color: #cecece;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
}

.selected-filter {
  width: 100%;
  height: 48px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

html
  body
  main.blog
  section.blog-cards
  div.content
  div.blog-container
  div.blog
  aside
  div.container
  div.f-filters
  div.selected-filter
  .date-selected,
html
  body
  main.blog
  section.blog-cards
  div.content
  div.blog-container
  div.blog
  aside
  div.container
  div.f-filters
  div.selected-filter
  .tag-selected {
  width: 100%;
  height: 48px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(195, 78, 104);
  background: linear-gradient(90deg, rgba(195, 78, 104, 1) 0%, rgba(118, 60, 127, 1) 100%);
  border-radius: 22px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tag-selected i,
.date-selected i {
  margin-left: 12px;
  font-size: 18px;
  cursor: pointer;
}

.cat-aff,
.cat-arch {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #cecece;
  letter-spacing: 1px;
  cursor: pointer;
}

.cat-aff i,
.cat-arch i {
  color: #cc6a80;
  font-size: 16px;
  margin-left: 8px;
  margin-bottom: -6px;
  display: inline-block;
}

aside li {
  color: #cc6a80;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 24px;
  border-bottom: 1px solid #323232;
  cursor: pointer;
  margin-top: 16px;
}

aside li:hover {
  border-bottom: 1px solid #cc6a80;
  color: #ffffff;
}

.cards-list .post-date {
  text-align: left;
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
}

.cards-list .infos {
  font-weight: 400;
  width: 100%;
  color: #ffffff;
}

.cards-list .intro {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 14px;
  color: #cc6a80;
}

h2.nopubli {
  font-size: 24px;
  color: #ffffff;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;

  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  border-bottom: 0px solid #323232;
  padding-bottom: 32px;
}

html
  body
  main.recherchy
  section.les-clips
  div.album-details
  div.wrapper-album-det
  div.disc-ver.rechh
  h2 {
  flex-wrap: nowrap;
}

html
  body
  main.recherchy
  section.les-clips
  div.album-details
  div.wrapper-album-det
  div.disc-ver.rechh
  h2
  span {
  flex-wrap: nowrap;
  line-height: 1.2;
}

html
  body
  main.recherchy
  section.les-clips
  div.album-details
  div.wrapper-album-det
  div.disc-ver.rechh
  h2
  span
  i {
  line-height: 1.2;
}

.tuto {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background-color: #0f0f0f;
  padding: 32px;
  border-radius: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-post .tuto-inner .liens a {
  display: block;
  font-weight: 400;
}

html
  body
  main.post-blogging
  section.blog-post-container
  div.content
  div.blog-post
  div.entry
  div.tuto
  div.tuto-inner
  a {
  font-weight: 300;
  color: #cecece;
  margin-bottom: 4px;
}

html
  body
  main.post-blogging
  section.blog-post-container
  div.content
  div.blog-post
  div.entry
  div.tuto
  div.tuto-inner
  a
  span {
  font-weight: 500;
}

.tuto .dl {
  display: flex;
  flex-wrap: wrap;
}

html
  body
  main.post-blogging
  section.blog-post-container
  div.content
  div.blog-post
  div.entry
  div.blog-content-art
  div.tuto
  div.tuto-inner
  div.dl
  a {
  display: flex;
  width: 100%;
  max-width: 320px;
  background: rgb(195, 78, 104);
  background: linear-gradient(180deg, rgba(195, 78, 104, 1) 0%, rgba(118, 60, 127, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-family: "rift-soft", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

html
  body
  main.post-blogging
  section.blog-post-container
  div.content
  div.blog-post
  div.entry
  div.blog-content-art
  div.tuto
  div.tuto-inner
  div.dl
  a
  i {
  color: #ffffff;
  background: #ffffff;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html
  body
  main.post-blogging
  section.blog-post-container
  div.content
  div.blog-post
  div.entry
  div.tuto
  div.tuto-inner
  a
  i {
  font-size: 24px;
  background: rgb(195, 78, 104);
  background: linear-gradient(180deg, rgba(195, 78, 104, 1) 0%, rgba(118, 60, 127, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  margin-right: 8px;
}

.tuto-inner span a i {
  font-size: 12px;
  margin-right: 8px;
}

.tuto-inner span a i.fa-link {
  margin-right: 0px;
  margin-left: 8px;
  font-size: 12px;
}

.tuto-inner {
  display: flex;
  flex-direction: column;
}

.tuto-inner .original {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 500;
}

.tuto .alternative {
  color: #cecece;
}

.facultatif,
.liens {
  margin-top: 40px;
  font-size: 20px;
}

.liens {
  margin-bottom: 16px;
}

.tuto-inner .original i {
  background: rgb(195, 78, 104);
  background: linear-gradient(180deg, rgba(195, 78, 104, 1) 0%, rgba(118, 60, 127, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 8px;
  font-size: 16px;
}

.header-tuto {
  margin-top: 40px;
  text-align: center;
  color: #ffffff;
  background: rgb(195, 78, 104);
  background: linear-gradient(180deg, rgba(195, 78, 104, 1) 0%, rgba(118, 60, 127, 1) 100%);
  padding: 16px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-tuto .titre {
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
}

.header-tuto i {
  font-size: 16px;
  margin-left: 8px;
}

.header-tuto .titre {
  display: flex;
  margin-bottom: 4px;
  margin-top: 4px;
  flex-wrap: wrap;
}

.tuto .space {
  margin-right: 8px;
}

.difficulte,
.temps,
.difficulte span,
.temps span {
  display: flex;
  align-items: center;
}

.matos {
  margin-top: 60px;
}

.tuto p,
.tuto .matos,
.tuto .original,
.tuto .alternative,
.tuto .facultatif,
.tuto .liens,
.tuto .dl,
.tuto .linkz,
.tuto .header-tuto {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  justify-content: left;
}

.tuto .linkz {
  display: flex;
  flex-direction: column;
}

.tuto img {
  border-radius: 24px;
}
/* Media Queries */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

/* Mobile */
/* ------------------------------------------------------------------------ */

@media only screen and (min-width: 0px) and (max-width: 480px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .blog {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .blog aside {
    width: 320px;
    padding: 32px;
    border-right: 0px solid #323232;
  }

  .blog .news-feed h2 {
    text-align: center;
    justify-content: center;
  }

  .recherchy .disc-img-alb {
    display: none;
  }

  html
    body
    main.recherchy
    section.les-clips
    div.album-details
    div.wrapper-album-det
    div.disc-ver.rechh
    h2
    span,
  html
    body
    main.recherchy
    section.les-clips
    div.album-details
    div.wrapper-album-det
    div.disc-ver.rechh
    a {
    margin-bottom: 0px;
  }

  .blog .post-card {
    width: 100%;
    padding: 24px;
    font-size: 18px;
    min-width: 336px;
  }

  .header-tuto {
    flex-direction: column;
  }

  .tuto .titre {
    flex-direction: column;
  }

  .tuto .temps {
    margin-top: 16px;
    display: flex;
  }

  .tuto .space {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .tuto {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background-color: #141414;
    padding: 0px;
    border-radius: 0px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  html
    body
    main.post-blogging
    section.blog-post-container
    div.content
    div.blog-post
    div.entry
    div.blog-content-art
    div.tuto
    div.tuto-inner
    div.dl
    a {
    width: 100%;
  }
}

/* Tablette Portrait */
/* ------------------------------------------------------------------------ */

@media only screen and (min-width: 480px) and (max-width: 800px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .blog {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .blog aside {
    width: 100%;
    padding: 32px;
    border-right: 0px solid #323232;
  }

  .blog .post-card {
    width: 100%;
    padding: 24px;
    font-size: 18px;
    min-width: 336px;
  }

  .recherchy .disc-img-alb {
    display: none;
  }

  .recherchy .disc-alb-lyrics,
  .recherchy .disc-alb-lyrics p,
  .recherchy .disc-alb-lyrics span {
    text-align: center;
  }

  html
    body
    main.recherchy
    section.les-clips
    div.album-details
    div.wrapper-album-det
    div.disc-ver.rechh
    h2
    span,
  html
    body
    main.recherchy
    section.les-clips
    div.album-details
    div.wrapper-album-det
    div.disc-ver.rechh
    a {
    margin-bottom: 0px;
  }
}

/* Tablette paysage */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 800px) and (max-width: 960px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .blog .post-card {
    width: 100%;
    padding: 24px;
    font-size: 18px;
    min-width: 336px;
  }

  .recherchy .disc-img-alb {
    display: none;
  }
}

/* Petit écran */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 961px) and (max-width: 1279px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .blog .post-card {
    width: 100%;
    padding: 24px;
    font-size: 18px;
    min-width: 416px;
  }

  .blog .post-card .date,
  .news-feed .date {
    margin-right: 32px;
  }
}
