@charset "UTF-8";
/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/** Import everything from autoload */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff1616;
  --orange: #f9564f;
  --yellow: #fbffb0;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #525ddc;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #fbffb0;
  --danger: #ff1616;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #525ddc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(37.9447115385, 49.8701923077, 187.5552884615);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(206.56, 209.64, 245.2);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(165.04, 170.76, 236.8);
}

.table-hover .table-primary:hover {
  background-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(253.88, 255, 232.88);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(252.92, 255, 213.92);
}

.table-hover .table-warning:hover {
  background-color: rgb(252.5888607595, 255, 207.38);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(252.5888607595, 255, 207.38);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 189.76, 189.76);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 133.84, 133.84);
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 164.26, 164.26);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 164.26, 164.26);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .search-form .search-field, .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    transition: none;
  }
}
.form-control::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.form-control::-moz-placeholder, .search-form .search-field::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, .search-form input[type=date].search-field, .comment-form input[type=date][type=text],
.comment-form input[type=date][type=email],
.comment-form input[type=date][type=url],
input[type=time].form-control,
.search-form input[type=time].search-field,
.comment-form input[type=time][type=text],
.comment-form input[type=time][type=email],
.comment-form input[type=time][type=url],
input[type=datetime-local].form-control,
.search-form input[type=datetime-local].search-field,
.comment-form input[type=datetime-local][type=text],
.comment-form input[type=datetime-local][type=email],
.comment-form input[type=datetime-local][type=url],
input[type=month].form-control,
.search-form input[type=month].search-field,
.comment-form input[type=month][type=text],
.comment-form input[type=month][type=email],
.comment-form input[type=month][type=url] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, .search-form select.search-field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .search-form select[size].search-field, select.form-control[multiple], .search-form select[multiple].search-field {
  height: auto;
}

textarea.form-control, .search-form textarea.search-field,
.comment-form textarea {
  height: auto;
}

.form-group, .search-form label, .comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .search-form .is-valid.search-field, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, .was-validated .search-form select.search-field:valid, .search-form .was-validated select.search-field:valid, select.form-control.is-valid, .search-form select.is-valid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid, .search-form textarea.is-valid.search-field,
.comment-form textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff1616;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 22, 22, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #ff1616;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff1616' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff1616' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #ff1616;
  box-shadow: 0 0 0 0.2rem rgba(255, 22, 22, 0.25);
}

.was-validated select.form-control:invalid, .was-validated .search-form select.search-field:invalid, .search-form .was-validated select.search-field:invalid, select.form-control.is-invalid, .search-form select.is-invalid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid, .search-form textarea.is-invalid.search-field,
.comment-form textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff1616;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff1616' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff1616' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff1616;
  box-shadow: 0 0 0 0.2rem rgba(255, 22, 22, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff1616;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff1616;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff1616;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff4949;
  background-color: #ff4949;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 22, 22, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff1616;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff1616;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff1616;
  box-shadow: 0 0 0 0.2rem rgba(255, 22, 22, 0.25);
}

.form-inline, .search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check, .search-form .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .search-form .form-group, .search-form label, .form-inline .comment-form p, .search-form .comment-form p, .comment-form .form-inline p, .comment-form .search-form p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .search-form .form-control, .search-form .search-field, .form-inline .comment-form input[type=text], .search-form .comment-form input[type=text], .comment-form .form-inline input[type=text], .comment-form .search-form input[type=text],
  .form-inline .comment-form input[type=email],
  .search-form .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .comment-form .search-form input[type=email],
  .form-inline .comment-form input[type=url],
  .search-form .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .comment-form .search-form input[type=url],
  .form-inline .comment-form textarea,
  .search-form .comment-form textarea,
  .comment-form .form-inline textarea,
  .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }
  .form-inline .form-check, .search-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .search-form .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label, .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .search-form .search-submit, .comment-form input[type=submit] {
    transition: none;
  }
}
.btn:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.btn.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled), .comment-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(50.1862980769, 63.2091346154, 213.5637019231);
  border-color: rgb(42.2355769231, 55.5096153846, 208.7644230769);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(50.1862980769, 63.2091346154, 213.5637019231);
  border-color: rgb(42.2355769231, 55.5096153846, 208.7644230769);
  box-shadow: 0 0 0 0.2rem rgba(107.95, 117.3, 225.25, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(42.2355769231, 55.5096153846, 208.7644230769);
  border-color: rgb(40.0901442308, 52.6899038462, 198.1598557692);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107.95, 117.3, 225.25, 0.5);
}

.btn-secondary, .search-form .search-submit, .comment-form input[type=submit] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn-secondary.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn-secondary:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .search-form .show > .dropdown-toggle.search-submit, .comment-form .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #fbffb0;
  border-color: #fbffb0;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(249.0632911392, 255, 137.75);
  border-color: rgb(248.417721519, 255, 125);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(249.0632911392, 255, 137.75);
  border-color: rgb(248.417721519, 255, 125);
  box-shadow: 0 0 0 0.2rem rgba(218.3, 222.3, 155.75, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #fbffb0;
  border-color: #fbffb0;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(248.417721519, 255, 125);
  border-color: rgb(247.7721518987, 255, 112.25);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218.3, 222.3, 155.75, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff1616;
  border-color: #ff1616;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(238.75, 0, 0);
  border-color: #e20000;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(238.75, 0, 0);
  border-color: #e20000;
  box-shadow: 0 0 0 0.2rem rgba(255, 56.95, 56.95, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff1616;
  border-color: #ff1616;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e20000;
  border-color: rgb(213.25, 0, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 56.95, 56.95, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #525ddc;
  border-color: #525ddc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #525ddc;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #fbffb0;
  border-color: #fbffb0;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #fbffb0;
  border-color: #fbffb0;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 255, 176, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fbffb0;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #fbffb0;
  border-color: #fbffb0;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 255, 176, 0.5);
}

.btn-outline-danger {
  color: #ff1616;
  border-color: #ff1616;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff1616;
  border-color: #ff1616;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 22, 22, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff1616;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1616;
  border-color: #ff1616;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 22, 22, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #525ddc;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(37.9447115385, 49.8701923077, 187.5552884615);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .search-form .btn-group-lg > .search-submit, .comment-form .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .search-form .btn-group-sm > .search-submit, .comment-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #525ddc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .search-form .btn-group > .search-submit, .comment-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .search-form .btn-group > .search-submit:hover, .comment-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.search-form .btn-group-vertical > .search-submit:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .search-form .btn-group > .search-submit:focus, .comment-form .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .search-form .btn-group > .search-submit:active, .comment-form .btn-group > input[type=submit]:active, .btn-group > .btn.active, .search-form .btn-group > .active.search-submit, .comment-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.search-form .btn-group-vertical > .search-submit:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.search-form .btn-group-vertical > .active.search-submit,
.comment-form .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .search-form .btn-group-vertical > .search-submit, .comment-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .search-form .btn-group-toggle > .search-submit, .comment-form .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.search-form .btn-group-toggle > .btn-group > .search-submit,
.comment-form .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.search-form .btn-group-toggle > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type=radio],
.comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .search-form .input-group > .search-field, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .search-field + .search-field, .comment-form .input-group > input[type=text] + .form-control, .comment-form .search-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .search-form .input-group > input[type=email] + .search-field,
.search-form .comment-form .input-group > input[type=email] + .search-field,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .search-form .input-group > input[type=url] + .search-field,
.search-form .comment-form .input-group > input[type=url] + .search-field,
.comment-form .input-group > textarea + .form-control,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field, .comment-form .input-group > .form-control + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=text], .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .search-form .input-group > .search-field + input[type=email],
.search-form .comment-form .input-group > .search-field + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .search-form .input-group > .search-field + input[type=url],
.search-form .comment-form .input-group > .search-field + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.search-form .input-group > .form-control-plaintext + .search-field,
.comment-form .input-group > .form-control-plaintext + input[type=text],
.comment-form .input-group > .form-control-plaintext + input[type=email],
.comment-form .input-group > .form-control-plaintext + input[type=url],
.comment-form .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.search-form .input-group > .custom-select + .search-field,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.search-form .input-group > .custom-file + .search-field,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .search-form .input-group > .search-field:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .search-form .input-group > .search-field:not(:first-child), .comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .search-form .input-group:not(.has-validation) > .search-field:not(:last-child), .comment-form .input-group:not(.has-validation) > input[type=text]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=email]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=url]:not(:last-child),
.comment-form .input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .search-form .input-group.has-validation > .search-field:nth-last-child(n+3), .comment-form .input-group.has-validation > input[type=text]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=email]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=url]:nth-last-child(n+3),
.comment-form .input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit, .input-group-prepend .comment-form input[type=submit], .comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-prepend .search-submit:focus, .input-group-prepend .comment-form input[type=submit]:focus, .comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.input-group-append .comment-form input[type=submit]:focus,
.comment-form .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .search-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .search-form .comment-form .input-group-prepend .search-submit + input[type=submit], .input-group-prepend .comment-form input[type=submit] + input[type=submit], .comment-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-prepend .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .comment-form input[type=submit] + .btn,
.input-group-append .comment-form .search-form input[type=submit] + .search-submit,
.search-form .input-group-append .comment-form input[type=submit] + .search-submit,
.comment-form .input-group-append input[type=submit] + .btn,
.comment-form .input-group-append .search-form input[type=submit] + .search-submit,
.search-form .comment-form .input-group-append input[type=submit] + .search-submit,
.input-group-append .comment-form .btn + input[type=submit],
.input-group-append .comment-form .search-form .search-submit + input[type=submit],
.search-form .input-group-append .comment-form .search-submit + input[type=submit],
.comment-form .input-group-append .btn + input[type=submit],
.comment-form .input-group-append .search-form .search-submit + input[type=submit],
.search-form .comment-form .input-group-append .search-submit + input[type=submit],
.input-group-append .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit,
.input-group-append .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .search-form .input-group-lg > .search-field:not(textarea), .comment-form .input-group-lg > input[type=text]:not(textarea),
.comment-form .input-group-lg > input[type=email]:not(textarea),
.comment-form .input-group-lg > input[type=url]:not(textarea),
.comment-form .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .search-form .input-group-lg > .search-field, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.search-form .input-group-lg > .input-group-append > .search-submit,
.comment-form .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .search-form .input-group-sm > .search-field:not(textarea), .comment-form .input-group-sm > input[type=text]:not(textarea),
.comment-form .input-group-sm > input[type=email]:not(textarea),
.comment-form .input-group-sm > input[type=url]:not(textarea),
.comment-form .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .search-form .input-group-sm > .search-field, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.search-form .input-group-sm > .input-group-append > .search-submit,
.comment-form .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .search-form .input-group > .input-group-prepend > .search-submit, .comment-form .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.search-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .search-submit,
.comment-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.search-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .search-submit,
.comment-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .search-form .input-group > .input-group-append > .search-submit, .comment-form .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #525ddc;
  background-color: #525ddc;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
  border-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #525ddc;
  background-color: #525ddc;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(82, 93, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(188.0456730769, 192.3028846154, 241.4543269231);
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #525ddc;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(230.4639423077, 232.0240384615, 250.0360576923);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .banner .nav a:hover, .nav-link:focus, .banner .nav a:focus {
  text-decoration: none;
}
.nav-link.disabled, .banner .nav a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link, .nav-tabs .banner .nav a, .banner .nav .nav-tabs a {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .banner .nav a:hover, .banner .nav .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .banner .nav a:focus, .banner .nav .nav-tabs a:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .banner .nav a.disabled, .banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .banner .nav a.active, .banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show .nav-link,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show .nav-link,
.banner .nav .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .banner .nav a, .banner .nav .nav-pills a {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .banner .nav a.active, .banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav .show > a,
.banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #525ddc;
}

.nav-fill > .nav-link, .banner .nav .nav-fill > a,
.nav-fill .nav-item,
.nav-fill .banner .nav li,
.banner .nav .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .banner .nav .nav-justified > a,
.nav-justified .nav-item,
.nav-justified .banner .nav li,
.banner .nav .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav .banner .nav a, .banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .banner .nav a, .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .banner .nav a, .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .banner .nav a, .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .banner .nav a, .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .banner .nav a, .banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .banner .nav a, .banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .banner .nav a:hover, .banner .nav .navbar-light .navbar-nav a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .banner .nav a:focus, .banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .banner .nav a.disabled, .banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .banner .nav .show > a, .banner .nav .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav a.show,
.banner .nav .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav a.active,
.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .banner .nav a, .banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .banner .nav a:hover, .banner .nav .navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .banner .nav a:focus, .banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .banner .nav a.disabled, .banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .banner .nav .show > a, .banner .nav .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav a.show,
.banner .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav a.active,
.banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #525ddc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(37.9447115385, 49.8701923077, 187.5552884615);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .search-form .search-submit .badge, .comment-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #525ddc;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(42.2355769231, 55.5096153846, 208.7644230769);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 93, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #fbffb0;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(248.417721519, 255, 125);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 255, 176, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff1616;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #e20000;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 22, 22, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(42.64, 48.36, 114.4);
  background-color: rgb(220.4, 222.6, 248);
  border-color: rgb(206.56, 209.64, 245.2);
}
.alert-primary hr {
  border-top-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}
.alert-primary .alert-link {
  color: rgb(28.7923178808, 32.6547019868, 77.2476821192);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(130.52, 132.6, 91.52);
  background-color: rgb(254.2, 255, 239.2);
  border-color: rgb(253.88, 255, 232.88);
}
.alert-warning hr {
  border-top-color: rgb(252.5888607595, 255, 207.38);
}
.alert-warning .alert-link {
  color: rgb(100.8193039443, 102.4259860789, 70.6940139211);
}

.alert-danger {
  color: rgb(132.6, 11.44, 11.44);
  background-color: rgb(255, 208.4, 208.4);
  border-color: rgb(255, 189.76, 189.76);
}
.alert-danger hr {
  border-top-color: rgb(255, 164.26, 164.26);
}
.alert-danger .alert-link {
  color: rgb(85.6505415162, 7.3894584838, 7.3894584838);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #525ddc;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #525ddc;
  border-color: #525ddc;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(42.64, 48.36, 114.4);
  background-color: rgb(206.56, 209.64, 245.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(42.64, 48.36, 114.4);
  background-color: rgb(185.3508653846, 189.7794230769, 240.9091346154);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(42.64, 48.36, 114.4);
  border-color: rgb(42.64, 48.36, 114.4);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(130.52, 132.6, 91.52);
  background-color: rgb(253.88, 255, 232.88);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(130.52, 132.6, 91.52);
  background-color: rgb(252.5888607595, 255, 207.38);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(130.52, 132.6, 91.52);
  border-color: rgb(130.52, 132.6, 91.52);
}

.list-group-item-danger {
  color: rgb(132.6, 11.44, 11.44);
  background-color: rgb(255, 189.76, 189.76);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132.6, 11.44, 11.44);
  background-color: rgb(255, 164.26, 164.26);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 11.44, 11.44);
  border-color: rgb(132.6, 11.44, 11.44);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #525ddc !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(42.2355769231, 55.5096153846, 208.7644230769) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #fbffb0 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(248.417721519, 255, 125) !important;
}

.bg-danger {
  background-color: #ff1616 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e20000 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #525ddc !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #fbffb0 !important;
}

.border-danger {
  border-color: #ff1616 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #525ddc !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(37.9447115385, 49.8701923077, 187.5552884615) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #fbffb0 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(247.1265822785, 255, 99.5) !important;
}

.text-danger {
  color: #ff1616 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(200.5, 0, 0) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
aside {
  display: none;
}

html {
  font-size: 1rem;
  overflow-x: hidden;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
.container-header {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 2000px;
  margin: 0 auto 0;
}
@media (min-width: 992px) {
  .container-header {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.overflow-y {
  overflow-y: hidden;
}

body {
  font-size: 1rem;
  color: #000;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
  background: #fff;
  height: 100% !important;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}

ul {
  list-style: none;
  padding: 0;
}

#tinymce ul {
  list-style: disc !important;
  padding-left: 40px !important;
}

a {
  color: #000;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=80);
  zoom: 1;
}
a > img {
  border: 0 none;
}

.wrap {
  padding-left: 0;
  padding-right: 0;
}

.main {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .main {
    padding: 0;
  }
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-index-9 {
  z-index: 9;
}

.title-sequence {
  text-align: center;
}
.title-sequence::after {
  content: "\e90c";
  font-family: "icomoon", sans-serif, Arial;
  font-size: 1.25rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.title-sequence h2,
.title-sequence a,
.title-sequence h1,
.title-sequence h3 {
  color: #fff;
  font-size: 3rem;
  line-height: 58px;
  text-align: center;
}
@media (min-width: 992px) {
  .title-sequence h2,
  .title-sequence a,
  .title-sequence h1,
  .title-sequence h3 {
    font-size: 7.125rem;
    line-height: 160px;
  }
}
.title-sequence span {
  margin-top: 35px;
  display: block;
}
.title-sequence span.no-margtop {
  margin-top: 0;
}
.title-sequence span::before {
  color: #fff;
}
.title-sequence.big {
  padding-bottom: 40px;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .title-sequence.big {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.title-sequence.big h2,
.title-sequence.big a,
.title-sequence.big h1,
.title-sequence.big h3 {
  font-size: 3rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .title-sequence.big h2,
  .title-sequence.big a,
  .title-sequence.big h1,
  .title-sequence.big h3 {
    font-size: 7.125rem;
    line-height: 120%;
  }
}
.title-sequence.big::after {
  margin-top: 30px;
  font-size: 0.688rem;
}
@media (min-width: 992px) {
  .title-sequence.big::after {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
.title-sequence.minim h2,
.title-sequence.minim a,
.title-sequence.minim h3 {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .title-sequence.minim h2,
  .title-sequence.minim a,
  .title-sequence.minim h3 {
    font-size: 3rem;
    line-height: 58px;
  }
}
.title-sequence.minim span {
  font-size: 0.688rem;
  margin-top: 10px;
}
.title-sequence.black::after {
  color: #000;
}
.title-sequence.black h2,
.title-sequence.black a,
.title-sequence.black h1,
.title-sequence.black h3 {
  color: #000;
}
.title-sequence.black span::before {
  color: #000;
}
.title-sequence.bold_font h2,
.title-sequence.bold_font a {
  font-weight: 600;
}

.read-on {
  display: none;
}

.with-readOn .read-on {
  display: block;
  margin-top: 20px;
  font-size: 0.813rem;
  line-height: 18px;
  color: #737375;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
}
.with-readOn .read-on img {
  max-width: 40px;
  margin: 0 5px;
}
.with-readOn .post-medium .rubrique,
.with-readOn .small-post .rubrique {
  display: none;
}

.container-fullslider {
  max-width: 95%;
  overflow: hidden;
  margin-left: 30px;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .container-fullslider {
    margin-left: 5%;
  }
}
.container-fullslider.hide-space {
  max-width: 100%;
  margin-left: 0;
}

.sticky-social {
  position: relative;
  top: 30px;
  transition: all ease 0.3s;
  display: none;
}
@media (min-width: 992px) {
  .sticky-social {
    display: block;
  }
}
.sticky-social.stick-social {
  position: fixed;
  top: auto;
  bottom: 85px;
  right: 0;
  z-index: 2;
  display: block;
}
@media (min-width: 992px) {
  .sticky-social.stick-social {
    top: 140px;
    bottom: auto;
    right: auto;
  }
}

@media (min-width: 992px) {
  .scroll-up .sticky-social.stick-social {
    top: 210px;
  }
}
.scroll-up .sticky_sidebar.stickyPub {
  top: 130px;
}

.lastpsts_section,
.authors_section,
.posts_slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .lastpsts_section,
  .authors_section,
  .posts_slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.padlr-mob0 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .padlr-mob0 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .margTop-60 {
    margin-top: 60px;
  }
}
.absolute_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.no-padding {
  padding: 0;
}

.form-row .input-text {
  border: 0;
  display: block;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  padding: 25px 5px 5px;
  font-size: 1.125rem;
}
@media (min-width: 572px) {
  .form-row .input-text {
    min-width: 330px;
  }
}
.form-row .btn, .form-row .search-form .search-submit, .search-form .form-row .search-submit, .form-row .comment-form input[type=submit], .comment-form .form-row input[type=submit] {
  display: block;
  width: 100%;
  font-weight: 600;
  margin-bottom: 25px;
}
.form-row .btn::after, .form-row .search-form .search-submit::after, .search-form .form-row .search-submit::after, .form-row .comment-form input[type=submit]::after, .comment-form .form-row input[type=submit]::after {
  display: none;
}
.form-row .btn:hover, .form-row .search-form .search-submit:hover, .search-form .form-row .search-submit:hover, .form-row .comment-form input[type=submit]:hover, .comment-form .form-row input[type=submit]:hover {
  color: #000;
  border-color: #fbffb0;
}
.form-row .simple-text,
.form-row p {
  font-size: 0.813rem;
  line-height: 18px;
  color: #4d4d4f;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  text-decoration: underline;
}
.form-row p {
  text-decoration: none;
  margin-bottom: 5px;
}
.form-row .check {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.form-row .check label {
  font-size: 0.938rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
@media (min-width: 572px) {
  .form-row .check label {
    justify-content: left;
  }
}
.form-row .check label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  width: 24px;
  height: 24px;
}
.form-row .check .checkbox {
  height: 24px;
  width: 24px;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  padding: 10px;
  z-index: 1;
  cursor: pointer;
  left: 0;
}
.form-row .check input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-row .input-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.form-row .input-wrapper .btn.input_btn, .form-row .input-wrapper .search-form .input_btn.search-submit, .search-form .form-row .input-wrapper .input_btn.search-submit, .form-row .input-wrapper .comment-form input.input_btn[type=submit], .comment-form .form-row .input-wrapper input.input_btn[type=submit] {
  font-weight: normal;
  text-decoration: none;
  font-size: 17px;
  margin-top: 0.5rem;
}
.form-row .input-wrapper .btn.input_btn:hover, .form-row .input-wrapper .search-form .input_btn.search-submit:hover, .search-form .form-row .input-wrapper .input_btn.search-submit:hover, .form-row .input-wrapper .comment-form input.input_btn[type=submit]:hover, .comment-form .form-row .input-wrapper input.input_btn[type=submit]:hover {
  color: #fff;
}
@media (min-width: 572px) {
  .form-row .input-wrapper .btn.input_btn, .form-row .input-wrapper .search-form .input_btn.search-submit, .search-form .form-row .input-wrapper .input_btn.search-submit, .form-row .input-wrapper .comment-form input.input_btn[type=submit], .comment-form .form-row .input-wrapper input.input_btn[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;
    padding: 6px 22px;
    margin-top: 0;
  }
}
.form-row .placeholder {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  padding: 0 10px 0 0;
  color: #000;
  letter-spacing: 0.2px;
  font-size: 1.125em;
  transition: all, 0.2s;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 80%;
}
.form-row .input-focused .placeholder {
  top: 0;
  left: 5px;
  color: #8f8f8f;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-size: 0.813rem;
  line-height: 13px;
  transform: translateY(0);
}
.form-row .input-focused input:not(:focus):not(:hover) ~ .placeholder {
  color: #8f8f8f;
}

.content {
  padding-top: 200px;
}
@media (min-width: 992px) {
  .content {
    padding-top: 178px;
  }
}
.content p a {
  text-decoration: underline;
}

.home .content {
  padding-top: 80px;
}
@media (min-width: 992px) {
  .home .content {
    padding-top: 218px;
  }
}

.popup_global {
  visibility: hidden;
  min-height: 100vh;
  height: 0;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  right: 0;
}
.popup_global.oppenned {
  visibility: visible;
  height: 100vh;
  z-index: 99999999;
}

#popup_socials {
  bottom: -250px;
  /*
  -webkit-transition: opacity 0.1s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.1s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.1s ease-out, bottom 0.3s ease-out;
  */
  transition: height 0.3s ease-out, bottom 0.3s ease-out;
}
#popup_socials.oppenned {
  bottom: 0;
}
#popup_socials .bg {
  background: #fff;
}
#popup_socials span::before {
  color: #000;
}
#popup_socials span.icon-close-icon::before {
  color: rgba(0, 0, 0, 0.5);
}
#popup_socials .rs {
  font-size: 2.5rem;
}
#popup_socials .hover_text,
#popup_socials .text-copied {
  display: block;
  color: #000;
  font-size: 1rem;
  line-height: 120%;
  margin-top: 10px;
}
#popup_socials .text-copied {
  opacity: 0;
  transition: all ease 0.2s;
}
#popup_socials .text-copied.copied {
  opacity: 1;
}
#popup_socials .content_socialsLayer {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto 0;
}
#popup_socials .content_socialsLayer .content_rs {
  text-align: center;
  margin-bottom: 60px;
}
#popup_socials .content_socialsLayer .content_rs.special {
  line-height: 0;
  position: relative;
  top: -12px;
}
#popup_socials .content_socialsLayer .content_rs.special .rs {
  font-size: 3.5rem;
}

@media print {
  body * {
    visibility: visible;
  }
  #popup_socials *,
  #player *,
  .stickyBar_menu *,
  header *,
  .sticky-social * {
    visibility: hidden;
  }
}
#loader-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 1000001;
  display: flex;
  visibility: hidden;
  transition: visibility 0s 0.3s;
}
#loader-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: opacity 0.15s, transform 0.3s;
}
#loader-container .loader {
  height: 50px;
  display: flex;
  align-items: center;
  opacity: 0;
}
#loader-container .loader .stroke {
  display: block;
  position: relative;
  background: #f1f1f1;
  height: 100%;
  width: 3px;
  border-radius: 50px;
  margin: 0 3px;
  animation: animate 0.8s linear infinite;
}
#loader-container .loader .stroke:nth-child(1) {
  animation-delay: 0s;
}
#loader-container .loader .stroke:nth-child(2) {
  animation-delay: 0.2s;
}
#loader-container .loader .stroke:nth-child(3) {
  animation-delay: 0.4s;
}
#loader-container .loader .stroke:nth-child(4) {
  animation-delay: 0.6s;
}
#loader-container .loader .stroke:nth-child(5) {
  animation-delay: 0.4s;
}
#loader-container .loader .stroke:nth-child(6) {
  animation-delay: 0.2s;
}
#loader-container .loader .stroke:nth-child(7) {
  animation-delay: 0s;
}

#loader-container.loader-is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
#loader-container.loader-is-visible::before {
  opacity: 1;
  transform: scaleY(1);
}
#loader-container.loader-is-visible .loader {
  opacity: 1;
}

.is_dev #loader-container.loader-is-visible {
  display: none;
}

@keyframes animate {
  50% {
    height: 20%;
  }
  100% {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .hs {
    display: flex;
    overflow-x: scroll;
    justify-content: space-between;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    margin: 0 -10px;
    flex-wrap: nowrap;
    padding-bottom: 30px;
  }
}
.sticky_sidebar {
  position: relative;
  top: 30px;
  transition: all ease 0.4s;
}
.sticky_sidebar.stickyPub {
  position: fixed;
  top: 60px;
}

.scroll-down .sticky_sidebar.stickyPub {
  top: 60px;
}

.videoClub_slider .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/lnei-wp-theme/resources/assets/fonts/icomoon.eot?5sf1hs");
  src: url("/wp-content/themes/lnei-wp-theme/resources/assets/fonts/icomoon.eot?5sf1hs#iefix") format("embedded-opentype"), url("/wp-content/themes/lnei-wp-theme/resources/assets/fonts/icomoon.ttf?5sf1hs") format("truetype"), url("/wp-content/themes/lnei-wp-theme/resources/assets/fonts/icomoon.woff?5sf1hs") format("woff"), url("/wp-content/themes/lnei-wp-theme/resources/assets/fonts/icomoon.svg?5sf1hs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plume-red:before {
  content: "\e92c";
  color: #fb2c36;
}

.icon-plume:before {
  content: "\e92d";
}

.icon-BrandLogoorg---Deezer-Logo-Icon:before {
  content: "\e92a";
  color: #a238ff;
}

.icon-tiktok:before {
  content: "\e92b";
}

.icon-deezer:before {
  content: "\e928";
  color: #feaa2d;
}

.icon-x:before {
  content: "\e929";
}

.icon-twitter:before {
  content: "\e929";
}

.icon-Arrow-Right:before {
  content: "\e900";
}

.icon-Ecouter:before {
  content: "\e901";
}

.icon-Hamburger-Menu:before {
  content: "\e902";
}

.icon-Lire:before {
  content: "\e903";
}

.icon-Search:before {
  content: "\e904";
}

.icon-User:before {
  content: "\e905";
}

.icon-Voir:before {
  content: "\e906";
}

.icon-Facebook:before {
  content: "\e907";
}

.icon-Twitter:before {
  content: "\e908";
}

.icon-Instagram:before {
  content: "\e909";
}

.icon-Linkedin:before {
  content: "\e90a";
}

.icon-Vimeo:before {
  content: "\e90b";
}

.icon-titre:before {
  content: "\e90c";
}

.icon-Youtube:before {
  content: "\e90d";
}

.icon-Link:before {
  content: "\e90e";
}

.icon-Print:before {
  content: "\e90f";
}

.icon-Gift:before {
  content: "\e910";
}

.icon-Bookmark:before {
  content: "\e911";
}

.icon-time:before {
  content: "\e912";
}

.icon-Whatsapp:before {
  content: "\e913";
}

.icon-Share-mobile:before {
  content: "\e914";
}

.icon-close-icon:before {
  content: "\e915";
}

.icon-read:before {
  content: "\e916";
}

.icon-play-white:before {
  content: "\e917";
}

.icon-itunes:before {
  content: "\e918";
}

.icon-Add:before {
  content: "\e919";
}

.icon-deezer1:before {
  content: "\e91a";
}

.icon-Mail:before {
  content: "\e91b";
}

.icon-spotify:before {
  content: "\e91c";
}

.icon-Arrow:before {
  content: "\e91d";
}

.icon-calendar:before {
  content: "\e91e";
}

.icon-Chevron_right:before {
  content: "\e91f";
}

.icon-Playing:before {
  content: "\e920";
}

.icon-Share:before {
  content: "\e921";
}

.icon-pause:before {
  content: "\e922";
}

.icon-Home:before {
  content: "\e923";
}

.icon-Library:before {
  content: "\e924";
}

.icon-Festival:before {
  content: "\e925";
}

.icon-External-link:before {
  content: "\e926";
}

.icon-Spotify-black:before {
  content: "\e927";
}

.icon-amazon:before {
  content: "\ea87";
}

.icon-appleinc:before {
  content: "\eae7";
}

.ratio-block {
  overflow: hidden;
  position: relative;
}
.ratio-block::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-block__content {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ratio-block.--news-post-ratio::before {
  padding-top: 63.5294117647%;
}

.ratio-block.--audio-post-ratio::before {
  padding-top: 100%;
}

.btn, .search-form .search-submit, .comment-form input[type=submit] {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  border-radius: 100px;
  font-size: 1rem;
  outline: none;
  border: 1px solid;
}
@media (min-width: 768px) {
  .btn, .search-form .search-submit, .comment-form input[type=submit] {
    font-size: 1.25rem;
  }
}
.btn::after, .search-form .search-submit::after, .comment-form input[type=submit]::after {
  content: "\e900";
  font-family: "icomoon", sans-serif, Arial;
}
.btn.btn_transparent, .search-form .btn_transparent.search-submit, .comment-form input.btn_transparent[type=submit] {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 17px;
}
.btn.btn_transparent.with-icon::after, .search-form .btn_transparent.with-icon.search-submit::after, .comment-form input.btn_transparent.with-icon[type=submit]::after {
  display: none;
}
.btn.btn_transparent.with-icon span, .search-form .btn_transparent.with-icon.search-submit span, .comment-form input.btn_transparent.with-icon[type=submit] span {
  margin-right: 10px;
}
.btn.btn_transparent.black, .search-form .btn_transparent.black.search-submit, .comment-form input.btn_transparent.black[type=submit] {
  color: #000;
  border-color: #000;
}
.btn.full_btn, .search-form .full_btn.search-submit, .comment-form input.full_btn[type=submit] {
  background: #000;
  color: #fff;
}
.btn.btn_yellow, .search-form .btn_yellow.search-submit, .comment-form input.btn_yellow[type=submit] {
  background: #fbffb0;
  border-color: #fbffb0;
}
.btn.btn_yellow:hover, .search-form .btn_yellow.search-submit:hover, .comment-form input.btn_yellow[type=submit]:hover {
  background: none;
  color: #fff;
}
.btn.bold_font, .search-form .bold_font.search-submit, .comment-form input.bold_font[type=submit] {
  font-weight: 700;
}
.btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus {
  box-shadow: none;
}

.func_btn {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: inherit;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 1rem;
}

.comment-list ol {
  list-style: none;
}

/** Search form */
.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.audio-player-small .library-btn,
.audio-player-small .infos_live,
.audio-player-small .player-quality-wrapper {
  display: none !important;
}
.audio-player-small .player-controls {
  position: static !important;
}

.audio-player {
  position: fixed;
  width: 100%;
}
.audio-player.audio-player-small {
  width: auto;
}
.audio-player {
  z-index: 3;
  bottom: 0;
  background: #000000;
  opacity: 0.85;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 0 0;
  transition: all ease 0.4s;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .audio-player {
    padding: 15px;
  }
}
.audio-player .info-section-player {
  position: relative;
  display: flex;
  margin-left: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .audio-player .info-section-player {
    align-items: initial;
    width: auto;
  }
}
.audio-player .info-section-player .image-player img {
  height: 48px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .audio-player .info-section-player .image-player img {
    height: 60px;
  }
}
.audio-player .info-section-player .player_rightInfos {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .audio-player .info-section-player .player_rightInfos {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .audio-player .info-section-player .player_rightInfos .infos_live {
    margin-bottom: 20px;
  }
}
.audio-player .info-section-player .player_rightInfos .infos_live .live {
  position: relative;
  color: #f9564f;
  padding-left: 18px;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 140%;
  display: inline-block;
}
@media (min-width: 768px) {
  .audio-player .info-section-player .player_rightInfos .infos_live .live {
    font-size: 1rem;
  }
}
.audio-player .info-section-player .player_rightInfos .infos_live .live::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f9564f;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .audio-player .info-section-player .player_rightInfos .infos_live .live::after {
    top: 5px;
  }
}
.audio-player .info-section-player .title {
  color: white;
  font-size: 0.75rem;
}
@media (min-width: 572px) {
  .audio-player .info-section-player .title {
    font-size: 1rem;
  }
}
.audio-player .info-section-player.currentTrackAuthor {
  font-family: "futura_ltbold";
}
.audio-player .info-section-player .author {
  padding-left: 0.5rem;
  color: #bfbfc2;
}
.audio-player .player-controls {
  position: absolute;
  left: auto;
  right: 15px;
  background: linear-gradient(270deg, #000000 43.87%, rgba(0, 0, 0, 0.7) 100%);
  border: 1px solid #fff;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .audio-player .player-controls {
    left: 50%;
    right: auto;
  }
}
.audio-player .player-controls img {
  cursor: pointer;
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .audio-player .player-controls img {
    width: 50px;
    height: 50px;
  }
}
.audio-player .player-controls .player-quality {
  position: absolute;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  top: 2px;
  padding: 0 0.25rem;
  font-size: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  text-transform: uppercase;
  background-color: #4d4d4f;
  color: #99999b;
  letter-spacing: -0.5px;
  right: 42px;
}
@media (min-width: 768px) {
  .audio-player .player-controls .player-quality {
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    left: 80px;
    top: 0.5rem;
    right: initial;
  }
}
.audio-player .player-controls .player-quality a {
  color: #99999b;
}
.audio-player .player-controls .player-quality:nth-child(2) {
  top: 18px;
}
@media (min-width: 768px) {
  .audio-player .player-controls .player-quality:nth-child(2) {
    top: 28px;
  }
}
.audio-player .player-controls .player-quality.is_active {
  background: #fff;
  color: #000;
}
.audio-player .library-btn {
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #bfbfc2;
  text-align: center;
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .audio-player .library-btn {
    display: block;
  }
}
.audio-player .library-btn p {
  margin-bottom: 0;
}

.player-timing {
  width: 100%;
}
@media (min-width: 768px) {
  .player-timing {
    width: calc(30vw + 90px);
  }
}
.player-timing .timeend::before {
  content: "/";
  display: inline-block;
  padding-right: 3px;
}
@media (min-width: 768px) {
  .player-timing .timeend {
    float: right;
  }
  .player-timing .timeend::before {
    display: none;
  }
}

.range-wrap {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: auto;
  top: -15px;
  z-index: 2;
}
@media (min-width: 768px) {
  .range-wrap {
    width: calc(30vw + 75px);
    bottom: -15px;
    top: auto;
    padding: 35px 0 15px;
    left: 95px;
  }
}

/*  Hide Original */
input[type=range] {
  -webkit-appearance: none;
  background-color: #ddd;
  overflow: hidden;
  cursor: pointer;
  opacity: 1;
  height: 4px;
  margin: 0;
  transition: 0.1s ease-in;
  vertical-align: bottom;
  width: calc(100% + 15px);
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 16px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #aeaeae;
  border-radius: 50%;
  box-shadow: -100vw 0 0 100vw #aeaeae;
  cursor: pointer;
  height: 0px;
  width: 0px;
  border: 0;
}

.range-wrap:hover .range,
.range-wrap.hover .range {
  height: 8px;
}

.range-wrap:hover .range::-webkit-slider-thumb,
.range-wrap.hover .range::-webkit-slider-thumb {
  width: 0px;
  height: 0px;
  width: 9px;
  height: 9px;
  margin: 3px 0 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 0 !important;
}

.content_tooltip {
  position: relative;
}

.tooltip_bib {
  background: none repeat scroll 0 0 #fbffb0;
  color: #000;
  font-size: 1.15rem;
  line-height: 22px;
  font-weight: normal;
  padding: 16px 15px;
  width: 240px;
  bottom: -4rem;
  right: 20rem;
  margin-left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  text-align: center;
  z-index: 3;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.tooltip_bib::after {
  border-color: #fbffb0 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 15px 15px 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 190px;
  position: absolute;
  width: 0;
}
.tooltip_bib.added {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.2s ease;
  right: 1rem;
  bottom: 60px;
}
@media (min-width: 992px) {
  .tooltip_bib.added {
    bottom: 110px;
  }
}
.tooltip_bib span {
  color: #000;
  font-size: 1rem;
}

.menu_openned .audio-player {
  z-index: 1;
}

#player-text-container {
  gap: 1rem;
  flex-direction: column;
}
#player-text-container.live {
  width: 40vw;
}

.text-container {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-flex;
}
.text-container span {
  display: inline-block;
}
.text-container .animate {
  position: relative;
  animation: leftright 6s infinite alternate ease-in-out;
}

@keyframes leftright {
  0%, 20% {
    transform: translateX(0%);
    left: 0%;
  }
  80%, 100% {
    transform: translateX(-100%);
    left: 100%;
  }
}
/*
  SOMMAIRE
  -
  • Variables
  • Header media links
  • Context / home
  • Misc
  • Banner (c'est à dire le header)
  • Sub-header
  • Menu LNEI
  • Menu LNEI / State / Open
  • Sub-menu / State / Open
  • Menu principal
  • State / Scrolling
  • Popup
  • Popup / Specific / Inscription
  • Popup / Specific / Search
  • Popup / State / Open
  • Context / media_post
  • Context / form
  ----- ----- ----- ----- ----- -----
*/
/*
  • Header media links
  ----- ----- ----- ----- ----- -----
*/
.links_container {
  transition: height 0.4s;
  will-change: height;
  background: #000;
}
@media (max-width: 992px) {
  .links_container {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

.header-media-links {
  -webkit-overflow-scrolling: touch;
  position: relative;
  background: #000;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  transition: height 0.4s;
  will-change: height;
  box-shadow: 0 -2px 0 0 #000;
  justify-content: center;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
  display: flex;
}
@media (min-width: 992px) {
  .header-media-links {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    display: block;
  }
}
.header-media-links::-webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}
.header-media-links::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media (min-width: 992px) {
  .header-media-links::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: transparent;
  }
  .header-media-links::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
  }
  .header-media-links::-webkit-scrollbar-thumb {
    background-color: #000;
  }
}
.header-media-links button {
  margin: 0 10px;
  font-size: 0.938rem;
  line-height: 18px;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 572px) {
  .header-media-links button {
    font-size: 1.125rem;
    line-height: 22px;
  }
}
.header-media-links button span {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
}
.header-media-links button .icon-Playing,
.header-media-links button .icon-Arrow {
  margin-right: 5px;
}
.header-media-links button .icon-Playing::before,
.header-media-links button .icon-Arrow::before {
  color: #fff;
}
.header-media-links button .icon-Arrow {
  font-size: 0.5rem;
  position: relative;
  top: -5px;
}
.header-media-links button:focus {
  outline: none;
}
.header-media-links .inscription_scroll {
  display: block;
  order: 1;
}
@media (min-width: 992px) {
  .header-media-links .inscription_scroll {
    display: none;
  }
}
.header-media-links .active {
  opacity: 1;
  outline: none;
}

/*
  • Context / home
  ----- ----- ----- ----- ----- -----
*/
.home .header-media-links,
.home .links_container {
  height: 0;
}
.home .nav-sticky .header-media-links,
.home .nav-sticky .links_container {
  height: 50px !important;
}

/*
  • Misc
  ----- ----- ----- ----- ----- -----
*/
.logo-white {
  display: none;
}

.sticky_homebar {
  display: none;
}

.media-cards {
  display: none;
}

.inscription_scroll {
  display: none;
}
@media (min-width: 992px) {
  .inscription_scroll {
    display: inline-block;
    position: absolute;
    right: 160px;
    top: 7px;
    transition: height 0.4s, transform 0.4s;
  }
}
.inscription_scroll .btn, .inscription_scroll .comment-form input[type=submit], .comment-form .inscription_scroll input[type=submit], .inscription_scroll .search-form .search-submit, .search-form .inscription_scroll .search-submit {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  font-size: 1rem;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  text-transform: uppercase;
  padding: 2px 22px;
}
@media (min-width: 572px) {
  .inscription_scroll .btn, .inscription_scroll .comment-form input[type=submit], .comment-form .inscription_scroll input[type=submit], .inscription_scroll .search-form .search-submit, .search-form .inscription_scroll .search-submit {
    padding: 5px 22px;
  }
}
.inscription_scroll .btn .icon-Arrow, .inscription_scroll .comment-form input[type=submit] .icon-Arrow, .comment-form .inscription_scroll input[type=submit] .icon-Arrow, .inscription_scroll .search-form .search-submit .icon-Arrow, .search-form .inscription_scroll .search-submit .icon-Arrow {
  font-size: 5px;
  position: relative;
  padding-right: 10px;
}

/*
  • Header
  ----- ----- ----- ----- ----- -----
*/
.banner {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  transition: height 0.4s, padding 0.4s, margin 0.4s;
  transform: translate3d(0, 0, 0);
  will-change: height, padding, margin;
  margin-top: 35px;
}
.banner .user {
  margin-left: 0;
  position: relative;
}
@media (min-width: 992px) {
  .banner .user {
    margin-left: 20px;
  }
}
.banner .icon-Search,
.banner .icon-User {
  font-size: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .banner .icon-Search,
  .banner .icon-User {
    font-size: 2rem;
  }
}
.banner .nav-primary,
.banner .icons-header {
  height: 40px;
}
@media (min-width: 992px) {
  .banner .nav-primary,
  .banner .icons-header {
    height: 50px;
  }
}
.banner .logo_site h1,
.banner .logo_site a,
.banner .logo_site img {
  height: 100%;
  margin: 0 auto;
}
.banner .logo {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.banner .brand {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.banner .icons-header .search,
.banner .icons-header .user,
.banner .icons-header .shop-link {
  align-items: center;
  height: 100%;
}
.banner .icons-header .search {
  display: none;
}
@media (min-width: 992px) {
  .banner .icons-header .search {
    display: inline-flex;
  }
}

/*
  • Menu LNEI
  ----- ----- ----- ----- ----- -----
*/
.menu-lnei {
  overflow: hidden;
  position: absolute;
  display: inline-block;
  left: 0;
}
.menu-lnei .header {
  color: #000;
  padding: 0;
}
.menu-lnei .menu-toggle {
  height: 40px;
  width: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .menu-lnei .menu-toggle {
    height: 50px;
    width: 70px;
  }
}
.menu-lnei .menu-toggle:hover {
  cursor: pointer;
}
.menu-lnei .menu-toggle .ico,
.menu-lnei .menu-toggle .ico::before,
.menu-lnei .menu-toggle .ico::after {
  cursor: pointer;
  height: 3px;
  width: 24px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
@media (min-width: 768px) {
  .menu-lnei .menu-toggle .ico,
  .menu-lnei .menu-toggle .ico::before,
  .menu-lnei .menu-toggle .ico::after {
    width: 30px;
  }
}
.menu-lnei .menu-toggle .ico {
  top: 19px;
  left: 10px;
}
@media (min-width: 768px) {
  .menu-lnei .menu-toggle .ico {
    top: 22px;
  }
}
.menu-lnei .menu-toggle .ico::before {
  top: -8px;
}
@media (min-width: 768px) {
  .menu-lnei .menu-toggle .ico::before {
    top: -10px;
  }
}
.menu-lnei .menu-toggle .ico::after {
  top: 8px;
}
@media (min-width: 768px) {
  .menu-lnei .menu-toggle .ico::after {
    top: 10px;
  }
}
.menu-lnei .menu-toggle .icon-Hamburger-Menu {
  font-size: 2.1rem;
  transition: all 1s ease;
}
.menu-lnei .menu-toggle .icon-close-icon {
  display: none;
  transition: all 1s ease;
}
.menu-lnei .menu-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/*
  • Menu LNEI / State / Open
  ----- ----- ----- ----- ----- -----
*/
.menu-open .menu-lnei .menu-toggle .icon-Hamburger-Menu {
  display: none;
}
.menu-open .menu-lnei .menu-toggle .icon-close-icon {
  display: block;
  font-size: 1.5rem;
  padding-top: 10px;
}
.menu-open .menu-lnei .menu-toggle .ico {
  background-color: transparent;
}
.menu-open .menu-lnei .menu-toggle .ico::before, .menu-open .menu-lnei .menu-toggle .ico::after {
  top: 0;
}
.menu-open .menu-lnei .menu-toggle .ico::after {
  transform: rotate(-45deg);
}
.menu-open .menu-lnei .menu-toggle .ico::before {
  transform: rotate(45deg);
}

/*
  • Sub-menu / State / Open
  ----- ----- ----- ----- ----- -----
*/
.open-submenu.ampMenu ul.sub-menu {
  display: block;
}

/*
  • Menu principal
  ----- ----- ----- ----- ----- -----
*/
.menu-nav {
  width: 100%;
  height: calc(100vh - 50px);
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 10;
  margin-top: 0;
  padding-bottom: 40px;
  overflow: auto;
}
@media (min-width: 992px) {
  .menu-nav {
    height: calc(100vh - 78px);
  }
}
.menu-nav .topLeft_nav {
  position: relative;
}
.menu-nav .topLeft_nav .search a::before {
  content: "\e904";
}
.menu-nav .bottLeft_nav {
  margin-top: 65px;
}
@media (min-width: 992px) {
  .menu-nav .bottLeft_nav {
    margin-left: -45px;
  }
}
.menu-nav .bottLeft_nav .social-links {
  margin-top: 20px;
}
.menu-nav .bottLeft_nav .social-links li {
  display: inline-block;
  width: auto;
}
.menu-nav .bottLeft_nav .social-links li a {
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.menu-nav .bottLeft_nav .social-links li a::before {
  display: none;
}
.menu-nav .bottLeft_nav .social-links li a span {
  font-size: 1.5rem;
}
.menu-nav .bottLeft_nav .social-links li a span::before {
  color: #000;
}
.menu-nav .bottLeft_nav .social-links li a span.icon-Youtube {
  font-size: 1rem;
  position: relative;
  top: -4px;
}
.menu-nav .bottLeft_nav .social-links li:last-child a {
  margin-right: 0;
}
.menu-nav .infos_appNova {
  display: none;
}
.menu-nav li {
  margin-bottom: 10px;
  width: 100%;
}
.menu-nav li.inscrir {
  margin-bottom: 30px;
}
.menu-nav li .sub-menu {
  padding-left: 20px;
  display: none;
}
.menu-nav li .sub-menu li {
  margin-bottom: 0;
}
.menu-nav li .sub-menu li a {
  padding: 10px 20px;
}
.menu-nav li .sub-menu li a::before {
  display: none;
}
.menu-nav li.open-submenu a::before {
  transform: rotate(90deg);
}
.menu-nav li a {
  color: #000;
  font-size: 1rem;
  display: block;
  padding: 15px 20px 15px 30px;
  text-align: left;
  position: relative;
}
.menu-nav li a::before {
  content: "\e900";
  font-family: "icomoon", sans-serif, Arial;
  display: inline-block;
  position: absolute;
  left: 0;
}
.menu-nav .left-side {
  width: 100%;
  padding-top: 55px;
}
@media (min-width: 992px) {
  .menu-nav .left-side {
    max-width: 25%;
    border-right: 1px solid #e9e9e9;
    position: fixed;
    padding-bottom: 150px;
    overflow-y: scroll;
    height: 100vh;
  }
}
.menu-nav .left-side::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.menu-nav .left-side::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}
.menu-nav .left-side::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.menu-nav .right-side {
  max-width: 75%;
  padding: 55px 0 0 60px;
  display: none;
}
@media (min-width: 992px) {
  .menu-nav .right-side {
    display: block;
    margin-left: 25%;
  }
}
.menu-nav .right-side .swiper-container {
  margin-right: -30px;
}
.menu-nav .right-side .title-block-menu {
  color: #000;
  margin-bottom: 30px;
  text-align: left;
}
.menu-nav .right-side .external_links {
  margin-bottom: 60px;
}
.menu-nav .right-side .external_links .itemsTopRight {
  background: #000;
}
.menu-nav .right-side .external_links .itemsTopRight .content-items {
  position: relative;
  min-height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-nav .right-side .external_links .itemsTopRight .content-items img {
  max-width: 100%;
}
.menu-nav .right-side .external_links .itemsTopRight .content-items a {
  font-size: 1.063rem;
  line-height: 24px;
  display: inline-block;
  min-width: 114px;
  color: #fff;
}
.menu-nav .right-side .external_links .itemsTopRight .content-items a::after {
  display: none;
}
.menu-nav .right-side .external_links .itemsTopRight p {
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  font-size: 1.125rem;
  line-height: 25px;
  color: #fff;
}
.menu-nav .right-side .external_links.editions {
  margin-right: 0;
}
.menu-nav .right-side .radio_lnei {
  margin-right: -10%;
}
.menu-nav .right-side .radio_lnei__content {
  margin-bottom: 30px;
}
.menu-nav .right-side .radio_lnei__content .img-radio {
  position: relative;
}
.menu-nav .right-side .radio_lnei__content .img-radio span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.875rem;
}
.menu-nav .right-side .radio_lnei__content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.menu-nav .right-side .radio_lnei__content .radio_bottom {
  padding: 15px 0;
  text-align: left;
}
.menu-nav .right-side .radio_lnei__content .radio_bottom a {
  font-size: 1rem;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}
.menu-nav .right-side .slider_large {
  margin-bottom: 60px;
}
.menu-nav .right-side .slider_large img {
  max-width: 100%;
  width: 100%;
  /*
  min-height: 230px;
  max-height: 230px;
  */
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-nav .right-side .slider_large .t-large-slide {
  text-align: left;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}
.menu-nav.fade-in {
  display: block;
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  • State / Scrolling
  ----- ----- ----- ----- ----- -----
*/
.nav-up .sub_header {
  height: 60px;
}

.nav-down,
.nav-up {
  margin-top: 0;
  background: #fff;
  padding-top: 25px;
}
.nav-down .logo,
.nav-up .logo {
  max-width: 100%;
}
@media (min-width: 992px) {
  .nav-down .logo,
  .nav-up .logo {
    max-width: 50%;
    margin: 0 auto;
  }
}
.nav-down .sub_header .center_block li a,
.nav-up .sub_header .center_block li a {
  font-size: 1.125rem;
  line-height: 22px;
}
.nav-down .logo-black,
.nav-up .logo-black {
  display: block;
}
.nav-down .logo_site,
.nav-up .logo_site {
  height: 70px;
}

.content_logos {
  justify-content: center;
  align-items: center;
}
.content_logos .logo_site {
  width: 80%;
}
.content_logos .logo_site img {
  max-width: 100%;
  margin: 0;
}

.nav-down .sub_header {
  height: 0;
}
.nav-down > .container-header {
  height: 100%;
}
.nav-down .full-height {
  height: 100%;
  justify-content: center;
}
.nav-down .logo_site {
  height: 100%;
}
@media (min-width: 992px) {
  .nav-down .logo_site {
    height: 100%;
  }
}
.nav-down .header-media-links,
.nav-down .links_container {
  height: 0;
}
@media (min-width: 992px) {
  .nav-down > .inscription_scroll {
    transform: translateY(0px);
  }
}

/*
  • Popup
  ----- ----- ----- ----- ----- -----
*/
.openpopup {
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow-y: scroll;
  min-height: 100vh;
  background: transparent;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.popup-overlay.white {
  background-color: #fff;
}

.popup-content {
  z-index: 11;
  padding: 14px;
  position: relative;
}
.popup-content .popup-container {
  margin: 65px auto;
}
.popup-content .popup-container .white_bg {
  background: #fff;
  padding-top: 60px;
}
.popup-content .popup-container h2,
.popup-content .popup-container .title-popup {
  text-align: center;
  line-height: 58px;
  color: #000;
  margin-bottom: 45px;
  padding-top: 30px;
}
.popup-content .popup-container .intro {
  font-size: 0.688rem;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
.popup-content .popup-container .form-row {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.popup-content .popup-container .form-row .btn_yellow {
  font-weight: 400;
}
.popup-content .popup-container .form-row .btn_yellow:hover {
  color: #000;
}
.popup-content .popup-container .form-row .inscrit {
  width: 100%;
}
.popup-content .popup-container .form-row .menu-layer {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.popup-content .popup-container .form-row .menu-layer ul li {
  display: inline-block;
}
.popup-content .popup-container .form-row .menu-layer ul li a {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 18px;
  color: #99999b;
  padding: 0 10px;
  text-decoration: underline;
}
.popup-content .close-popup {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 40px;
}
.popup-content .close-popup span {
  font-size: 1.25rem;
}

/*
  • Popup / Search
  ----- ----- ----- ----- ----- -----
*/
#popup_search .search-form .search-field {
  border: none;
  background: none;
  font-size: 1.125rem;
  line-height: 25px;
  color: #000;
  margin: 0 auto;
  display: block;
  outline: none;
  width: 100%;
}
#popup_search .search-form .search-field:focus, #popup_search .search-form .search-field:active {
  outline: none;
  box-shadow: none;
}
#popup_search .search-form label {
  position: relative;
  width: 100%;
}
#popup_search .search-form label::after {
  content: "\e904";
  font-family: "icomoon", sans-serif, Arial;
  display: block;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.75rem;
}
#popup_search .search-form .search-submit {
  display: none;
}
#popup_search .last-num {
  padding: 20px 0;
  max-width: 100%;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  #popup_search .last-num {
    margin: 45px 0 0;
  }
}
#popup_search .last-num .title-sequence {
  margin-bottom: 0;
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  #popup_search .last-num .title-sequence {
    padding-bottom: 20px;
  }
}
#popup_search .last-num .title-sequence h2 {
  padding-top: 0;
  color: #fff;
}
@media (min-width: 992px) {
  #popup_search .last-num .title-sequence h2 {
    padding-top: 30px;
  }
}
#popup_search .last-num a.buy {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #popup_search .last-num a.buy {
    padding-bottom: 60px;
  }
}

/*
  • Popup / State / Open
  ----- ----- ----- ----- ----- -----
*/
.open_search,
.open_library {
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 4;
  background: #fff;
  transition: all 0.3s ease;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 480px) {
  .open_search,
  .open_library {
    width: 450px;
  }
}
.open_search.oppenned,
.open_library.oppenned {
  right: 0;
  min-height: 100vh;
}
.open_search .popup-overlay,
.open_library .popup-overlay {
  background: #fff;
}

.notLogged_content {
  margin-top: 120px;
}
.notLogged_content p {
  font-size: 0.98rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.notLogged_content .btn, .notLogged_content .comment-form input[type=submit], .comment-form .notLogged_content input[type=submit], .notLogged_content .search-form .search-submit, .search-form .notLogged_content .search-submit {
  font-size: 1rem;
  line-height: 100%;
  color: #000;
  padding: 20px;
  display: block;
  margin-bottom: 60px;
}
.notLogged_content .btn:hover, .notLogged_content .comment-form input[type=submit]:hover, .comment-form .notLogged_content input[type=submit]:hover, .notLogged_content .search-form .search-submit:hover, .search-form .notLogged_content .search-submit:hover {
  background: none;
  color: #fff;
}
.notLogged_content .btn::after, .notLogged_content .comment-form input[type=submit]::after, .comment-form .notLogged_content input[type=submit]::after, .notLogged_content .search-form .search-submit::after, .search-form .notLogged_content .search-submit::after {
  display: none;
}

/*
  • Context / media_post
  ----- ----- ----- ----- ----- -----
*/
.media_post .menu-lnei .menu-toggle .ico {
  background: #fff;
}
.media_post .menu-lnei .menu-toggle .ico::before, .media_post .menu-lnei .menu-toggle .ico::after {
  background: #fff;
}
.media_post .menu-open .menu-lnei .menu-toggle .ico {
  background: transparent;
}
.media_post .fixed {
  background: #000;
}
.media_post .fixed .logo-white {
  position: relative;
  top: 7px;
}
.media_post .nav-down,
.media_post .nav-up {
  background: #000;
}
.media_post .user {
  color: #fff;
}

.user_name {
  white-space: nowrap;
  display: block;
  width: auto;
  margin-bottom: 0;
  position: absolute;
  left: calc(100% - 22px);
  top: 30px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .user_name {
    left: calc(100% - 17px);
  }
}

.user_name_font {
  font-size: 0.625rem;
  line-height: 120%;
  color: #000;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  background: #fff;
  padding: 4px 8px;
  border-radius: 15px;
  text-transform: capitalize;
}

.user_icon_mobile {
  min-width: 50px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 6px;
}
.user_icon_mobile .d-block {
  line-height: 0;
}

/*
  • Context / Form
  ----- ----- ----- ----- ----- -----
*/
.inscrir .optin-form {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .inscrir .optin-form {
    width: 90%;
  }
}
.inscrir .optin-form input {
  width: 100%;
  padding: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 1rem;
  border: 0;
}
.inscrir .optin-form button {
  font-size: 0;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 10px;
  border: 0;
  background: none;
  outline: none;
}
.inscrir .optin-form button::after {
  content: "\e900";
  font-family: "icomoon", sans-serif, Arial;
  font-size: 1.5rem;
  color: #99999b;
}
.inscrir .optin-form span.optin-form__alert {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.content-info {
  padding: 90px 0;
}

.bottom-footer {
  text-align: center;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .bottom-footer {
    padding: 0;
  }
}
.bottom-footer .content-logo {
  margin-bottom: 35px;
}
.bottom-footer .content-logo img {
  max-width: 100%;
}
.bottom-footer .socials {
  margin-bottom: 35px;
}
.bottom-footer .socials ul li {
  display: inline-block;
  padding: 0 10px;
}
.bottom-footer .socials ul li a span {
  font-size: 1.5rem;
}
.bottom-footer .socials ul li a span::before {
  color: #000;
}
.bottom-footer .menu-footer {
  text-align: left;
  margin-top: 60px;
}
.bottom-footer .menu-footer .alaune-bloc {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .bottom-footer .menu-footer .alaune-bloc {
    margin-bottom: 0;
  }
}
.bottom-footer .menu-footer .alaune-bloc ul li a::before {
  content: "\e900";
  font-size: 0.5rem;
  font-family: "icomoon", sans-serif, Arial;
  margin-right: 5px;
  position: relative;
}
.bottom-footer .menu-footer li {
  margin-bottom: 15px;
}
.bottom-footer .menu-footer a {
  color: #000;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.footer_item_title {
  font-size: 0.813rem;
  line-height: 18px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .scroll-up .stickyBar_menu {
    height: 0;
  }
  .scroll-down .audio-player {
    bottom: 59px;
  }
  .scroll-down .sticky-social.stick-social {
    bottom: 105px;
  }
  .scroll-down .filter_btn {
    bottom: 130px;
  }
}
.stickyBar_menu {
  background: #000;
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  transition: height 0.4s;
  height: 60px;
  opacity: 1;
  will-change: height;
}
.stickyBar_menu .link-stickyMenu {
  text-align: center;
  display: block;
  color: #bfbfc2;
  line-height: 120%;
  font-size: 0.688rem;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  height: 100%;
  padding: 9px 0;
  position: relative;
  z-index: 2;
}
.stickyBar_menu .link-stickyMenu span {
  display: block;
  font-size: 1.625rem;
  margin-bottom: 5px;
}
.stickyBar_menu .link-stickyMenu span::before {
  color: #bfbfc2;
}
.stickyBar_menu .full_height {
  height: 100%;
  align-items: center;
}

.copyright {
  padding-top: 10px;
}
.copyright p {
  font-size: 0.75rem;
}
.copyright p a {
  text-decoration: underline;
}
.copyright p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  #appconsent-widget {
    display: none;
  }
}
.newsletter {
  max-width: 420px;
  margin: 20px auto 80px;
}
.newsletter img {
  max-width: 160px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .newsletter img {
    max-width: 420px;
  }
}
.newsletter .white {
  display: none;
}
.newsletter .form {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .newsletter .form {
    width: 345px;
    max-width: 90%;
  }
}
.newsletter input {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000;
  padding: 20px 0;
  font-weight: 500;
  border-radius: 0;
}
@media (min-width: 992px) {
  .newsletter input {
    width: 345px;
  }
}
.newsletter .btn_newsletter {
  border: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: none;
  cursor: pointer;
  display: none;
}
.newsletter .btn_newsletter span {
  font-size: 1.5rem;
}
.newsletter .optin-form__wrapper {
  position: relative;
}
.newsletter .optin-form__button {
  font-size: 0;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 10px;
  border: 0;
  background: none;
}
.newsletter .optin-form__button::after {
  content: "\e900";
  font-family: "icomoon", sans-serif, Arial;
  font-size: 1.5rem;
  color: #99999b;
}
.newsletter .optin-form__button:focus {
  outline: none;
  border: 0;
}
.newsletter .optin-form__alert {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 10px;
}
.newsletter .optin-form__alert.optin-form__alert--success {
  color: #01a55e;
}
.newsletter .optin-form__alert.optin-form__alert--error {
  color: #f9564f;
}
.newsletter input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.newsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.newsletter input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.content-news .content-container .newsletter p {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 0.813rem;
  line-height: 18px;
  text-align: left;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.read_more__container {
  padding: 0px 20px 20px 30px;
  margin: 60px 0;
}

.read_more__container span,
.read_more__container a {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 29px;
}

.read_more__container span {
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
}

.read_more__container a {
  font-weight: 500;
  text-decoration: underline;
}

.media_post .read_more__container span,
.media_post .read_more__container a {
  color: #fff;
}

.minimarg.title-sequence {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .minimarg.title-sequence {
    padding-top: 80px;
  }
}

.grille_wrapper {
  margin: 20px -30px 80px;
}
@media (min-width: 992px) {
  .grille_wrapper {
    padding: 0 15px;
    margin: 30px 0 80px;
  }
}
@media (min-width: 1600px) {
  .grille_wrapper {
    padding: 0 100px;
  }
}

.program-item {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .program-item {
    margin-bottom: 150px;
    text-align: left;
  }
}

.pad_mobile {
  margin: 0 20px;
}
@media (min-width: 992px) {
  .pad_mobile {
    margin: 0;
  }
}

.days_list {
  text-align: center;
  padding: 20px 10px;
  margin: 0;
  margin-right: 10px;
  transition: top 0.4s;
}
@media (min-width: 992px) {
  .days_list {
    padding: 30px 10px;
    margin-right: 0;
  }
}
.days_list li {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  transition: all 500ms ease-out;
}
@media (min-width: 1100px) {
  .days_list li {
    padding: 0 20px;
  }
}
@media (min-width: 1330px) {
  .days_list li {
    padding: 0 30px;
  }
}

.img_grille img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .infos_grille {
    margin-left: 30px;
  }
}
.infos_grille .date {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .infos_grille .date {
    margin-bottom: 0;
  }
}
.infos_grille h2 {
  margin-top: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .infos_grille h2 {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.infos_grille .content {
  padding-top: 0;
}
.infos_grille .content p {
  margin-bottom: 8px;
}
.infos_grille .presenter p {
  display: inline-block;
}
.infos_grille .small_title {
  display: flex;
  margin-bottom: 35px;
  margin-top: 16px;
  justify-content: center;
}
@media (min-width: 992px) {
  .infos_grille .small_title {
    justify-content: inherit;
    margin-top: 0;
  }
}
.infos_grille .small_title p {
  padding-left: 10px;
  margin-bottom: 0;
}
.infos_grille .small_title span {
  position: relative;
}
.infos_grille .btn.btn_white, .infos_grille .comment-form input.btn_white[type=submit], .comment-form .infos_grille input.btn_white[type=submit], .infos_grille .search-form .btn_white.search-submit, .search-form .infos_grille .btn_white.search-submit {
  margin-top: 30px;
  padding: 15px 30px;
}
@media (min-width: 992px) {
  .infos_grille .btn.btn_white, .infos_grille .comment-form input.btn_white[type=submit], .comment-form .infos_grille input.btn_white[type=submit], .infos_grille .search-form .btn_white.search-submit, .search-form .infos_grille .btn_white.search-submit {
    padding: 18px 26px;
    margin-top: 15px;
  }
}

.list_frequence {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .list_frequence {
    padding-left: 40px;
  }
}
.list_frequence li {
  padding-bottom: 20px;
  cursor: default;
  position: relative;
}
.list_frequence li span {
  display: none;
  transition: all ease 0.5s;
  position: absolute;
}
.list_frequence li:hover span {
  display: block;
}
.list_frequence li:hover::before {
  display: inline-block;
  font-family: "icomoon", sans-serif, Arial;
  position: absolute;
  left: -25px;
}
@media (min-width: 992px) {
  .list_frequence li:hover::before {
    left: -50px;
  }
}

.posts_slider .reverse-tagimg {
  flex-direction: column-reverse;
}
.posts_slider .reverse-tagimg .tags-container {
  margin-top: 10px;
}
.posts_slider .reverse-tagimg .tags-container .tag {
  font-size: 0.813rem;
}
@media (min-width: 992px) {
  .posts_slider .post-medium__img img {
    min-height: 285px;
    max-height: 285px;
  }
}

.lasted_mediumPosts {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .lasted_mediumPosts {
    margin-top: 100px;
  }
}

.list-medium {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .list-medium {
    margin-top: 0;
  }
}

.tags-container,
.abo_tag {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.tags-container .abo,
.abo_tag .abo {
  color: #000;
  font-size: 0.813rem;
  line-height: 140%;
  padding: 3px 5px;
}
.tags-container .tag,
.abo_tag .tag {
  color: #000;
  margin-bottom: 5px;
  text-decoration: underline;
}

.rubrique span {
  font-weight: 500;
  color: #737375;
  margin-right: 10px;
}

.post-medium {
  margin: 0 auto;
}
.post-medium .title_post {
  margin: 10px 0 5px;
}
.post-medium .title_post h2 {
  color: #000;
}
.post-medium__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.post-medium.video-club .tags-container .tag a {
  color: #fff;
}
.post-medium.video-club .tags-container .abo {
  border-radius: 0;
  padding: 5px;
  font-size: 0.563rem;
  line-height: 13px;
}
.post-medium.video-club .title_post h2,
.post-medium.video-club .title_post h3 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 25px;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .post-medium.video-club .title_post h2,
  .post-medium.video-club .title_post h3 {
    font-size: 1.5rem;
    line-height: 34px;
  }
}
.post-medium.video-club .post-medium__img {
  position: relative;
}
.post-medium.video-club .post-medium__img span {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 3.125rem;
}
.post-medium.video-club .post-medium__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.post-medium.video-club .excerpt {
  display: none;
}

.white_posts .post-medium .tags-container .tag {
  color: #fff;
}
.white_posts .post-medium .title_post h2,
.white_posts .post-medium .title_post a {
  color: #fff;
}

.most-read {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .most-read {
    margin-bottom: 60px;
  }
}

.mostRead {
  margin: 0 auto;
  padding-bottom: 0;
}
.mostRead .tags-container {
  justify-content: initial;
  padding: 0 0 0 5px;
}
.mostRead .tags-container .tag {
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
}
.mostRead .tags-container .abo {
  font-size: 0.563rem;
  padding: 5px;
  border-radius: 0;
  margin-right: 10px;
}
.mostRead .nb span {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  color: #000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 56px;
}
.mostRead.horizontal .nb {
  margin-bottom: 0;
  margin-top: 35px;
  float: left;
  width: 20%;
}
@media (min-width: 992px) {
  .mostRead.horizontal .nb {
    margin-bottom: 25px;
    margin-top: 0;
    float: none;
    width: auto;
  }
}
.mostRead.horizontal .tags-container {
  padding-left: 0;
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .mostRead.horizontal .tags-container {
    margin-bottom: 25px;
    float: none;
    width: auto;
  }
}
.mostRead.horizontal h2 {
  font-size: 0.938rem;
  line-height: 21px;
  float: right;
  width: 80%;
  margin-top: 7px;
}
@media (min-width: 992px) {
  .mostRead.horizontal h2 {
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 25px;
    float: none;
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .most-readsection .swiper-wrapper {
    display: grid;
  }
  .most-readsection .swiper-slide {
    margin-bottom: 25px;
  }
  .most-readsection .container-fullslider {
    max-width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
}
.related-benefits,
.related-festival-benefits {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .related-benefits,
  .related-festival-benefits {
    margin-bottom: 60px;
  }
}

.relatedBenefits,
.relatedFestivalBenefits {
  margin: 0 auto;
  padding-bottom: 0;
}
.relatedBenefits .tags-container,
.relatedFestivalBenefits .tags-container {
  justify-content: initial;
  padding: 0 0 0 5px;
  margin-bottom: 0;
}
.relatedBenefits .tags-container .tag,
.relatedFestivalBenefits .tags-container .tag {
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
}
.relatedBenefits .tags-container .abo,
.relatedFestivalBenefits .tags-container .abo {
  font-size: 0.563rem;
  padding: 5px;
  border-radius: 0;
  margin-right: 10px;
}
.relatedBenefits .nb span,
.relatedFestivalBenefits .nb span {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  color: #000;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 56px;
}
.relatedBenefits.horizontal .nb,
.relatedFestivalBenefits.horizontal .nb {
  margin-bottom: 0;
  margin-top: 35px;
  float: left;
  width: 20%;
}
@media (min-width: 992px) {
  .relatedBenefits.horizontal .nb,
  .relatedFestivalBenefits.horizontal .nb {
    margin-bottom: 25px;
    margin-top: 0;
    float: none;
    width: auto;
  }
}
.relatedBenefits.horizontal .tags-container,
.relatedFestivalBenefits.horizontal .tags-container {
  padding-left: 0;
  float: right;
  width: 100%;
}
@media (min-width: 992px) {
  .relatedBenefits.horizontal .tags-container,
  .relatedFestivalBenefits.horizontal .tags-container {
    margin-bottom: 25px;
    float: none;
    width: auto;
  }
}
.relatedBenefits.horizontal h2,
.relatedFestivalBenefits.horizontal h2 {
  font-size: 0.938rem;
  line-height: 21px;
  float: right;
  width: 80%;
  margin-top: 7px;
}
@media (min-width: 992px) {
  .relatedBenefits.horizontal h2,
  .relatedFestivalBenefits.horizontal h2 {
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 25px;
    float: none;
    width: auto;
    margin-top: 0;
  }
}

.newsltter_sidebar {
  display: block;
}
.has-infinite-scroll .main:first-child .newsltter_sidebar {
  display: none;
}

.magazine-list {
  display: block;
}
.has-infinite-scroll .main:first-child .magazine-list {
  display: none;
}

.single-latests-in-content {
  display: block;
}
.single-latests-in-content .list-medium {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  justify-content: space-between;
  align-items: flex-start;
}
.single-latests-in-content .title-sequence {
  flex: 1 0 100%;
}
.single-latests-in-content .post-medium {
  flex: 0 0 50%;
  max-width: 45%;
  margin: none;
}

.magazine-list {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .magazine-list {
    margin-top: 0;
  }
}

.side-author {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .side-author {
    text-align: left;
    margin-bottom: 0;
  }
}
.side-author .list-authors a {
  display: block;
}
.side-author .list-authors__content .rs-author {
  margin-bottom: 0;
}
.side-author .list-news__content h3 {
  text-align: left;
}
.side-author .post_author span {
  margin-left: 5px;
}
@media (min-width: 992px) {
  .side-author .post_author span {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .sidebar {
    margin-right: -15px;
    max-width: 300px;
  }
}
.sidebar .post-medium,
.sidebar .mostRead,
.sidebar .side-author {
  max-width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .sidebar .post-medium,
  .sidebar .mostRead,
  .sidebar .side-author {
    max-width: 300px;
  }
}
.sidebar .post-medium:last-child,
.sidebar .mostRead:last-child,
.sidebar .side-author:last-child {
  border-bottom: 0;
}
.sidebar .post-medium .title_post h2,
.sidebar .mostRead .title_post h2,
.sidebar .side-author .title_post h2 {
  font-size: 1.125rem;
  line-height: 25px;
}
.sidebar .side-author {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .sidebar .side-author {
    margin-top: 0;
    padding-bottom: 80px;
  }
}
.sidebar .side-author .list-authors {
  margin-top: 0;
}
.sidebar .mostRead {
  padding-bottom: 0;
}
.sidebar .mostRead h2 {
  margin-bottom: 0;
}
.sidebar .title-sequence {
  padding: 0 20px;
}
.sidebar .newsletter {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .sidebar .newsletter {
    max-width: 270px;
  }
}
.sidebar .newsletter p {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 22px;
  text-align: left;
  margin-top: 20px;
}
.sidebar .newsletter p a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .sidebar .newsletter input {
    width: 270px;
  }
}
.sidebar .newsletter .white {
  display: none;
}
@media (min-width: 992px) {
  .sidebar .newsletter img {
    max-width: 210px;
  }
}
@media (min-width: 992px) {
  .sidebar .newsletter .form {
    max-width: 270px;
  }
}
.sidebar .last-num {
  padding: 0;
}
.sidebar .list-authors__content img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .sidebar .list-authors__content img {
    width: 61px;
    height: 61px;
  }
}
.sidebar .most-read {
  margin-bottom: 80px;
}
.sidebar .learn_more {
  margin-top: 80px;
}
.sidebar .post-medium {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .sidebar .post-medium {
    padding-bottom: 30px;
  }
}
.sidebar .post-medium .title_post h3 {
  margin-bottom: 5px;
}
.sidebar .post-medium .title_post h3 a {
  color: #000;
}
.sidebar.sidebar-media .newsletter .black {
  display: none;
}
.sidebar.sidebar-media .newsletter .white {
  display: block;
}
.sidebar.sidebar-media .newsletter p,
.sidebar.sidebar-media .newsletter a,
.sidebar.sidebar-media .newsletter input {
  color: #fff;
  background: transparent;
}
.sidebar.sidebar-media .newsletter input {
  border-color: #fff;
}
.sidebar.sidebar-media .newsletter .btn_newsletter {
  color: #fff;
}
.sidebar.sidebar-media .newsletter input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}
.sidebar.sidebar-media .newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}
.sidebar.sidebar-media .newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.sidebar.sidebar-media .newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.sidebar.sidebar-media .list-authors__content p {
  color: #fff;
}
.sidebar.sidebar-media .list-authors__content a {
  color: #fff;
}
.sidebar.sidebar-media .list-authors__content .rs-author li a span::before {
  color: #fff;
}
.sidebar.sidebar-media .side-author .list-news__content h3 {
  color: #fff;
}
.sidebar.sidebar-media .post-medium .title_post h2,
.sidebar.sidebar-media .post-medium .title_post a {
  color: #fff;
}

.advertise {
  padding: 20px 0 20px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 992px) {
  .advertise {
    padding: 40px 0 20px;
    margin-bottom: 20px;
  }
}
.advertise img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.content-news .content-container .advertise iframe {
  overflow: hidden;
}

.pub .advertise iframe {
  margin-left: 0;
}

.ads-placeholder {
  display: block;
  margin: 0 auto;
}

.ad-loaded .ads-placeholder {
  display: none;
}

/*
Desktop

Bannière Haute : 1000x300

Pave-Haut : 300x600

Pave-Haut2-Desktop :640x360

Banniere-Basse : 640x250

Pave-Bas : 300x600



Mobile

Bannière Haute : 320x100

Pave-Haut : 300x250

Pave-Haut2 : 300x250

Pave-Bas : 300x250

Pave-Bas2 : 300x250
*/
.ads-Banniere-Haute .ads-placeholder {
  width: 1000px;
  height: 300px;
}
@media (max-width: 768px) {
  .ads-Banniere-Haute .ads-placeholder {
    width: 320px;
    height: 100px;
  }
}

.ads-Pave-Haut .ads-placeholder {
  width: 300px;
  height: 600px;
}
@media (max-width: 768px) {
  .ads-Pave-Haut .ads-placeholder {
    width: 300px;
    height: 250px;
  }
}

.ads-Pave-Haut2 .ads-placeholder {
  width: 640px;
  height: 360px;
}
@media (max-width: 768px) {
  .ads-Pave-Haut2 .ads-placeholder {
    width: 300px;
    height: 250px;
  }
}

.ads-Banniere-Basse .ads-placeholder {
  width: 640px;
  height: 250px;
}
@media (max-width: 768px) {
  .ads-Banniere-Basse .ads-placeholder {
    width: 300px;
    height: 250px;
  }
}

.ads-Pave-Bas .ads-placeholder {
  width: 300px;
  height: 600px;
}
@media (max-width: 768px) {
  .ads-Pave-Bas .ads-placeholder {
    width: 300px;
    height: 250px;
  }
}

[data-ads-core*=Banniere] {
  max-height: 300px;
}

[data-ads-core*=Pave] {
  max-height: 600px;
}

[data-ads-core*=Pave-Haut2-Desktop] {
  max-height: 360px;
}

@media (max-width: 992px) {
  [data-ads-core] {
    max-height: 310px;
  }
  [data-ads-core*=Banniere] {
    max-height: 320px;
  }
}
.learn_more {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .learn_more {
    margin-top: 60px;
  }
}

.abonnement {
  background: #000;
  color: #fff;
  position: relative;
  margin: 0 -30px;
}
@media (min-width: 992px) {
  .abonnement {
    margin: 0;
  }
}
.abonnement::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -180px;
  left: 0;
  height: 180px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.81) 55%, #fff 68%, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  z-index: 1;
}
.abonnement .wrapper {
  padding: 40px 30px;
  position: relative;
}
@media (min-width: 992px) {
  .abonnement .wrapper {
    padding: 60px 50px;
  }
}
.abonnement .wrapper h3 {
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  font-size: 2.625rem;
  line-height: 120%;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .abonnement .wrapper h3 {
    font-size: 3.75rem;
    padding: 0 60px;
  }
}
.abonnement .wrapper h3::after {
  content: "\e90c";
  font-family: "icomoon", sans-serif, Arial;
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: normal;
  margin: 40px 0;
}
.abonnement .wrapper p {
  margin-bottom: 30px;
  font-size: 0.938rem;
  line-height: 140%;
}
@media (min-width: 992px) {
  .abonnement .wrapper p {
    font-size: 1.125rem;
  }
}
.abonnement .wrapper .logs {
  text-align: center;
  padding-top: 10px;
}
.abonnement .wrapper .logs p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 0.688rem;
  line-height: 140%;
}
.abonnement .wrapper .logs .btn, .abonnement .wrapper .logs .comment-form input[type=submit], .comment-form .abonnement .wrapper .logs input[type=submit], .abonnement .wrapper .logs .search-form .search-submit, .search-form .abonnement .wrapper .logs .search-submit {
  font-size: 1.375rem;
  font-weight: 600;
  padding: 12px 20px;
}
@media (min-width: 992px) {
  .abonnement .wrapper .logs .btn, .abonnement .wrapper .logs .comment-form input[type=submit], .comment-form .abonnement .wrapper .logs input[type=submit], .abonnement .wrapper .logs .search-form .search-submit, .search-form .abonnement .wrapper .logs .search-submit {
    font-size: 1.625rem;
  }
}
.abonnement .wrapper .logs .btn::after, .abonnement .wrapper .logs .comment-form input[type=submit]::after, .comment-form .abonnement .wrapper .logs input[type=submit]::after, .abonnement .wrapper .logs .search-form .search-submit::after, .search-form .abonnement .wrapper .logs .search-submit::after {
  font-size: 1rem;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .abonnement .wrapper .logs .btn::after, .abonnement .wrapper .logs .comment-form input[type=submit]::after, .comment-form .abonnement .wrapper .logs input[type=submit]::after, .abonnement .wrapper .logs .search-form .search-submit::after, .search-form .abonnement .wrapper .logs .search-submit::after {
    font-size: 1.75rem;
    font-weight: 400;
    position: relative;
    top: 2px;
  }
}
.abonnement .wrapper .logs .connect {
  color: #fbffb0;
  font-size: 0.688rem;
  line-height: 140%;
}
.abonnement .wrapper img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.post_newsletter {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .post_newsletter {
    margin-top: 90px;
  }
}
.post_newsletter .newsletter {
  max-width: 100%;
  margin: 20px auto 30px;
}
@media (min-width: 992px) {
  .post_newsletter .newsletter {
    margin: 20px auto 60px;
  }
}
.post_newsletter .newsletter img {
  max-width: 100%;
  width: 100%;
}
.post_newsletter .newsletter img.white {
  display: none;
}
.post_newsletter .newsletter .form {
  margin: 0 auto;
}
.post_newsletter .newsletter p {
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  max-width: 100%;
  margin-top: 12px;
  text-align: center;
}
.post_newsletter.sticky .title {
  padding: 5px 20px;
  width: calc(100% - 20px);
  color: #fff;
  background: #000;
  font-size: 1.313rem;
  margin: 0 10px 30px 10px;
  text-align: center;
}
.post_newsletter.sticky .newsletter input {
  width: 100%;
}

.chapeau p {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 0.75rem;
  line-height: 24px;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .chapeau p {
    font-size: 0.938rem;
  }
}
.chapeau p strong {
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
}

.large-news .tags-container {
  justify-content: space-between;
  padding: 0 0 0 5px;
}
@media (min-width: 992px) {
  .large-news .tags-container {
    justify-content: initial;
  }
}
.large-news .tags-container .abo {
  padding: 5px;
  border-radius: 0;
  margin-right: 10px;
}
.large-news .content_image {
  margin: 0 -30px 20px;
}
@media (min-width: 992px) {
  .large-news .content_image {
    margin: 0;
    height: 100%;
  }
}
.large-news .content_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.large-news .title-post h2 {
  transition: all ease 0.3s;
}

.min-width-post .post-medium {
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .min-width-post .post-medium {
    margin: 0 20px;
  }
}
.min-width-post:first-child .post-medium {
  margin-left: 0;
}
.min-width-post:last-child .post-medium {
  margin-right: 0;
}

.reverse-columns .large-news .reverse {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .reverse-columns .large-news .reverse {
    flex-direction: row-reverse;
  }
}
.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .reverse {
    flex-direction: initial;
  }
}

.small-post {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .small-post {
    margin-bottom: 60px;
  }
}
.small-post__img img {
  width: 100%;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (min-width: 600px) {
  .small-post__img img {
    min-height: auto;
  }
}
.small-post .title_post {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .small-post .title_post {
    margin-top: 45px;
  }
}
.small-post .title_post h2 {
  transition: all ease 0.3s;
}
.small-post .chapeau {
  display: none;
}
@media (min-width: 768px) {
  .small-post .chapeau {
    display: block;
    transition: all ease 0.3s;
  }
}
.small-post .list-posts-small__tagline {
  display: none;
}
@media (min-width: 768px) {
  .small-post .list-posts-small__tagline {
    display: block;
  }
}
.small-post.post-media .btn-news {
  display: inline-block;
  margin-bottom: 15px;
}
.small-post.post-media .btn-news a {
  padding: 10px 20px;
}
.small-post .tags-container {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .small-post .tags-container {
    margin-bottom: 5px;
  }
}
.small-post .padr-mob0 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .small-post .padr-mob0 {
    padding-right: 15px;
  }
}

.odd .small-post:nth-child(odd) .padr-mob0 {
  order: 1;
}

.lastpsts_section .post-medium .title_post,
.posts_slider .post-medium .title_post {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .lastpsts_section .post-medium .title_post,
  .posts_slider .post-medium .title_post {
    margin-bottom: 10px;
  }
}
.lastpsts_section .post-medium .title_post h3,
.posts_slider .post-medium .title_post h3 {
  font-size: 0.813rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lastpsts_section .post-medium .title_post h3,
  .posts_slider .post-medium .title_post h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .lastpsts_section .title-sequence {
    margin-bottom: 40px;
  }
}
.lastpsts_section .title-sequence::after {
  display: none;
}
.lastpsts_section .post-medium {
  padding: 0 20px 0 0;
}
@media (min-width: 992px) {
  .lastpsts_section .post-medium {
    padding: 0 15px;
  }
}
.lastpsts_section .post-medium .post-medium__img {
  position: relative;
}
.lastpsts_section .post-medium .post-medium__img::after {
  content: "\e900";
  display: inline-block;
  font-family: "icomoon", sans-serif, Arial;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(100% + 12px);
}
@media (min-width: 992px) {
  .lastpsts_section .post-medium .post-medium__img::after {
    left: calc(100% + 22px);
  }
}
.lastpsts_section .post-medium .post-medium__img a {
  display: block;
  height: 100%;
}
.lastpsts_section .swiper-slide:last-child .post-medium .post-medium__img::after {
  display: none;
}

.special .swiper-slide:nth-child(2n) .post-medium {
  margin-top: 10px;
}
@media (min-width: 572px) {
  .special .swiper-slide:nth-child(2n) .post-medium {
    margin-top: 30px;
  }
}
.special .post-medium .title_post h2 {
  font-size: 0.813rem;
  line-height: 120%;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .special .post-medium .title_post h2 {
    font-size: 1.125rem;
  }
}

.inrocks_blacksection {
  background: #000;
  padding: 60px 0;
  margin: 60px -15px 30px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 992px) {
  .inrocks_blacksection {
    margin: 60px -15px;
  }
}
.inrocks_blacksection .content_live {
  text-align: center;
}
.inrocks_blacksection .content_live h2 {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  color: #fff;
  font-size: 1.625rem;
  line-height: 36px;
  margin: 45px 0;
}
@media (min-width: 992px) {
  .inrocks_blacksection .content_live h2 {
    font-size: 2.625rem;
    line-height: 59px;
  }
}
.inrocks_blacksection .content_live .btn_yellow {
  padding: 15px 25px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .inrocks_blacksection .content_live .btn_yellow {
    padding: 18px 32px;
  }
}
.inrocks_blacksection .content_live p,
.inrocks_blacksection .content_live .connect {
  color: #fff;
  font-size: 0.813rem;
  line-height: 120%;
  margin-bottom: 0;
}
.inrocks_blacksection .content_live .text-live {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .inrocks_blacksection .content_live .text-live {
    margin-bottom: 40px;
  }
}
.inrocks_blacksection .content_live .big_p {
  font-size: 1.125rem;
  line-height: 25px;
}
.inrocks_blacksection .content_live.abonnement_section h2 {
  font-size: 1.375rem;
  line-height: 31px;
}
@media (min-width: 992px) {
  .inrocks_blacksection .content_live.abonnement_section h2 {
    font-size: 1.75rem;
    line-height: 39px;
  }
}
.inrocks_blacksection .content_live.abonnement_section .min-title {
  font-size: 0.813rem;
  line-height: 16px;
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
}
.inrocks_blacksection .content_live.abonnement_section .btn, .inrocks_blacksection .content_live.abonnement_section .comment-form input[type=submit], .comment-form .inrocks_blacksection .content_live.abonnement_section input[type=submit], .inrocks_blacksection .content_live.abonnement_section .search-form .search-submit, .search-form .inrocks_blacksection .content_live.abonnement_section .search-submit {
  font-size: 1.375rem;
  line-height: 31px;
}
@media (min-width: 992px) {
  .inrocks_blacksection .content_live.abonnement_section .btn, .inrocks_blacksection .content_live.abonnement_section .comment-form input[type=submit], .comment-form .inrocks_blacksection .content_live.abonnement_section input[type=submit], .inrocks_blacksection .content_live.abonnement_section .search-form .search-submit, .search-form .inrocks_blacksection .content_live.abonnement_section .search-submit {
    font-size: 1.625rem;
    line-height: 36px;
  }
}
.inrocks_blacksection .content_live .btn_listen {
  margin-bottom: 60px;
}
.inrocks_blacksection .content_live .btn_listen::after {
  display: none;
}
.inrocks_blacksection .content_live .btn_listen span {
  margin-right: 15px;
}
.inrocks_blacksection .content_live .live {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .inrocks_blacksection .content_live .live {
    margin-bottom: 60px;
  }
}
.inrocks_blacksection .content_live .content_img {
  position: relative;
}
.inrocks_blacksection .content_live .content_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.inrocks_blacksection .content_live .content_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.inrocks_blacksection .content_live .content_img .btn, .inrocks_blacksection .content_live .content_img .comment-form input[type=submit], .comment-form .inrocks_blacksection .content_live .content_img input[type=submit], .inrocks_blacksection .content_live .content_img .search-form .search-submit, .search-form .inrocks_blacksection .content_live .content_img .search-submit {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 122px);
  padding: 15px 25px;
}
.inrocks_blacksection .content_live .content_img .btn span, .inrocks_blacksection .content_live .content_img .comment-form input[type=submit] span, .comment-form .inrocks_blacksection .content_live .content_img input[type=submit] span, .inrocks_blacksection .content_live .content_img .search-form .search-submit span, .search-form .inrocks_blacksection .content_live .content_img .search-submit span {
  margin-right: 15px;
  font-size: 0.688rem;
  position: relative;
  top: -2px;
}
.inrocks_blacksection .content_live .content_img .btn::after, .inrocks_blacksection .content_live .content_img .comment-form input[type=submit]::after, .comment-form .inrocks_blacksection .content_live .content_img input[type=submit]::after, .inrocks_blacksection .content_live .content_img .search-form .search-submit::after, .search-form .inrocks_blacksection .content_live .content_img .search-submit::after {
  display: none;
}
.inrocks_blacksection .content_live .content_img .btn.play-on span::before, .inrocks_blacksection .content_live .content_img .comment-form input.play-on[type=submit] span::before, .comment-form .inrocks_blacksection .content_live .content_img input.play-on[type=submit] span::before, .inrocks_blacksection .content_live .content_img .search-form .play-on.search-submit span::before, .search-form .inrocks_blacksection .content_live .content_img .play-on.search-submit span::before {
  content: "\e922";
  padding-right: 2.5px;
}
.inrocks_blacksection .content_live__right {
  text-align: left;
}
.inrocks_blacksection .content_live__right h2 {
  font-size: 0.938rem;
  line-height: 25px;
  text-align: left;
  font-weight: 600;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .inrocks_blacksection .content_live__right h2 {
    font-size: 2.75rem;
    line-height: 62px;
    margin: 20px 0;
  }
}
.inrocks_blacksection .content_live__right .live_infos span {
  font-size: 0.688rem;
  line-height: 15px;
}
@media (min-width: 768px) {
  .inrocks_blacksection .content_live__right .live_infos span {
    font-size: 1.125rem;
    line-height: 25px;
  }
}
.inrocks_blacksection .content_live__right .live_infos span.heure {
  color: #99999b;
  margin-right: 10px;
}
.inrocks_blacksection .content_live__right .live_infos span.auteur {
  color: #bfbfc2;
}
.inrocks_blacksection .content_live__right .on_air {
  font-size: 0.938rem;
  line-height: 21px;
  color: #f9564f;
  position: relative;
  text-transform: uppercase;
}
.inrocks_blacksection .content_live__right .on_air::before {
  content: "";
  display: inline-block;
  background: #f9564f;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  margin-right: 10px;
}
.inrocks_blacksection.small {
  padding: 30px 50px;
  margin: 30px -30px;
  position: relative;
}
@media (min-width: 992px) {
  .inrocks_blacksection.small {
    margin: 60px 0;
    padding: 100px 50px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.inrocks_blacksection.small::after, .inrocks_blacksection.small::before {
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
}
@media (min-width: 992px) {
  .inrocks_blacksection.small::after, .inrocks_blacksection.small::before {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .inrocks_blacksection.small::before {
    left: -100%;
  }
}
@media (min-width: 992px) {
  .inrocks_blacksection.small::after {
    right: -100%;
  }
}
.inrocks_blacksection.small .content_live.abonnement_section h2 {
  font-size: 1.125rem;
  line-height: 25px;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .inrocks_blacksection.small .content_live.abonnement_section h2 {
    font-size: 1.5rem;
    line-height: 34px;
  }
}
.inrocks_blacksection.small .content_live.abonnement_section .btn, .inrocks_blacksection.small .content_live.abonnement_section .comment-form input[type=submit], .comment-form .inrocks_blacksection.small .content_live.abonnement_section input[type=submit], .inrocks_blacksection.small .content_live.abonnement_section .search-form .search-submit, .search-form .inrocks_blacksection.small .content_live.abonnement_section .search-submit {
  font-size: 1.25rem;
  line-height: 25px;
  padding: 12px 20px;
}

.editors_btn {
  margin-top: 80px;
}
.editors_btn .btn, .editors_btn .comment-form input[type=submit], .comment-form .editors_btn input[type=submit], .editors_btn .search-form .search-submit, .search-form .editors_btn .search-submit {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
  padding: 15px 30px;
}
.editors_btn .btn::after, .editors_btn .comment-form input[type=submit]::after, .comment-form .editors_btn input[type=submit]::after, .editors_btn .search-form .search-submit::after, .search-form .editors_btn .search-submit::after {
  top: 0;
}

.last-num {
  padding: 20px;
  text-align: center;
  display: block;
  max-width: 270px;
  margin: 0 auto 80px;
}
.last-num .title-sequence {
  margin-bottom: 20px;
}
.last-num img {
  max-width: 100%;
  width: 100%;
}
.last-num a {
  display: block;
  font-size: 1.25rem;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.last-num a span {
  font-size: 1rem;
  margin-left: 5px;
  display: inline-block;
}
.last-num a.buy {
  background: #000;
  margin-top: 0;
  padding: 20px 15px;
  color: #fff;
}

/*
  • Context / home
  ----- ----- ----- ----- ----- -----
*/
.home .nav-up .sticky_homebar {
  top: 150px;
}

.head_cat.search_head {
  margin-bottom: 60px;
}
.head_cat.search_head .search-form {
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 60px;
}
.head_cat.search_head .search-form .search-field {
  border: none;
  border-radius: 0;
  background: none;
  line-height: 25px;
  margin: 0 auto;
  display: block;
  outline: none;
}
.head_cat.search_head .search-form .search-submit {
  display: none;
}
.head_cat.search_head .search-form label {
  position: relative;
  border: 0;
  padding: 0;
}
.head_cat.search_head .search-form label::after {
  content: "\e904";
  font-family: "icomoon", sans-serif, Arial;
  display: block;
  position: absolute;
  right: 0;
}
.head_cat.search_head .title-sequence.big {
  padding-bottom: 0;
}

.alert-warning {
  background: none;
  font-size: 1.125rem;
  border: 0;
}

.search article {
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .search article {
    display: block;
    margin-bottom: 60px;
    padding: 0 15px;
  }
}
.search article header {
  max-width: 35%;
  flex-direction: column-reverse;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .search article header {
    max-width: 100%;
    height: 100%;
    flex-direction: inherit;
  }
}
.search article header img {
  height: auto;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .search article header img {
    height: 100%;
    min-height: 230px;
  }
}
.search article .body_search {
  max-width: 65%;
  padding-left: 20px;
  position: relative;
  top: 15px;
}
@media (min-width: 572px) {
  .search article .body_search {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .search article .body_search {
    max-width: 100%;
    padding-left: 0;
    top: 0;
  }
}
.search .entry-title {
  line-height: 120%;
  font-size: 0.938rem;
  margin-bottom: 8px;
}
@media (min-width: 572px) {
  .search .entry-title {
    line-height: 25px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .search .entry-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media (max-width: 365px) {
  .search .entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 992px) {
  .search .tags-container {
    margin-top: 10px;
  }
}

.verticales {
  margin-top: 80px;
  padding: 55px 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .verticales {
    margin-left: 0;
    margin-right: 0;
  }
}
.verticales .head_verticales {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .verticales .head_verticales {
    max-width: 400px;
  }
}
.verticales .head_verticales img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 230px;
  max-width: 230px;
}
@media (min-width: 600px) {
  .verticales .head_verticales img {
    min-width: 390px;
    max-width: 390px;
    min-height: 125px;
  }
}
.verticales .content_verticales {
  margin-top: 35px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .verticales .content_verticales {
    padding: 0;
  }
}
.verticales .content_verticales .tags-container {
  margin-top: 15px;
}
.verticales .post-medium {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .verticales .post-medium {
    margin-bottom: 0;
  }
}
.verticales .post-medium__img img {
  min-height: 285px;
  max-height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.podcasts_page .card-podcast {
  padding: 20px 0;
}
.podcasts_page .inrocks_blacksection {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
}
.podcasts_page .inrocks_blacksection:first-child {
  margin-top: 40px;
}
.podcasts_page .title-sequence.big {
  padding-top: 30px;
}

.card-podcast {
  padding: 20px;
  height: 100%;
}
.card-podcast p {
  margin-bottom: 5px;
}
.card-podcast h2 a {
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.card-podcast img {
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-podcast .marg-top-card {
  margin-top: 37px;
  align-items: center;
}

#popup_biblio .popup-overlay {
  background: #000;
}
#popup_biblio .popup-content {
  padding-left: 0;
  padding-right: 0;
}
#popup_biblio .popup-content .popup-container h2,
#popup_biblio .popup-content .popup-container .intro {
  color: #fff;
}
#popup_biblio .popup-content .popup-container h2,
#popup_biblio .popup-content .popup-container .title-popup {
  margin-bottom: 15px;
  font-size: 2.75rem;
}
#popup_biblio .popup-content .popup-container .intro {
  margin-bottom: 0;
}
#popup_biblio .popup-content .popup-container .tab {
  width: 100%;
  height: auto;
}
#popup_biblio .popup-content .popup-container .tab-menu {
  text-align: center;
  transition: all 0.3s ease;
  padding: 50px 0 35px;
}
#popup_biblio .popup-content .popup-container .tab-menu-link {
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: inherit;
  cursor: pointer;
  height: auto;
  padding: 12px 0;
  margin: 0 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #fff;
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
}
#popup_biblio .popup-content .popup-container .tab-menu-link.active {
  bottom: 0px;
  z-index: 0;
  overflow: hidden;
  border-bottom: 2.5px solid #fff;
  color: #fff;
  outline: none;
}
#popup_biblio .popup-content .popup-container .tab-menu-link:focus, #popup_biblio .popup-content .popup-container .tab-menu-link:active {
  outline: none;
}
#popup_biblio .popup-content .popup-container .tab-bar {
  padding: 2.5rem 0;
  overflow: hidden;
  color: #fff;
}
#popup_biblio .popup-content .popup-container .tab-bar-content {
  display: none;
  width: 100%;
  transition: all 0.3s ease;
}
#popup_biblio .popup-content .popup-container .tab-bar-content.active {
  display: block;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .row-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
  margin: 0 50px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .row-content:last-child {
  border-bottom: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts {
  padding-left: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .title {
  margin-bottom: 10px;
  padding-top: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .title a {
  color: #fff;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .infos {
  display: flex;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .infos .time-read {
  float: none;
  margin: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .infos .time-read p {
  font-size: 0.688rem;
  color: #99999b;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .infos .time-read span::before {
  color: #99999b;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .type_post {
  font-size: 0.688rem;
  color: #99999b;
  margin-left: 10px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .image {
  padding-right: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live .live {
  background: #262628;
  margin: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live .live .content_img {
  position: relative;
  margin-left: -15px;
}
@media (min-width: 992px) {
  #popup_biblio .popup-content .popup-container .tab-bar-content .content_live .live .content_img {
    margin-left: 15px;
  }
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live .live .content_img::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% + 15px);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live .live .content_img img {
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live .live .content_img .pause_btn {
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  height: auto;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live__left {
  padding-left: 15px;
  margin-top: 20px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live__left .on_air {
  color: #f9564f;
  font-size: 0.813rem;
  line-height: 140%;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live__left h2 {
  font-size: 1rem;
  line-height: 120%;
  color: #fff;
  margin: 5px 0;
  padding-top: 0;
  text-align: left;
  text-transform: inherit;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live__left .live_infos span {
  font-size: 0.688rem;
  color: #99999b;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live__left .live_infos .type {
  color: #bfbfc2;
  padding-left: 10px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live__left .range-wrap {
  display: block;
  width: 350px;
  left: 30px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .follow {
  padding: 20px 0;
  margin: 0 35px;
  position: relative;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .follow .infos p {
  margin-bottom: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .follow .podcast-episode-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#popup_biblio .popup-content .popup-container .tab-bar-content h4 {
  font-size: 0.938rem;
  color: #99999b;
  padding-left: 40px;
  margin-top: 35px;
}
#popup_biblio .popup-content .close-popup span {
  padding: 10px;
  background: #fff;
  border-radius: 100px;
}

.authors-section .list-authors {
  padding: 0 40px;
}
.authors-section .list-authors__content .editors_content .img_author {
  display: block;
}
.authors-section .list-authors__content .editors_content .img_author img {
  width: 200px;
  max-width: 200px;
  border-radius: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-authors {
  margin: 0;
}
@media (min-width: 992px) {
  .list-authors {
    margin: 60px 0 0;
  }
}
.list-authors .left-title {
  padding: 10px 17px;
  background: #000;
  display: inline-block;
  transform: rotate(-90deg);
  position: relative;
  left: -60px;
  top: 90px;
}
.list-authors .left-title h3 {
  font-size: 0.813rem;
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.list-authors__content p,
.list-authors__content a {
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 500;
  margin: 10px 0;
}
.list-authors__content a {
  text-decoration: none;
}
.list-authors__content img {
  border-radius: 100px;
  max-width: 100%;
}
.list-authors__content .tags-container .tag {
  font-size: 0.688rem;
  line-height: 15px;
}
.list-authors__content .rs-author {
  display: inline-block;
}
.list-authors__content .rs-author li {
  display: inline-block;
}
.list-authors__content .rs-author li a span {
  font-size: 1.5rem;
  padding-right: 10px;
}
.list-authors__content .rs-author li:last-child a span {
  padding-right: 0;
}
@media (min-width: 992px) {
  .list-authors__content .rs-author li:last-child a span {
    padding-right: 10px;
  }
}
.list-authors__content .editors_content {
  text-align: center;
}
.list-authors__content .editors_content img {
  border-radius: 100px;
  width: 94px;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .list-authors__content .editors_content img {
    width: 160px;
    height: 160px;
    min-width: 160px;
  }
}
.list-authors__content .editors_content .name {
  font-size: 0.938rem;
  line-height: 21px;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-weight: 600;
  margin: 20px 0 5px;
  display: block;
}
@media (min-width: 768px) {
  .list-authors__content .editors_content .name {
    font-size: 1.25rem;
    line-height: 140%;
  }
}
.list-authors__content .editors_content p {
  font-size: 0.688rem;
  line-height: 16px;
  margin-bottom: 10px;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  margin-top: 0;
}
@media (min-width: 768px) {
  .list-authors__content .editors_content p {
    font-size: 0.938rem;
    line-height: 21px;
  }
}

.img_longFormat {
  max-height: 950px;
  margin: 0 -30px;
}
@media (min-width: 992px) {
  .img_longFormat {
    margin: 0;
  }
}
.img_longFormat img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.longPostFormat .file-ariane {
  margin-top: 70px;
}

.longPost .title-post {
  margin-top: 0;
}

.time_longpost {
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.mon_compte {
  padding: 140px 0;
}
.mon_compte .compte_container h1,
.mon_compte .compte_container h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.mon_compte .compte_container h2 {
  text-align: left;
  font-size: 1.125rem;
  margin-bottom: 25px;
  margin-top: 80px;
}
.mon_compte .compte_container .btn, .mon_compte .compte_container .comment-form input[type=submit], .comment-form .mon_compte .compte_container input[type=submit], .mon_compte .compte_container .search-form .search-submit, .search-form .mon_compte .compte_container .search-submit {
  min-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 15px 20px;
}
@media (min-width: 572px) {
  .mon_compte .compte_container .btn, .mon_compte .compte_container .comment-form input[type=submit], .comment-form .mon_compte .compte_container input[type=submit], .mon_compte .compte_container .search-form .search-submit, .search-form .mon_compte .compte_container .search-submit {
    min-width: 320px;
  }
}
.mon_compte .compte_container .btn::after, .mon_compte .compte_container .comment-form input[type=submit]::after, .comment-form .mon_compte .compte_container input[type=submit]::after, .mon_compte .compte_container .search-form .search-submit::after, .search-form .mon_compte .compte_container .search-submit::after {
  display: none;
}
.mon_compte .compte_container .form-row .input-text {
  background: #fff;
}
.mon_compte .compte_container .my_inscriptions .box {
  padding: 40px;
  text-align: center;
  margin-top: 30px;
}
.mon_compte .compte_container .my_inscriptions .box .row.d-flex {
  border-bottom: 2px solid #000;
  margin-bottom: 1rem;
}
.mon_compte .compte_container .my_inscriptions .box .row.d-flex .right {
  margin-left: auto;
}
.mon_compte .compte_container .my_inscriptions .box .row:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.mon_compte .compte_container .my_inscriptions .box p strong {
  display: block;
}
.mon_compte .compte_container .my_inscriptions .full_btn.black {
  border: none;
}
.mon_compte .compte_container .links_compte {
  margin-bottom: 80px;
}
.mon_compte .compte_container .links_compte ul li {
  margin-bottom: 25px;
}
.mon_compte .compte_container .links_compte ul li.item,
.mon_compte .compte_container .links_compte ul li a {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.mon_compte .compte_container .links_compte ul li.item span,
.mon_compte .compte_container .links_compte ul li a span {
  font-size: 0.5rem;
  transform: rotate(-90deg);
  display: inline-block;
  margin-right: 17px;
}
.mon_compte .compte_container .links_compte ul li.item span::before,
.mon_compte .compte_container .links_compte ul li a span::before {
  color: rgba(0, 0, 0, 0.5);
}

.head_radio {
  padding-top: 80px;
  background: #000;
}
@media (min-width: 992px) {
  .head_radio {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .head_radio__right {
    margin-left: 30px;
  }
}
.head_radio img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.head_radio h1 {
  color: #fff;
  margin: 15px 0 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .head_radio h1 {
    margin: 0;
  }
}
.head_radio p {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 1rem;
  line-height: 19px;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .head_radio p {
    font-size: 1.625rem;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .head_radio p {
    margin-bottom: 80px;
  }
}
.head_radio .btn, .head_radio .comment-form input[type=submit], .comment-form .head_radio input[type=submit], .head_radio .search-form .search-submit, .search-form .head_radio .search-submit {
  padding: 12px 15px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .head_radio .btn, .head_radio .comment-form input[type=submit], .comment-form .head_radio input[type=submit], .head_radio .search-form .search-submit, .search-form .head_radio .search-submit {
    padding: 20px 30px;
  }
}
.head_radio .btn span, .head_radio .comment-form input[type=submit] span, .comment-form .head_radio input[type=submit] span, .head_radio .search-form .search-submit span, .search-form .head_radio .search-submit span {
  font-size: 0.8rem;
  position: relative;
  top: 0px;
  margin-right: 10px;
}
.head_radio .btn.radio-live-play, .head_radio .comment-form input.radio-live-play[type=submit], .comment-form .head_radio input.radio-live-play[type=submit], .head_radio .search-form .radio-live-play.search-submit, .search-form .head_radio .radio-live-play.search-submit {
  margin-right: auto;
  margin-left: auto;
  display: table;
}
@media (min-width: 572px) {
  .head_radio .btn.radio-live-play, .head_radio .comment-form input.radio-live-play[type=submit], .comment-form .head_radio input.radio-live-play[type=submit], .head_radio .search-form .radio-live-play.search-submit, .search-form .head_radio .radio-live-play.search-submit {
    margin-right: 20px;
    margin-left: 0;
    display: inline-block;
  }
}
.head_radio .btn.btn_transparent, .head_radio .comment-form input.btn_transparent[type=submit], .comment-form .head_radio input.btn_transparent[type=submit], .head_radio .search-form .btn_transparent.search-submit, .search-form .head_radio .btn_transparent.search-submit {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 572px) {
  .head_radio .btn.btn_transparent, .head_radio .comment-form input.btn_transparent[type=submit], .comment-form .head_radio input.btn_transparent[type=submit], .head_radio .search-form .btn_transparent.search-submit, .search-form .head_radio .btn_transparent.search-submit {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
}
.head_radio .btn.btn_transparent:hover, .head_radio .comment-form input.btn_transparent[type=submit]:hover, .comment-form .head_radio input.btn_transparent[type=submit]:hover, .head_radio .search-form .btn_transparent.search-submit:hover, .search-form .head_radio .btn_transparent.search-submit:hover {
  background: #fff;
  color: #0c0c0e;
  border-color: #0c0c0e;
}

.podcast_radio {
  background: #000;
}
.podcast_radio .bottom_podcastNova {
  margin: 0;
  padding: 30px 0;
}
.podcast_radio .card-podcast {
  padding: 0;
}

.generic_page {
  padding-top: 70px;
  padding-bottom: 125px;
}
@media (min-width: 992px) {
  .generic_page {
    padding-top: 140px;
  }
}
.generic_page h1 {
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  margin-bottom: 25px;
  font-size: 2.125rem;
  line-height: 40px;
}
@media (min-width: 992px) {
  .generic_page h1 {
    font-size: 3.5rem;
    line-height: 67px;
    margin-bottom: 45px;
  }
}
.generic_page p {
  font-size: 1.125rem;
}
.generic_page p strong {
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  font-size: 1.125rem;
  line-height: 20px;
}
@media (min-width: 992px) {
  .generic_page p strong {
    font-size: 1.625rem;
    line-height: 30px;
  }
}
.generic_page h2 {
  font-size: 1.625rem;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  margin-bottom: 30px;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .generic_page h2 {
    font-size: 2rem;
  }
}
.generic_page h3 {
  font-size: 1.125rem;
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  margin-bottom: 0;
}

.notFound_content {
  text-align: center;
  padding: 120px 0;
}
.notFound_content h1 {
  margin-bottom: 60px;
  font-size: 3.125rem;
  line-height: 120%;
}
.notFound_content p {
  margin-bottom: 30px;
}
.notFound_content .btn, .notFound_content .comment-form input[type=submit], .comment-form .notFound_content input[type=submit], .notFound_content .search-form .search-submit, .search-form .notFound_content .search-submit {
  padding: 15px 25px;
}
.notFound_content .btn:hover, .notFound_content .comment-form input[type=submit]:hover, .comment-form .notFound_content input[type=submit]:hover, .notFound_content .search-form .search-submit:hover, .search-form .notFound_content .search-submit:hover {
  background: none;
}

@media (min-width: 992px) {
  .container-fullwidth {
    margin: 0 30px;
  }
}
@media (min-width: 1600px) {
  .container-fullwidth {
    max-width: 80%;
    margin: 0 auto;
  }
}
.container-fullwidth .large-news .content_image {
  margin-bottom: 0;
}
.container-fullwidth .large-news .content_image img {
  max-height: 740px;
}
.container-fullwidth .large-news .content_image .icon-play-white {
  display: none;
}
.container-fullwidth .large-news .tags-container {
  justify-content: space-between;
}
.container-fullwidth .large-news.video_news .content_image {
  position: relative;
}
.container-fullwidth .large-news.video_news .content_image span {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  font-size: 3.125rem;
  display: block;
}
.container-fullwidth .text_post {
  margin-left: 0;
  margin-top: 30px;
}

.no-pad-left {
  padding-left: 0;
}

.pub {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .pub {
    margin-bottom: 0;
  }
}
.pub img {
  max-width: 100%;
  width: 100%;
}

.marg-top60 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .marg-top60 {
    margin-top: 60px;
  }
}

.marg-auto {
  margin-left: auto;
  margin-right: auto;
}

.category-portfolio .content-news .container > .row > div:first-child {
  width: 100%;
  max-width: 100%;
  flex: none;
}

.category-portfolio .content-news .container > .row > div:last-child {
  display: none;
}

#progressbar {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f2f2f4;
}
#progressbar div {
  height: 7px;
  background: #000;
  width: 2%;
}
@media (min-width: 992px) {
  #progressbar div {
    background: #bfbfc2;
  }
}

.file-ariane ul li {
  display: inline-block;
}
.file-ariane ul li .icon-Arrow-Right {
  margin: 0 5px;
}
.file-ariane ul li .item-name,
.file-ariane ul li a {
  text-decoration: underline;
}
.file-ariane ul li .item-name:hover,
.file-ariane ul li a:hover {
  text-decoration: none;
}

.recommended {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .recommended {
    margin-bottom: 0;
  }
}
.recommended ul li {
  margin-bottom: 20px;
}
.recommended ul li a {
  display: flex;
}
.recommended ul li a::before {
  font-family: "icomoon", sans-serif, Arial;
  display: inline-block;
  margin-right: 20px;
}
.recommended ul li a span {
  margin-right: 10px;
}
.recommended ul li p {
  color: #99999b;
}
.recommended ul li p a,
.recommended ul li p span {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  color: #000;
}
.recommended ul li p a::before,
.recommended ul li p span::before {
  display: none;
}

.sticky-social {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .sticky-social {
    padding-left: 0;
  }
}
.sticky-social ul li {
  margin-bottom: 10px;
  display: block;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .sticky-social ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.sticky-social ul li a {
  position: relative;
}
.sticky-social ul li a span {
  font-size: 2rem;
  color: #4d4d4f;
  background: #fff;
  padding: 8px;
  border-radius: 100px;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .sticky-social ul li a span {
    color: #000;
    background: none;
    box-shadow: none;
    padding: 0 15px;
    border-radius: 0;
  }
}
.sticky-social ul li a span.icon-Share-mobile, .sticky-social ul li a span.icon-Whatsapp {
  font-size: 1.5rem;
}
.sticky-social ul li a span.icon-Facebook, .sticky-social ul li a span.icon-Twitter {
  font-size: 1.5rem;
}
.sticky-social ul li a span.icon-Facebook::before, .sticky-social ul li a span.icon-Twitter::before {
  color: #4d4d4f;
}
@media (min-width: 992px) {
  .sticky-social ul li a span.icon-Facebook::before, .sticky-social ul li a span.icon-Twitter::before {
    color: #000;
  }
}
.sticky-social ul li a span.icon-Bookmark {
  border: 1px solid #4d4d4f;
  line-height: 18px;
  font-size: 1.125rem;
  border-radius: 100px;
  background: #4d4d4f;
  color: #fff;
}
.sticky-social ul li a span.icon-Bookmark::before {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .sticky-social ul li a span.icon-Bookmark {
    background: none;
    color: #262628;
    border: 1px solid #f2f2f4;
  }
}
.sticky-social ul li a span.icon-Add {
  border: 1px solid #4d4d4f;
  padding: 0;
  border-radius: 100px;
  font-size: 2.5rem;
  background: #4d4d4f;
  color: #fff;
}
.sticky-social ul li a span.icon-Add::before {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .sticky-social ul li a span.icon-Add {
    background: none;
    color: #000;
    border: 1px solid #f2f2f4;
    width: 35px;
    height: 35px;
    margin: 15px 10px 0;
  }
}
.sticky-social ul li a span.icon-Link {
  font-size: 3rem;
}
.sticky-social ul li a .hover_text,
.sticky-social ul li a .text-copied {
  opacity: 0;
  font-size: 0.688rem;
  position: absolute;
  top: 16px;
  left: calc(100% + 40px);
  text-transform: uppercase;
  font-weight: 600;
  transition: all ease 0.3s;
  display: block;
}
@media (min-width: 992px) {
  .sticky-social ul li a:hover .hover_text {
    opacity: 1;
  }
}
.sticky-social ul li a:hover span::before {
  opacity: 0.5;
}
.sticky-social ul li a:hover span.icon-Bookmark, .sticky-social ul li a:hover span.icon-Add {
  border-color: #737375;
  background: #737375;
}
.sticky-social ul li a:hover span.icon-Bookmark::before, .sticky-social ul li a:hover span.icon-Add::before {
  color: #fff;
  opacity: 1;
}
.sticky-social ul li a .text-copied {
  opacity: 0;
  position: absolute;
  transition: all ease 0.2s;
  top: 16px;
  left: calc(100% + 40px);
}
.sticky-social ul li a .text-copied.copied {
  opacity: 1;
}
.sticky-social ul li.bookmarked a span::before {
  color: #fff;
}
.sticky-social ul li.bookmarked a span.icon-Bookmark {
  border-color: #000;
  background: #000;
}
.sticky-social ul li.hidden {
  display: none;
  transition: all ease 0.5s;
}
@media (max-width: 992px) {
  .sticky-social ul li.hidden_mobile {
    display: none;
  }
}
.sticky-social ul li.js-showhide-links {
  transition: all ease 0.5s;
}
.sticky-social ul li.js-showhide-links .hover_text {
  top: 9px;
}
.sticky-social ul li.js-showhide-links.rotate .icon-Add {
  transform: rotate(45deg);
}
.sticky-social ul li.js-showhide-links.rotate .icon-Add::before {
  font-size: 3rem;
}
.sticky-social.sticky-mobile-social.stick-social {
  bottom: 80px;
  right: 15px;
  z-index: 99;
}

.content-news {
  margin: 20px 0 100px;
}
@media (min-width: 992px) {
  .content-news {
    margin-top: 60px;
    position: relative;
  }
}
.content-news .content-container {
  margin-bottom: 60px;
}
.content-news .content-container p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .content-news .content-container p {
    margin-bottom: 30px;
  }
}
.content-news .content-container figure {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .content-news .content-container figure {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.content-news .content-container figure img {
  max-width: 100%;
  height: auto;
}
.content-news .content-container h3 {
  margin-bottom: 20px;
}
.content-news .content-container blockquote {
  margin-bottom: 40px;
  padding: 0;
}
@media (min-width: 768px) {
  .content-news .content-container blockquote {
    padding: 0 60px 0 30px;
  }
}
.content-news .content-container blockquote p {
  margin-bottom: 20px;
}
.content-news .content-container .excerpt {
  margin-top: 0;
}
.content-news .content-container .excerpt p {
  font-weight: 600;
}
.content-news .content-container .excerpt p strong {
  font-weight: 700;
}
.content-news .content-container div[data-oembed-url^=http] {
  margin-bottom: 30px;
}
.content-news .content-container .diaporama {
  margin-right: -30px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .content-news .content-container .diaporama {
    margin-right: 0;
  }
}
.content-news .content-container .diaporama .desc {
  text-align: left;
  margin-top: 20px;
  margin-right: 0;
  padding-left: 0;
}
.content-news .content-container .diaporama .desc p {
  line-height: 17px;
  color: #000;
}
.content-news .content-container .diaporama .desc span {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 0.625rem;
}
.content-news .content-container .diaporama .desc span::before {
  color: #000;
}
.content-news .content-container .diaporama .swiper-pagination {
  font-size: 0.688rem;
  text-align: center;
  margin-bottom: 20px;
}
.content-news .content-container .diaporama img {
  max-height: 315px;
  min-height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .content-news .content-container .diaporama img {
    max-height: 610px;
    min-height: 610px;
  }
}
.content-news .content-container .newsletter {
  margin-top: 80px;
  margin-bottom: 80px;
}
.content-news .pub {
  text-align: center;
  margin-bottom: 80px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .content-news .pub {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-news .tag-list ul li {
  display: inline-block;
}
.content-news .tag-list ul li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #000;
  border-radius: 50%;
  margin: 0 10px;
  position: relative;
  top: -3px;
}
.content-news .tag-list ul li:last-child::after {
  display: none;
}
.content-news .btn_audio {
  text-align: center;
  margin-top: 50px;
}
.content-news .btn_audio a {
  padding: 15px 25px;
}
.content-news .btn_audio a::after {
  display: none;
}
.content-news .btn_audio a span {
  margin-right: 15px;
}
.content-news .title_audioContent {
  margin-top: 120px;
}
.content-news .title_audioContent h2 {
  font-size: 1.063rem;
  line-height: 27px;
}
.content-news .card-podcast {
  margin-bottom: 50px;
  max-width: 80%;
}
.content-news .card-podcast .cat_card {
  font-size: 0.688rem;
  line-height: 15px;
  margin-bottom: 12px;
}
.content-news .card-podcast h2 {
  margin-bottom: 40px;
}
.content-news .card-podcast h2 a {
  font-size: 1.5rem;
  line-height: 34px;
}
.content-news .card-podcast .marg-top-card {
  margin-top: 55px;
}
.content-news .nova_style {
  display: none;
}

.title-post {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .title-post {
    margin-top: 40px;
  }
}
.title-post .sponsor {
  font-size: 0.813rem;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}

.head-news__left {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .head-news__left {
    padding-left: 0;
  }
}
.head-news__left .details-news {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .head-news__left .details-news {
    max-width: 260px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.head-news__left .details-news .author,
.head-news__left .details-news .date {
  font-size: 0.75rem;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  line-height: 18px;
  color: #4d4d4f;
  margin-bottom: 0;
}
.head-news__left .details-news .author span,
.head-news__left .details-news .date span {
  color: #000;
}
.head-news__left .details-news .author span {
  font-weight: 600;
}
.head-news__left .details-news .author img {
  max-width: 65px;
  max-height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.head-news__right {
  padding: 0;
}
@media (min-width: 992px) {
  .head-news__right {
    width: calc(100% - 325px);
  }
}
.head-news__right .content_img {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 992px) {
  .head-news__right .content_img {
    margin-right: calc(100% - 57vw);
    margin-left: auto;
  }
}
.head-news__right .content_img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.head-news__right .desc {
  text-align: left;
  margin-top: 20px;
  margin-right: 0;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .head-news__right .desc {
    text-align: right;
    padding-left: 0;
  }
}
.head-news__right .desc p {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 0.75rem;
  line-height: 17px;
  color: #000;
}
.head-news__right .desc span {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 0.625rem;
}
.head-news__right .desc span::before {
  color: #000;
}
.head-news.media-posts {
  margin: 0 -15px 30px;
}
@media (min-width: 992px) {
  .head-news.media-posts {
    margin: 0;
  }
}
.head-news.media-posts .head-news__right {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 0;
}
.head-news.media-posts .head-news__right .container_video {
  padding-left: 0;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.head-news.media-posts .head-news__right .container_video.univercine {
  padding: 0;
  width: 100%;
}
.head-news.media-posts .head-news__right .container_video .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.head-news.media-posts .head-news__right .container_video .iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.head-news.media-posts .head-news__right .container_video iframe {
  border: 0;
}
@media (min-width: 992px) {
  .head-news.media-posts .head-news__right .container_video {
    width: 100%;
    margin: 0 auto;
  }
}
.head-news.media-posts .head-news__right .content_img {
  margin-right: auto;
}
.head-news.media-posts .head-news__right img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 710px;
  -o-object-fit: cover;
     object-fit: cover;
}
.head-news.media-posts .head-news__right {
  /*      iframe {
          height: 260px;
          @media(min-width: 992px) {
            height: 720px;
          }
        }*/
}
.head-news.media-posts .head-news__left .details-news {
  max-width: 100%;
}

.audio-posts {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .audio-posts {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.audio-posts .content_img {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .audio-posts .content_img {
    margin-bottom: 0;
    height: 100%;
  }
}
.audio-posts .content_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .audio-posts .content_img img {
    margin-left: -15px;
  }
}
.audio-posts .content_img .btn, .audio-posts .content_img .comment-form input[type=submit], .comment-form .audio-posts .content_img input[type=submit], .audio-posts .content_img .search-form .search-submit, .search-form .audio-posts .content_img .search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 116px);
  border: 0;
  padding: 15px;
}
.audio-posts .content_img .btn span, .audio-posts .content_img .comment-form input[type=submit] span, .comment-form .audio-posts .content_img input[type=submit] span, .audio-posts .content_img .search-form .search-submit span, .search-form .audio-posts .content_img .search-submit span {
  margin-right: 15px;
}
.audio-posts .content_img .btn::after, .audio-posts .content_img .comment-form input[type=submit]::after, .comment-form .audio-posts .content_img input[type=submit]::after, .audio-posts .content_img .search-form .search-submit::after, .search-form .audio-posts .content_img .search-submit::after {
  display: none;
}
.audio-posts .content_img .btn.play-on .icon-play-white::before, .audio-posts .content_img .comment-form input.play-on[type=submit] .icon-play-white::before, .comment-form .audio-posts .content_img input.play-on[type=submit] .icon-play-white::before, .audio-posts .content_img .search-form .play-on.search-submit .icon-play-white::before, .search-form .audio-posts .content_img .play-on.search-submit .icon-play-white::before {
  content: "\e922";
}
.audio-posts .nb_ep p {
  color: #fff;
  font-size: 0.938rem;
  line-height: 21px;
}
.audio-posts .nb_ep p span {
  color: #99999b;
}
.audio-posts h1 {
  color: #fff;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .audio-posts h1 {
    margin: 40px 0;
  }
}
.audio-posts .btn_transparent {
  font-size: 1.5rem;
  line-height: 34px;
}
.audio-posts .btn_transparent::after {
  display: none;
}
.audio-posts .btn_transparent span {
  margin-right: 15px;
}
.audio-posts .btn_transparent small {
  font-size: 100%;
  display: none;
}
@media (min-width: 1370px) {
  .audio-posts .btn_transparent small {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .audio-posts .infos_ep {
    margin-top: 40px;
  }
}
.audio-posts .infos_ep .animateur,
.audio-posts .infos_ep .publication {
  font-size: 0.688rem;
  line-height: 15px;
  color: #99999b;
  margin-bottom: 5px;
}
.audio-posts .infos_ep .animateur span {
  color: #fff;
}
.audio-posts .content_epInfos .btn_content .links,
.audio-posts .content_epInfos .btn_content .btn_podcast {
  display: none;
}

.title-h2 h2 {
  font-size: 0.875rem;
  font-family: "inrocksslabbeta-extendedbold", sans-serif, Arial;
  line-height: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .title-h2 h2 {
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

.time-read {
  display: flex;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .time-read {
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: -15px;
  }
}
.time-read p {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  color: #000;
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.time-read span {
  font-size: 1.5rem;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.time-read span::before {
  font-weight: 500;
  color: #000;
}

.podcast_news {
  margin: 30px -30px;
}
@media (min-width: 572px) {
  .podcast_news {
    margin-left: 0;
    margin-right: 0;
  }
}
.podcast_news .left_podcast {
  width: 40%;
  position: relative;
}
.podcast_news .left_podcast::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.podcast_news .left_podcast img {
  max-width: 100%;
  width: 100%;
}
.podcast_news .left_podcast .btn, .podcast_news .left_podcast .comment-form input[type=submit], .comment-form .podcast_news .left_podcast input[type=submit], .podcast_news .left_podcast .search-form .search-submit, .search-form .podcast_news .left_podcast .search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 66px);
  font-size: 1.063rem;
  background: #000;
  color: #fff;
  border-color: #000;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  padding: 10px 18px;
}
.podcast_news .left_podcast .btn:hover, .podcast_news .left_podcast .comment-form input[type=submit]:hover, .comment-form .podcast_news .left_podcast input[type=submit]:hover, .podcast_news .left_podcast .search-form .search-submit:hover, .search-form .podcast_news .left_podcast .search-submit:hover {
  background: none;
  color: #fff;
}
.podcast_news .left_podcast .btn::after, .podcast_news .left_podcast .comment-form input[type=submit]::after, .comment-form .podcast_news .left_podcast input[type=submit]::after, .podcast_news .left_podcast .search-form .search-submit::after, .search-form .podcast_news .left_podcast .search-submit::after {
  display: none;
}
.podcast_news .left_podcast .btn span, .podcast_news .left_podcast .comment-form input[type=submit] span, .comment-form .podcast_news .left_podcast input[type=submit] span, .podcast_news .left_podcast .search-form .search-submit span, .search-form .podcast_news .left_podcast .search-submit span {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  margin-right: 10px;
}
.podcast_news .right_podcast {
  background: #000;
  width: 60%;
  padding: 15px;
}
@media (min-width: 769px) {
  .podcast_news .right_podcast {
    padding: 30px 60px 30px 30px;
  }
}
.podcast_news .right_podcast p {
  font-size: 0.938rem;
  line-height: 21px;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  text-transform: uppercase;
  color: #fff;
}
.podcast_news .right_podcast h2 {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  color: #fff;
  font-size: 1.125rem;
  line-height: 24px;
}
@media (min-width: 992px) {
  .podcast_news .right_podcast h2 {
    font-size: 1.25rem;
    line-height: 28px;
  }
}

.single .head-news__right {
  width: 100%;
}
.single .head-news__right .content_img {
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .single .head-news__right .content_img {
    margin-right: 0;
    margin-left: 0;
  }
}
.single .head-news.media-posts .head-news__left {
  max-width: 100%;
}
@media (min-width: 992px) {
  .single .head-news__left .title-post h1 {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.single .longPost .head-news__left {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .single .longPost .head-news__left {
    margin-bottom: 50px;
  }
}

.list-news {
  margin-top: 20px;
}
.list-news__content h3 {
  font-size: 0.938rem;
  line-height: 21px;
}

.media_post {
  background: #000;
}
.media_post .advertise {
  background: #000;
}
.media_post .mobile .line {
  background: #fff;
}
.media_post header .icon-Search::before,
.media_post header .icon-User::before {
  color: #fff;
}
.media_post .sub_header .center_block li a {
  color: #fff;
}
.media_post .sub_header .center_block li a.abonner {
  color: #000;
}
.media_post .title-h2 h2 {
  color: #fff;
}
.media_post .recommended ul li a {
  color: #fff;
}
.media_post .title-sequence.black h2,
.media_post .title-sequence.black h3 {
  color: #fff;
}
.media_post .title-sequence.black.black span::before {
  color: #fff;
}
.media_post .logo-black {
  display: none;
}
.media_post .logo-white {
  display: block;
}
@media (min-width: 992px) {
  .media_post .file-ariane {
    margin-top: 30px;
    margin-left: 0;
  }
}
.media_post .file-ariane ul li span,
.media_post .file-ariane ul li a {
  color: #fff;
}
.media_post .time-read p {
  color: #fff;
}
.media_post .time-read span::before {
  color: #fff;
}
.media_post #progressbar div {
  background: #bfbfc2;
}
.media_post .tags-container .tag {
  color: #fff;
}
.media_post .tags-container .tag a {
  color: #fff;
}
.media_post .mostRead .nb span {
  color: #fff;
}
.media_post .mostRead h2 {
  color: #fff;
}
.media_post .magazine-content .btn.btn_yellow, .media_post .magazine-content .comment-form input.btn_yellow[type=submit], .comment-form .media_post .magazine-content input.btn_yellow[type=submit], .media_post .magazine-content .search-form .btn_yellow.search-submit, .search-form .media_post .magazine-content .btn_yellow.search-submit {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.media_post .content-info {
  background: #fff;
}
.media_post .sticky-social ul li a span {
  color: #262628;
  background: #fff;
}
@media (min-width: 992px) {
  .media_post .sticky-social ul li a span {
    color: #fff;
    background: none;
  }
}
.media_post .sticky-social ul li a span.icon-Facebook::before, .media_post .sticky-social ul li a span.icon-Twitter::before {
  color: #262628;
}
@media (min-width: 992px) {
  .media_post .sticky-social ul li a span.icon-Facebook::before, .media_post .sticky-social ul li a span.icon-Twitter::before {
    color: #fff;
  }
}
.media_post .sticky-social ul li a span.icon-Bookmark, .media_post .sticky-social ul li a span.icon-Add {
  color: #fff;
  background: #262628;
  border-color: transparent;
}
@media (min-width: 992px) {
  .media_post .sticky-social ul li a span.icon-Bookmark, .media_post .sticky-social ul li a span.icon-Add {
    color: #fff;
    background: none;
  }
}
.media_post .sticky-social ul li a:hover {
  opacity: 0.8;
  color: #fff;
}
.media_post .sticky-social ul li a:hover span::before {
  opacity: 0.8;
}
.media_post .sticky-social ul li a:hover span.icon-Bookmark, .media_post .sticky-social ul li a:hover span.icon-Add {
  color: #fff;
  background: #262628;
}
.media_post .sticky-social ul li a:hover span.icon-Bookmark::before, .media_post .sticky-social ul li a:hover span.icon-Add::before {
  color: #fff;
  opacity: 1;
}

.content-single.content-media .content-container div {
  color: #fff;
}
.content-single.content-media .content-container .excerpt p {
  color: #fff;
}
.content-single.content-media .content-container p,
.content-single.content-media .content-container a {
  color: #fff;
}
.content-single.content-media .content-container h3,
.content-single.content-media .content-container h2 {
  color: #fff;
}
.content-single.content-media .content-container .newsletter .black {
  display: none;
}
.content-single.content-media .content-container .newsletter .white {
  display: block;
  margin: 0 auto;
}
.content-single.content-media .content-container .newsletter p,
.content-single.content-media .content-container .newsletter a,
.content-single.content-media .content-container .newsletter input {
  color: #fff;
  background: transparent;
}
.content-single.content-media .content-container .newsletter input {
  border-color: #fff;
}
.content-single.content-media .content-container .newsletter .btn_newsletter {
  color: #fff;
}
.content-single.content-media .content-container .newsletter input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}
.content-single.content-media .content-container .newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}
.content-single.content-media .content-container .newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.content-single.content-media .content-container .newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.content-single.content-media .content-container .diaporama .desc p {
  color: #fff;
}
.content-single.content-media .content-container .diaporama .desc span::before {
  color: #fff;
}
.content-single.content-media .content-container .diaporama .swiper-pagination {
  color: #fff;
}
.content-single.content-media .content-container .bottom_podcastNova .btn, .content-single.content-media .content-container .bottom_podcastNova .comment-form input[type=submit], .comment-form .content-single.content-media .content-container .bottom_podcastNova input[type=submit], .content-single.content-media .content-container .bottom_podcastNova .search-form .search-submit, .search-form .content-single.content-media .content-container .bottom_podcastNova .search-submit {
  color: #000;
}
.content-single.content-media .content-container .bottom_podcastNova .btn:hover, .content-single.content-media .content-container .bottom_podcastNova .comment-form input[type=submit]:hover, .comment-form .content-single.content-media .content-container .bottom_podcastNova input[type=submit]:hover, .content-single.content-media .content-container .bottom_podcastNova .search-form .search-submit:hover, .search-form .content-single.content-media .content-container .bottom_podcastNova .search-submit:hover {
  color: #fff;
}
.content-single.content-media .tag-list ul li a {
  color: #bfbfc2;
}
.content-single.content-media .title-sequence.black::after {
  color: #fff;
}
.content-single.content-media .side-author {
  color: #fff;
}
.content-single.content-media .side-author .list-news__content h3 {
  color: #fff;
}
.content-single.content-media .side-author .list-authors__content a {
  color: #fff;
}
.content-single.content-media .side-author .list-authors__content .rs-author li a span::before {
  color: #fff;
}

.media-posts .head-news__left .title-post h1,
.audio-posts .head-news__left .title-post h1 {
  color: #fff;
}
.media-posts .head-news__left .details-news .author,
.audio-posts .head-news__left .details-news .author {
  color: #99999b;
}
.media-posts .head-news__left .details-news .author span,
.audio-posts .head-news__left .details-news .author span {
  color: #fff;
}
.media-posts .head-news__left .details-news .date,
.audio-posts .head-news__left .details-news .date {
  color: #99999b;
}

@media (min-width: 992px) {
  .social-media .sticky-social ul li a span.icon-Bookmark, .social-media .sticky-social ul li a span.icon-Add {
    border-color: #262628;
  }
}
.social-media .sticky-social ul li a span.icon-Bookmark::before, .social-media .sticky-social ul li a span.icon-Add::before {
  color: #fff;
}
@media (min-width: 992px) {
  .social-media .sticky-social ul li a span::before {
    color: #fff;
  }
}
.social-media .sticky-social ul li a:hover .hover_text {
  color: #fff;
}

.content main p.edit-link a {
  color: #fff;
}
.content main p.edit-link a:hover {
  color: #99999b;
}

.content-media.mrl-0-mob {
  margin-left: 0;
  margin-right: 0;
}

.all_podcasts {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 80px;
}
.all_podcasts p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .all_podcasts p {
    font-size: 1rem;
  }
}
.all_podcasts .white_btn {
  background: #fff;
  color: #262628;
  border: 2px solid #fff;
  font-size: 1rem;
}
.all_podcasts .white_btn:hover {
  background: none;
  color: #fff;
}

.socials-podcast .hideOn-podcast {
  display: none;
}

.head-podcast {
  margin-bottom: 80px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .head-podcast {
    margin-top: 30px;
  }
}
.head-podcast h1,
.head-podcast p {
  color: #fff;
  margin-bottom: 5px;
}
.head-podcast h1 {
  font-size: 2.125rem;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .head-podcast h1 {
    font-size: 3.5rem;
    line-height: 67px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.head-podcast .animateur {
  font-size: 0.688rem;
  line-height: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.head-podcast .animateur span {
  color: #99999b;
}
.head-podcast img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.head-podcast .content_links {
  display: flex;
  align-items: center;
}
.head-podcast .content_links .btn, .head-podcast .content_links .comment-form input[type=submit], .comment-form .head-podcast .content_links input[type=submit], .head-podcast .content_links .search-form .search-submit, .search-form .head-podcast .content_links .search-submit {
  color: #fff;
  margin-right: 25px;
}
.head-podcast .content_links .btn::after, .head-podcast .content_links .comment-form input[type=submit]::after, .comment-form .head-podcast .content_links input[type=submit]::after, .head-podcast .content_links .search-form .search-submit::after, .search-form .head-podcast .content_links .search-submit::after {
  display: none;
}
.head-podcast .content_links .btn span, .head-podcast .content_links .comment-form input[type=submit] span, .comment-form .head-podcast .content_links input[type=submit] span, .head-podcast .content_links .search-form .search-submit span, .search-form .head-podcast .content_links .search-submit span {
  padding-right: 10px;
  position: relative;
}
.head-podcast .content_links ul {
  margin-bottom: 0;
}
.head-podcast .content_links ul li {
  display: inline-block;
  margin-right: 15px;
}
.head-podcast .content_links ul li a span {
  font-size: 1.25rem;
}
.head-podcast .content_links .play-on span::before {
  content: "\e922";
}
@media (min-width: 992px) {
  .head-podcast .right_head_podcast {
    margin-left: 30px;
  }
}

.list_episodes .head_list {
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.list_episodes .head_list .icon-time::before {
  color: #99999b;
}
.list_episodes .head_list p {
  color: #99999b;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .list_episodes .head_list p {
    margin-left: 12%;
  }
}
.list_episodes .head_list .icon-calendar,
.list_episodes .head_list .icon-time {
  text-align: center;
  display: block;
}
.list_episodes .body_list .content_list {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.list_episodes .body_list .content_list:first-child {
  border-bottom: 0;
}
.list_episodes .body_list .content_list h3,
.list_episodes .body_list .content_list h3 a {
  color: #fff;
  font-size: 1rem;
  line-height: 19px;
}
.list_episodes .body_list .content_list .description,
.list_episodes .body_list .content_list p,
.list_episodes .body_list .content_list a {
  font-size: 0.813rem;
  color: #99999b;
  margin-bottom: 0;
  text-align: right;
}
@media (min-width: 992px) {
  .list_episodes .body_list .content_list .description,
  .list_episodes .body_list .content_list p,
  .list_episodes .body_list .content_list a {
    text-align: center;
  }
}
.list_episodes .body_list .content_list .description a {
  text-decoration: underline;
}
.list_episodes .body_list .content_list .description a:hover {
  text-decoration: none;
}
.list_episodes .body_list .content_list .date {
  text-align: left;
  margin-left: calc(10% + 18px);
}
@media (min-width: 992px) {
  .list_episodes .body_list .content_list .date {
    text-align: center;
    margin-left: 0;
  }
}
.list_episodes .body_list .content_list .play-episode {
  width: 10%;
  padding-left: 20px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .list_episodes .body_list .content_list .play-episode {
    margin-top: 0;
  }
}
.list_episodes .body_list .content_list .infos-episode {
  width: 70%;
  padding-left: 20px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .list_episodes .body_list .content_list .infos-episode {
    margin-top: 0;
    width: 90%;
  }
}
.list_episodes .body_list .content_list .infos-episode .description {
  max-height: 40px;
  overflow: hidden;
  transition: all ease 0.5s;
  text-align: left;
}
.list_episodes .body_list .content_list .infos-episode .description p {
  text-align: left;
}
.list_episodes .body_list .content_list .infos-episode .episodeLink_post {
  display: inline-block;
  padding: 9px 12px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 20px;
  margin-top: 15px;
  font-size: 0.688rem;
  line-height: 120%;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  text-transform: uppercase;
}
.list_episodes .body_list .content_list .infos-episode .episodeLink_post:hover {
  color: #0c0c0e;
  background: #fff;
}
.list_episodes .body_list .content_list.active, .list_episodes .body_list .content_list:hover {
  background: #262628;
}
.list_episodes .body_list .content_list.active .infos-episode .description, .list_episodes .body_list .content_list:hover .infos-episode .description {
  overflow-y: scroll;
  height: auto;
  max-height: 200px;
  padding-right: 15px;
}
.list_episodes .body_list .content_list.active .infos-episode .description::-webkit-scrollbar-track, .list_episodes .body_list .content_list:hover .infos-episode .description::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.list_episodes .body_list .content_list.active .infos-episode .description::-webkit-scrollbar, .list_episodes .body_list .content_list:hover .infos-episode .description::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.list_episodes .body_list .content_list.active .infos-episode .description::-webkit-scrollbar-thumb, .list_episodes .body_list .content_list:hover .infos-episode .description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #4d4d4f;
}
.list_episodes .body_list .content_list.active .icon-play-white:before {
  content: "\e917";
}
.list_episodes .body_list .content_list.active .play-on span {
  font-size: 0.75rem;
}
.list_episodes .body_list .content_list.active .play-on span::before {
  content: "\e922";
}
.list_episodes .body_list .moreepisods {
  text-decoration: none;
}

.likes {
  margin: 95px -30px 0 0;
}
@media (min-width: 992px) {
  .likes {
    margin-right: -15px;
  }
}
.likes .title-sequence {
  margin-bottom: 50px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .likes .title-sequence {
    margin-bottom: 80px;
    margin-left: 0;
  }
}
.likes .episode_card {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 80px 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 0 50px 0;
}
@media (min-width: 992px) {
  .likes .episode_card {
    margin: 0 10px 50px 10px;
  }
}
.likes .episode_card span {
  font-size: 0.688rem;
  line-height: 15px;
  color: #fff;
}
.likes .episode_card h2 {
  font-size: 1.125rem;
  line-height: 22px;
  margin-bottom: 25px;
  color: #fff;
}
.likes .episode_card img {
  max-width: 175px;
  min-width: 175px;
  max-height: 180px;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
.likes .episode_card_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  filter: blur(100px);
  background-size: cover;
}
.likes .swiper-wrapper {
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .likes .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.likes .swiper-slide {
  padding: 0;
}
@media (min-width: 992px) {
  .likes .swiper-slide {
    padding: 0 15px;
  }
}

.padd-lr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.tagline .btn-news {
  display: none;
}

.ads_headcat {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .ads_headcat {
    display: block;
    flex-wrap: initial;
    flex-direction: initial;
  }
}

.head_cat {
  margin: 0 -15px 0;
}
@media (min-width: 992px) {
  .head_cat {
    margin: 40px -15px 0;
  }
}
.head_cat p,
.head_cat .author,
.head_cat strong {
  color: #99999b;
  padding: 10px;
}
.head_cat p a,
.head_cat .author a,
.head_cat strong a {
  padding: 10px;
}
.head_cat .title-sequence.big h2::after,
.head_cat .title-sequence.big h1::after {
  content: "\e90c";
  font-family: "icomoon", sans-serif, Arial;
  display: block;
  font-size: 0.625rem;
  margin-top: 20px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .head_cat .title-sequence.big h2::after,
  .head_cat .title-sequence.big h1::after {
    font-size: 1rem;
    margin-top: 50px;
  }
}
.head_cat .title-sequence.big p a {
  color: #fff;
  font-size: 0.75rem;
  line-height: 22px;
  text-decoration: underline;
}
.head_cat .title-sequence.big p a:hover {
  text-decoration: none;
}
.head_cat .title-sequence.big::after {
  display: none;
}
.head_cat .socials,
.head_cat img,
.head_cat .sponsor {
  display: none;
}
.head_cat.author-head p {
  margin-bottom: 0;
}
.head_cat.author-head span {
  margin-top: 70px;
}
.head_cat.author-head img {
  display: block;
  margin: 0 auto;
}
.head_cat.author-head .socials {
  display: block;
}
.head_cat.author-head .socials li {
  display: inline-block;
  margin-right: 10px;
}
.head_cat.author-head .socials li a {
  padding: 0;
}
.head_cat.author-head .socials li a span {
  margin-top: 0;
  font-size: 1.725rem;
}
.head_cat.author-head .socials li a span::before {
  color: #99999b;
}
.head_cat.sponsor-head .sponsor {
  display: block;
}
.head_cat.sponsor-head .sponsor img {
  display: block;
  width: 85px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.head_cat.sponsor-head .sponsor p {
  font-size: 0.688rem;
  margin-bottom: 20px;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
}

.btn-news {
  border-radius: 100px;
}
.btn-news a {
  color: #fff;
  padding: 20px;
  display: block;
}
.btn-news a .icon-play-white {
  padding-right: 10px;
  position: relative;
  top: -1px;
}
.btn-news a .duree {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
}

.largeNews-cat {
  padding: 0;
}
@media (min-width: 992px) {
  .largeNews-cat {
    padding: 70px 0 110px;
  }
}
.largeNews-cat .large-news {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .largeNews-cat .large-news {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .largeNews-cat .chapeau {
    margin-top: 30px;
  }
}
.largeNews-cat .tags-container .tag {
  margin-right: 20px;
}
.largeNews-cat .content_image {
  position: relative;
}
.largeNews-cat .content_image img {
  height: auto;
}
.largeNews-cat .content_image .btn-news {
  position: absolute;
  left: 50%;
  top: calc(50% - 32px);
  transform: translate(-50%, 0);
}

.medium-leftright .title_post {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .medium-leftright .title_post {
    margin-top: 35px;
  }
}
.medium-leftright .title_post h2 {
  transition: all ease 0.3s;
}
.medium-leftright .chapeau p {
  transition: all ease 0.3s;
}
.medium-leftright .post-medium {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .medium-leftright .post-medium {
    margin-bottom: 80px;
  }
}
.medium-leftright .post-medium.post-media .btn-news {
  display: inline-block;
}
.medium-leftright .reverse {
  flex-direction: row-reverse;
  justify-content: center;
}

.pagination {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .pagination {
    margin-top: 100px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pagination ul li a, .pagination ul li span {
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 100px;
  width: auto;
  height: 40px;
  display: block;
  font-size: 1rem;
  line-height: 16px;
}
@media (min-width: 992px) {
  .pagination ul li a, .pagination ul li span {
    padding: 10px 20px;
    font-size: 1.375rem;
    line-height: 31px;
    height: 50px;
  }
}
.pagination ul li a.active, .pagination ul li span.active {
  background: #000;
  color: #fff;
}
.pagination ul li a:hover, .pagination ul li span:hover {
  background: #000;
  color: #fff;
}
.pagination ul li .current {
  background: #000;
  color: #fff;
}

.archive_media .title-sequence.big h1 {
  color: #fff;
}
.archive_media .largeNews-cat .title-post h2 {
  color: #fff;
}
.archive_media .largeNews-cat .chapeau p {
  color: #fff;
}
.archive_media .post-medium .title_post h2,
.archive_media .small-post .title_post h2 {
  color: #fff;
}
.archive_media .chapeau p {
  color: #fff;
}
.archive_media .rubrique span {
  color: #bfbfc2;
}
.archive_media .tags-container .tag {
  color: #99999b;
}
.archive_media .tags-container .tag a {
  color: #99999b;
}
.archive_media .pagination ul li a {
  color: #fff;
}
.archive_media .pagination ul li a:hover {
  background: #fff;
  color: #000;
}
.archive_media .pagination ul li .current {
  background: #fff;
  color: #000;
}

.listing-programmes .podcasts_header {
  display: none;
}

.list-programmes {
  padding-top: 60px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .list-programmes {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
  }
}
.list-programmes .advertise {
  margin-bottom: 40px;
}
.list-programmes .title-sequence {
  margin-bottom: 100px;
}
.list-programmes .list-program {
  margin-bottom: 80px;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .list-programmes .list-program {
    display: flex;
    margin-bottom: 160px;
    text-align: left;
    padding: 0;
  }
}
.list-programmes .list-program__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-programmes .list-program__content {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .list-programmes .list-program__content {
    text-align: left;
    margin-top: 30px;
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  .list-programmes .list-program__content h2 a {
    display: flex;
  }
}
.list-programmes .list-program__content h2 a span {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
@media (min-width: 992px) {
  .list-programmes .list-program__content h2 a span {
    top: 15px;
  }
}
.list-programmes .list-program__content p {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .list-programmes .list-program__content .infos_list {
    margin-left: 35px;
  }
}
.list-programmes .list-program__content .btn, .list-programmes .list-program__content .comment-form input[type=submit], .comment-form .list-programmes .list-program__content input[type=submit], .list-programmes .list-program__content .search-form .search-submit, .search-form .list-programmes .list-program__content .search-submit {
  padding: 14px 20px;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .list-programmes .list-program__content .btn, .list-programmes .list-program__content .comment-form input[type=submit], .comment-form .list-programmes .list-program__content input[type=submit], .list-programmes .list-program__content .search-form .search-submit, .search-form .list-programmes .list-program__content .search-submit {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
  }
}
.list-programmes .list-program__content .btn.btn_orange, .list-programmes .list-program__content .comment-form input.btn_orange[type=submit], .comment-form .list-programmes .list-program__content input.btn_orange[type=submit], .list-programmes .list-program__content .search-form .btn_orange.search-submit, .search-form .list-programmes .list-program__content .btn_orange.search-submit {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .list-programmes .list-program__content .btn.btn_orange, .list-programmes .list-program__content .comment-form input.btn_orange[type=submit], .comment-form .list-programmes .list-program__content input.btn_orange[type=submit], .list-programmes .list-program__content .search-form .btn_orange.search-submit, .search-form .list-programmes .list-program__content .btn_orange.search-submit {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.list-programmes .list-program__content .btn span, .list-programmes .list-program__content .comment-form input[type=submit] span, .comment-form .list-programmes .list-program__content input[type=submit] span, .list-programmes .list-program__content .search-form .search-submit span, .search-form .list-programmes .list-program__content .search-submit span {
  padding-right: 5px;
}
.list-programmes .list-program__content .btn.btn_transparent:hover, .list-programmes .list-program__content .comment-form input.btn_transparent[type=submit]:hover, .comment-form .list-programmes .list-program__content input.btn_transparent[type=submit]:hover, .list-programmes .list-program__content .search-form .btn_transparent.search-submit:hover, .search-form .list-programmes .list-program__content .btn_transparent.search-submit:hover {
  background: #fff;
}

.content-news .content-container figure.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
.content-news .content-container figure.wp-block-gallery figure {
  display: flex;
  flex-flow: column;
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
}
.content-news .content-container figure.wp-block-gallery figcaption {
  text-align: center;
  font-size: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  position: absolute;
  bottom: -1.2rem;
}
.content-news .content-container figure.wp-block-gallery img {
  height: 30vw;
}
@media (min-width: 768px) {
  .content-news .content-container figure.wp-block-gallery img {
    height: 24vw;
  }
}
@media (min-width: 992px) {
  .content-news .content-container figure.wp-block-gallery img {
    height: 17vw;
  }
}
.content-news .content-container figure.wp-block-gallery img {
  width: auto;
  max-width: 100%;
}

.pswp__dynamic-caption {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 120ms linear !important; /* override default */
}

.pswp-caption-content {
  display: none;
}

.pswp__dynamic-caption a {
  color: #fff;
}

.pswp__dynamic-caption--faded {
  opacity: 0 !important;
}

.pswp__dynamic-caption--aside {
  width: auto;
  max-width: 300px;
  padding: 20px 15px 20px 20px;
  margin-top: 0;
}

.pswp__dynamic-caption--below {
  width: auto;
  max-width: 700px;
  padding: 15px 0 0;
}

.pswp__dynamic-caption--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px;
}

.pswp__dynamic-caption--mobile {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  right: 0;
  bottom: 0;
  /* override styles that were set via JS.
    as they interfere with size measurement */
  top: auto !important;
  left: 0 !important;
}

/*
  SOMMAIRE
  -
  • Container
  • Carousel de cards
  • Bandeau inscription
  • State / hide_podcasts
  • Context / home
  ----- ----- ----- ----- ----- -----
*/
/*
  • Container
  ----- ----- ----- ----- ----- -----
*/
.media-cards {
  display: block;
  width: 100vw;
  position: relative;
  margin-left: calc(50% - 50vw);
  background: #0c0c0e;
}
.media-cards .swiper-container {
  opacity: 0;
  transition: opacity 0.2s;
}
.media-cards .swiper-container-initialized {
  opacity: 1;
}

.home .media-cards::before {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background: #0c0c0e;
}

/*
  • Carousel de cards
  ----- ----- ----- ----- ----- -----
*/
.podcasts_header.swiper-container {
  padding: 10px 0 10px;
}
@media (min-width: 768px) {
  .podcasts_header.swiper-container {
    padding: 20px 0 30px;
  }
}

.cards_header {
  transform-origin: bottom;
  transition: transform 0.2s;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cards_header {
    transform-origin: center;
  }
}
.cards_header h2 a {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 0.938rem;
  line-height: 18px;
  color: #fff;
  opacity: 0.4;
  text-transform: uppercase;
  text-align: center;
  min-height: 50px;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 572px) {
  .cards_header h2 a {
    font-size: 1.125rem;
    line-height: 22px;
  }
}
.cards_header h2 a span {
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.cards_header h2 a .icon-Arrow {
  font-size: 0.5rem;
  position: relative;
  top: -5px;
}
.cards_header h2 a .icon-External-link {
  margin-left: 10px;
  top: 0;
  font-size: 0.866rem;
}
.cards_header h2 img {
  max-height: 45px;
}
.cards_header .cards_content {
  position: relative;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.cards_header .cards_content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 37%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}
.cards_header .cards_content > img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  min-height: 335px;
  max-height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.cards_header .cards_content__infos {
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 572px) {
  .cards_header .cards_content__infos {
    padding: 20px 18px;
  }
}
.cards_header .cards_content__infos h3 {
  color: #fff;
  font-size: 1.5rem;
}
.cards_header .cards_content__infos p {
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 0.813rem;
  line-height: 18px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
}
.cards_header .cards_content__infos .btn, .cards_header .cards_content__infos .comment-form input[type=submit], .comment-form .cards_header .cards_content__infos input[type=submit], .cards_header .cards_content__infos .search-form .search-submit, .search-form .cards_header .cards_content__infos .search-submit {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  padding: 5px 13px;
  text-transform: uppercase;
  margin-top: 20px;
}
@media (min-width: 572px) {
  .cards_header .cards_content__infos .btn, .cards_header .cards_content__infos .comment-form input[type=submit], .comment-form .cards_header .cards_content__infos input[type=submit], .cards_header .cards_content__infos .search-form .search-submit, .search-form .cards_header .cards_content__infos .search-submit {
    font-size: 0.688rem;
  }
}
.cards_header .cards_content__infos .btn span, .cards_header .cards_content__infos .comment-form input[type=submit] span, .comment-form .cards_header .cards_content__infos input[type=submit] span, .cards_header .cards_content__infos .search-form .search-submit span, .search-form .cards_header .cards_content__infos .search-submit span {
  font-size: 0.625rem;
  margin-right: 10px;
}
.cards_header .cards_content__infos .btn .icon-Arrow, .cards_header .cards_content__infos .comment-form input[type=submit] .icon-Arrow, .comment-form .cards_header .cards_content__infos input[type=submit] .icon-Arrow, .cards_header .cards_content__infos .search-form .search-submit .icon-Arrow, .search-form .cards_header .cards_content__infos .search-submit .icon-Arrow {
  font-size: 5px;
}
.cards_header .cards_content__infos .btn_transparent {
  margin-left: 10px;
}
.cards_header .cards_content__infos .btn_transparent::after {
  display: none;
}
.cards_header .cards_content__infos .btns {
  display: flex;
}
.cards_header .cards_content.play-on .cards_content__infos .btn span::before, .cards_header .cards_content.play-on .cards_content__infos .comment-form input[type=submit] span::before, .comment-form .cards_header .cards_content.play-on .cards_content__infos input[type=submit] span::before, .cards_header .cards_content.play-on .cards_content__infos .search-form .search-submit span::before, .search-form .cards_header .cards_content.play-on .cards_content__infos .search-submit span::before {
  content: "\e922";
}
.cards_header.direct .direct_infos {
  display: flex;
  align-items: center;
}
.cards_header.direct .direct_infos p {
  font-size: 0.75rem;
  line-height: 17px;
  color: #f9564f;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 0;
}
.cards_header.direct .direct_infos p::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #f9564f;
  border-radius: 25px;
  margin-right: 5px;
}
.cards_header.direct .direct_infos span {
  color: #fff;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  margin-left: 10px;
  font-size: 0.875rem;
}
.cards_header .logo_nova {
  position: absolute;
  top: 28%;
  width: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cards_header .logo_nova img {
  max-width: 120px;
}
.cards_header.active, .cards_header:hover {
  transform: scale(1.025);
}
.cards_header.active h2,
.cards_header.active h2 a, .cards_header:hover h2,
.cards_header:hover h2 a {
  opacity: 0.5;
}
.cards_header.swiper-slide-active {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .cards_header.swiper-slide-active {
    transform: scale(1.1);
  }
}
.cards_header.swiper-slide-active h2,
.cards_header.swiper-slide-active h2 a {
  opacity: 1;
}

/*
  • Bandeau inscription
  ----- ----- ----- ----- ----- -----
*/
.inscrire_novaHeader {
  display: block;
  padding-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 572px) {
  .inscrire_novaHeader {
    padding-bottom: 40px;
  }
}
.inscrire_novaHeader p {
  font-size: 0.688rem;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 572px) {
  .inscrire_novaHeader p {
    font-size: 0.938rem;
    line-height: 21px;
    width: auto;
  }
}
.inscrire_novaHeader .btn, .inscrire_novaHeader .comment-form input[type=submit], .comment-form .inscrire_novaHeader input[type=submit], .inscrire_novaHeader .search-form .search-submit, .search-form .inscrire_novaHeader .search-submit {
  text-transform: uppercase;
  font-family: "inrocksslabbeta-extendedregular", sans-serif, Arial;
  font-size: 0.688rem;
  margin: 20px 20px 0;
  display: block;
  padding: 15px 20px;
}
@media (min-width: 572px) {
  .inscrire_novaHeader .btn, .inscrire_novaHeader .comment-form input[type=submit], .comment-form .inscrire_novaHeader input[type=submit], .inscrire_novaHeader .search-form .search-submit, .search-form .inscrire_novaHeader .search-submit {
    display: inline-block;
    margin-top: 0;
  }
}
.inscrire_novaHeader .btn span, .inscrire_novaHeader .comment-form input[type=submit] span, .comment-form .inscrire_novaHeader input[type=submit] span, .inscrire_novaHeader .search-form .search-submit span, .search-form .inscrire_novaHeader .search-submit span {
  font-size: 0.35rem;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.inscrire_novaHeader .right-links {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 572px) {
  .inscrire_novaHeader .right-links {
    margin-top: 0;
    width: auto;
    text-align: left;
  }
}
.inscrire_novaHeader .right-links p {
  color: #fff;
  font-size: 0.75rem;
  text-transform: inherit;
  text-align: center;
  line-height: 17px;
}
.inscrire_novaHeader .right-links .connect {
  font-size: 0.75rem;
  line-height: 17px;
}
.inscrire_novaHeader .small_p {
  color: #fff;
  font-size: 0.75rem;
  text-transform: none;
  text-align: center;
  line-height: 17px;
}

/*
  • State / hide_podcasts
  ----- ----- ----- ----- ----- -----
*/
.hide_podcasts .podcasts_header {
  max-width: calc(100% - 150px);
  margin-left: 0;
  margin-top: 20px;
}
.hide_podcasts .podcasts_header .cards_content {
  display: none;
}
.hide_podcasts .cards_header {
  max-width: 200px;
  margin-right: 20px !important;
}
.hide_podcasts .cards_header.active {
  transform: scale(1);
  top: 0;
}
.hide_podcasts .inscription,
.hide_podcasts .inscrire_novaHeader {
  display: none;
}

/*
  • Context / home
  ----- ----- ----- ----- ----- -----
*/
.home .hide_podcasts .podcasts_header {
  padding-bottom: 0;
}
.home .hide_podcasts .cards_content,
.home .hide_podcasts .inscrire_novaHeader {
  display: none;
}

:modal {
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
}

.capped_popup {
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
}
.capped_popup form {
  max-width: 100%;
}
@media (min-width: 768px) {
  .capped_popup form {
    max-width: 70%;
  }
}
@media (min-width: 1280px) {
  .capped_popup form {
    max-width: 50%;
  }
}
.capped_popup button {
  font-family: "inrocks_slab_betanarrow_bold";
  border: none;
  background: none;
  color: #f9564f;
  font-weight: bold;
}
.capped_popup button:focus {
  outline: none;
}
.capped_popup img {
  max-width: 100%;
}
.capped_popup .capped_popup_content,
.capped_popup .capped_popup_content_bis {
  display: none;
}

.capped_popup:open {
  display: flex;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
@font-face {
  font-family: "futura_ltlight";
  src: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-light-webfont.woff2") format("woff2"), url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_ltextrabold";
  src: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-extrabold-webfont.woff2") format("woff2"), url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura Regular";
  src: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-webfont.woff2") format("woff2"), url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_ltbold";
  src: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_ltcondensedbold";
  src: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-condensedbold-webfont.woff2") format("woff2"), url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-condensedbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_ltcondensedlightobl";
  src: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-condensedlightobl-webfont.woff2") format("woff2"), url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-condensedlightobl-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_ltoblique";
  src: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-oblique-webfont.woff2") format("woff2"), url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/fonts/futuralt-oblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Futura Regular", sans-serif, Arial;
  background: #f2f2f4;
  overflow-x: hidden;
  color: #262628;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.padr-mob0 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .padr-mob0 {
    padding-right: 15px;
  }
}

.read_more__container {
  padding: 0;
}
.read_more__container span {
  font-family: "futura_ltcondensedbold", sans-serif, Arial;
  font-size: 1.375rem;
  line-height: 120%;
  color: #0c0c0e;
}
@media (min-width: 992px) {
  .read_more__container span {
    font-size: 1.5rem;
    line-height: 140%;
  }
}
.read_more__container span .icon-Arrow {
  font-size: 8px;
  padding: 0 5px;
  position: relative;
  top: -3px;
  font-weight: 600;
}
.read_more__container a {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1.25rem;
  line-height: 120%;
  color: #0c0c0e;
}
@media (min-width: 992px) {
  .read_more__container a {
    font-size: 1.5rem;
    line-height: 140%;
  }
}
.read_more__container a:hover {
  color: #0c0c0e;
}

.container-header {
  margin-bottom: 0;
}

.single-radios .main {
  padding: 0;
}
.single-radios .head_radio {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .single-radios .head_radio {
    padding-right: 0;
    padding-left: 0;
  }
}

.single-post .main {
  padding: 0 30px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .single-post .main {
    padding: 0;
  }
}
.single-post .advertise {
  padding-top: 10px;
}

.title-sequence {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 6rem;
}
.title-sequence::after {
  content: "\e91d";
  transform: rotate(90deg);
  font-size: 0.3rem;
  width: auto;
}
@media (min-width: 992px) {
  .title-sequence::after {
    font-size: 0.688rem;
  }
}
.title-sequence h2,
.title-sequence a,
.title-sequence h1,
.title-sequence h3 {
  font-family: "futura_ltbold", sans-serif, Arial;
  color: #262628;
}
.title-sequence.minim h2,
.title-sequence.minim a,
.title-sequence.minim h3,
.title-sequence.minim h1 {
  font-size: 1.25rem;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-sequence.minim h2,
  .title-sequence.minim a,
  .title-sequence.minim h3,
  .title-sequence.minim h1 {
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.title-sequence.minim::after {
  margin-top: 25px;
}
.title-sequence.minim.wwtt-title {
  margin-top: 60px;
  margin-bottom: 60px;
}
.title-sequence.big h2,
.title-sequence.big h1,
.title-sequence.big h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 24px;
}
@media (min-width: 572px) {
  .title-sequence.big h2,
  .title-sequence.big h1,
  .title-sequence.big h3 {
    font-size: 2.125rem;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .title-sequence.big h2,
  .title-sequence.big h1,
  .title-sequence.big h3 {
    font-size: 3.125rem;
    line-height: 60px;
  }
}
.title-sequence.big::after {
  margin-top: 15px;
  font-size: 0.3rem;
}
@media (min-width: 992px) {
  .title-sequence.big::after {
    margin-top: 45px;
    font-size: 0.688rem;
  }
}
.title-sequence.orange h2,
.title-sequence.orange h3 {
  color: #df8169;
}
.title-sequence.orange::after {
  display: inline-block;
  font-size: 0.75rem;
  color: #df8169;
}
.title-sequence.white h2,
.title-sequence.white h3,
.title-sequence.white h1 {
  color: #f2f2f4;
}
.title-sequence.black h2,
.title-sequence.black h1,
.title-sequence.black h3 {
  color: #262628;
}

.home .sticky_homebar {
  display: none;
}
@media (min-width: 992px) {
  .home .title-sequence.big {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.title-h2 h2 {
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #262628;
}
@media (min-width: 768px) {
  .title-h2 h2 {
    font-size: 1.125rem;
    line-height: 22px;
  }
}

.orange-color {
  color: #df8169;
}

.tags-container .tag {
  font-family: "Futura Regular", sans-serif, Arial;
}
.tags-container .abo {
  display: none;
}

.last-num a {
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 16px;
}

.height-100 {
  height: 100%;
}

.form-row .placeholder {
  font-family: "Futura Regular", sans-serif, Arial;
  left: 15px;
  font-size: 0.688rem;
}
.form-row .input-text {
  border-radius: 10px;
  border-bottom: 0;
  padding: 25px 15px 15px;
  font-weight: 500;
  font-size: 1rem;
}
.form-row .input-text.focus-visible {
  padding: 35px 15px 15px;
}
.form-row .input-focused .placeholder {
  top: 15px;
  left: 15px;
}
.form-row .input-focused .input-text {
  padding: 35px 15px 15px;
}
.form-row .check label::before {
  border: 0;
  border-radius: 5px;
  background: #fff;
}
.form-row .btn, .form-row .comment-form input[type=submit], .comment-form .form-row input[type=submit], .form-row .search-form .search-submit, .search-form .form-row .search-submit {
  background: #df8169;
  color: #fff;
  text-transform: uppercase;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  padding: 20px;
  font-weight: 500;
  border: 2px solid #df8169;
}
.form-row .btn:hover, .form-row .comment-form input[type=submit]:hover, .comment-form .form-row input[type=submit]:hover, .form-row .search-form .search-submit:hover, .search-form .form-row .search-submit:hover {
  color: #df8169;
  background: none;
  border-color: #df8169;
}
.form-row .simple-text {
  text-decoration: none;
}

.audio-player .player-controls {
  border: 1px solid #fff;
  border-radius: 100px;
}
.audio-player .player-controls #player-pause-btn {
  padding: 8px 10px;
}
@media (min-width: 768px) {
  .audio-player .player-controls #player-pause-btn {
    padding: 15px 20px;
  }
}
.audio-player .player-controls .player-quality {
  font-family: "Futura Regular", sans-serif, Arial;
  line-height: 130%;
}

@media (min-width: 992px) {
  .cards-likes .audio-podcastsCards {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .text_post {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .reverse-columns .large-news .reverse .text_post {
    margin-left: 10px;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .medium-leftright .reverse .text_post,
  .large-news .reverse .text_post {
    margin-left: 0px;
    margin-right: 10px;
  }
}

.js-sticky.fixed-bar {
  position: fixed;
  width: 100%;
  z-index: 2;
  left: 0;
}

.scroll-up .js-sticky.fixed-bar {
  top: 110px;
}
@media (min-width: 992px) {
  .scroll-up .js-sticky.fixed-bar {
    top: 128px;
  }
}

.scroll-down .js-sticky.fixed-bar {
  top: 65px;
}
@media (min-width: 992px) {
  .scroll-down .js-sticky.fixed-bar {
    top: 76px;
  }
}

@media (max-width: 365px) {
  .small-post .text_post {
    position: relative;
    top: 15px;
  }
  .small-post .text_post .title_post {
    margin-top: 0;
  }
  .small-post .title_post {
    margin-top: 0;
  }
  .small-post .title_post h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .small-post .tags-container .tag {
    font-size: 0.58rem;
  }
}
.hide-nova {
  display: none !important;
}

.popup_global.oppenned {
  background: #f2f2f4;
}
.popup_global .popup-overlay {
  background: #f2f2f4;
}

#popup_socials {
  bottom: -250px;
  /*
  -webkit-transition: opacity 0.1s ease-out, bottom 0.3s ease-out;
  -moz-transition: opacity 0.1s ease-out, bottom 0.3s ease-out;
  -o-transition: opacity 0.1s ease-out, bottom 0.3s ease-out;
  */
  transition: height 0.3s ease-out, bottom 0.3s ease-out;
}
#popup_socials.oppenned {
  bottom: 0;
}
#popup_socials .bg {
  background: #f2f2f4;
}
#popup_socials .popup-overlay {
  background: #f2f2f4;
}
#popup_socials span::before {
  color: #262628;
}
#popup_socials span.icon-close-icon::before {
  color: rgba(0, 0, 0, 0.5);
}
#popup_socials .hover_text {
  color: #262628;
}

.notLogged_content .btn, .notLogged_content .comment-form input[type=submit], .comment-form .notLogged_content input[type=submit], .notLogged_content .search-form .search-submit, .search-form .notLogged_content .search-submit {
  background: #df8169;
  border-color: #df8169;
  color: #fff;
}
.notLogged_content .btn:hover, .notLogged_content .comment-form input[type=submit]:hover, .comment-form .notLogged_content input[type=submit]:hover, .notLogged_content .search-form .search-submit:hover, .search-form .notLogged_content .search-submit:hover {
  background: none;
}
.notLogged_content .btn.empty, .notLogged_content .comment-form input.empty[type=submit], .comment-form .notLogged_content input.empty[type=submit], .notLogged_content .search-form .empty.search-submit, .search-form .notLogged_content .empty.search-submit {
  color: #df8169;
  background: none;
}
.notLogged_content .btn.empty:hover, .notLogged_content .comment-form input.empty[type=submit]:hover, .comment-form .notLogged_content input.empty[type=submit]:hover, .notLogged_content .search-form .empty.search-submit:hover, .search-form .notLogged_content .empty.search-submit:hover {
  color: #fff;
  background: #df8169;
}

.tooltip_bib {
  background: none repeat scroll 0 0 #df8169;
  color: #fff;
}
.tooltip_bib::after {
  border-color: #df8169 rgba(0, 0, 0, 0);
}
.tooltip_bib span {
  color: #fff;
}

.ajax-loader #loader-container {
  position: relative;
  background-color: transparent;
  z-index: 99;
  display: none;
}
.ajax-loader #loader-container::before {
  background-color: transparent;
}
.ajax-loader #loader-container .loader {
  display: inline-flex;
}
.ajax-loader #loader-container .loader .stroke {
  background-color: #df8169;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  border-radius: 100%;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  content: "\e91d";
  color: #262628;
  font-family: "icomoon", sans-serif, Arial;
  font-size: 0.5rem;
  position: relative;
  padding-left: 2px;
}
.swiper-container .swiper-button-next {
  right: 1rem;
}
.swiper-container .swiper-button-prev {
  left: 1rem;
}
.swiper-container .swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-container.swiper_fiveposts {
  overflow: unset;
}
.swiper-container.swiper_fiveposts .swiper-button-next,
.swiper-container.swiper_fiveposts .swiper-button-prev {
  background-color: #262628;
  top: 37%;
}
.swiper-container.swiper_fiveposts .swiper-button-next:after,
.swiper-container.swiper_fiveposts .swiper-button-prev:after {
  color: #fff;
}
.swiper-container.swiper_fiveposts .swiper-button-prev {
  left: -3rem;
}
.swiper-container.swiper_fiveposts .swiper-button-next {
  right: 3rem;
}

.content {
  padding-top: 110px;
}

.home .content {
  padding-top: 70px;
}
.home .large-news {
  margin-top: 30px;
}

.single-post .header-media-links {
  position: relative;
  top: -1px;
}
@media (max-width: 992px) {
  .single-post .content {
    padding-top: 110px;
  }
}

@media (min-width: 992px) {
  .content {
    padding-top: 128px;
  }
  body.headless .content {
    padding-top: 0;
  }
  .home .content {
    padding-top: 78px;
  }
}
/*
  SOMMAIRE
  -
  • Variables
  • Misc
  • Banner (c'est à dire le header)
  • Sub-header
  • Progress Bar
  • Header media links
  • Menu LNEI
  • Menu principal
  • State / Scrolling
  • Popup
  • Popup / Specific / Search
  • Context / home
  • Context / media_post
  • Context / form
  ----- ----- ----- ----- ----- -----
*/
/*
  • Variables
  ----- ----- ----- ----- ----- -----
*/
/*
  • Misc
  ----- ----- ----- ----- ----- -----
*/
.logo-white {
  display: block;
}

.logo-black {
  display: none;
}

.inscription_scroll {
  display: none;
}
@media (min-width: 992px) {
  .inscription_scroll {
    display: inline-block;
    position: absolute;
    right: 160px;
    top: 7px;
    transition: height 0.4s, transform 0.4s;
  }
}
.inscription_scroll .btn, .inscription_scroll .comment-form input[type=submit], .comment-form .inscription_scroll input[type=submit], .inscription_scroll .search-form .search-submit, .search-form .inscription_scroll .search-submit {
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
  font-size: 1rem;
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: uppercase;
  padding: 2px 22px;
}
@media (min-width: 572px) {
  .inscription_scroll .btn, .inscription_scroll .comment-form input[type=submit], .comment-form .inscription_scroll input[type=submit], .inscription_scroll .search-form .search-submit, .search-form .inscription_scroll .search-submit {
    padding: 5px 22px;
  }
}
.inscription_scroll .btn .icon-Arrow, .inscription_scroll .comment-form input[type=submit] .icon-Arrow, .comment-form .inscription_scroll input[type=submit] .icon-Arrow, .inscription_scroll .search-form .search-submit .icon-Arrow, .search-form .inscription_scroll .search-submit .icon-Arrow {
  font-size: 5px;
  position: relative;
  padding-right: 10px;
}

.user_name {
  color: #0c0c0e;
  font-family: "Futura Regular", sans-serif, Arial;
  top: 35px;
}
@media (min-width: 768px) {
  .user_name {
    top: 20px;
  }
}

.user_name_font {
  border-radius: 15px;
  font-family: "Futura Regular", sans-serif, Arial;
}

.user_icon_mobile {
  color: #0c0c0e;
}

/*
  • Banner (c'est à dire le header)
  ----- ----- ----- ----- ----- -----
*/
.banner {
  height: 70px;
  background: #0c0c0e;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 -2px 0 0 #0c0c0e;
}
@media (min-width: 992px) {
  .banner {
    height: 78px;
  }
}
.banner > .container-header {
  transition: padding 0.4s;
  height: 100%;
}
.banner .logo {
  max-height: calc(100% - 1.5rem);
  margin: 0 auto;
  width: auto;
}
.banner .user {
  color: #fff;
}
.banner .icon-Search,
.banner .icon-User {
  font-size: 2rem;
}
.banner .icon-Search::before,
.banner .icon-User::before {
  color: #fff;
}
.banner .icon-User {
  font-size: 2.1rem;
}
.banner .logo_site {
  height: 100%;
  transition: none;
}
.banner .icons-header .shop-link {
  display: none;
}

/*
  • Progress Bar
  ----- ----- ----- ----- ----- -----
*/
#progressbar {
  background: #f2f2f4;
  margin-top: -1px;
}
@media (min-width: 992px) {
  #progressbar {
    margin-top: 2px;
  }
}
#progressbar div {
  background: #bfbfc2;
}

.scroll-down #progressbar {
  margin-top: -1px;
}

/*
  • Header media links
  ----- ----- ----- ----- ----- -----
*/
.links_container {
  transition: height 0.4s;
  will-change: height;
  height: 40px;
  background: #0c0c0e;
}
@media (max-width: 992px) {
  .links_container {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}

.header-media-links {
  -webkit-overflow-scrolling: touch;
  height: 40px;
  position: relative;
  background: #0c0c0e;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  transition: height 0.4s;
  will-change: height;
  box-shadow: 0 -2px 0 0 #0c0c0e;
  justify-content: center;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
  display: flex;
}
@media (min-width: 992px) {
  .header-media-links {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    display: block;
  }
}
.header-media-links::-webkit-scrollbar {
  /* Webkit */
  width: 0;
  height: 0;
}
.header-media-links::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media (min-width: 992px) {
  .header-media-links {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .header-media-links::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: transparent;
  }
  .header-media-links::-webkit-scrollbar {
    width: 2px;
    background-color: transparent;
  }
  .header-media-links::-webkit-scrollbar-thumb {
    background-color: #0c0c0e;
  }
}
.header-media-links button {
  margin: 0 25px;
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 0.938rem;
  line-height: 18px;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 572px) {
  .header-media-links button {
    font-size: 1.125rem;
    line-height: 22px;
  }
}
.header-media-links button span {
  font-family: "Futura Regular", sans-serif, Arial;
}
.header-media-links button .icon-Playing,
.header-media-links button .icon-Arrow {
  margin-right: 5px;
}
.header-media-links button .icon-Playing::before,
.header-media-links button .icon-Arrow::before {
  color: #fff;
}
.header-media-links button .icon-Arrow {
  font-size: 0.5rem;
  position: relative;
  top: -5px;
}
.header-media-links button:focus {
  outline: none;
}
.header-media-links .inscription_scroll {
  display: block;
  order: 1;
}
@media (min-width: 992px) {
  .header-media-links .inscription_scroll {
    display: none;
  }
}
.header-media-links .active {
  opacity: 1;
  outline: none;
}

/*
  • Menu LNEI
  ----- ----- ----- ----- ----- -----
*/
.menu-lnei .menu-toggle .ico {
  background: #fff;
}
.menu-lnei .menu-toggle .ico::before, .menu-lnei .menu-toggle .ico::after {
  background: #fff;
}

/*
  • Menu principal
  ----- ----- ----- ----- ----- -----
*/
.menu-nav {
  background: #0c0c0e;
  margin-top: -1px;
}
.menu-nav li a {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 120%;
  padding: 5px 20px 5px 30px;
}
@media (min-width: 992px) {
  .menu-nav li a {
    padding: 15px 20px 15px 30px;
    font-size: 1rem;
  }
}
.menu-nav li a::before {
  font-size: 0.688rem;
}
.menu-nav li.inscrir {
  margin-bottom: 0;
}
.menu-nav li .sub-menu li a {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 120%;
}
.menu-nav .left-side {
  border-color: #262628;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .menu-nav .left-side {
    padding-left: 0;
    padding-right: 0;
  }
}
.menu-nav .left-side .logos {
  display: none;
}
.menu-nav .left-side::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #0c0c0e;
}
.menu-nav .left-side::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-nav .left-side::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-nav .right-side {
  padding: 20px 0 0 60px;
}
@media (min-width: 992px) {
  .menu-nav .right-side {
    padding-top: 60px;
  }
}
.menu-nav .right-side .title-block-menu {
  font-size: 1.75rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
}
.menu-nav .right-side .radios .radio_lnei__content .radio_bottom a {
  font-size: 1.125rem;
  font-family: "Futura Regular", sans-serif, Arial;
  line-height: 120%;
}
.menu-nav .right-side .radios .radio_lnei__content .radio_bottom a span {
  display: inline-block;
}
.menu-nav .right-side .radios .radio_lnei__content .img-radio span {
  display: none;
}
.menu-nav .right-side .radio_lnei__content {
  margin-bottom: 60px;
}
.menu-nav .right-side .radio_lnei__content .radio_bottom {
  padding: 20px 0;
}
.menu-nav .right-side .radio_lnei__content .radio_bottom a {
  color: #fff;
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1rem;
  line-height: 140%;
  text-transform: uppercase;
}
.menu-nav .right-side .slider_large {
  margin-bottom: 100px;
}
.menu-nav .right-side .slider_large .t-large-slide {
  font-size: 1rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  line-height: 140%;
  color: #fff;
  margin-top: 10px;
  text-align: left;
}
.menu-nav .topLeft_nav {
  border: 0;
  margin-bottom: 0;
}
.menu-nav .topLeft_nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .menu-nav .topLeft_nav li a {
    padding: 15px 20px 15px 30px;
  }
}
.menu-nav .topLeft_nav::after, .menu-nav .topLeft_nav::before {
  display: none;
}
.menu-nav .topLeft_nav .search a::before {
  content: "\e904";
  font-size: 1rem;
}
.menu-nav .medLeft_nav,
.menu-nav .menu-onlyMobile {
  display: none !important;
}
.menu-nav .medLeft_nav li a {
  font-family: "Futura Regular", sans-serif, Arial;
}
.menu-nav .menu-menu-principale-container {
  padding-top: 15px;
}
.menu-nav .menu-menu-principale-container li a {
  font-size: 1.438rem;
  line-height: 120%;
}
.menu-nav .bottLeft_nav {
  margin-top: 40px;
}
.menu-nav .bottLeft_nav img {
  max-width: 115px;
}
.menu-nav .bottLeft_nav .social-links {
  margin-bottom: 0;
}
.menu-nav .bottLeft_nav .social-links li a span::before {
  color: #fff;
}
.menu-nav .infos_appNova {
  display: block;
  margin-top: 65px;
}
@media (min-width: 992px) {
  .menu-nav .infos_appNova {
    margin-left: -45px;
    margin-top: 165px;
  }
}
.menu-nav .infos_appNova p {
  font-size: 1rem;
  line-height: 120%;
  font-family: "Futura Regular", sans-serif, Arial;
  color: #fff;
  margin-bottom: 25px;
}
.menu-nav .infos_appNova li {
  display: inline-block;
  width: auto;
}
.menu-nav .infos_appNova li a {
  padding: 5px 10px;
}
.menu-nav .infos_appNova li a::before {
  display: none;
}

/*
  • State / Scrolling
  ----- ----- ----- ----- ----- -----
*/
.nav-down .logo-black,
.nav-up .logo-black {
  display: none;
}

.nav-down {
  height: 70px;
}
@media (min-width: 992px) {
  .nav-down {
    height: 78px;
  }
}
.nav-down > .container-header {
  height: 100%;
}
.nav-down .full-height {
  height: 100%;
  justify-content: center;
}
.nav-down .logo_site {
  height: 100%;
}
@media (min-width: 992px) {
  .nav-down .logo_site {
    height: 100%;
  }
}
.nav-down .header-media-links,
.nav-down .links_container {
  height: 0;
}
@media (min-width: 992px) {
  .nav-down > .inscription_scroll {
    transform: translateY(0px);
  }
}

/*
  • Popup
  ----- ----- ----- ----- ----- -----
*/
.popup-content .popup-container h2,
.popup-content .popup-container .title-popup {
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 120%;
  margin-bottom: 30px;
  color: #262628;
}
@media (min-width: 992px) {
  .popup-content .popup-container h2,
  .popup-content .popup-container .title-popup {
    font-size: 1.75rem;
  }
}
.popup-content .popup-container .form-row .menu-layer ul li a {
  text-decoration: none;
}
.popup-content .popup-container .white_bg {
  background: #e5e5e5;
}
.popup-content .close-popup span {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
}

/*
  • Popup / Specific / Search
  ----- ----- ----- ----- ----- -----
*/
.open_search {
  background: #f2f2f4;
}
.open_search .popup-overlay {
  background: none;
}

#popup_search .search-form .search-field {
  border-bottom: 0;
  background: #fff;
  border-radius: 10px;
  color: #99999b;
  padding: 20px;
  height: 70px;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  padding-right: 40px;
}
#popup_search .search-form label::after {
  top: 17px;
  right: 15px;
  font-size: 1.5rem;
  color: #737375;
}
#popup_search .popup-content .popup-container .last-num .title-sequence {
  background: #0c0c0e;
}
#popup_search .popup-content .popup-container .last-num .title-sequence::after {
  font-size: 5px;
  margin-top: 15px;
}
#popup_search .popup-content .popup-container .last-num .title-sequence h2,
#popup_search .popup-content .popup-container .last-num .title-sequence .title-popup {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 0;
}
#popup_search .popup-content .popup-container .last-num a.buy {
  font-family: "Futura Regular", sans-serif, Arial;
  font-weight: 500;
  background: #0c0c0e;
}
#popup_search .popup-content .popup-container .last-num a.buy span::before {
  content: "\e91d";
  font-size: 0.2rem;
  position: relative;
  top: -3px;
}
#popup_search .popup-content .close-popup span {
  font-size: 1rem;
  padding: 12px;
}
#popup_search .popup-content .close-popup span::before {
  color: #262628;
}

/*
  • Context / home
  ----- ----- ----- ----- ----- -----
*/
.home .header-media-links,
.home .links_container {
  height: 36px;
  overflow: hidden;
}
.home .nav-sticky .header-media-links,
.home .nav-sticky .links_container {
  height: 50px !important;
}
.home:not(.home-top-of-page) .nav-up .header-media-links, .home:not(.home-top-of-page) .nav-up .links_container {
  height: 40px;
}
@media (min-width: 992px) {
  .home:not(.home-top-of-page) .nav-up .header-media-links, .home:not(.home-top-of-page) .nav-up .links_container {
    height: 50px;
  }
}

/*
  • Context / media_post
  ----- ----- ----- ----- ----- -----
*/
.media_post .nav-down,
.media_post .nav-up {
  background: #0c0c0e;
}
.media_post #progressbar {
  background: #0c0c0e;
}
.media_post #progressbar div {
  background: #4d4d4f;
}

/*
  • Context / Form
  ----- ----- ----- ----- ----- -----
*/
.inscrir .optin-form input {
  border-radius: 6px;
  border: 0;
  font-family: "Futura Regular", sans-serif, Arial;
  padding: 10px 20px;
}
.inscrir .optin-form span.optin-form__alert {
  color: #df8169;
}

.audio-player .player-controls .player-quality.is_active {
  background: #df8169;
  color: #fff;
}
.audio-player .player-controls .player-quality.is_active a {
  color: #fff;
}

.nav-primary {
  flex: 0 1 30%;
}

.links_container {
  display: none;
}
@media (min-width: 992px) {
  .links_container {
    display: flex;
  }
}

.header-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-links {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.menu-header-links-container,
.menu-header-links-right-container {
  display: flex;
}
.menu-header-links-container a,
.menu-header-links-right-container a {
  color: #fff;
}
.menu-header-links-container #menu-header-links,
.menu-header-links-container #menu-header-links-right,
.menu-header-links-right-container #menu-header-links,
.menu-header-links-right-container #menu-header-links-right {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.menu-header-links-container #menu-header-links .menu-item,
.menu-header-links-container #menu-header-links-right .menu-item,
.menu-header-links-right-container #menu-header-links .menu-item,
.menu-header-links-right-container #menu-header-links-right .menu-item {
  flex: 1;
  text-align: center;
  height: 100%;
}
.menu-header-links-container #menu-header-links,
.menu-header-links-right-container #menu-header-links {
  justify-content: space-between;
}
.menu-header-links-container #menu-header-links .menu-item,
.menu-header-links-right-container #menu-header-links .menu-item {
  flex: none;
}
.menu-header-links-container #menu-header-links-right,
.menu-header-links-right-container #menu-header-links-right {
  justify-content: flex-end;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.menu-header-links-container #menu-header-links-right .menu-item,
.menu-header-links-right-container #menu-header-links-right .menu-item {
  flex: 0 1 auto;
}
.menu-header-links-container .menu-item a,
.menu-header-links-right-container .menu-item a {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1rem;
  text-transform: uppercase;
}
.menu-header-links-container .header-link-shop a,
.menu-header-links-right-container .header-link-shop a {
  background-image: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/images/header-link-shop.png");
}
.menu-header-links-container .header-link-aime a,
.menu-header-links-right-container .header-link-aime a {
  background-image: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/images/header-link-aime.png");
}
.menu-header-links-container .header-link-selecta a,
.menu-header-links-right-container .header-link-selecta a {
  background-image: url("/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/images/header-link-selecta.png");
}

.menu-header-links-container {
  flex: 1;
}

.menu-header-links-right-container {
  flex: 0 1 23%;
}
.menu-header-links-right-container .menu-item a {
  color: #262628;
  background-color: #df8169;
  border-radius: 1rem;
  font-size: 0.8rem;
  padding: 0.125rem 0.75rem;
}

.bottom-footer {
  margin-bottom: 20px;
}
.bottom-footer .menu-footer li {
  margin-bottom: 0;
}
.bottom-footer .menu-footer a {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #262628;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .bottom-footer .menu-footer a {
    font-size: 0.688rem;
  }
}
.bottom-footer .content-logo img {
  max-width: 225px;
}
.bottom-footer .socials ul li:first-child {
  padding-left: 0;
}
.bottom-footer .socials ul li a span.icon-Youtube {
  font-size: 1rem;
  position: relative;
  top: -4px;
}

.footer_item_title {
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
  color: #262628;
  font-size: 0.688rem;
}

.alaune-bloc {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .alaune-bloc {
    margin-bottom: 0;
  }
}
.alaune-bloc ul li a::before {
  content: "\e91d";
  font-size: 0.325rem;
  margin-right: 10px;
  top: -2px;
}

.abo_footer,
.inrocks_blacksection .content_live.abonnement_section,
.inrocks_blacksection.small .content_live.abonnement_section {
  background: #0c0c0e;
  padding: 60px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .abo_footer,
  .inrocks_blacksection .content_live.abonnement_section,
  .inrocks_blacksection.small .content_live.abonnement_section {
    padding: 80px 0;
    text-align: left;
  }
}
.abo_footer .abo_btn,
.inrocks_blacksection .content_live.abonnement_section .abo_btn,
.inrocks_blacksection.small .content_live.abonnement_section .abo_btn {
  background: #df8169;
  border-color: #df8169;
  color: #fff;
  padding: 22px;
  text-transform: uppercase;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  line-height: 16px;
  min-width: 224px;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .abo_footer .abo_btn,
  .inrocks_blacksection .content_live.abonnement_section .abo_btn,
  .inrocks_blacksection.small .content_live.abonnement_section .abo_btn {
    margin-top: 0;
  }
}
.abo_footer .abo_btn:hover,
.inrocks_blacksection .content_live.abonnement_section .abo_btn:hover,
.inrocks_blacksection.small .content_live.abonnement_section .abo_btn:hover {
  background: none;
}
.abo_footer .connect,
.inrocks_blacksection .content_live.abonnement_section .connect,
.inrocks_blacksection.small .content_live.abonnement_section .connect {
  color: #df8169;
  font-size: 0.813rem;
}
.abo_footer .img_abo,
.inrocks_blacksection .content_live.abonnement_section .img_abo,
.inrocks_blacksection.small .content_live.abonnement_section .img_abo {
  max-width: 150px;
  display: inline-block;
  margin-bottom: 20px;
}
.abo_footer .img_abo img,
.inrocks_blacksection .content_live.abonnement_section .img_abo img,
.inrocks_blacksection.small .content_live.abonnement_section .img_abo img {
  width: 100%;
  max-width: 100%;
}
.abo_footer .insc_abo,
.inrocks_blacksection .content_live.abonnement_section .insc_abo,
.inrocks_blacksection.small .content_live.abonnement_section .insc_abo {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.813rem;
}
.abo_footer .text_abo p,
.inrocks_blacksection .content_live.abonnement_section .text_abo p,
.inrocks_blacksection.small .content_live.abonnement_section .text_abo p {
  color: #99999b;
  font-size: 1rem;
  line-height: 19px;
}
.abo_footer .abo_title,
.inrocks_blacksection .content_live.abonnement_section .abo_title,
.inrocks_blacksection.small .content_live.abonnement_section .abo_title {
  font-size: 1.313rem;
  line-height: 25px;
  color: #df8169;
  font-family: "futura_ltbold", sans-serif, Arial;
}

.content-info {
  background: #fff;
}

.stickyBar_menu {
  background: #0c0c0e;
}
.stickyBar_menu .link-stickyMenu {
  color: #bfbfc2;
  line-height: 120%;
  font-size: 0.688rem;
  font-family: "Futura Regular", sans-serif, Arial;
}

.title-post {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .title-post {
    margin-top: 40px;
  }
}
.title-post h2 {
  color: #262628;
}

.chapeau p {
  color: #262628;
}

.single .head-news__left {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .single .head-news__left {
    padding-right: 15px;
  }
}
.single .head-news__right {
  padding-right: 0;
  padding-left: 0;
}
.single .magazine_section {
  display: none;
}
.single .advertise {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .single .advertise {
    padding-top: 30px;
  }
}

.post-medium.video-club .title_post h2,
.post-medium.video-club .title_post h3 {
  font-size: 1.125rem;
  line-height: 25px;
}
@media (min-width: 992px) {
  .post-medium.video-club .title_post h2,
  .post-medium.video-club .title_post h3 {
    font-size: 1.5rem;
    line-height: 31px;
  }
}
.post-medium.video-club .rubrique span,
.post-medium.video-club .rubrique a {
  color: #f2f2f4;
}

.head-news__left .title-post h2,
.head-news__left .title-post h1 {
  color: #262628;
}
.head-news__left .title-post .sponsor {
  background: #737375;
  text-transform: uppercase;
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 0.625rem;
}
@media (min-width: 572px) {
  .head-news__left .title-post .sponsor {
    font-size: 0.688rem;
  }
}
.head-news__left .details-news {
  max-width: 100%;
}
.head-news__left .details-news .author,
.head-news__left .details-news .date {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #737375;
  line-height: 120%;
}
.head-news__left .details-news .date {
  font-size: 0.688rem;
}
.head-news__left .details-news .author {
  padding-bottom: 6px;
}
.head-news__left .details-news .author span {
  color: #262628;
  font-weight: 500;
}
.head-news__left .details-news .author a {
  text-decoration: none;
}

.head-news__right .desc {
  margin-top: 10px;
  padding-left: 0;
}
.head-news__right .desc span {
  font-size: 2px;
  position: relative;
  left: -4px;
}
.head-news__right .desc span::before {
  content: "\e91d";
  transform: rotate(90deg);
  display: block;
  font-size: 0.3rem;
}
@media (min-width: 992px) {
  .head-news__right .desc span {
    display: none;
  }
}
.head-news__right .desc p {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #4d4d4f;
  font-size: 0.688rem;
  line-height: 15px;
}

.recommended ul li {
  margin-bottom: 20px;
}
.recommended ul li a {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  line-height: 19px;
  color: #262628;
  font-weight: 500;
}
.recommended ul li a::before {
  content: "\e91d";
  font-size: 0.5rem;
}
.recommended ul li p a,
.recommended ul li p span {
  color: #0c0c0e;
}

.rubrique span,
.rubrique a {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 0.75rem;
  line-height: 16px;
  color: #99999b;
}
@media (min-width: 572px) {
  .rubrique span,
  .rubrique a {
    font-size: 0.813rem;
    line-height: 18px;
  }
}

.tags-container {
  margin-bottom: 5px;
}
@media (min-width: 572px) {
  .tags-container {
    margin-bottom: 10px;
  }
}
.tags-container .tag {
  color: #4d4d4f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.688rem;
}
@media (min-width: 572px) {
  .tags-container .tag {
    font-size: 0.875rem;
  }
}
.tags-container .tag a {
  color: #4d4d4f;
}

.last-num a.buy {
  background: #0c0c0e;
}
.last-num a.buy span {
  font-size: 5px;
  position: relative;
  top: -4px;
}
.last-num a.buy span::before {
  content: "\e91d";
}

.sidebar .list-news__content .tags-container .tag,
.sidebar .mostRead .tags-container .tag {
  display: none;
}
.sidebar .tags-container .abo {
  display: none;
}
.sidebar .post-medium {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .sidebar .post-medium {
    padding-bottom: 30px;
  }
}
.sidebar .post-medium .title_post h3 {
  margin-bottom: 5px;
}
.sidebar .post-medium .title_post h3 a {
  color: #262628;
}
.sidebar .newsletter p {
  color: #99999b;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 0.688rem;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}
.sidebar .newsletter .form {
  background: #fff;
  display: block;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .sidebar .newsletter .form {
    width: 475px;
  }
}
.sidebar .newsletter input {
  width: 100%;
  border-bottom: 0;
  color: #99999b;
  padding: 20px;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  border-radius: 10px;
  font-weight: 500;
}
.sidebar .newsletter .btn_newsletter {
  bottom: 15px;
  right: 10px;
}
.sidebar .newsletter .btn_newsletter:focus {
  outline: none;
}
.sidebar .newsletter .btn_newsletter span::before {
  color: #99999b;
}
.sidebar .newsletter input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
  opacity: 1; /* Firefox */
}
.sidebar .newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
  opacity: 1; /* Firefox */
}
.sidebar .newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99999b;
}
.sidebar .newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99999b;
}
.sidebar .title-sequence {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
.sidebar .title-sequence::after {
  font-size: 0.3em;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sidebar .title-sequence.minim h2,
  .sidebar .title-sequence.minim h3 {
    font-size: 1.75rem;
  }
}
.sidebar .rubrique span,
.sidebar .rubrique a {
  color: #737375;
}
.sidebar .mostRead .nb span {
  position: relative;
  top: -3px;
}
.sidebar .pub {
  width: 300px;
  max-width: 300px;
}
.sidebar .pub img {
  display: block;
}
@media (min-width: 992px) {
  .sidebar .pub img {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .sidebar .side-author .post_author {
    margin-bottom: -30px;
  }
}
.sidebar .side-author .post_author p,
.sidebar .side-author .post_author span {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 0.875rem;
}
.sidebar .side-author .post_author p {
  margin-right: 10px;
  font-family: "Futura Regular", sans-serif, Arial;
}
.sidebar.sidebar-media .newsletter input {
  color: #99999b;
}
.sidebar.sidebar-media .newsletter input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
}
.sidebar.sidebar-media .newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
}
.sidebar.sidebar-media .newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99999b;
}
.sidebar.sidebar-media .newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99999b;
}
.sidebar.sidebar-media .title-sequence.black::after {
  color: #fff;
  font-size: 0.388rem;
}
.sidebar.sidebar-media .post-medium .title_post h3 a {
  color: #fff;
}
.sidebar.sidebar-media .rubrique span,
.sidebar.sidebar-media .rubrique a {
  color: #bfbfc2;
}
.sidebar.sidebar-media .tags-container .tag a {
  color: #99999b;
}
.sidebar.sidebar-media .side-author .post_author p,
.sidebar.sidebar-media .side-author .post_author span {
  color: #fff;
}

.mostRead h2 {
  color: #262628;
}
.mostRead .nb span {
  font-size: 1.875rem;
  line-height: 43px;
  font-family: "futura_ltcondensedbold", sans-serif, Arial;
  color: #262628;
}
@media (min-width: 992px) {
  .mostRead .nb span {
    font-size: 2.625rem;
    line-height: 50px;
  }
}

.side-author .list-news__content h3 {
  display: flex;
  font-size: 1rem;
  color: #262628;
}
.side-author .list-news__content h3::before {
  content: "\e91d";
  font-size: 0.5rem;
  font-family: "icomoon", sans-serif, Arial;
  margin-right: 15px;
}

.wp-block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.media_post {
  background: #0c0c0e;
}
.media_post .read_more__container a:hover {
  color: #fff;
}
.media_post .advertise {
  background: #0c0c0e;
}
.media_post .sticky-social ul li a span.icon-Bookmark, .media_post .sticky-social ul li a span.icon-Add {
  background: #0c0c0e;
}
@media (min-width: 992px) {
  .media_post .sticky-social ul li a span.icon-Bookmark, .media_post .sticky-social ul li a span.icon-Add {
    background: none;
  }
}
.media_post .sticky-social ul li a span.icon-Share::before {
  color: #0c0c0e;
}

.content-news {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .content-news {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-news .content-container .title-sequence.big h2,
.content-news .content-container .title-sequence.big h3 {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1.75rem;
  margin-bottom: 10px;
}
.content-news .content-container .title-sequence.big span {
  transform: rotate(90deg);
  font-size: 0.5rem;
  display: inline-block;
  margin-top: 20px;
}
.content-news .content-container .excerpt p {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1.125rem;
  line-height: 22px;
  color: #262628;
}
@media (min-width: 992px) {
  .content-news .content-container .excerpt p {
    font-size: 1.625rem;
    line-height: 31px;
  }
}
.content-news .content-container .excerpt p strong {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.content-news .content-container p {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .content-news .content-container p {
    margin-bottom: 30px;
  }
}
.content-news .content-container p strong {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.content-news .content-container em {
  font-family: "futura_ltoblique", sans-serif, Arial;
}
.content-news .content-container a {
  color: #262628;
}
.content-news .content-container h2,
.content-news .content-container h3 {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1.625rem;
  line-height: 120%;
  color: #262628;
  margin-bottom: 10px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .content-news .content-container h2,
  .content-news .content-container h3 {
    font-size: 2rem;
    line-height: 38px;
    margin-bottom: 30px;
  }
}
.content-news .content-container blockquote {
  padding: 0 15px;
  margin: 40px 0;
}
@media (min-width: 992px) {
  .content-news .content-container blockquote {
    padding: 0 60px;
    margin: 60px 0;
  }
}
.content-news .content-container blockquote p {
  font-family: "futura_ltcondensedlightobl", sans-serif, Arial;
  font-size: 2.75rem;
  line-height: 44px;
  margin-bottom: 20px;
  color: #262628;
  font-style: normal;
}
@media (min-width: 992px) {
  .content-news .content-container blockquote p {
    font-size: 3.375rem;
    line-height: 54px;
  }
}
.content-news .content-container blockquote cite {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 0.688rem;
  line-height: 15px;
  color: #262628;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-style: inherit;
}
.content-news .content-container .diaporama {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-news .content-container .diaporama .desc {
  margin-top: 10px;
}
.content-news .content-container .diaporama .desc p {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #737375;
  margin-bottom: 10px;
  font-size: 0.688rem;
}
.content-news .content-container .diaporama .desc span {
  transform: rotate(-90deg);
  font-size: 5px;
  position: relative;
  left: -4px;
}
.content-news .content-container .diaporama .desc span::before {
  content: "\e91d";
  color: #737375;
}
.content-news .content-container .diaporama .swiper-pagination {
  color: #737375;
}
.content-news .content-container .diaporama .swiper-pagination span {
  color: #737375;
}
.content-news .content-container .newsletter input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
  opacity: 1; /* Firefox */
}
.content-news .content-container .newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
  opacity: 1; /* Firefox */
}
.content-news .content-container .newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99999b;
}
.content-news .content-container .newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99999b;
}
.content-news .content-container .newsletter {
  max-width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.content-news .content-container .newsletter img {
  max-width: 160px;
}
@media (min-width: 992px) {
  .content-news .content-container .newsletter img {
    max-width: 250px;
  }
}
.content-news .content-container .newsletter p {
  color: #99999b;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 0.688rem;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .content-news .content-container .newsletter p {
    font-size: 0.875rem;
    line-height: 17px;
  }
}
.content-news .content-container .newsletter .form {
  width: 475px;
  max-width: 100%;
  background: #fff;
  display: block;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .content-news .content-container .newsletter .form {
    width: 475px;
    max-width: 90%;
  }
}
.content-news .content-container .newsletter input {
  width: 100%;
  border-bottom: 0;
  color: #99999b;
  padding: 20px;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  border-radius: 10px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .content-news .content-container .newsletter input {
    width: 475px;
  }
}
.content-news .content-container .newsletter .btn_newsletter {
  bottom: 15px;
  right: 10px;
}
.content-news .content-container .newsletter .btn_newsletter:focus {
  outline: none;
}
.content-news .content-container .newsletter .btn_newsletter span::before {
  color: #99999b;
}
.content-news .content-container .tag-list ul li a {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 0.75rem;
  line-height: 16px;
  text-transform: capitalize;
  color: #737375;
}
@media (min-width: 768px) {
  .content-news .content-container .tag-list ul li a {
    font-size: 0.813rem;
    line-height: 18px;
  }
}
.content-news .content-container .tag-list ul li::after {
  background: #4d4d4f;
}
@media (min-width: 572px) {
  .content-news .content-container .podcast_news {
    margin: 60px 0;
  }
}
.content-news .content-container .podcast_news .left_podcast {
  width: 50%;
}
@media (min-width: 768px) {
  .content-news .content-container .podcast_news .left_podcast {
    width: 40%;
  }
}
.content-news .content-container .podcast_news .left_podcast .btn, .content-news .content-container .podcast_news .left_podcast .comment-form input[type=submit], .comment-form .content-news .content-container .podcast_news .left_podcast input[type=submit], .content-news .content-container .podcast_news .left_podcast .search-form .search-submit, .search-form .content-news .content-container .podcast_news .left_podcast .search-submit {
  background: #df8169;
  border-color: #df8169;
  font-size: 0.688rem;
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: uppercase;
}
.content-news .content-container .podcast_news .left_podcast .btn:hover, .content-news .content-container .podcast_news .left_podcast .comment-form input[type=submit]:hover, .comment-form .content-news .content-container .podcast_news .left_podcast input[type=submit]:hover, .content-news .content-container .podcast_news .left_podcast .search-form .search-submit:hover, .search-form .content-news .content-container .podcast_news .left_podcast .search-submit:hover {
  color: #fff;
  background: none;
}
.content-news .content-container .podcast_news .left_podcast .btn span, .content-news .content-container .podcast_news .left_podcast .comment-form input[type=submit] span, .comment-form .content-news .content-container .podcast_news .left_podcast input[type=submit] span, .content-news .content-container .podcast_news .left_podcast .search-form .search-submit span, .search-form .content-news .content-container .podcast_news .left_podcast .search-submit span {
  font-family: "Futura Regular", sans-serif, Arial;
}
.content-news .content-container .podcast_news .left_podcast img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-news .content-container .podcast_news .right_podcast {
  background: #262628;
  width: 50%;
}
@media (min-width: 768px) {
  .content-news .content-container .podcast_news .right_podcast {
    width: 60%;
  }
}
.content-news .content-container .podcast_news .right_podcast p {
  font-size: 0.688rem;
  line-height: 15px;
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
  color: #df8169;
  margin-bottom: 18px;
}
.content-news .content-container .podcast_news .right_podcast h2 {
  font-family: "futura_ltbold", sans-serif, Arial;
  color: #fff;
  font-size: 1rem;
  line-height: 120%;
  margin-bottom: 0;
}
@media (min-width: 330px) {
  .content-news .content-container .podcast_news .right_podcast h2 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
@media (min-width: 992px) {
  .content-news .content-container .podcast_news .right_podcast h2 {
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.content-news .content-container .bottom_podcastNova p {
  font-size: 1rem;
  line-height: 120%;
}
.content-news .inrock_style {
  display: none;
}
.content-news .nova_style {
  display: block;
}
@media (min-width: 992px) {
  .content-news .nova_style .title-sequence.big {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.content-news .card_podcast {
  margin-right: -30px;
}
@media (min-width: 992px) {
  .content-news .card_podcast {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .content-news .card_podcast .swiper-wrapper {
    margin-left: 17px;
  }
}
.content-news .card-podcast {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 992px) {
  .content-news .card-podcast {
    max-width: calc(100% - 30px);
  }
}
.content-news .card-podcast p {
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 18px;
  color: #bfbfc2 !important;
}
.content-news .card-podcast img {
  max-width: 100%;
  min-width: 100%;
  min-height: inherit;
  max-height: inherit;
}
.content-news .card-podcast h2 {
  margin-bottom: 5px;
  padding-top: 0;
}
.content-news .card-podcast h2 a {
  font-size: 1.125rem;
  line-height: 22px;
}
.content-news.content-media .content-container .newsletter input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
}
.content-news.content-media .content-container .newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99999b;
}
.content-news.content-media .content-container .newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99999b;
}
.content-news.content-media .content-container .newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99999b;
}
.content-news.content-media .content-container .newsletter p {
  color: #99999b;
}
.content-news.content-media .content-container .newsletter input {
  color: #99999b;
}
.content-news.content-media .content-container .diaporama .desc p {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #99999b;
}
.content-news.content-media .content-container .diaporama .desc span::before {
  color: #99999b;
}
.content-news.content-media .content-container .diaporama .swiper-pagination {
  color: #99999b;
}
.content-news.content-media .content-container .diaporama .swiper-pagination span {
  color: #99999b;
}
.content-news.content-media .content-container blockquote p,
.content-news.content-media .content-container blockquote cite,
.content-news.content-media .content-container blockquote a {
  color: #fff;
}
.content-news.content-media .content-container .tag-list ul li a {
  color: #bfbfc2;
}
.content-news.content-media .content-container .bottom_podcastNova {
  margin-left: -30px;
}
@media (min-width: 992px) {
  .content-news.content-media .content-container .bottom_podcastNova {
    margin-left: 0;
  }
}
.content-news.content-media .content-container .bottom_podcastNova .btn, .content-news.content-media .content-container .bottom_podcastNova .comment-form input[type=submit], .comment-form .content-news.content-media .content-container .bottom_podcastNova input[type=submit], .content-news.content-media .content-container .bottom_podcastNova .search-form .search-submit, .search-form .content-news.content-media .content-container .bottom_podcastNova .search-submit {
  color: #262628;
}
.content-news .learn_more .title-sequence {
  padding: 0;
}

.sticky-social ul li a span {
  color: #262628;
}
.sticky-social ul li a span.icon-Facebook::before, .sticky-social ul li a span.icon-Twitter::before {
  color: #262628;
}
.sticky-social ul li a span.icon-Bookmark {
  color: #fff;
  background: #0c0c0e;
}
@media (min-width: 992px) {
  .sticky-social ul li a span.icon-Bookmark {
    color: #262628;
    background: none;
  }
}
.sticky-social ul li a span.icon-Share::before {
  color: #0c0c0e;
}
.sticky-social ul li a:hover span::before {
  opacity: 1;
  color: #4d4d4f;
}

.file-ariane ul li .item-name,
.file-ariane ul li a {
  font-family: "futura_ltbold", sans-serif, Arial;
  color: #262628;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 12px;
}
@media (min-width: 572px) {
  .file-ariane ul li .item-name,
  .file-ariane ul li a {
    font-size: 0.688rem;
    line-height: 15px;
  }
}
.file-ariane .icon-Arrow-Right {
  font-size: 12px;
}
.file-ariane .icon-Arrow-Right::before {
  content: "\e91d";
  font-size: 0.3rem;
  position: relative;
  top: -2px;
}

.time-read p {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #262628;
  font-size: 0.688rem;
}
.time-read span {
  font-size: 1.3rem;
  top: -1px;
}
.time-read span::before {
  color: #262628;
}

.audio-posts .width-lg-left {
  padding: 0;
}
@media (min-width: 992px) {
  .audio-posts .width-lg-left {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0 15px;
  }
}
.audio-posts .width-lg-right {
  padding: 0;
}
@media (min-width: 992px) {
  .audio-posts .width-lg-right {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .audio-posts .width-lg-right .right_audiopost {
    margin-left: 15px;
  }
}
.audio-posts .btn_orange {
  background: #df8169;
  border-color: #df8169;
  padding: 10px 15px;
  font-size: 0.688rem;
  line-height: 13px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .audio-posts .btn_orange {
    padding: 22px 30px;
    line-height: 16px;
    font-size: 1rem;
  }
}
.audio-posts .btn_orange span {
  font-size: 0.7rem;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.audio-posts .btn_orange:hover {
  background: none;
  color: #fff;
}
.audio-posts .btn_orange:hover span::before {
  color: #fff;
}
.audio-posts .btn_orange small {
  font-size: 100%;
  display: none;
}
@media (min-width: 1370px) {
  .audio-posts .btn_orange small {
    display: inline-block;
  }
}
.audio-posts .btn_orange.play-on .icon-play-white::before {
  content: "\e922";
}
.audio-posts .btn_transparent {
  font-size: 0.688rem;
  padding: 10px 15px;
  line-height: 13px;
}
@media (min-width: 1200px) {
  .audio-posts .btn_transparent {
    padding: 22px 30px;
    line-height: 16px;
    font-size: 1rem;
  }
}
.audio-posts h1 {
  margin: 20px 0;
}
.audio-posts .content_epInfos {
  display: flex;
  flex-wrap: wrap;
}
.audio-posts .content_epInfos .btn_content {
  order: 2;
  width: 100%;
  margin-top: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  .audio-posts .content_epInfos .btn_content {
    display: flex;
    margin-top: 40px;
  }
}
.audio-posts .content_epInfos .btn_content .links {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
  position: relative;
  top: 7px;
}
@media (min-width: 992px) {
  .audio-posts .content_epInfos .btn_content .links {
    position: relative;
    top: auto;
  }
}
.audio-posts .content_epInfos .btn_content .links ul {
  margin-bottom: 0;
}
.audio-posts .content_epInfos .btn_content .links ul li {
  display: inline-block;
  margin-right: 10px;
}
.audio-posts .content_epInfos .btn_content .links ul li a span {
  font-size: 1.25rem;
}
@media (min-width: 345px) {
  .audio-posts .content_epInfos .btn_content .links ul li a span {
    font-size: 1.75rem;
  }
}
.audio-posts .content_epInfos .btn_content .btn_podcast {
  display: block;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .audio-posts .content_epInfos .btn_content .btn_podcast {
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
  }
}
.audio-posts .content_epInfos .btn_content .btn_podcast .btn_transparent {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.audio-posts .content_epInfos .btn_content .btn_podcast .btn_transparent:hover {
  background: #fff;
  color: #0c0c0e;
  border-color: #0c0c0e;
}
.audio-posts .content_epInfos .infos_ep {
  order: 1;
  margin-top: 0;
}
.audio-posts .content_img .btn, .audio-posts .content_img .comment-form input[type=submit], .comment-form .audio-posts .content_img input[type=submit], .audio-posts .content_img .search-form .search-submit, .search-form .audio-posts .content_img .search-submit {
  display: none !important;
}
.audio-posts .nb_ep p {
  font-size: 0.688rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .audio-posts .nb_ep p {
    font-size: 1rem;
  }
}

.posts_slider .post-medium .title_post h2,
.posts_slider .post-medium .title_post h3,
.posts_slider .post-medium .title_post h3 a,
.content_verticales .post-medium .title_post h2,
.content_verticales .post-medium .title_post h3,
.content_verticales .post-medium .title_post h3 a {
  font-size: 1.125rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  line-height: 120%;
}
@media (min-width: 992px) {
  .posts_slider .post-medium .title_post h2,
  .posts_slider .post-medium .title_post h3,
  .posts_slider .post-medium .title_post h3 a,
  .content_verticales .post-medium .title_post h2,
  .content_verticales .post-medium .title_post h3,
  .content_verticales .post-medium .title_post h3 a {
    font-size: 1.5rem;
  }
}
.posts_slider .reverse-tagimg,
.content_verticales .reverse-tagimg {
  flex-direction: inherit;
}

.content_verticales .post-medium {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content_verticales .post-medium {
    margin-bottom: 60px;
  }
}

.head-podcast .content_links .btn, .head-podcast .content_links .comment-form input[type=submit], .comment-form .head-podcast .content_links input[type=submit], .head-podcast .content_links .search-form .search-submit, .search-form .head-podcast .content_links .search-submit {
  color: #fff;
  background: #df8169;
  text-transform: uppercase;
  border-color: #df8169;
  padding: 8px 15px;
  font-size: 0.688rem;
  line-height: 120%;
  min-width: 100px;
}
@media (min-width: 992px) {
  .head-podcast .content_links .btn, .head-podcast .content_links .comment-form input[type=submit], .comment-form .head-podcast .content_links input[type=submit], .head-podcast .content_links .search-form .search-submit, .search-form .head-podcast .content_links .search-submit {
    min-width: 224px;
    padding: 22px;
    font-size: 1rem;
  }
}
.head-podcast .content_links .btn::after, .head-podcast .content_links .comment-form input[type=submit]::after, .comment-form .head-podcast .content_links input[type=submit]::after, .head-podcast .content_links .search-form .search-submit::after, .search-form .head-podcast .content_links .search-submit::after {
  display: none;
}
.head-podcast .content_links .btn span, .head-podcast .content_links .comment-form input[type=submit] span, .comment-form .head-podcast .content_links input[type=submit] span, .head-podcast .content_links .search-form .search-submit span, .search-form .head-podcast .content_links .search-submit span {
  font-size: 0.688rem;
  position: relative;
  top: 1px;
}
@media (min-width: 992px) {
  .head-podcast .content_links .btn span, .head-podcast .content_links .comment-form input[type=submit] span, .comment-form .head-podcast .content_links input[type=submit] span, .head-podcast .content_links .search-form .search-submit span, .search-form .head-podcast .content_links .search-submit span {
    font-size: 1rem;
  }
}
.head-podcast .content_links .btn:hover, .head-podcast .content_links .comment-form input[type=submit]:hover, .comment-form .head-podcast .content_links input[type=submit]:hover, .head-podcast .content_links .search-form .search-submit:hover, .search-form .head-podcast .content_links .search-submit:hover {
  background: none;
  color: #df8169;
}
.head-podcast .content_links .btn:hover span::before, .head-podcast .content_links .comment-form input[type=submit]:hover span::before, .comment-form .head-podcast .content_links input[type=submit]:hover span::before, .head-podcast .content_links .search-form .search-submit:hover span::before, .search-form .head-podcast .content_links .search-submit:hover span::before {
  color: #df8169;
}
.head-podcast .content_links ul li a span {
  font-size: 1.25rem;
  line-height: 120%;
  color: #fff;
}
@media (min-width: 768px) {
  .head-podcast .content_links ul li a span {
    font-size: 1.8rem;
  }
}
.head-podcast h1 {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.head-podcast p {
  font-size: 1rem;
}
@media (min-width: 572px) {
  .head-podcast p {
    font-size: 1.125rem;
  }
}

.all_podcasts p {
  text-transform: uppercase;
}
.all_podcasts .white_btn {
  text-transform: uppercase;
  font-size: 0.688rem;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .all_podcasts .white_btn {
    padding: 20px 30px;
  }
}
.all_podcasts .white_btn::after {
  font-size: 0.313rem;
}

.list_episodes .body_list .content_list h3,
.list_episodes .body_list .content_list h3 a {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.list_episodes .body_list .content_list .infos-episode .episodeLink_post {
  font-family: "Futura Regular", sans-serif, Arial;
}

.likes .episode_card span {
  text-transform: uppercase;
}
.likes .episode_card h2 {
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
}
.likes .title-sequence::after {
  font-size: 0.388rem;
  margin-top: 30px;
}

.swiper-podcast .audio-podcastsCards {
  height: 100%;
}

.template-grid .wrap,
.template-frequence .wrap {
  background: #0c0c0e;
}

.days_list {
  background: #0c0c0e;
}
.days_list.fixed-bar li {
  font-size: 1rem;
  line-height: 120%;
}
.days_list li {
  color: #fff;
  font-size: 1.625rem;
  line-height: initial;
  text-transform: uppercase;
}
@media (min-width: 1330px) {
  .days_list li {
    font-size: 2rem;
    line-height: 38px;
  }
}
.days_list li:hover {
  color: #df8169;
}
.days_list li.active {
  color: #df8169;
}

.infos_grille .date {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 2rem;
  line-height: 38px;
  color: #9ba3f8 !important;
}
@media (min-width: 992px) {
  .infos_grille .date {
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.infos_grille h2 {
  text-transform: uppercase;
}
.infos_grille .content {
  font-size: 0.813rem;
  color: #bfbfc2;
  line-height: 18px;
}
.infos_grille .content p {
  font-size: 1rem;
  color: #bfbfc2;
  line-height: 120%;
}
@media (min-width: 992px) {
  .infos_grille .content p {
    font-size: 0.813rem;
  }
}
.infos_grille .presenter p {
  color: #fff;
  text-decoration: underline;
  font-size: 0.75rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .infos_grille .presenter p {
    text-decoration: none;
    font-size: 0.813rem;
  }
}
.infos_grille .presenter span {
  font-size: 0.75rem;
  color: #bfbfc2;
  line-height: 18px;
}
@media (min-width: 992px) {
  .infos_grille .presenter span {
    font-size: 0.813rem;
  }
}
.infos_grille .small_title p {
  font-size: 0.75rem;
  color: #fff;
  line-height: 120%;
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .infos_grille .small_title p {
    font-size: 1.125rem;
  }
}
.infos_grille .small_title span {
  font-size: 0.938rem;
}
@media (min-width: 992px) {
  .infos_grille .small_title span {
    font-size: 1rem;
    top: 1px;
  }
}
.infos_grille .btn.btn_white, .infos_grille .comment-form input.btn_white[type=submit], .comment-form .infos_grille input.btn_white[type=submit], .infos_grille .search-form .btn_white.search-submit, .search-form .infos_grille .btn_white.search-submit {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .infos_grille .btn.btn_white, .infos_grille .comment-form input.btn_white[type=submit], .comment-form .infos_grille input.btn_white[type=submit], .infos_grille .search-form .btn_white.search-submit, .search-form .infos_grille .btn_white.search-submit {
    font-size: 0.688rem;
  }
}
.infos_grille .btn.btn_white .icon-Arrow, .infos_grille .comment-form input.btn_white[type=submit] .icon-Arrow, .comment-form .infos_grille input.btn_white[type=submit] .icon-Arrow, .infos_grille .search-form .btn_white.search-submit .icon-Arrow, .search-form .infos_grille .btn_white.search-submit .icon-Arrow {
  top: -4px;
}
@media (min-width: 992px) {
  .infos_grille .btn.btn_white .icon-Arrow, .infos_grille .comment-form input.btn_white[type=submit] .icon-Arrow, .comment-form .infos_grille input.btn_white[type=submit] .icon-Arrow, .infos_grille .search-form .btn_white.search-submit .icon-Arrow, .search-form .infos_grille .btn_white.search-submit .icon-Arrow {
    top: -2px;
  }
}

.list_frequence li {
  font-size: 1rem;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .list_frequence li {
    font-size: 1.563rem;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .list_frequence li {
    font-size: 2.625rem;
    line-height: 50px;
  }
}
.list_frequence li span {
  font-size: 1.5rem;
  line-height: 175%;
  right: 0;
  bottom: 10px;
}
@media (min-width: 572px) {
  .list_frequence li span {
    font-size: 3.75rem;
    line-height: 85%;
  }
}
@media (min-width: 1200px) {
  .list_frequence li span {
    font-size: 8.25rem;
    line-height: 120%;
  }
}
@media (min-width: 1600px) {
  .list_frequence li span {
    font-size: 11.25rem;
    line-height: 153px;
  }
}
.list_frequence li:hover {
  color: #df8169;
}
.list_frequence li:hover span {
  color: #df8169;
}
.list_frequence li:hover::before {
  content: "\e91f";
  font-size: 1rem;
}
@media (min-width: 992px) {
  .list_frequence li:hover::before {
    font-size: 2rem;
  }
}

.archive .title-sequence {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .archive .title-sequence {
    padding-top: 60px;
  }
}
.archive .title-sequence.big h2,
.archive .title-sequence.big a,
.archive .title-sequence.big h1 {
  font-size: 1.25rem;
  line-height: 24px;
  color: #262628;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .archive .title-sequence.big h2,
  .archive .title-sequence.big a,
  .archive .title-sequence.big h1 {
    font-size: 1.875rem;
    line-height: 36px;
  }
}
.archive .title-sequence.big h2::after,
.archive .title-sequence.big h1::after {
  content: "\e91d";
  font-family: "icomoon", sans-serif, Arial;
  display: block;
  transform: rotate(90deg);
  font-size: 0.25rem;
  margin-top: 20px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .archive .title-sequence.big h2::after,
  .archive .title-sequence.big h1::after {
    font-size: 0.625rem;
    margin-top: 35px;
  }
}
.archive .title-sequence.big span {
  display: none;
}
.archive .head_cat {
  background: transparent;
}
.archive .head_cat .author {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 0.688rem;
  margin-bottom: 0;
  padding: 10px 0;
  line-height: 120%;
}
@media (min-width: 572px) {
  .archive .head_cat .author {
    font-size: 1rem;
  }
}
.archive .head_cat .author p,
.archive .head_cat .author strong {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 0.688rem;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 120%;
  font-weight: 400;
  padding: 0;
  display: inline-block;
}
@media (min-width: 572px) {
  .archive .head_cat .author p,
  .archive .head_cat .author strong {
    font-size: 1rem;
  }
}
.archive .head_cat .author p a,
.archive .head_cat .author strong a {
  color: #99999b;
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: lowercase;
  font-size: 0.688rem;
  line-height: 120%;
}
@media (min-width: 572px) {
  .archive .head_cat .author p a,
  .archive .head_cat .author strong a {
    font-size: 1rem;
  }
}
.archive .head_cat .author a {
  color: #99999b;
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: lowercase;
  font-size: 0.688rem;
  line-height: 120%;
}
@media (min-width: 572px) {
  .archive .head_cat .author a {
    font-size: 1rem;
  }
}
.archive .head_cat.sponsor-head .sponsor {
  margin-top: 0px;
}
.archive .head_cat.sponsor-head .sponsor p {
  color: #262628;
  font-size: 0.688rem;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-top: 0;
}
.archive .head_cat.sponsor-head .title-sequence.big::after {
  display: none;
}
.archive .head_cat.author-head img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .head_cat.author-head .title-sequence.big h1 {
  margin-top: 20px;
}
.archive .head_cat.author-head .title-sequence.big::after {
  display: none;
}
.archive .head_cat.author-head .socials {
  z-index: 1;
  position: relative;
}
.archive .head_cat.author-head .socials li a span {
  display: inline-block;
}
.archive .head_cat.author-head .socials li a span::before {
  color: #262628;
}
.archive .head_cat .title-sequence {
  padding-bottom: 30px;
}
.archive .pagination {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .archive .advertise {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .archive .podcasts_page .title-sequence {
    padding-bottom: 100px;
  }
}
.archive .podcasts_page .title-sequence.big h2 {
  font-size: 1.25rem;
  line-height: 24px;
  color: #f2f2f4;
}
@media (min-width: 992px) {
  .archive .podcasts_page .title-sequence.big h2 {
    font-size: 3.125rem;
    line-height: 60px;
  }
}
.archive .podcasts_page .title-sequence.big h2::after {
  display: none;
}
.archive.archive_media {
  background: #0c0c0e;
}
.archive.archive_media .title-sequence.big h1 {
  color: #fff;
}
.archive.archive_media .pagination ul li .current {
  color: #0c0c0e;
}
.archive.archive_media .pagination ul li a:hover {
  color: #0c0c0e;
}

.largeNews-cat {
  padding-top: 0;
  padding-bottom: 20px;
}

.largeNews-cat .title-post h2,
.large-news .title-post h2 {
  color: #262628;
}
.largeNews-cat .chapeau,
.large-news .chapeau {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .largeNews-cat .chapeau,
  .large-news .chapeau {
    margin-top: 30px;
  }
}
.largeNews-cat .chapeau p,
.large-news .chapeau p {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #262628;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 19px;
}
@media (min-width: 992px) {
  .largeNews-cat .chapeau p,
  .large-news .chapeau p {
    margin-bottom: 16px;
  }
}
.largeNews-cat .chapeau p strong,
.large-news .chapeau p strong {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.largeNews-cat .content_image .btn-news,
.large-news .content_image .btn-news {
  display: none;
}
.largeNews-cat .tags-container .tag,
.large-news .tags-container .tag {
  display: inline-block;
}
@media (min-width: 992px) {
  .largeNews-cat .tags-container .tag,
  .large-news .tags-container .tag {
    margin-top: 40px;
  }
}

.btn-news {
  border: 2px solid #df8169;
}
.btn-news a .duree {
  font-family: "Futura Regular", sans-serif, Arial;
}

.tagline {
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .tagline {
    display: flex;
    margin-top: 0;
  }
}
.tagline .btn-news {
  display: inline-block;
  background: #df8169;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .tagline .btn-news {
    margin-right: 30px;
  }
}
.tagline .btn-news:hover {
  background: none;
}
.tagline .btn-news:hover a {
  color: #df8169;
}
.tagline .btn-news:hover a span::before {
  color: #df8169;
}
.tagline .btn-news a {
  font-size: 0.688rem;
  line-height: 13px;
  padding: 10px 16px;
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .tagline .btn-news a {
    padding: 14px 16px;
  }
}
.tagline .btn-news a .icon-play-white {
  font-size: 0.5rem;
}
.tagline .rubrique {
  display: inline-block;
}

.medium-leftright .post-medium.post-media .btn-news {
  margin-bottom: 0;
}
.medium-leftright .post-medium.post-media .btn-news a {
  padding: 14px 20px;
}
.medium-leftright .post-medium.post-media .btn-news:hover {
  background: none;
}
.medium-leftright .post-medium.post-media .btn-news:hover a {
  color: #df8169;
}
.medium-leftright .post-medium.post-media .btn-news:hover a span::before {
  color: #df8169;
}
@media (min-width: 992px) {
  .medium-leftright .reverse .tags-container {
    justify-content: flex-end;
  }
}
.medium-leftright .chapeau p {
  font-size: 1rem;
  line-height: 19px;
}
@media (min-width: 992px) {
  .medium-leftright .title_post {
    margin-top: 60px;
  }
}

.list-smallPosts {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .list-smallPosts {
    margin-top: 0;
  }
}

.post-medium .title_post h2,
.post-medium .title_post h3,
.small-post .title_post h2,
.small-post .title_post h3 {
  color: #262628;
}
.post-medium .chapeau p,
.small-post .chapeau p {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  line-height: 19px;
}
.post-medium .chapeau p strong,
.small-post .chapeau p strong {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.post-medium.post-media .btn-news,
.small-post.post-media .btn-news {
  display: inline-block;
  background: #df8169;
  margin-right: 30px;
  margin-bottom: 0;
}
.post-medium.post-media .btn-news a,
.small-post.post-media .btn-news a {
  font-size: 0.688rem;
  line-height: 13px;
  padding: 8px 15px;
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 572px) {
  .post-medium.post-media .btn-news a,
  .small-post.post-media .btn-news a {
    padding: 14px 16px;
  }
}
.post-medium.post-media .btn-news a .icon-play-white,
.small-post.post-media .btn-news a .icon-play-white {
  font-size: 0.5rem;
}
.post-medium.post-media .btn-news:hover,
.small-post.post-media .btn-news:hover {
  background: none;
}
.post-medium.post-media .btn-news:hover a,
.small-post.post-media .btn-news:hover a {
  color: #df8169;
}
.post-medium.post-media .btn-news:hover a span::before,
.small-post.post-media .btn-news:hover a span::before {
  color: #df8169;
}
.post-medium.post-media .content_postmediatags,
.small-post.post-media .content_postmediatags {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .post-medium.post-media .content_postmediatags,
  .small-post.post-media .content_postmediatags {
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
.post-medium.post-media .content_postmediatags .rubrique,
.small-post.post-media .content_postmediatags .rubrique {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .post-medium.post-media .content_postmediatags .rubrique,
  .small-post.post-media .content_postmediatags .rubrique {
    margin-top: 0;
  }
}

.small-post .text_post {
  margin-left: 5px;
}
@media (min-width: 992px) {
  .small-post .text_post {
    margin-left: 0;
  }
}

.post_newsletter {
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .post_newsletter {
    margin-top: 40px;
  }
}
.post_newsletter .newsletter img {
  max-width: 40%;
}
.post_newsletter .newsletter p {
  font-family: "Futura Regular", sans-serif, Arial;
  color: #262628;
  text-transform: uppercase;
  font-size: 0.563rem;
}
@media (min-width: 572px) {
  .post_newsletter .newsletter p {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .post_newsletter .newsletter p {
    color: #99999b;
  }
}
.post_newsletter .newsletter .form {
  max-width: 100%;
}
@media (min-width: 572px) {
  .post_newsletter .newsletter .form {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .post_newsletter .newsletter .form {
    width: 70%;
  }
}
.post_newsletter .newsletter .form input {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  border: 0;
}
.post_newsletter .newsletter .form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
}
.post_newsletter .newsletter .form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
}
.post_newsletter .newsletter .form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.5);
}
.post_newsletter .newsletter .form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.5);
}
.post_newsletter .newsletter .btn_newsletter {
  line-height: 16px;
}
.post_newsletter .newsletter .btn_newsletter span {
  color: #99999b;
}

.magazine_section {
  display: none;
}

.pagination ul li span,
.pagination ul li a {
  font-size: 1rem;
  line-height: 19px;
  height: 40px;
  color: #262628;
}
.pagination ul li span:hover,
.pagination ul li a:hover {
  background: #262628;
}
.pagination ul li .current {
  background: #262628;
}

.card-podcast {
  position: relative;
  transition: all ease 0.3s;
}
.card-podcast img {
  width: 100%;
  max-width: 100%;
  max-height: inherit;
  min-height: inherit;
  min-width: auto;
  height: auto;
}
.card-podcast__content {
  margin-top: 17px;
}
.card-podcast__content h2 a {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1rem;
  line-height: 19px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .card-podcast__content h2 a {
    font-size: 1.125rem;
    line-height: 22px;
  }
}
.card-podcast__content p {
  font-size: 0.813rem;
  line-height: 18px;
  color: #bfbfc2;
}
.card-podcast:hover img {
  opacity: 0.7;
}
.card-podcast:hover .card-podcast__content h2 a,
.card-podcast:hover .card-podcast__content p {
  opacity: 0.7;
}

.inrocks_blacksection {
  padding: 5px 0 50px;
  background: #0c0c0e;
}
@media (min-width: 992px) {
  .inrocks_blacksection {
    padding: 20px 0 60px;
  }
}
.inrocks_blacksection.small {
  padding: 5px 0 50px;
}
@media (min-width: 992px) {
  .inrocks_blacksection.small {
    padding: 20px 0 60px;
  }
}
.inrocks_blacksection.small::after, .inrocks_blacksection.small::before {
  background: #0c0c0e;
}

.inscription_bloc .inrocks_blacksection {
  padding: 0;
}

.bottom_podcastNova {
  display: block;
  margin: 30px auto;
  text-align: center;
}
.bottom_podcastNova p {
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 120%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .bottom_podcastNova p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.bottom_podcastNova .btn, .bottom_podcastNova .comment-form input[type=submit], .comment-form .bottom_podcastNova input[type=submit], .bottom_podcastNova .search-form .search-submit, .search-form .bottom_podcastNova .search-submit {
  font-size: 0.688rem;
  text-transform: uppercase;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .bottom_podcastNova .btn, .bottom_podcastNova .comment-form input[type=submit], .comment-form .bottom_podcastNova input[type=submit], .bottom_podcastNova .search-form .search-submit, .search-form .bottom_podcastNova .search-submit {
    padding: 20px 30px;
  }
}
.bottom_podcastNova .btn span, .bottom_podcastNova .comment-form input[type=submit] span, .comment-form .bottom_podcastNova input[type=submit] span, .bottom_podcastNova .search-form .search-submit span, .search-form .bottom_podcastNova .search-submit span {
  font-size: 5px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .bottom_podcastNova .btn span, .bottom_podcastNova .comment-form input[type=submit] span, .comment-form .bottom_podcastNova input[type=submit] span, .bottom_podcastNova .search-form .search-submit span, .search-form .bottom_podcastNova .search-submit span {
    font-size: 0.35rem;
  }
}
.bottom_podcastNova.orange p {
  color: #df8169;
}
.bottom_podcastNova.orange .btn, .bottom_podcastNova.orange .comment-form input[type=submit], .comment-form .bottom_podcastNova.orange input[type=submit], .bottom_podcastNova.orange .search-form .search-submit, .search-form .bottom_podcastNova.orange .search-submit {
  color: #df8169;
}
.bottom_podcastNova.orange .btn span::after, .bottom_podcastNova.orange .comment-form input[type=submit] span::after, .comment-form .bottom_podcastNova.orange input[type=submit] span::after, .bottom_podcastNova.orange .search-form .search-submit span::after, .search-form .bottom_podcastNova.orange .search-submit span::after {
  color: #df8169;
}
.bottom_podcastNova.orange .btn:hover, .bottom_podcastNova.orange .comment-form input[type=submit]:hover, .comment-form .bottom_podcastNova.orange input[type=submit]:hover, .bottom_podcastNova.orange .search-form .search-submit:hover, .search-form .bottom_podcastNova.orange .search-submit:hover {
  background: none;
  color: #df8169;
}
.bottom_podcastNova.orange .btn:hover span::before, .bottom_podcastNova.orange .comment-form input[type=submit]:hover span::before, .comment-form .bottom_podcastNova.orange input[type=submit]:hover span::before, .bottom_podcastNova.orange .search-form .search-submit:hover span::before, .search-form .bottom_podcastNova.orange .search-submit:hover span::before {
  color: #df8169;
}

.podcasts-section .card-podcast {
  padding: 0;
}
.podcasts-section .bottom_podcastNova {
  margin-bottom: 0;
  margin-top: 60px;
}

.lastpsts_section .post-medium .post-medium__img::after {
  content: "\e91d";
  font-size: 0.35rem;
  top: calc(50% + 8px);
  left: calc(100% + 8px);
}
@media (min-width: 992px) {
  .lastpsts_section .post-medium .post-medium__img::after {
    left: calc(100% + 20px);
    top: calc(50% - 12px);
  }
}
.lastpsts_section .post-medium .title_post {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .lastpsts_section .post-medium .title_post {
    margin-bottom: 10px;
  }
}
.lastpsts_section .post-medium .title_post h3 {
  font-size: 0.813rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  line-height: 13px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lastpsts_section .post-medium .title_post h3 {
    font-size: 1.313rem;
    line-height: 25px;
  }
}
.lastpsts_section .post-medium .title_post h3 a {
  font-size: 0.813rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  line-height: 16px;
  color: #262628;
}
@media (min-width: 768px) {
  .lastpsts_section .post-medium .title_post h3 a {
    font-size: 1.313rem;
    line-height: 25px;
  }
}

.most-readsection .mostRead .nb {
  margin-top: 20px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .most-readsection .mostRead .nb {
    margin-top: 35px;
    margin-right: 0;
  }
}
.most-readsection .mostRead .nb span {
  font-family: "futura_ltcondensedbold", sans-serif, Arial;
  font-size: 2.513rem;
  line-height: 30px;
  color: #262628;
}
@media (min-width: 992px) {
  .most-readsection .mostRead .nb span {
    font-size: 4.813rem;
    line-height: 108px;
  }
}
.most-readsection .mostRead.horizontal h2 {
  font-size: 0.938rem;
  line-height: 21px;
  float: none;
  width: auto;
  color: #262628;
}
@media (min-width: 992px) {
  .most-readsection .mostRead.horizontal h2 {
    font-size: 1.313rem;
    line-height: 25px;
  }
}
.most-readsection .mostRead.horizontal .tags-container {
  width: 100%;
}
.most-readsection .mostRead .most_read_content {
  display: flex;
  flex-wrap: wrap;
}
.most-readsection .mostRead .most_read_content .tags-container {
  order: 2;
}
.most-readsection .mostRead .most_read_content .tags-container .tag a {
  font-size: 0.813rem;
  color: #99999b;
  font-family: "Futura Regular", sans-serif, Arial;
  text-transform: initial;
}
.most-readsection .mostRead .most_read_content .title {
  order: 1;
}

.list-mediaPosts .bottom_podcastNova {
  margin-top: 60px;
  margin-bottom: 0;
}

.authors_section {
  margin-bottom: 80px;
}

.list-authors__content p,
.list-authors__content a {
  font-family: "futura_ltbold", sans-serif, Arial;
  color: #262628;
  margin-bottom: 5px;
}
.list-authors__content p a {
  margin-bottom: 0;
  text-decoration: none;
}
.list-authors__content .rs-author li a span::before {
  color: #262628;
}
.list-authors__content .editors_content .name {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 0.875rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .list-authors__content .editors_content .name {
    font-size: 1.313rem;
  }
}
.list-authors__content .editors_content p a {
  font-size: 0.75rem;
  line-height: 140%;
  font-family: "Futura Regular", sans-serif, Arial;
}
@media (min-width: 992px) {
  .list-authors__content .editors_content p a {
    font-size: 0.813rem;
  }
}

.editors_btn .btn.full_btn.black, .editors_btn .comment-form input.full_btn.black[type=submit], .comment-form .editors_btn input.full_btn.black[type=submit], .editors_btn .search-form .full_btn.black.search-submit, .search-form .editors_btn .full_btn.black.search-submit {
  font-family: "Futura Regular", sans-serif, Arial;
  font-weight: 500;
  background: #fff;
  border-color: #fff;
  color: #df8169;
}
.editors_btn .btn.full_btn.black:hover, .editors_btn .comment-form input.full_btn.black[type=submit]:hover, .comment-form .editors_btn input.full_btn.black[type=submit]:hover, .editors_btn .search-form .full_btn.black.search-submit:hover, .search-form .editors_btn .full_btn.black.search-submit:hover {
  color: #df8169;
}

.radio-inrocks .content_live .content_live__right {
  margin-left: 0;
  text-align: center;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .radio-inrocks .content_live .content_live__right {
    text-align: left;
    margin-top: 0;
    margin-left: 30px;
  }
}
.radio-inrocks .content_live .content_live__right h2 {
  font-family: "futura_ltbold", sans-serif, Arial;
  margin: 10px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.625rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .radio-inrocks .content_live .content_live__right h2 {
    font-size: 3.5rem;
    text-align: left;
  }
}
.radio-inrocks .content_live .content_live__right .on_air {
  font-size: 1rem;
  line-height: 140%;
}
@media (min-width: 992px) {
  .radio-inrocks .content_live .content_live__right .on_air {
    font-size: 0.813rem;
  }
}
@media (min-width: 992px) {
  .radio-inrocks .content_live .content_live__right .on_air::before {
    width: 10px;
    height: 10px;
  }
}
.radio-inrocks .content_live .content_live__right .desc {
  font-size: 1rem;
  line-height: 120%;
  color: #bfbfc2;
}
@media (min-width: 992px) {
  .radio-inrocks .content_live .content_live__right .desc {
    font-size: 1.625rem;
  }
}
.radio-inrocks .content_live .content_live__right .auteur {
  font-size: 0.813rem;
  line-height: 120%;
  color: #fff;
  margin: 20px 0;
}
@media (min-width: 992px) {
  .radio-inrocks .content_live .content_live__right .auteur {
    font-size: 1rem;
  }
}
.radio-inrocks .content_live .content_live__right .auteur span {
  color: #bfbfc2;
}
.radio-inrocks .content_live .content_live__right .live_infos span.heure {
  color: #df8169;
  font-size: 1rem;
}
.radio-inrocks .content_live p {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
}
.radio-inrocks .content_live .btn_yellow {
  background: #df8169;
  color: #fff;
  font-family: "Futura Regular", sans-serif, Arial;
  border-color: #df8169;
  font-size: 1rem;
  line-height: normal;
  padding: 10px 22px;
}
.radio-inrocks .content_live .btn_yellow:hover {
  background: none;
}
.radio-inrocks .content_live .connect {
  color: #df8169;
}
.radio-inrocks .content_live .content_img .btn, .radio-inrocks .content_live .content_img .comment-form input[type=submit], .comment-form .radio-inrocks .content_live .content_img input[type=submit], .radio-inrocks .content_live .content_img .search-form .search-submit, .search-form .radio-inrocks .content_live .content_img .search-submit {
  background: #df8169;
  border-color: #df8169;
  font-size: 1rem;
  left: calc(50% - 108px);
  display: block !important;
}
.radio-inrocks .content_live .content_img .btn:hover, .radio-inrocks .content_live .content_img .comment-form input[type=submit]:hover, .comment-form .radio-inrocks .content_live .content_img input[type=submit]:hover, .radio-inrocks .content_live .content_img .search-form .search-submit:hover, .search-form .radio-inrocks .content_live .content_img .search-submit:hover {
  background: none;
  color: #fff;
}
.radio-inrocks .content_live .content_img .btn:hover span::before, .radio-inrocks .content_live .content_img .comment-form input[type=submit]:hover span::before, .comment-form .radio-inrocks .content_live .content_img input[type=submit]:hover span::before, .radio-inrocks .content_live .content_img .search-form .search-submit:hover span::before, .search-form .radio-inrocks .content_live .content_img .search-submit:hover span::before {
  color: #fff;
}
@media (max-width: 992px) {
  .radio-inrocks .content_live [class^=col-lg] {
    max-width: 100%;
    flex: 100%;
  }
}
.radio-inrocks .content_live .btn_transparent {
  display: none !important;
}

.open_filter {
  background: #f2f2f4;
  visibility: hidden;
}
.open_filter.oppenned {
  visibility: visible;
  z-index: 99999999;
  position: fixed;
  top: 0;
}

.small-post .abo_tag {
  display: none;
}

.search .pagination {
  margin-top: 20px;
}
.search .pagination ul li a,
.search .pagination ul li span {
  color: #fff;
}
.search .pagination ul li a:hover, .search .pagination ul li a.current,
.search .pagination ul li span:hover,
.search .pagination ul li span.current {
  background: #fff;
  color: #262628;
}
.search .main {
  background: #0c0c0e;
}
.search .entry-title a {
  color: #fff;
}
.search .tags-container {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .search .tags-container {
    margin-top: 10px;
  }
}
.search .tags-container .tag {
  text-decoration: none;
}
.search .tags-container .tag a {
  color: #fff;
  font-size: 0.688rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .search .rubrique span {
    color: #f2f2f4;
  }
}

.alert-warning {
  color: #fff;
}

.head_cat.search_head {
  margin-top: 0;
  background: #0c0c0e;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .head_cat.search_head {
    margin-bottom: 60px;
  }
}
.head_cat.search_head .search-form {
  margin-top: 60px;
  padding-bottom: 40px;
}
.head_cat.search_head .search-form .search-field {
  border-bottom: 0;
  background: #fff;
  border-radius: 15px;
  color: #99999b;
  padding: 20px;
  height: 70px;
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1rem;
  min-width: 100%;
  padding-right: 40px;
}
@media (min-width: 992px) {
  .head_cat.search_head .search-form .search-field {
    min-width: 500px;
  }
}
.head_cat.search_head .search-form label {
  width: 100%;
  margin: 0 15px;
}
@media (min-width: 992px) {
  .head_cat.search_head .search-form label {
    width: auto;
    margin: 0;
  }
}
.head_cat.search_head .search-form label::after {
  color: #000;
  right: 20px;
  font-size: 1.5rem;
}
.head_cat.search_head .title-sequence {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .head_cat.search_head .title-sequence.big h2 {
    font-size: 1.75rem;
    line-height: 34px;
  }
}
.head_cat.search_head .title-sequence.big h2::after {
  content: "\e91d";
  transform: rotate(90deg);
  font-size: 0.3rem;
}
@media (min-width: 992px) {
  .head_cat.search_head .title-sequence.big h2::after {
    font-size: 0.688rem;
  }
}

.mon_compte {
  padding: 90px 0;
}
@media (min-width: 992px) {
  .mon_compte {
    padding: 140px 0;
  }
}
.mon_compte .compte_container h1,
.mon_compte .compte_container h2 {
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 120%;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mon_compte .compte_container h1,
  .mon_compte .compte_container h2 {
    font-size: 3.125rem;
  }
}
.mon_compte .compte_container h2 {
  text-align: left;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .mon_compte .compte_container h2 {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
}
.mon_compte .compte_container .btn, .mon_compte .compte_container .comment-form input[type=submit], .comment-form .mon_compte .compte_container input[type=submit], .mon_compte .compte_container .search-form .search-submit, .search-form .mon_compte .compte_container .search-submit {
  min-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 15px 20px;
  font-size: 0.875rem;
  background: #bfbfc2;
  border-color: #bfbfc2;
  color: #fff;
}
.mon_compte .compte_container .btn:hover, .mon_compte .compte_container .comment-form input[type=submit]:hover, .comment-form .mon_compte .compte_container input[type=submit]:hover, .mon_compte .compte_container .search-form .search-submit:hover, .search-form .mon_compte .compte_container .search-submit:hover {
  background: none;
  color: #bfbfc2;
}
@media (min-width: 572px) {
  .mon_compte .compte_container .btn, .mon_compte .compte_container .comment-form input[type=submit], .comment-form .mon_compte .compte_container input[type=submit], .mon_compte .compte_container .search-form .search-submit, .search-form .mon_compte .compte_container .search-submit {
    min-width: 320px;
    font-size: 1rem;
  }
}
.mon_compte .compte_container .btn.btn_transparent.orange, .mon_compte .compte_container .comment-form input.btn_transparent.orange[type=submit], .comment-form .mon_compte .compte_container input.btn_transparent.orange[type=submit], .mon_compte .compte_container .search-form .btn_transparent.orange.search-submit, .search-form .mon_compte .compte_container .btn_transparent.orange.search-submit {
  color: #df8169;
  border-color: #df8169;
}
.mon_compte .compte_container .btn.btn_transparent.orange:hover, .mon_compte .compte_container .comment-form input.btn_transparent.orange[type=submit]:hover, .comment-form .mon_compte .compte_container input.btn_transparent.orange[type=submit]:hover, .mon_compte .compte_container .search-form .btn_transparent.orange.search-submit:hover, .search-form .mon_compte .compte_container .btn_transparent.orange.search-submit:hover {
  background: none;
}
.mon_compte .compte_container .btn.btn_orange, .mon_compte .compte_container .comment-form input.btn_orange[type=submit], .comment-form .mon_compte .compte_container input.btn_orange[type=submit], .mon_compte .compte_container .search-form .btn_orange.search-submit, .search-form .mon_compte .compte_container .btn_orange.search-submit {
  background: #df8169;
  border-color: #df8169;
}
.mon_compte .compte_container .btn.btn_orange:hover, .mon_compte .compte_container .comment-form input.btn_orange[type=submit]:hover, .comment-form .mon_compte .compte_container input.btn_orange[type=submit]:hover, .mon_compte .compte_container .search-form .btn_orange.search-submit:hover, .search-form .mon_compte .compte_container .btn_orange.search-submit:hover {
  background: none;
  color: #df8169;
}
.mon_compte .compte_container .form-row .input-text {
  color: #bfbfc2;
}
.mon_compte .compte_container .form-row .placeholder {
  color: #737375;
}
.mon_compte .compte_container .personnal_infos .btn.btn_orange, .mon_compte .compte_container .personnal_infos .comment-form input.btn_orange[type=submit], .comment-form .mon_compte .compte_container .personnal_infos input.btn_orange[type=submit], .mon_compte .compte_container .personnal_infos .search-form .btn_orange.search-submit, .search-form .mon_compte .compte_container .personnal_infos .btn_orange.search-submit {
  min-width: 180px;
}
@media (min-width: 992px) {
  .mon_compte .compte_container .personnal_infos .btn.btn_orange, .mon_compte .compte_container .personnal_infos .comment-form input.btn_orange[type=submit], .comment-form .mon_compte .compte_container .personnal_infos input.btn_orange[type=submit], .mon_compte .compte_container .personnal_infos .search-form .btn_orange.search-submit, .search-form .mon_compte .compte_container .personnal_infos .btn_orange.search-submit {
    min-width: 320px;
  }
}
.mon_compte .compte_container .my_inscriptions {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .mon_compte .compte_container .my_inscriptions {
    margin-bottom: 60px;
  }
}
.mon_compte .compte_container .my_inscriptions .box {
  padding: 40px;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  margin-top: 30px;
}
.mon_compte .compte_container .my_inscriptions .box.secondary {
  background: #df8169;
}
.mon_compte .compte_container .my_inscriptions .box p {
  font-family: "Futura Regular", sans-serif, Arial;
  font-size: 1.125rem;
}
.mon_compte .compte_container .my_inscriptions .box p strong {
  font-family: "futura_ltbold", sans-serif, Arial;
  display: block;
}
.mon_compte .compte_container .links_compte {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .mon_compte .compte_container .links_compte {
    margin-bottom: 80px;
  }
}
.mon_compte .compte_container .links_compte h2 {
  margin-top: 0;
}
.mon_compte .compte_container .links_compte ul li {
  margin-bottom: 25px;
}
.mon_compte .compte_container .links_compte ul li a {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}
.mon_compte .compte_container .links_compte ul li a span {
  font-size: 0.5rem;
  transform: rotate(-90deg);
  display: inline-block;
  margin-right: 17px;
}
.mon_compte .compte_container .links_compte ul li a span::before {
  color: rgba(0, 0, 0, 0.5);
}

#popup_biblio {
  background: #0c0c0e;
}
#popup_biblio .popup-content {
  padding: 15px 0;
}
#popup_biblio .popup-content .popup-container h2,
#popup_biblio .popup-content .popup-container .title-popup {
  font-size: 1.75rem;
}
#popup_biblio .popup-content .popup-container .intro {
  font-weight: 500;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts {
  padding-right: 5px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .title {
  font-size: 1rem;
  font-family: "Futura Regular", sans-serif, Arial;
  text-align: left;
  line-height: 120%;
  text-transform: inherit;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 10px;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .title a {
  font-size: 1rem;
  font-family: "Futura Regular", sans-serif, Arial;
  text-align: left;
  line-height: 120%;
  text-transform: inherit;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .texts .time-read p {
  font-family: "Futura Regular", sans-serif, Arial;
}
#popup_biblio .popup-content .popup-container .tab-bar-content .content_live__left h2 {
  font-family: "Futura Regular", sans-serif, Arial;
  font-weight: 500;
}

.single-radios {
  background: #0c0c0e;
}
.single-radios .what-was-the-title {
  background: #f2f2f4;
}
.single-radios .what-was-the-title .bottom_podcastNova {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .single-radios .what-was-the-title .bottom_podcastNova {
    padding-bottom: 60px;
  }
}

.podcast_radio {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .podcast_radio {
    padding-bottom: 60px;
  }
}

.head_radio h1 {
  margin-bottom: 20px;
}
.head_radio p {
  font-family: "Futura Regular", sans-serif, Arial;
}
.head_radio .btn, .head_radio .comment-form input[type=submit], .comment-form .head_radio input[type=submit], .head_radio .search-form .search-submit, .search-form .head_radio .search-submit {
  text-transform: uppercase;
  font-size: 0.688rem;
  line-height: 13px;
}
@media (min-width: 1200px) {
  .head_radio .btn, .head_radio .comment-form input[type=submit], .comment-form .head_radio input[type=submit], .head_radio .search-form .search-submit, .search-form .head_radio .search-submit {
    font-size: 0.866rem;
  }
}
@media (min-width: 1366px) {
  .head_radio .btn, .head_radio .comment-form input[type=submit], .comment-form .head_radio input[type=submit], .head_radio .search-form .search-submit, .search-form .head_radio .search-submit {
    font-size: 1rem;
    line-height: 16px;
  }
}

.small-post {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .small-post {
    margin-bottom: 60px;
  }
}
.small-post .list-posts-small__tagline {
  display: block;
  width: 100%;
}
.small-post__img img {
  min-height: auto;
}
.small-post .title_post {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .small-post .title_post {
    margin-top: 25px;
  }
}

.odd .small-post:nth-child(odd) .padr-mob0 {
  order: 1;
}

.generic_page h1,
.generic_page h3 {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.generic_page h2 {
  font-family: "Futura Regular", sans-serif, Arial;
}
.generic_page p strong {
  font-family: "futura_ltbold", sans-serif, Arial;
}

.notFound_content h1 {
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
}
.notFound_content .btn, .notFound_content .comment-form input[type=submit], .comment-form .notFound_content input[type=submit], .notFound_content .search-form .search-submit, .search-form .notFound_content .search-submit {
  color: #fff;
  background: #df8169;
  border-color: #df8169;
}
.notFound_content .btn:hover, .notFound_content .comment-form input[type=submit]:hover, .comment-form .notFound_content input[type=submit]:hover, .notFound_content .search-form .search-submit:hover, .search-form .notFound_content .search-submit:hover {
  background: none;
  color: #df8169;
}

.what-was-the-title {
  display: block;
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .what-was-the-title {
    margin: 0;
  }
}
.what-was-the-title .wwtt_content {
  display: flex;
  justify-content: center;
}
.what-was-the-title .wwtt_content .wwtt_right {
  max-width: 270px;
}
.what-was-the-title .wwtt_content .time {
  font-size: 0.75rem;
  line-height: 14px;
  font-family: "futura_ltbold", sans-serif, Arial;
  color: #df8169;
  margin-right: 10px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .what-was-the-title .wwtt_content .time {
    margin-top: 5px;
  }
}
.what-was-the-title .wwtt_content .wwtt_imgcontent {
  position: relative;
}
@media (min-width: 992px) {
  .what-was-the-title .wwtt_content .wwtt_imgcontent::after {
    content: "";
    display: block;
    width: 140%;
    height: 1px;
    background: #99999b;
    position: absolute;
    left: 97%;
    top: 50%;
  }
}
.what-was-the-title .wwtt_content .img_wwtt {
  position: relative;
}
@media (min-width: 992px) {
  .what-was-the-title .wwtt_content .img_wwtt {
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
  }
}
.what-was-the-title .wwtt_content .img_wwtt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #99999b;
  position: absolute;
  left: 97%;
  top: -38px;
}
@media (min-width: 992px) {
  .what-was-the-title .wwtt_content .img_wwtt::after {
    top: 50%;
    display: none;
  }
}
.what-was-the-title .wwtt_content img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .what-was-the-title .wwtt_content img {
    width: 270px;
    height: 270px;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.what-was-the-title .wwtt_content h2 a {
  font-size: 0.875rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  color: #262628;
}
@media (min-width: 768px) {
  .what-was-the-title .wwtt_content h2 a {
    font-size: 1.75rem;
    margin-top: 20px;
    transition: all ease 0.3s;
  }
}
.what-was-the-title .wwtt_content p {
  font-size: 0.813rem;
  line-height: 18px;
  color: #262628;
}
@media (min-width: 992px) {
  .what-was-the-title .wwtt_content:hover .img_wwtt {
    transform: scale(0.95);
  }
  .what-was-the-title .wwtt_content:hover .img_wwtt img {
    transform: scale(1.05);
  }
  .what-was-the-title .wwtt_content:hover h2 a {
    opacity: 0.7;
  }
}
.what-was-the-title .swiper-slide:last-child .wwtt_content .img_wwtt::after {
  display: none;
}
.what-was-the-title .bottom_podcastNova {
  display: block;
}
.what-was-the-title .btn.btn_white:hover, .what-was-the-title .comment-form input.btn_white[type=submit]:hover, .comment-form .what-was-the-title input.btn_white[type=submit]:hover, .what-was-the-title .search-form .btn_white.search-submit:hover, .search-form .what-was-the-title .btn_white.search-submit:hover {
  color: #df8169;
  border-color: #df8169;
}
.what-was-the-title .btn.btn_white:hover span::before, .what-was-the-title .comment-form input.btn_white[type=submit]:hover span::before, .comment-form .what-was-the-title input.btn_white[type=submit]:hover span::before, .what-was-the-title .search-form .btn_white.search-submit:hover span::before, .search-form .what-was-the-title .btn_white.search-submit:hover span::before {
  color: #df8169;
}
.what-was-the-title.wwtt_page .img_wwtt {
  margin-right: 0;
}
.what-was-the-title.wwtt_page .img_wwtt::after {
  display: none;
}
.what-was-the-title.wwtt_page .wwtt_content {
  align-items: center;
  margin-bottom: 80px;
  display: block;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .what-was-the-title.wwtt_page .wwtt_content {
    display: flex;
    text-align: left;
    margin-bottom: 60px;
  }
}
.what-was-the-title.wwtt_page .wwtt_content img {
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .what-was-the-title.wwtt_page .wwtt_content img {
    width: 100%;
    height: 380px;
  }
}
.what-was-the-title.wwtt_page .wwtt_content .time {
  font-size: 2rem;
  line-height: 120%;
  font-family: "Futura Regular", sans-serif, Arial;
  margin-bottom: 16px;
  color: #df8169;
}
@media (min-width: 992px) {
  .what-was-the-title.wwtt_page .wwtt_content .time {
    position: relative;
    font-size: 1.875rem;
    line-height: 36px;
    margin-bottom: 5px;
  }
}
.what-was-the-title.wwtt_page .wwtt_content h2 {
  font-size: 1.625rem;
  line-height: 31px;
  color: #0c0c0e;
  text-transform: uppercase;
  font-family: "futura_ltbold", sans-serif, Arial;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .what-was-the-title.wwtt_page .wwtt_content h2 {
    font-size: 3.5rem;
    line-height: 67px;
    margin-top: 0;
  }
}
.what-was-the-title.wwtt_page .wwtt_content p {
  font-size: 1rem;
  color: #0c0c0e;
  line-height: 120%;
}
@media (min-width: 992px) {
  .what-was-the-title.wwtt_page .wwtt_content p {
    font-size: 1.625rem;
  }
}
.what-was-the-title.wwtt_page .wwtt_content:hover .img_wwtt {
  transform: none;
}
.what-was-the-title.wwtt_page .wwtt_content:hover .img_wwtt img {
  transform: none;
}
.what-was-the-title.wwtt_page .wwtt_right {
  max-width: 100%;
}
@media (min-width: 992px) {
  .what-was-the-title.wwtt_page .wwtt_right {
    margin-left: 30px;
  }
}
.what-was-the-title.wwtt_page .platforms {
  margin-top: 40px;
}
.what-was-the-title.wwtt_page .platforms li {
  display: inline-block;
  margin-right: 15px;
}
.what-was-the-title.wwtt_page .platforms li:last-child {
  margin-right: 0;
}
.what-was-the-title.wwtt_page .platforms li span {
  font-size: 1.5rem;
}
.what-was-the-title.wwtt_page .platforms li span::before {
  color: #262628;
}

.title-sequence.wwtt-title::after {
  font-size: 5px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .title-sequence.wwtt-title::after {
    font-size: 0.75rem;
    margin-top: 25px;
  }
}

.load_more {
  text-align: center;
  margin: 20px auto 80px;
}
@media (min-width: 992px) {
  .load_more {
    margin: 100px auto 150px;
  }
}
.load_more .btn, .load_more .comment-form input[type=submit], .comment-form .load_more input[type=submit], .load_more .search-form .search-submit, .search-form .load_more .search-submit {
  font-size: 1rem;
  line-height: 16px;
  text-transform: uppercase;
  padding: 25px 40px;
}

.filter_bar {
  padding: 40px 0 20px;
  margin: 0 -10px 30px;
  transition: top ease 0.4s;
  display: block;
  top: 80px;
}
@media (min-width: 992px) {
  .filter_bar {
    background: #fff;
    padding: 20px;
    margin: 0 0 80px;
  }
}
.filter_bar .filter {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 20px 15px;
  border-radius: 16px;
  margin: 0 30px 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .filter_bar .filter {
    background: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    width: auto;
  }
}
.filter_bar .filter::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/lnei-wp-theme-child-lesinrocks/resources/assets/images/dropdown-filter.svg") no-repeat;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .filter_bar .filter::after {
    right: 0;
    top: 0;
  }
}
.filter_bar .filter input::placeholder,
.filter_bar .filter input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #262628;
  text-transform: uppercase;
  opacity: 1;
}
@media (min-width: 992px) {
  .filter_bar .filter input::placeholder,
  .filter_bar .filter input::-webkit-input-placeholder {
    text-align: center;
  }
}
.filter_bar .filter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #262628;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .filter_bar .filter input:-ms-input-placeholder {
    text-align: center;
  }
}
.filter_bar .filter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #262628;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .filter_bar .filter input::-ms-input-placeholder {
    text-align: center;
  }
}
.filter_bar .filter label {
  display: block;
  margin-bottom: 0;
  position: relative;
}
.filter_bar .filter input {
  font-family: "Futura Regular", sans-serif, Arial;
  display: block;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  line-height: 1.5rem;
  padding: 0;
  font-size: 1rem;
  color: #262628;
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .filter_bar .filter input {
    text-align: center;
  }
}
.filter_bar .filter input:focus {
  outline: none;
}
.filter_bar .separator {
  margin-left: 20px;
  display: none;
}
@media (min-width: 992px) {
  .filter_bar .separator {
    display: inline-block;
  }
}
.filter_bar .search_filter {
  background: none;
  padding: 0;
  margin: 0 30px;
}
@media (min-width: 992px) {
  .filter_bar .search_filter {
    margin-left: 60px;
    margin-right: 0;
  }
}
.filter_bar .search_filter a {
  line-height: 20px;
  font-size: 1.525rem;
  text-align: center;
  position: relative;
  top: 3px;
  background: #df8169;
  color: #fff;
  display: block;
  padding: 20px;
  border-radius: 30px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .filter_bar .search_filter a {
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
.filter_bar .search_filter a .icon-Search::before {
  color: #737375;
}
.filter_bar .search_filter::after {
  display: none;
}
.filter_bar select {
  border: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #262628;
  padding-left: 10px;
  background: #fff;
}
@media (min-width: 992px) {
  .filter_bar select {
    padding: 0 25px;
  }
}
.filter_bar select.ui-timepicker-select {
  text-transform: initial;
}

.filter_btn {
  position: fixed;
  bottom: 70px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  transition: all ease 0.3s;
}
.filter_btn a {
  padding: 15px 35px;
}

/*
.has-placeholder::before {
  content: attr(placeholder);
  position: absolute;
  color: $darker_gray;
  text-transform: uppercase;
  @media(min-width: 992px) {
    text-align: center;
  }
}

input[type="date"]:focus::before {
  content: "" !important;
}

input[type="date"] {
  color: #ffffff;
}

input[type="date"]:focus {
  color: #666666;
}


.datepicker::-webkit-calendar-picker-indicator,
.datepicker::-webkit-inner-spin-button {
  // display: none;
  //background-color: red;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
}

.datepicker {
  position: relative;
  font-size: 0;
  padding-right: 10px;
}


input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text {
  color: transparent;
  font-size: 0;
  width: 0;
}*/
.js-filter-programs {
  display: none;
}

.date-field input[type=date] {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  outline: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.date-field input[type=date]::-webkit-calendar-picker-indicator {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
}
.date-field__label {
  display: block;
  margin-bottom: 0.5rem;
}
.date-field__widget {
  position: relative;
}
.date-field__proxy {
  overflow: hidden;
  height: 100%;
  text-overflow: ellipsis;
  padding-right: 25px;
}

.list-programmes {
  background: #0c0c0e;
}
.list-programmes .list-program__content h2 a {
  text-transform: uppercase;
  color: #f2f2f4;
}
.list-programmes .list-program__content h2 a span {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .list-programmes .list-program__content h2 a span {
    font-size: 1.438rem;
  }
}
.list-programmes .list-program__content p {
  color: #bfbfc2;
  font-size: 1rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .list-programmes .list-program__content p {
    font-size: 0.813rem;
  }
}
.list-programmes .list-program__content .btn, .list-programmes .list-program__content .comment-form input[type=submit], .comment-form .list-programmes .list-program__content input[type=submit], .list-programmes .list-program__content .search-form .search-submit, .search-form .list-programmes .list-program__content .search-submit {
  font-size: 0.688rem;
}
.list-programmes .list-program__content .btn.btn_transparent:hover, .list-programmes .list-program__content .comment-form input.btn_transparent[type=submit]:hover, .comment-form .list-programmes .list-program__content input.btn_transparent[type=submit]:hover, .list-programmes .list-program__content .search-form .btn_transparent.search-submit:hover, .search-form .list-programmes .list-program__content .btn_transparent.search-submit:hover {
  background: #fff;
  color: #0c0c0e;
}

.liste_article .swiper_fiveposts {
  margin-top: 2rem;
}
.liste_article .large-news .tags-container .tag {
  margin-top: 10px;
}
.liste_article .title-post {
  margin-top: 10px;
}
.liste_article .container-fullslider .slider-title {
  font-size: 1.5rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.podcasts-section .title-sequence.big::after {
  content: "";
  display: none;
}

.header_slider.theme-black {
  background-color: #0c0c0e;
  color: #fff;
}
.header_slider.theme-black .t-side-medium a {
  color: #fff;
}
.header_slider.theme-white {
  background-color: #fff;
  color: #262628;
}
.header_slider .list-posts-medium__tagline,
.header_slider .tags-container {
  display: none;
}

.header_slider--header {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header_slider--header {
    flex-direction: column;
  }
}
.header_slider--header {
  margin: 0 5%;
  padding-top: 1rem;
}
.header_slider--header .media {
  flex: 0 0 40%;
}
@media screen and (max-width: 768px) {
  .header_slider--header .media {
    flex: 0 0 100%;
  }
}
.header_slider--header .media img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.header_slider--header .right {
  flex: 0 0 60%;
  padding: 1rem 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .header_slider--header .right {
    flex: 0 0 100%;
    padding: 1rem 0.5rem 2rem;
  }
}
.header_slider--header .right .title {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "futura_ltbold", sans-serif, Arial;
  font-weight: 700;
}
.header_slider--header .right .subtitle {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.header_slider--header .right .description {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.header_slider--header .right .link {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
}
.header_slider--header .right .btn.btn_white, .header_slider--header .right .comment-form input.btn_white[type=submit], .comment-form .header_slider--header .right input.btn_white[type=submit], .header_slider--header .right .search-form .btn_white.search-submit, .search-form .header_slider--header .right .btn_white.search-submit,
.header_slider--header .right .btn.btn_orange,
.header_slider--header .right .comment-form input.btn_orange[type=submit],
.comment-form .header_slider--header .right input.btn_orange[type=submit],
.header_slider--header .right .search-form .btn_orange.search-submit,
.search-form .header_slider--header .right .btn_orange.search-submit {
  padding: 15px 25px;
  font-size: 0.8rem;
}

.header_slider--slider .slider-title {
  font-size: 1.5rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.video_slider .title-sequence::after {
  content: "";
  display: none;
}
.video_slider .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.video_slider .swiper-slide .video-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 539/757;
  border-radius: 1rem;
  max-width: 100%;
  width: 100%;
  margin-bottom: 2rem;
}
.video_slider .swiper-slide .title,
.video_slider .swiper-slide .subtitle,
.video_slider .swiper-slide a {
  color: #fff;
}
.video_slider .swiper-slide .title {
  font-size: 1.4rem;
  font-family: "futura_ltbold", sans-serif, Arial;
  font-weight: 700;
  line-height: 1;
}
.video_slider .swiper-slide .subtitle {
  font-size: 1rem;
  font-style: italic;
}

/* Additional CSS from Sébastien Carriau */
/* HEADER + PLAYER */
/* SAFARI */
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .nova_new_hp_slider .cards_header {
    aspect-ratio: 402/444 !important;
  }
  .cards_header .cards_content__infos {
    bottom: 14px !important;
  }
  .podcasts_header.swiper-container {
    padding: 20px 0 50px !important;
  }
}
/* AUTRES */
.menu-header-links-container a {
  color: #b1b1b1;
}

.menu-header-links-container a:hover {
  color: #fff;
}

.menu-header-links-right-container .menu-item a {
  color: #000;
  background-color: #ffffff;
}

.menu-header-links-right-container .menu-item a:hover {
  background-color: gold;
}

.cards_header .cards_content__infos .js-track_infos .label .now_playing {
  height: 1.8rem;
  color: transparent;
  display: block;
  margin-bottom: 0.1rem;
  margin-left: -0.1rem;
}

.cards_header .cards_content__infos .js-track_infos {
  width: 85%;
}

.nova_new_hp_slider .cards_header {
  aspect-ratio: 330/444;
}

.cards_header .cards_content__infos .js-track_infos .label span {
  background: red;
  color: #fff;
  border-color: red;
  border-radius: 6rem;
  font-weight: 700;
  padding: 0.05rem 0.5rem 0.08rem;
}

.cards_header .cards_content__infos .btns {
  display: flex;
  position: absolute;
  bottom: -50px;
  left: 15px;
}

.cards_header .cards_content__infos .js-track_infos .track {
  font-family: "futura_ltbold", sans-serif, Arial;
  margin-top: 5px;
}

.nova_new_hp_slider .cards_header {
  transform: scale(0.9);
}

.cards_header.swiper-slide-active {
  transform: scale(1.05) !important;
}

.cards_header .cards_content__infos .js-track_infos {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
}

.artist {
  text-transform: uppercase;
}

.track {
  text-transform: uppercase;
}

.cards_header .cards_content__infos {
  border-radius: 0rem 0rem 1rem 1rem;
  top: 50px;
  bottom: 40px;
  -webkit-clip-path: path("M 0 0 L -55,19 A 19,8 -1,0,1 251,243 L 0 6000 z");
          clip-path: path("M 0 0 L -55,19 A 19,8 -1,0,1 251,243 L 0 6000 z");
}

.home .header-media-links,
.home .links_container {
  height: 46px;
}

.header_slider--header .right .subtitle {
  font-family: "futura_ltbold", sans-serif, Arial;
}

div[data-radio-slug=nova-bordeaux] .cards_content__infos {
  /*display: none;*/
  background-image: none !important;
}

div[data-radio-slug=nova-bordeaux].cards_header .cards_content::after {
  background: none !important;
}

.btns {
  display: none !important;
}

.cards_header .cards_content {
  background-position: 0px 0px;
}

.nav-down .header-media-links,
.nav-down .links_container {
  height: 46px;
}

.links_container {
  height: 46px;
}

/* RAJOUTER */
.scroll-up .js-sticky.fixed-bar {
  margin-top: -15px;
}

.date-field__proxy {
  overflow: hidden;
  height: 100%;
  text-overflow: ellipsis;
  padding-right: 25px;
  padding-left: 10px;
  margin-top: 3px;
}

.date-field__widget {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 2px;
}

.filter_bar .separator {
  margin-left: 0px;
  display: block;
  text-transform: uppercase;
  padding: 5px 0 0 0;
}

.filter_bar .search_filter a {
  font-size: 2.5rem;
}

/* FIN RAJOUT */
@media (min-width: 992px) {
  .home:not(.home-top-of-page) .nav-up .header-media-links,
  .home:not(.home-top-of-page) .nav-up .links_container {
    height: 36px;
  }
  .home .content {
    padding-top: 100px;
  }
  /* RAJOUTER */
  .filter_bar {
    background: #dbdbdb;
    padding: 20px;
    margin: 0 0 80px;
  }
  .scroll-down .js-sticky.fixed-bar {
    top: 113px;
    background: #dbdbdb;
  }
  .filter_bar select {
    padding: 5px 27px 3px 10px;
    border-radius: 15px;
  }
  .filter_bar .filter::after {
    right: 8px;
    top: 5px;
  }
  .filter_bar .search_filter {
    margin-left: 19px;
    margin-right: 0;
  }
  /* FIN RAJOUT */
}
@media screen and (max-width: 768px) {
  .nova_new_hp_slider .cards_header {
    aspect-ratio: 403/489;
  }
  .nova_new_hp_slider .cards_header {
    transform: scale(0.9);
  }
  .cards_header.swiper-slide-active {
    transform: scale(1) !important;
  }
  .cards_header .cards_content__infos .btns .btn,
  .cards_header .cards_content__infos .btns .comment-form input[type=submit],
  .comment-form .cards_header .cards_content__infos .btns input[type=submit],
  .cards_header .cards_content__infos .btns .search-form .search-submit,
  .search-form .cards_header .cards_content__infos .btns .search-submit {
    padding: 0.5rem 0.7rem;
  }
  .cards_header .cards_content__infos .btns {
    bottom: -55px;
  }
  .cards_header .cards_content__infos {
    -webkit-clip-path: path("M 0 0 L -46,17 A 20,9 -0.5,1,1 243,340 L 0 2120 z");
            clip-path: path("M 0 0 L -46,17 A 20,9 -0.5,1,1 243,340 L 0 2120 z");
    top: 48px;
    bottom: 16px;
  }
  .cards_header .cards_content__infos .js-track_infos {
    position: absolute;
  }
}
/* ////////////////////  FIN HEADER + PLAYER ////////////////////////////////  */
.lastvideos_slider_container {
  margin-left: 0;
  max-width: 100%;
  padding: 0 15px 2em;
}

.lastvideos_slider {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 6% 20px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 992px) {
  .lastvideos_slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .lastvideos_slider {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.lastvideos_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.lastvideos_player {
  width: 100%;
}

.lastvideos_title {
  width: 100%;
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 1rem;
  text-align: left;
  margin-bottom: 0.5rem;
}

.btn, .comment-form input[type=submit], .search-form .search-submit {
  font-family: "Futura Regular", sans-serif, Arial;
  border-radius: 100px;
  font-size: 1rem;
  outline: none;
  border: 1px solid;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn, .comment-form input[type=submit], .search-form .search-submit {
    font-size: 1.25rem;
  }
}
.btn::after, .comment-form input[type=submit]::after, .search-form .search-submit::after {
  content: "\e91d";
  font-size: 0.375rem;
  position: relative;
  top: -3px;
  padding-left: 5px;
}
.btn.btn_orange, .comment-form input.btn_orange[type=submit], .search-form .btn_orange.search-submit {
  background: #df8169;
  color: #fff;
  border-color: #df8169;
}
.btn.btn_orange::after, .comment-form input.btn_orange[type=submit]::after, .search-form .btn_orange.search-submit::after {
  display: none;
}
.btn.btn_orange:hover, .comment-form input.btn_orange[type=submit]:hover, .search-form .btn_orange.search-submit:hover {
  background: none;
  color: #df8169;
}
.btn.btn_orange:hover .icon-play-white::before, .comment-form input.btn_orange[type=submit]:hover .icon-play-white::before, .search-form .btn_orange.search-submit:hover .icon-play-white::before {
  color: #df8169;
}
.btn.btn_orange.js_filter_toggle:hover, .comment-form input.btn_orange.js_filter_toggle[type=submit]:hover, .search-form .btn_orange.js_filter_toggle.search-submit:hover {
  background: #fff;
}
.btn.btn_white, .comment-form input.btn_white[type=submit], .search-form .btn_white.search-submit {
  background: #fff;
  border-color: #fff;
  color: #0c0c0e;
}
.btn.btn_white:hover, .comment-form input.btn_white[type=submit]:hover, .search-form .btn_white.search-submit:hover {
  background: none;
  color: #fff;
}
.btn.btn_white:hover span::before, .comment-form input.btn_white[type=submit]:hover span::before, .search-form .btn_white.search-submit:hover span::before {
  color: #fff;
}
.btn.btn_black, .comment-form input.btn_black[type=submit], .search-form .btn_black.search-submit {
  background: #0c0c0e;
  border-color: #0c0c0e;
  color: #fff;
}
.btn.btn_black:hover, .comment-form input.btn_black[type=submit]:hover, .search-form .btn_black.search-submit:hover {
  background: none;
  color: #0c0c0e;
}
.btn.btn_black:hover span::before, .comment-form input.btn_black[type=submit]:hover span::before, .search-form .btn_black.search-submit:hover span::before {
  color: #0c0c0e;
}
.btn.btn_white, .comment-form input.btn_white[type=submit], .search-form .btn_white.search-submit, .btn.btn_black, .comment-form input.btn_black[type=submit], .search-form .btn_black.search-submit {
  font-size: 0.688rem;
  text-transform: uppercase;
  padding: 10px 15px;
}
@media (min-width: 992px) {
  .btn.btn_white, .comment-form input.btn_white[type=submit], .search-form .btn_white.search-submit, .btn.btn_black, .comment-form input.btn_black[type=submit], .search-form .btn_black.search-submit {
    padding: 20px 30px;
  }
}
.btn.btn_white::after, .comment-form input.btn_white[type=submit]::after, .search-form .btn_white.search-submit::after, .btn.btn_black::after, .comment-form input.btn_black[type=submit]::after, .search-form .btn_black.search-submit::after {
  display: none;
}
.btn.btn_white .icon-play-white::before, .comment-form input.btn_white[type=submit] .icon-play-white::before, .search-form .btn_white.search-submit .icon-play-white::before, .btn.btn_black .icon-play-white::before, .comment-form input.btn_black[type=submit] .icon-play-white::before, .search-form .btn_black.search-submit .icon-play-white::before {
  color: #000;
}
.btn.btn_white .icon-Arrow, .comment-form input.btn_white[type=submit] .icon-Arrow, .search-form .btn_white.search-submit .icon-Arrow, .btn.btn_black .icon-Arrow, .comment-form input.btn_black[type=submit] .icon-Arrow, .search-form .btn_black.search-submit .icon-Arrow {
  font-size: 5px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
@media (min-width: 992px) {
  .btn.btn_white .icon-Arrow, .comment-form input.btn_white[type=submit] .icon-Arrow, .search-form .btn_white.search-submit .icon-Arrow, .btn.btn_black .icon-Arrow, .comment-form input.btn_black[type=submit] .icon-Arrow, .search-form .btn_black.search-submit .icon-Arrow {
    font-size: 0.35rem;
  }
}
.btn.btn_transparent.orange, .comment-form input.btn_transparent.orange[type=submit], .search-form .btn_transparent.orange.search-submit {
  background: transparent;
  color: #df8169;
  border-color: #df8169;
}
.btn.btn_transparent.orange:hover, .comment-form input.btn_transparent.orange[type=submit]:hover, .search-form .btn_transparent.orange.search-submit:hover {
  background: #df8169;
  color: #fff;
}
.btn.btn_transparent::after, .comment-form input.btn_transparent[type=submit]::after, .search-form .btn_transparent.search-submit::after {
  display: none;
}
.btn.btn_transparent:hover, .comment-form input.btn_transparent[type=submit]:hover, .search-form .btn_transparent.search-submit:hover {
  background: #fff;
  color: #0c0c0e;
}
.btn.btn_whiteOrange, .comment-form input.btn_whiteOrange[type=submit], .search-form .btn_whiteOrange.search-submit {
  background: #fff;
  color: #df8169;
  border-color: #fff;
}
.btn.btn_whiteOrange::after, .comment-form input.btn_whiteOrange[type=submit]::after, .search-form .btn_whiteOrange.search-submit::after {
  display: none;
}
.btn.btn_whiteOrange:hover, .comment-form input.btn_whiteOrange[type=submit]:hover, .search-form .btn_whiteOrange.search-submit:hover {
  background: none;
}
.btn.full_btn.black, .comment-form input.full_btn.black[type=submit], .search-form .full_btn.black.search-submit {
  background: #0c0c0e;
  border-color: #0c0c0e;
}
.btn.full_btn.black:hover, .comment-form input.full_btn.black[type=submit]:hover, .search-form .full_btn.black.search-submit:hover {
  background: none;
  color: #0c0c0e;
}

.func_btn {
  font-family: "Futura Regular", sans-serif, Arial;
}

.inscription_scroll .btn.btn_orange:hover, .inscription_scroll .comment-form input.btn_orange[type=submit]:hover, .comment-form .inscription_scroll input.btn_orange[type=submit]:hover, .inscription_scroll .search-form .btn_orange.search-submit:hover, .search-form .inscription_scroll .btn_orange.search-submit:hover,
.inscrire_novaHeader .btn.btn_orange:hover,
.inscrire_novaHeader .comment-form input.btn_orange[type=submit]:hover,
.comment-form .inscrire_novaHeader input.btn_orange[type=submit]:hover,
.inscrire_novaHeader .search-form .btn_orange.search-submit:hover,
.search-form .inscrire_novaHeader .btn_orange.search-submit:hover {
  color: #fff;
}

.head-podcast .content_links .btn:hover, .head-podcast .content_links .comment-form input[type=submit]:hover, .comment-form .head-podcast .content_links input[type=submit]:hover, .head-podcast .content_links .search-form .search-submit:hover, .search-form .head-podcast .content_links .search-submit:hover {
  color: #fff;
}
.head-podcast .content_links .btn:hover span::before, .head-podcast .content_links .comment-form input[type=submit]:hover span::before, .comment-form .head-podcast .content_links input[type=submit]:hover span::before, .head-podcast .content_links .search-form .search-submit:hover span::before, .search-form .head-podcast .content_links .search-submit:hover span::before {
  color: #fff;
}

.head_radio .btn_orange:hover,
.audio-posts .btn_orange:hover {
  color: #fff;
}
.head_radio .btn_orange:hover .icon-play-white::before,
.audio-posts .btn_orange:hover .icon-play-white::before {
  color: #fff;
}

.list-programmes .list-program__content .btn.btn_orange, .list-programmes .list-program__content .comment-form input.btn_orange[type=submit], .comment-form .list-programmes .list-program__content input.btn_orange[type=submit], .list-programmes .list-program__content .search-form .btn_orange.search-submit, .search-form .list-programmes .list-program__content .btn_orange.search-submit {
  color: #fff;
}
.list-programmes .list-program__content .btn.btn_orange span::before, .list-programmes .list-program__content .comment-form input.btn_orange[type=submit] span::before, .comment-form .list-programmes .list-program__content input.btn_orange[type=submit] span::before, .list-programmes .list-program__content .search-form .btn_orange.search-submit span::before, .search-form .list-programmes .list-program__content .btn_orange.search-submit span::before {
  color: #fff;
}

.content-news .content-container .podcast_news .left_podcast .btn:hover span:before, .content-news .content-container .podcast_news .left_podcast .comment-form input[type=submit]:hover span:before, .comment-form .content-news .content-container .podcast_news .left_podcast input[type=submit]:hover span:before, .content-news .content-container .podcast_news .left_podcast .search-form .search-submit:hover span:before, .search-form .content-news .content-container .podcast_news .left_podcast .search-submit:hover span:before {
  color: #fff;
}

/*
  SOMMAIRE
  -
  • Container
  • Carousel de cards
  • Bandeau inscription
  • State / hide_podcasts
  • Context / home
  ----- ----- ----- ----- ----- -----
*/
/*
  • Container
  ----- ----- ----- ----- ----- -----
*/
.media-cards {
  background: #0c0c0e;
}

.home .media-cards::before {
  background: #0c0c0e;
}

/*
  • Carousel de cards
  ----- ----- ----- ----- ----- -----
*/
.cards_header .cards_content__infos h3 {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.cards_header .cards_content__infos p {
  font-family: "Futura Regular", sans-serif, Arial;
}
.cards_header .cards_content > img {
  min-height: 330px;
  max-height: 330px;
}
@media (min-width: 572px) {
  .cards_header .cards_content > img {
    min-height: 300px;
    max-height: 300px;
  }
}
.cards_header.direct .direct_infos p {
  font-family: "futura_ltbold", sans-serif, Arial;
}

/*
  • Bandeau inscription
  ----- ----- ----- ----- ----- -----
*/
.inscrire_novaHeader p {
  color: #df8169;
}
.inscrire_novaHeader .right-links .connect {
  color: #df8169;
}
.inscrire_novaHeader .btn, .inscrire_novaHeader .comment-form input[type=submit], .comment-form .inscrire_novaHeader input[type=submit], .inscrire_novaHeader .search-form .search-submit, .search-form .inscrire_novaHeader .search-submit {
  font-family: "Futura Regular", sans-serif, Arial;
}

.cards_header {
  aspect-ratio: 356/482;
}
.nova_new_hp_slider .cards_header {
  aspect-ratio: 356/442;
}
.cards_header {
  padding: 1rem;
  transform: scale(0.9);
}
.cards_header.swiper-slide-active {
  transform: scale(1.05);
}

.cards_header .cards_content {
  border-radius: 1rem;
  height: 100%;
}

.cards_header .cards_content__infos {
  border-radius: 1rem;
  background-size: cover;
  margin: 0;
  padding: 0 1rem 1rem;
  position: absolute;
  top: 3rem;
  top: 47px;
  bottom: 15px;
  -webkit-clip-path: path("M 0 0 L -44,19 A 19,8 -1,1,1 237,243 L 0 6000 z");
          clip-path: path("M 0 0 L -44,19 A 19,8 -1,1,1 237,243 L 0 6000 z");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cards_header .cards_content__infos .js-track_infos {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
}
.cards_header .cards_content__infos .js-track_infos .label {
  /*
  span {
    background: $orange_nova;
    color: $white;
    border-color: $orange_nova;
    border-radius: 2rem;
    font-weight: bold;
    padding: 0.05rem 0.5rem 0.08rem;
  }
  */
}
.cards_header .cards_content__infos .js-track_infos .label .now_playing {
  background: url(/wp-content/themes/lnei-wp-theme-child-nova/resources/assets/images/now_playing.png) no-repeat;
  background-size: contain;
  height: 2rem;
  color: transparent;
  display: block;
  margin-bottom: 0.5rem;
}
.cards_header .cards_content__infos .js-track_infos .track {
  font-family: "futura_ltbold", sans-serif, Arial;
  margin-left: 0.5rem;
  margin-top: 5px;
  margin-bottom: 3px;
  line-height: 1em;
  text-transform: uppercase;
}
.cards_header .cards_content__infos .js-track_infos .artist {
  font-style: italic;
  margin-left: 0.5rem;
  line-height: 1em;
  text-transform: uppercase;
}
.cards_header .cards_content__infos .btns .btn, .cards_header .cards_content__infos .btns .comment-form input[type=submit], .comment-form .cards_header .cards_content__infos .btns input[type=submit], .cards_header .cards_content__infos .btns .search-form .search-submit, .search-form .cards_header .cards_content__infos .btns .search-submit {
  margin-top: 1rem;
  font-size: 0.5rem;
  padding: 0.5rem 1rem;
}

.template-landing-la-derniere {
  background: #0c0c0e;
}

.t-header, .t-header-listing, .t-header-medium, .t-header-small, .t-header-large, .t-header-large-post {
  font-family: "futura_ltbold", sans-serif, Arial;
}
.t-header-large-post {
  font-size: 2.125rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .t-header-large-post {
    font-size: 2.675rem;
  }
}
@media (min-width: 1440px) {
  .t-header-large-post {
    font-size: 3.5rem;
    line-height: 67px;
  }
}
.t-header-large {
  font-size: 1.5rem;
  line-height: 30px;
}
@media (min-width: 992px) {
  .t-header-large {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .t-header-large {
    font-size: 3rem;
    line-height: 55px;
  }
}
.t-header-medium, .t-header-small {
  font-size: 0.938rem;
  line-height: 120%;
}
@media (min-width: 992px) {
  .t-header-medium, .t-header-small {
    font-size: 2rem;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .t-header-medium, .t-header-small {
    font-size: 2.375rem;
    line-height: 46px;
    margin-bottom: 15px;
  }
}
.t-header-listing {
  font-size: 1.625rem;
  line-height: 120%;
  color: #f2f2f4;
}
@media (min-width: 992px) {
  .t-header-listing {
    font-size: 3.5rem;
    line-height: 67px;
  }
}

.t-side, .t-side-small {
  font-family: "Futura Regular", sans-serif, Arial;
}
.t-side-medium {
  font-family: "futura_ltbold", sans-serif, Arial;
  font-size: 1.313rem;
  line-height: 25px;
}
.t-side-small {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #007bff;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e83e8c;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #ff1616;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #f9564f;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #fbffb0;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #28a745;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #17a2b8;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}
