<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

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

.verticalHr {
  height: auto;
  max-height: 100%;
  margin-top: 0;
}

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

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

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

address {
  margin-bottom: 1rem;
  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: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

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 {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

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: #9f9f9f;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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;
}

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

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;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

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;
}

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.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: 996px) {
  .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: 1440px) {
  .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;
  }
}

.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: 996px) {
  .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: 1440px) {
  .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;
  }
}

.bg-transparent {
  background-color: transparent !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: 996px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .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-lighter {
  font-weight: 300 !important;
}

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

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

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

.font-italic {
  font-style: italic !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-reset {
  color: inherit !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 0.8rem rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.has-pulse {
  box-shadow: 0 0 0 0 white;
  transform: scale(1);
  animation: pulse 2s infinite;
}

@media (min-width: 768px) {
  .IsSticky {
    position: sticky !important;
    z-index: 1020;
    top: 0;
  }
  .Header.IsFixed + .Main .IsSticky,
  .Header.IsFixed + .Main + .Footer .IsSticky {
    top: 18rem;
  }
  .Header.IsFixed.IsCompact + .Main .IsSticky,
  .Header.IsFixed.IsCompact + .Main + .Footer .IsSticky {
    top: 7rem;
  }
}

.section {
  width: 100%;
  position: relative;
  overflow: visible;
  padding-top: 0;
  padding-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 0;
    padding-bottom: 4rem;
  }
}
.section::after {
  display: block;
  content: '';
  clear: both;
}
.section .container &gt; *:last-child {
  margin-bottom: 0;
}

.section:first-of-type {
  z-index: 1;
}

.section:first-of-type,
.section:not([class*='bg--']) + .section[class*='bg--'],
.section[class*='bg--'] + .section:not([class*='bg--']),
.section[class*='bg--dark'] + .section[class*='bg--section'],
.section[class*='bg--light'] + .section[class*='bg--section'],
.section[class*='bg--section'] + .section[class*='bg--light'],
.section[class*='bg--section'] + .section[class*='bg--dark'] {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .section:first-of-type,
  .section:not([class*='bg--']) + .section[class*='bg--'],
  .section[class*='bg--'] + .section:not([class*='bg--']),
  .section[class*='bg--dark'] + .section[class*='bg--section'],
  .section[class*='bg--light'] + .section[class*='bg--section'],
  .section[class*='bg--section'] + .section[class*='bg--light'],
  .section[class*='bg--section'] + .section[class*='bg--dark'] {
    padding-top: 4rem;
  }
}

.section.bg--light + .section.bg--dark {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .section.bg--light + .section.bg--dark {
    padding-top: 4rem;
  }
}

.section.bg--light + .section.bg--primary {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .section.bg--light + .section.bg--primary {
    padding-top: 4rem;
  }
}

.section.bg--dark + .section.bg--light {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .section.bg--dark + .section.bg--light {
    padding-top: 4rem;
  }
}

.section.bg--dark + .section.bg--primary {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .section.bg--dark + .section.bg--primary {
    padding-top: 4rem;
  }
}

.section.bg--primary + .section.bg--light {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .section.bg--primary + .section.bg--light {
    padding-top: 4rem;
  }
}

.section.bg--primary + .section.bg--dark {
  padding-top: 1.6rem;
}
@media (min-width: 768px) {
  .section.bg--primary + .section.bg--dark {
    padding-top: 4rem;
  }
}

.container {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 996px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 996px) {
  .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 996px) {
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl,
.col-xl-auto,
.row-alt-7 .col-1,
[class*='row-alt'] .row-alt-7 .col-1,
.row-alt-7 .col-2,
[class*='row-alt'] .row-alt-7 .col-2,
.row-alt-7 .col-3,
[class*='row-alt'] .row-alt-7 .col-3,
.row-alt-7 .col-4,
[class*='row-alt'] .row-alt-7 .col-4,
.row-alt-7 .col-5,
[class*='row-alt'] .row-alt-7 .col-5,
.row-alt-7 .col-6,
[class*='row-alt'] .row-alt-7 .col-6,
.row-alt-7 .col-7,
[class*='row-alt'] .row-alt-7 .col-7,
.row-alt-7 .col-sm-1,
[class*='row-alt'] .row-alt-7 .col-sm-1,
.row-alt-7 .col-sm-2,
[class*='row-alt'] .row-alt-7 .col-sm-2,
.row-alt-7 .col-sm-3,
[class*='row-alt'] .row-alt-7 .col-sm-3,
.row-alt-7 .col-sm-4,
[class*='row-alt'] .row-alt-7 .col-sm-4,
.row-alt-7 .col-sm-5,
[class*='row-alt'] .row-alt-7 .col-sm-5,
.row-alt-7 .col-sm-6,
[class*='row-alt'] .row-alt-7 .col-sm-6,
.row-alt-7 .col-sm-7,
[class*='row-alt'] .row-alt-7 .col-sm-7,
.row-alt-7 .col-md-1,
[class*='row-alt'] .row-alt-7 .col-md-1,
.row-alt-7 .col-md-2,
[class*='row-alt'] .row-alt-7 .col-md-2,
.row-alt-7 .col-md-3,
[class*='row-alt'] .row-alt-7 .col-md-3,
.row-alt-7 .col-md-4,
[class*='row-alt'] .row-alt-7 .col-md-4,
.row-alt-7 .col-md-5,
[class*='row-alt'] .row-alt-7 .col-md-5,
.row-alt-7 .col-md-6,
[class*='row-alt'] .row-alt-7 .col-md-6,
.row-alt-7 .col-md-7,
[class*='row-alt'] .row-alt-7 .col-md-7,
.row-alt-7 .col-lg-1,
[class*='row-alt'] .row-alt-7 .col-lg-1,
.row-alt-7 .col-lg-2,
[class*='row-alt'] .row-alt-7 .col-lg-2,
.row-alt-7 .col-lg-3,
[class*='row-alt'] .row-alt-7 .col-lg-3,
.row-alt-7 .col-lg-4,
[class*='row-alt'] .row-alt-7 .col-lg-4,
.row-alt-7 .col-lg-5,
[class*='row-alt'] .row-alt-7 .col-lg-5,
.row-alt-7 .col-lg-6,
[class*='row-alt'] .row-alt-7 .col-lg-6,
.row-alt-7 .col-lg-7,
[class*='row-alt'] .row-alt-7 .col-lg-7,
.row-alt-7 .col-xl-1,
[class*='row-alt'] .row-alt-7 .col-xl-1,
.row-alt-7 .col-xl-2,
[class*='row-alt'] .row-alt-7 .col-xl-2,
.row-alt-7 .col-xl-3,
[class*='row-alt'] .row-alt-7 .col-xl-3,
.row-alt-7 .col-xl-4,
[class*='row-alt'] .row-alt-7 .col-xl-4,
.row-alt-7 .col-xl-5,
[class*='row-alt'] .row-alt-7 .col-xl-5,
.row-alt-7 .col-xl-6,
[class*='row-alt'] .row-alt-7 .col-xl-6,
.row-alt-7 .col-xl-7,
[class*='row-alt'] .row-alt-7 .col-xl-7,
.row-alt-4 .col-1,
[class*='row-alt'] .row-alt-4 .col-1,
.row-alt-4 .col-2,
[class*='row-alt'] .row-alt-4 .col-2,
.row-alt-4 .col-3,
[class*='row-alt'] .row-alt-4 .col-3,
.row-alt-4 .col-4,
[class*='row-alt'] .row-alt-4 .col-4,
.row-alt-4 .col-sm-1,
[class*='row-alt'] .row-alt-4 .col-sm-1,
.row-alt-4 .col-sm-2,
[class*='row-alt'] .row-alt-4 .col-sm-2,
.row-alt-4 .col-sm-3,
[class*='row-alt'] .row-alt-4 .col-sm-3,
.row-alt-4 .col-sm-4,
[class*='row-alt'] .row-alt-4 .col-sm-4,
.row-alt-4 .col-md-1,
[class*='row-alt'] .row-alt-4 .col-md-1,
.row-alt-4 .col-md-2,
[class*='row-alt'] .row-alt-4 .col-md-2,
.row-alt-4 .col-md-3,
[class*='row-alt'] .row-alt-4 .col-md-3,
.row-alt-4 .col-md-4,
[class*='row-alt'] .row-alt-4 .col-md-4,
.row-alt-4 .col-lg-1,
[class*='row-alt'] .row-alt-4 .col-lg-1,
.row-alt-4 .col-lg-2,
[class*='row-alt'] .row-alt-4 .col-lg-2,
.row-alt-4 .col-lg-3,
[class*='row-alt'] .row-alt-4 .col-lg-3,
.row-alt-4 .col-lg-4,
[class*='row-alt'] .row-alt-4 .col-lg-4,
.row-alt-4 .col-xl-1,
[class*='row-alt'] .row-alt-4 .col-xl-1,
.row-alt-4 .col-xl-2,
[class*='row-alt'] .row-alt-4 .col-xl-2,
.row-alt-4 .col-xl-3,
[class*='row-alt'] .row-alt-4 .col-xl-3,
.row-alt-4 .col-xl-4,
[class*='row-alt'] .row-alt-4 .col-xl-4,
.row-alt-3 .col-1,
[class*='row-alt'] .row-alt-3 .col-1,
.row-alt-3 .col-2,
[class*='row-alt'] .row-alt-3 .col-2,
.row-alt-3 .col-3,
[class*='row-alt'] .row-alt-3 .col-3,
.row-alt-3 .col-sm-1,
[class*='row-alt'] .row-alt-3 .col-sm-1,
.row-alt-3 .col-sm-2,
[class*='row-alt'] .row-alt-3 .col-sm-2,
.row-alt-3 .col-sm-3,
[class*='row-alt'] .row-alt-3 .col-sm-3,
.row-alt-3 .col-md-1,
[class*='row-alt'] .row-alt-3 .col-md-1,
.row-alt-3 .col-md-2,
[class*='row-alt'] .row-alt-3 .col-md-2,
.row-alt-3 .col-md-3,
[class*='row-alt'] .row-alt-3 .col-md-3,
.row-alt-3 .col-lg-1,
[class*='row-alt'] .row-alt-3 .col-lg-1,
.row-alt-3 .col-lg-2,
[class*='row-alt'] .row-alt-3 .col-lg-2,
.row-alt-3 .col-lg-3,
[class*='row-alt'] .row-alt-3 .col-lg-3,
.row-alt-3 .col-xl-1,
[class*='row-alt'] .row-alt-3 .col-xl-1,
.row-alt-3 .col-xl-2,
[class*='row-alt'] .row-alt-3 .col-xl-2,
.row-alt-3 .col-xl-3,
[class*='row-alt'] .row-alt-3 .col-xl-3,
.row-alt-2 .col-1,
[class*='row-alt'] .row-alt-2 .col-1,
.row-alt-2 .col-2,
[class*='row-alt'] .row-alt-2 .col-2,
.row-alt-2 .col-sm-1,
[class*='row-alt'] .row-alt-2 .col-sm-1,
.row-alt-2 .col-sm-2,
[class*='row-alt'] .row-alt-2 .col-sm-2,
.row-alt-2 .col-md-1,
[class*='row-alt'] .row-alt-2 .col-md-1,
.row-alt-2 .col-md-2,
[class*='row-alt'] .row-alt-2 .col-md-2,
.row-alt-2 .col-lg-1,
[class*='row-alt'] .row-alt-2 .col-lg-1,
.row-alt-2 .col-lg-2,
[class*='row-alt'] .row-alt-2 .col-lg-2,
.row-alt-2 .col-xl-1,
[class*='row-alt'] .row-alt-2 .col-xl-1,
.row-alt-2 .col-xl-2,
[class*='row-alt'] .row-alt-2 .col-xl-2,
.row-alt-1 .col-1,
[class*='row-alt'] .row-alt-1 .col-1,
.row-alt-1 .col-sm-1,
[class*='row-alt'] .row-alt-1 .col-sm-1,
.row-alt-1 .col-md-1,
[class*='row-alt'] .row-alt-1 .col-md-1,
.row-alt-1 .col-lg-1,
[class*='row-alt'] .row-alt-1 .col-lg-1,
.row-alt-1 .col-xl-1,
[class*='row-alt'] .row-alt-1 .col-xl-1 {
  position: relative;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 11;
}

.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;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-sm-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-sm-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-sm-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 11;
  }
  .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;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 10%;
  }
  .offset-sm-2 {
    margin-left: 20%;
  }
  .offset-sm-3 {
    margin-left: 30%;
  }
  .offset-sm-4 {
    margin-left: 40%;
  }
  .offset-sm-5 {
    margin-left: 50%;
  }
  .offset-sm-6 {
    margin-left: 60%;
  }
  .offset-sm-7 {
    margin-left: 70%;
  }
  .offset-sm-8 {
    margin-left: 80%;
  }
  .offset-sm-9 {
    margin-left: 90%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-md-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-md-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 11;
  }
  .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;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 10%;
  }
  .offset-md-2 {
    margin-left: 20%;
  }
  .offset-md-3 {
    margin-left: 30%;
  }
  .offset-md-4 {
    margin-left: 40%;
  }
  .offset-md-5 {
    margin-left: 50%;
  }
  .offset-md-6 {
    margin-left: 60%;
  }
  .offset-md-7 {
    margin-left: 70%;
  }
  .offset-md-8 {
    margin-left: 80%;
  }
  .offset-md-9 {
    margin-left: 90%;
  }
}

@media (min-width: 996px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-lg-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 11;
  }
  .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;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 10%;
  }
  .offset-lg-2 {
    margin-left: 20%;
  }
  .offset-lg-3 {
    margin-left: 30%;
  }
  .offset-lg-4 {
    margin-left: 40%;
  }
  .offset-lg-5 {
    margin-left: 50%;
  }
  .offset-lg-6 {
    margin-left: 60%;
  }
  .offset-lg-7 {
    margin-left: 70%;
  }
  .offset-lg-8 {
    margin-left: 80%;
  }
  .offset-lg-9 {
    margin-left: 90%;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-xl-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-xl-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .col-xl-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 11;
  }
  .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;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 10%;
  }
  .offset-xl-2 {
    margin-left: 20%;
  }
  .offset-xl-3 {
    margin-left: 30%;
  }
  .offset-xl-4 {
    margin-left: 40%;
  }
  .offset-xl-5 {
    margin-left: 50%;
  }
  .offset-xl-6 {
    margin-left: 60%;
  }
  .offset-xl-7 {
    margin-left: 70%;
  }
  .offset-xl-8 {
    margin-left: 80%;
  }
  .offset-xl-9 {
    margin-left: 90%;
  }
}

.row-alt-7 .col-1,
[class*='row-alt'] .row-alt-7 .col-1 {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.row-alt-7 .col-2,
[class*='row-alt'] .row-alt-7 .col-2 {
  flex: 0 0 28.5714285714%;
  max-width: 28.5714285714%;
}

.row-alt-7 .col-3,
[class*='row-alt'] .row-alt-7 .col-3 {
  flex: 0 0 42.8571428571%;
  max-width: 42.8571428571%;
}

.row-alt-7 .col-4,
[class*='row-alt'] .row-alt-7 .col-4 {
  flex: 0 0 57.1428571429%;
  max-width: 57.1428571429%;
}

.row-alt-7 .col-5,
[class*='row-alt'] .row-alt-7 .col-5 {
  flex: 0 0 71.4285714286%;
  max-width: 71.4285714286%;
}

.row-alt-7 .col-6,
[class*='row-alt'] .row-alt-7 .col-6 {
  flex: 0 0 85.7142857143%;
  max-width: 85.7142857143%;
}

.row-alt-7 .col-7,
[class*='row-alt'] .row-alt-7 .col-7 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-alt-7 .order-first,
[class*='row-alt'] .row-alt-7 .order-first {
  order: -1;
}

.row-alt-7 .order-last,
[class*='row-alt'] .row-alt-7 .order-last {
  order: 8;
}

.row-alt-7 .order-0,
[class*='row-alt'] .row-alt-7 .order-0 {
  order: 0;
}

.row-alt-7 .order-1,
[class*='row-alt'] .row-alt-7 .order-1 {
  order: 1;
}

.row-alt-7 .order-2,
[class*='row-alt'] .row-alt-7 .order-2 {
  order: 2;
}

.row-alt-7 .order-3,
[class*='row-alt'] .row-alt-7 .order-3 {
  order: 3;
}

.row-alt-7 .order-4,
[class*='row-alt'] .row-alt-7 .order-4 {
  order: 4;
}

.row-alt-7 .order-5,
[class*='row-alt'] .row-alt-7 .order-5 {
  order: 5;
}

.row-alt-7 .order-6,
[class*='row-alt'] .row-alt-7 .order-6 {
  order: 6;
}

.row-alt-7 .order-7,
[class*='row-alt'] .row-alt-7 .order-7 {
  order: 7;
}

.row-alt-7 .offset-1,
[class*='row-alt'] .row-alt-7 .offset-1 {
  margin-left: 14.2857142857%;
}

.row-alt-7 .offset-2,
[class*='row-alt'] .row-alt-7 .offset-2 {
  margin-left: 28.5714285714%;
}

.row-alt-7 .offset-3,
[class*='row-alt'] .row-alt-7 .offset-3 {
  margin-left: 42.8571428571%;
}

.row-alt-7 .offset-4,
[class*='row-alt'] .row-alt-7 .offset-4 {
  margin-left: 57.1428571429%;
}

.row-alt-7 .offset-5,
[class*='row-alt'] .row-alt-7 .offset-5 {
  margin-left: 71.4285714286%;
}

.row-alt-7 .offset-6,
[class*='row-alt'] .row-alt-7 .offset-6 {
  margin-left: 85.7142857143%;
}

@media (min-width: 576px) {
  .row-alt-7 .col-sm-1,
  [class*='row-alt'] .row-alt-7 .col-sm-1 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-alt-7 .col-sm-2,
  [class*='row-alt'] .row-alt-7 .col-sm-2 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .row-alt-7 .col-sm-3,
  [class*='row-alt'] .row-alt-7 .col-sm-3 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .row-alt-7 .col-sm-4,
  [class*='row-alt'] .row-alt-7 .col-sm-4 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .row-alt-7 .col-sm-5,
  [class*='row-alt'] .row-alt-7 .col-sm-5 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .row-alt-7 .col-sm-6,
  [class*='row-alt'] .row-alt-7 .col-sm-6 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .row-alt-7 .col-sm-7,
  [class*='row-alt'] .row-alt-7 .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-7 .order-sm-first,
  [class*='row-alt'] .row-alt-7 .order-sm-first {
    order: -1;
  }
  .row-alt-7 .order-sm-last,
  [class*='row-alt'] .row-alt-7 .order-sm-last {
    order: 8;
  }
  .row-alt-7 .order-sm-0,
  [class*='row-alt'] .row-alt-7 .order-sm-0 {
    order: 0;
  }
  .row-alt-7 .order-sm-1,
  [class*='row-alt'] .row-alt-7 .order-sm-1 {
    order: 1;
  }
  .row-alt-7 .order-sm-2,
  [class*='row-alt'] .row-alt-7 .order-sm-2 {
    order: 2;
  }
  .row-alt-7 .order-sm-3,
  [class*='row-alt'] .row-alt-7 .order-sm-3 {
    order: 3;
  }
  .row-alt-7 .order-sm-4,
  [class*='row-alt'] .row-alt-7 .order-sm-4 {
    order: 4;
  }
  .row-alt-7 .order-sm-5,
  [class*='row-alt'] .row-alt-7 .order-sm-5 {
    order: 5;
  }
  .row-alt-7 .order-sm-6,
  [class*='row-alt'] .row-alt-7 .order-sm-6 {
    order: 6;
  }
  .row-alt-7 .order-sm-7,
  [class*='row-alt'] .row-alt-7 .order-sm-7 {
    order: 7;
  }
  .row-alt-7 .offset-sm-0,
  [class*='row-alt'] .row-alt-7 .offset-sm-0 {
    margin-left: 0;
  }
  .row-alt-7 .offset-sm-1,
  [class*='row-alt'] .row-alt-7 .offset-sm-1 {
    margin-left: 14.2857142857%;
  }
  .row-alt-7 .offset-sm-2,
  [class*='row-alt'] .row-alt-7 .offset-sm-2 {
    margin-left: 28.5714285714%;
  }
  .row-alt-7 .offset-sm-3,
  [class*='row-alt'] .row-alt-7 .offset-sm-3 {
    margin-left: 42.8571428571%;
  }
  .row-alt-7 .offset-sm-4,
  [class*='row-alt'] .row-alt-7 .offset-sm-4 {
    margin-left: 57.1428571429%;
  }
  .row-alt-7 .offset-sm-5,
  [class*='row-alt'] .row-alt-7 .offset-sm-5 {
    margin-left: 71.4285714286%;
  }
  .row-alt-7 .offset-sm-6,
  [class*='row-alt'] .row-alt-7 .offset-sm-6 {
    margin-left: 85.7142857143%;
  }
}

@media (min-width: 768px) {
  .row-alt-7 .col-md-1,
  [class*='row-alt'] .row-alt-7 .col-md-1 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-alt-7 .col-md-2,
  [class*='row-alt'] .row-alt-7 .col-md-2 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .row-alt-7 .col-md-3,
  [class*='row-alt'] .row-alt-7 .col-md-3 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .row-alt-7 .col-md-4,
  [class*='row-alt'] .row-alt-7 .col-md-4 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .row-alt-7 .col-md-5,
  [class*='row-alt'] .row-alt-7 .col-md-5 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .row-alt-7 .col-md-6,
  [class*='row-alt'] .row-alt-7 .col-md-6 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .row-alt-7 .col-md-7,
  [class*='row-alt'] .row-alt-7 .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-7 .order-md-first,
  [class*='row-alt'] .row-alt-7 .order-md-first {
    order: -1;
  }
  .row-alt-7 .order-md-last,
  [class*='row-alt'] .row-alt-7 .order-md-last {
    order: 8;
  }
  .row-alt-7 .order-md-0,
  [class*='row-alt'] .row-alt-7 .order-md-0 {
    order: 0;
  }
  .row-alt-7 .order-md-1,
  [class*='row-alt'] .row-alt-7 .order-md-1 {
    order: 1;
  }
  .row-alt-7 .order-md-2,
  [class*='row-alt'] .row-alt-7 .order-md-2 {
    order: 2;
  }
  .row-alt-7 .order-md-3,
  [class*='row-alt'] .row-alt-7 .order-md-3 {
    order: 3;
  }
  .row-alt-7 .order-md-4,
  [class*='row-alt'] .row-alt-7 .order-md-4 {
    order: 4;
  }
  .row-alt-7 .order-md-5,
  [class*='row-alt'] .row-alt-7 .order-md-5 {
    order: 5;
  }
  .row-alt-7 .order-md-6,
  [class*='row-alt'] .row-alt-7 .order-md-6 {
    order: 6;
  }
  .row-alt-7 .order-md-7,
  [class*='row-alt'] .row-alt-7 .order-md-7 {
    order: 7;
  }
  .row-alt-7 .offset-md-0,
  [class*='row-alt'] .row-alt-7 .offset-md-0 {
    margin-left: 0;
  }
  .row-alt-7 .offset-md-1,
  [class*='row-alt'] .row-alt-7 .offset-md-1 {
    margin-left: 14.2857142857%;
  }
  .row-alt-7 .offset-md-2,
  [class*='row-alt'] .row-alt-7 .offset-md-2 {
    margin-left: 28.5714285714%;
  }
  .row-alt-7 .offset-md-3,
  [class*='row-alt'] .row-alt-7 .offset-md-3 {
    margin-left: 42.8571428571%;
  }
  .row-alt-7 .offset-md-4,
  [class*='row-alt'] .row-alt-7 .offset-md-4 {
    margin-left: 57.1428571429%;
  }
  .row-alt-7 .offset-md-5,
  [class*='row-alt'] .row-alt-7 .offset-md-5 {
    margin-left: 71.4285714286%;
  }
  .row-alt-7 .offset-md-6,
  [class*='row-alt'] .row-alt-7 .offset-md-6 {
    margin-left: 85.7142857143%;
  }
}

@media (min-width: 996px) {
  .row-alt-7 .col-lg-1,
  [class*='row-alt'] .row-alt-7 .col-lg-1 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-alt-7 .col-lg-2,
  [class*='row-alt'] .row-alt-7 .col-lg-2 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .row-alt-7 .col-lg-3,
  [class*='row-alt'] .row-alt-7 .col-lg-3 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .row-alt-7 .col-lg-4,
  [class*='row-alt'] .row-alt-7 .col-lg-4 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .row-alt-7 .col-lg-5,
  [class*='row-alt'] .row-alt-7 .col-lg-5 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .row-alt-7 .col-lg-6,
  [class*='row-alt'] .row-alt-7 .col-lg-6 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .row-alt-7 .col-lg-7,
  [class*='row-alt'] .row-alt-7 .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-7 .order-lg-first,
  [class*='row-alt'] .row-alt-7 .order-lg-first {
    order: -1;
  }
  .row-alt-7 .order-lg-last,
  [class*='row-alt'] .row-alt-7 .order-lg-last {
    order: 8;
  }
  .row-alt-7 .order-lg-0,
  [class*='row-alt'] .row-alt-7 .order-lg-0 {
    order: 0;
  }
  .row-alt-7 .order-lg-1,
  [class*='row-alt'] .row-alt-7 .order-lg-1 {
    order: 1;
  }
  .row-alt-7 .order-lg-2,
  [class*='row-alt'] .row-alt-7 .order-lg-2 {
    order: 2;
  }
  .row-alt-7 .order-lg-3,
  [class*='row-alt'] .row-alt-7 .order-lg-3 {
    order: 3;
  }
  .row-alt-7 .order-lg-4,
  [class*='row-alt'] .row-alt-7 .order-lg-4 {
    order: 4;
  }
  .row-alt-7 .order-lg-5,
  [class*='row-alt'] .row-alt-7 .order-lg-5 {
    order: 5;
  }
  .row-alt-7 .order-lg-6,
  [class*='row-alt'] .row-alt-7 .order-lg-6 {
    order: 6;
  }
  .row-alt-7 .order-lg-7,
  [class*='row-alt'] .row-alt-7 .order-lg-7 {
    order: 7;
  }
  .row-alt-7 .offset-lg-0,
  [class*='row-alt'] .row-alt-7 .offset-lg-0 {
    margin-left: 0;
  }
  .row-alt-7 .offset-lg-1,
  [class*='row-alt'] .row-alt-7 .offset-lg-1 {
    margin-left: 14.2857142857%;
  }
  .row-alt-7 .offset-lg-2,
  [class*='row-alt'] .row-alt-7 .offset-lg-2 {
    margin-left: 28.5714285714%;
  }
  .row-alt-7 .offset-lg-3,
  [class*='row-alt'] .row-alt-7 .offset-lg-3 {
    margin-left: 42.8571428571%;
  }
  .row-alt-7 .offset-lg-4,
  [class*='row-alt'] .row-alt-7 .offset-lg-4 {
    margin-left: 57.1428571429%;
  }
  .row-alt-7 .offset-lg-5,
  [class*='row-alt'] .row-alt-7 .offset-lg-5 {
    margin-left: 71.4285714286%;
  }
  .row-alt-7 .offset-lg-6,
  [class*='row-alt'] .row-alt-7 .offset-lg-6 {
    margin-left: 85.7142857143%;
  }
}

@media (min-width: 1440px) {
  .row-alt-7 .col-xl-1,
  [class*='row-alt'] .row-alt-7 .col-xl-1 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .row-alt-7 .col-xl-2,
  [class*='row-alt'] .row-alt-7 .col-xl-2 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .row-alt-7 .col-xl-3,
  [class*='row-alt'] .row-alt-7 .col-xl-3 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .row-alt-7 .col-xl-4,
  [class*='row-alt'] .row-alt-7 .col-xl-4 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .row-alt-7 .col-xl-5,
  [class*='row-alt'] .row-alt-7 .col-xl-5 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .row-alt-7 .col-xl-6,
  [class*='row-alt'] .row-alt-7 .col-xl-6 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .row-alt-7 .col-xl-7,
  [class*='row-alt'] .row-alt-7 .col-xl-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-7 .order-xl-first,
  [class*='row-alt'] .row-alt-7 .order-xl-first {
    order: -1;
  }
  .row-alt-7 .order-xl-last,
  [class*='row-alt'] .row-alt-7 .order-xl-last {
    order: 8;
  }
  .row-alt-7 .order-xl-0,
  [class*='row-alt'] .row-alt-7 .order-xl-0 {
    order: 0;
  }
  .row-alt-7 .order-xl-1,
  [class*='row-alt'] .row-alt-7 .order-xl-1 {
    order: 1;
  }
  .row-alt-7 .order-xl-2,
  [class*='row-alt'] .row-alt-7 .order-xl-2 {
    order: 2;
  }
  .row-alt-7 .order-xl-3,
  [class*='row-alt'] .row-alt-7 .order-xl-3 {
    order: 3;
  }
  .row-alt-7 .order-xl-4,
  [class*='row-alt'] .row-alt-7 .order-xl-4 {
    order: 4;
  }
  .row-alt-7 .order-xl-5,
  [class*='row-alt'] .row-alt-7 .order-xl-5 {
    order: 5;
  }
  .row-alt-7 .order-xl-6,
  [class*='row-alt'] .row-alt-7 .order-xl-6 {
    order: 6;
  }
  .row-alt-7 .order-xl-7,
  [class*='row-alt'] .row-alt-7 .order-xl-7 {
    order: 7;
  }
  .row-alt-7 .offset-xl-0,
  [class*='row-alt'] .row-alt-7 .offset-xl-0 {
    margin-left: 0;
  }
  .row-alt-7 .offset-xl-1,
  [class*='row-alt'] .row-alt-7 .offset-xl-1 {
    margin-left: 14.2857142857%;
  }
  .row-alt-7 .offset-xl-2,
  [class*='row-alt'] .row-alt-7 .offset-xl-2 {
    margin-left: 28.5714285714%;
  }
  .row-alt-7 .offset-xl-3,
  [class*='row-alt'] .row-alt-7 .offset-xl-3 {
    margin-left: 42.8571428571%;
  }
  .row-alt-7 .offset-xl-4,
  [class*='row-alt'] .row-alt-7 .offset-xl-4 {
    margin-left: 57.1428571429%;
  }
  .row-alt-7 .offset-xl-5,
  [class*='row-alt'] .row-alt-7 .offset-xl-5 {
    margin-left: 71.4285714286%;
  }
  .row-alt-7 .offset-xl-6,
  [class*='row-alt'] .row-alt-7 .offset-xl-6 {
    margin-left: 85.7142857143%;
  }
}

.row-alt-4 .col-1,
[class*='row-alt'] .row-alt-4 .col-1 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-alt-4 .col-2,
[class*='row-alt'] .row-alt-4 .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-alt-4 .col-3,
[class*='row-alt'] .row-alt-4 .col-3 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row-alt-4 .col-4,
[class*='row-alt'] .row-alt-4 .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-alt-4 .order-first,
[class*='row-alt'] .row-alt-4 .order-first {
  order: -1;
}

.row-alt-4 .order-last,
[class*='row-alt'] .row-alt-4 .order-last {
  order: 5;
}

.row-alt-4 .order-0,
[class*='row-alt'] .row-alt-4 .order-0 {
  order: 0;
}

.row-alt-4 .order-1,
[class*='row-alt'] .row-alt-4 .order-1 {
  order: 1;
}

.row-alt-4 .order-2,
[class*='row-alt'] .row-alt-4 .order-2 {
  order: 2;
}

.row-alt-4 .order-3,
[class*='row-alt'] .row-alt-4 .order-3 {
  order: 3;
}

.row-alt-4 .order-4,
[class*='row-alt'] .row-alt-4 .order-4 {
  order: 4;
}

.row-alt-4 .offset-1,
[class*='row-alt'] .row-alt-4 .offset-1 {
  margin-left: 25%;
}

.row-alt-4 .offset-2,
[class*='row-alt'] .row-alt-4 .offset-2 {
  margin-left: 50%;
}

.row-alt-4 .offset-3,
[class*='row-alt'] .row-alt-4 .offset-3 {
  margin-left: 75%;
}

@media (min-width: 576px) {
  .row-alt-4 .col-sm-1,
  [class*='row-alt'] .row-alt-4 .col-sm-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-alt-4 .col-sm-2,
  [class*='row-alt'] .row-alt-4 .col-sm-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-4 .col-sm-3,
  [class*='row-alt'] .row-alt-4 .col-sm-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-alt-4 .col-sm-4,
  [class*='row-alt'] .row-alt-4 .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-4 .order-sm-first,
  [class*='row-alt'] .row-alt-4 .order-sm-first {
    order: -1;
  }
  .row-alt-4 .order-sm-last,
  [class*='row-alt'] .row-alt-4 .order-sm-last {
    order: 5;
  }
  .row-alt-4 .order-sm-0,
  [class*='row-alt'] .row-alt-4 .order-sm-0 {
    order: 0;
  }
  .row-alt-4 .order-sm-1,
  [class*='row-alt'] .row-alt-4 .order-sm-1 {
    order: 1;
  }
  .row-alt-4 .order-sm-2,
  [class*='row-alt'] .row-alt-4 .order-sm-2 {
    order: 2;
  }
  .row-alt-4 .order-sm-3,
  [class*='row-alt'] .row-alt-4 .order-sm-3 {
    order: 3;
  }
  .row-alt-4 .order-sm-4,
  [class*='row-alt'] .row-alt-4 .order-sm-4 {
    order: 4;
  }
  .row-alt-4 .offset-sm-0,
  [class*='row-alt'] .row-alt-4 .offset-sm-0 {
    margin-left: 0;
  }
  .row-alt-4 .offset-sm-1,
  [class*='row-alt'] .row-alt-4 .offset-sm-1 {
    margin-left: 25%;
  }
  .row-alt-4 .offset-sm-2,
  [class*='row-alt'] .row-alt-4 .offset-sm-2 {
    margin-left: 50%;
  }
  .row-alt-4 .offset-sm-3,
  [class*='row-alt'] .row-alt-4 .offset-sm-3 {
    margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .row-alt-4 .col-md-1,
  [class*='row-alt'] .row-alt-4 .col-md-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-alt-4 .col-md-2,
  [class*='row-alt'] .row-alt-4 .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-4 .col-md-3,
  [class*='row-alt'] .row-alt-4 .col-md-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-alt-4 .col-md-4,
  [class*='row-alt'] .row-alt-4 .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-4 .order-md-first,
  [class*='row-alt'] .row-alt-4 .order-md-first {
    order: -1;
  }
  .row-alt-4 .order-md-last,
  [class*='row-alt'] .row-alt-4 .order-md-last {
    order: 5;
  }
  .row-alt-4 .order-md-0,
  [class*='row-alt'] .row-alt-4 .order-md-0 {
    order: 0;
  }
  .row-alt-4 .order-md-1,
  [class*='row-alt'] .row-alt-4 .order-md-1 {
    order: 1;
  }
  .row-alt-4 .order-md-2,
  [class*='row-alt'] .row-alt-4 .order-md-2 {
    order: 2;
  }
  .row-alt-4 .order-md-3,
  [class*='row-alt'] .row-alt-4 .order-md-3 {
    order: 3;
  }
  .row-alt-4 .order-md-4,
  [class*='row-alt'] .row-alt-4 .order-md-4 {
    order: 4;
  }
  .row-alt-4 .offset-md-0,
  [class*='row-alt'] .row-alt-4 .offset-md-0 {
    margin-left: 0;
  }
  .row-alt-4 .offset-md-1,
  [class*='row-alt'] .row-alt-4 .offset-md-1 {
    margin-left: 25%;
  }
  .row-alt-4 .offset-md-2,
  [class*='row-alt'] .row-alt-4 .offset-md-2 {
    margin-left: 50%;
  }
  .row-alt-4 .offset-md-3,
  [class*='row-alt'] .row-alt-4 .offset-md-3 {
    margin-left: 75%;
  }
}

@media (min-width: 996px) {
  .row-alt-4 .col-lg-1,
  [class*='row-alt'] .row-alt-4 .col-lg-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-alt-4 .col-lg-2,
  [class*='row-alt'] .row-alt-4 .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-4 .col-lg-3,
  [class*='row-alt'] .row-alt-4 .col-lg-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-alt-4 .col-lg-4,
  [class*='row-alt'] .row-alt-4 .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-4 .order-lg-first,
  [class*='row-alt'] .row-alt-4 .order-lg-first {
    order: -1;
  }
  .row-alt-4 .order-lg-last,
  [class*='row-alt'] .row-alt-4 .order-lg-last {
    order: 5;
  }
  .row-alt-4 .order-lg-0,
  [class*='row-alt'] .row-alt-4 .order-lg-0 {
    order: 0;
  }
  .row-alt-4 .order-lg-1,
  [class*='row-alt'] .row-alt-4 .order-lg-1 {
    order: 1;
  }
  .row-alt-4 .order-lg-2,
  [class*='row-alt'] .row-alt-4 .order-lg-2 {
    order: 2;
  }
  .row-alt-4 .order-lg-3,
  [class*='row-alt'] .row-alt-4 .order-lg-3 {
    order: 3;
  }
  .row-alt-4 .order-lg-4,
  [class*='row-alt'] .row-alt-4 .order-lg-4 {
    order: 4;
  }
  .row-alt-4 .offset-lg-0,
  [class*='row-alt'] .row-alt-4 .offset-lg-0 {
    margin-left: 0;
  }
  .row-alt-4 .offset-lg-1,
  [class*='row-alt'] .row-alt-4 .offset-lg-1 {
    margin-left: 25%;
  }
  .row-alt-4 .offset-lg-2,
  [class*='row-alt'] .row-alt-4 .offset-lg-2 {
    margin-left: 50%;
  }
  .row-alt-4 .offset-lg-3,
  [class*='row-alt'] .row-alt-4 .offset-lg-3 {
    margin-left: 75%;
  }
}

@media (min-width: 1440px) {
  .row-alt-4 .col-xl-1,
  [class*='row-alt'] .row-alt-4 .col-xl-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-alt-4 .col-xl-2,
  [class*='row-alt'] .row-alt-4 .col-xl-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-4 .col-xl-3,
  [class*='row-alt'] .row-alt-4 .col-xl-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-alt-4 .col-xl-4,
  [class*='row-alt'] .row-alt-4 .col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-4 .order-xl-first,
  [class*='row-alt'] .row-alt-4 .order-xl-first {
    order: -1;
  }
  .row-alt-4 .order-xl-last,
  [class*='row-alt'] .row-alt-4 .order-xl-last {
    order: 5;
  }
  .row-alt-4 .order-xl-0,
  [class*='row-alt'] .row-alt-4 .order-xl-0 {
    order: 0;
  }
  .row-alt-4 .order-xl-1,
  [class*='row-alt'] .row-alt-4 .order-xl-1 {
    order: 1;
  }
  .row-alt-4 .order-xl-2,
  [class*='row-alt'] .row-alt-4 .order-xl-2 {
    order: 2;
  }
  .row-alt-4 .order-xl-3,
  [class*='row-alt'] .row-alt-4 .order-xl-3 {
    order: 3;
  }
  .row-alt-4 .order-xl-4,
  [class*='row-alt'] .row-alt-4 .order-xl-4 {
    order: 4;
  }
  .row-alt-4 .offset-xl-0,
  [class*='row-alt'] .row-alt-4 .offset-xl-0 {
    margin-left: 0;
  }
  .row-alt-4 .offset-xl-1,
  [class*='row-alt'] .row-alt-4 .offset-xl-1 {
    margin-left: 25%;
  }
  .row-alt-4 .offset-xl-2,
  [class*='row-alt'] .row-alt-4 .offset-xl-2 {
    margin-left: 50%;
  }
  .row-alt-4 .offset-xl-3,
  [class*='row-alt'] .row-alt-4 .offset-xl-3 {
    margin-left: 75%;
  }
}

.row-alt-3 .col-1,
[class*='row-alt'] .row-alt-3 .col-1 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-alt-3 .col-2,
[class*='row-alt'] .row-alt-3 .col-2 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.row-alt-3 .col-3,
[class*='row-alt'] .row-alt-3 .col-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-alt-3 .order-first,
[class*='row-alt'] .row-alt-3 .order-first {
  order: -1;
}

.row-alt-3 .order-last,
[class*='row-alt'] .row-alt-3 .order-last {
  order: 4;
}

.row-alt-3 .order-0,
[class*='row-alt'] .row-alt-3 .order-0 {
  order: 0;
}

.row-alt-3 .order-1,
[class*='row-alt'] .row-alt-3 .order-1 {
  order: 1;
}

.row-alt-3 .order-2,
[class*='row-alt'] .row-alt-3 .order-2 {
  order: 2;
}

.row-alt-3 .order-3,
[class*='row-alt'] .row-alt-3 .order-3 {
  order: 3;
}

.row-alt-3 .offset-1,
[class*='row-alt'] .row-alt-3 .offset-1 {
  margin-left: 33.3333333333%;
}

.row-alt-3 .offset-2,
[class*='row-alt'] .row-alt-3 .offset-2 {
  margin-left: 66.6666666667%;
}

@media (min-width: 576px) {
  .row-alt-3 .col-sm-1,
  [class*='row-alt'] .row-alt-3 .col-sm-1 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-alt-3 .col-sm-2,
  [class*='row-alt'] .row-alt-3 .col-sm-2 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row-alt-3 .col-sm-3,
  [class*='row-alt'] .row-alt-3 .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-3 .order-sm-first,
  [class*='row-alt'] .row-alt-3 .order-sm-first {
    order: -1;
  }
  .row-alt-3 .order-sm-last,
  [class*='row-alt'] .row-alt-3 .order-sm-last {
    order: 4;
  }
  .row-alt-3 .order-sm-0,
  [class*='row-alt'] .row-alt-3 .order-sm-0 {
    order: 0;
  }
  .row-alt-3 .order-sm-1,
  [class*='row-alt'] .row-alt-3 .order-sm-1 {
    order: 1;
  }
  .row-alt-3 .order-sm-2,
  [class*='row-alt'] .row-alt-3 .order-sm-2 {
    order: 2;
  }
  .row-alt-3 .order-sm-3,
  [class*='row-alt'] .row-alt-3 .order-sm-3 {
    order: 3;
  }
  .row-alt-3 .offset-sm-0,
  [class*='row-alt'] .row-alt-3 .offset-sm-0 {
    margin-left: 0;
  }
  .row-alt-3 .offset-sm-1,
  [class*='row-alt'] .row-alt-3 .offset-sm-1 {
    margin-left: 33.3333333333%;
  }
  .row-alt-3 .offset-sm-2,
  [class*='row-alt'] .row-alt-3 .offset-sm-2 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .row-alt-3 .col-md-1,
  [class*='row-alt'] .row-alt-3 .col-md-1 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-alt-3 .col-md-2,
  [class*='row-alt'] .row-alt-3 .col-md-2 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row-alt-3 .col-md-3,
  [class*='row-alt'] .row-alt-3 .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-3 .order-md-first,
  [class*='row-alt'] .row-alt-3 .order-md-first {
    order: -1;
  }
  .row-alt-3 .order-md-last,
  [class*='row-alt'] .row-alt-3 .order-md-last {
    order: 4;
  }
  .row-alt-3 .order-md-0,
  [class*='row-alt'] .row-alt-3 .order-md-0 {
    order: 0;
  }
  .row-alt-3 .order-md-1,
  [class*='row-alt'] .row-alt-3 .order-md-1 {
    order: 1;
  }
  .row-alt-3 .order-md-2,
  [class*='row-alt'] .row-alt-3 .order-md-2 {
    order: 2;
  }
  .row-alt-3 .order-md-3,
  [class*='row-alt'] .row-alt-3 .order-md-3 {
    order: 3;
  }
  .row-alt-3 .offset-md-0,
  [class*='row-alt'] .row-alt-3 .offset-md-0 {
    margin-left: 0;
  }
  .row-alt-3 .offset-md-1,
  [class*='row-alt'] .row-alt-3 .offset-md-1 {
    margin-left: 33.3333333333%;
  }
  .row-alt-3 .offset-md-2,
  [class*='row-alt'] .row-alt-3 .offset-md-2 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 996px) {
  .row-alt-3 .col-lg-1,
  [class*='row-alt'] .row-alt-3 .col-lg-1 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-alt-3 .col-lg-2,
  [class*='row-alt'] .row-alt-3 .col-lg-2 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row-alt-3 .col-lg-3,
  [class*='row-alt'] .row-alt-3 .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-3 .order-lg-first,
  [class*='row-alt'] .row-alt-3 .order-lg-first {
    order: -1;
  }
  .row-alt-3 .order-lg-last,
  [class*='row-alt'] .row-alt-3 .order-lg-last {
    order: 4;
  }
  .row-alt-3 .order-lg-0,
  [class*='row-alt'] .row-alt-3 .order-lg-0 {
    order: 0;
  }
  .row-alt-3 .order-lg-1,
  [class*='row-alt'] .row-alt-3 .order-lg-1 {
    order: 1;
  }
  .row-alt-3 .order-lg-2,
  [class*='row-alt'] .row-alt-3 .order-lg-2 {
    order: 2;
  }
  .row-alt-3 .order-lg-3,
  [class*='row-alt'] .row-alt-3 .order-lg-3 {
    order: 3;
  }
  .row-alt-3 .offset-lg-0,
  [class*='row-alt'] .row-alt-3 .offset-lg-0 {
    margin-left: 0;
  }
  .row-alt-3 .offset-lg-1,
  [class*='row-alt'] .row-alt-3 .offset-lg-1 {
    margin-left: 33.3333333333%;
  }
  .row-alt-3 .offset-lg-2,
  [class*='row-alt'] .row-alt-3 .offset-lg-2 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .row-alt-3 .col-xl-1,
  [class*='row-alt'] .row-alt-3 .col-xl-1 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-alt-3 .col-xl-2,
  [class*='row-alt'] .row-alt-3 .col-xl-2 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row-alt-3 .col-xl-3,
  [class*='row-alt'] .row-alt-3 .col-xl-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-3 .order-xl-first,
  [class*='row-alt'] .row-alt-3 .order-xl-first {
    order: -1;
  }
  .row-alt-3 .order-xl-last,
  [class*='row-alt'] .row-alt-3 .order-xl-last {
    order: 4;
  }
  .row-alt-3 .order-xl-0,
  [class*='row-alt'] .row-alt-3 .order-xl-0 {
    order: 0;
  }
  .row-alt-3 .order-xl-1,
  [class*='row-alt'] .row-alt-3 .order-xl-1 {
    order: 1;
  }
  .row-alt-3 .order-xl-2,
  [class*='row-alt'] .row-alt-3 .order-xl-2 {
    order: 2;
  }
  .row-alt-3 .order-xl-3,
  [class*='row-alt'] .row-alt-3 .order-xl-3 {
    order: 3;
  }
  .row-alt-3 .offset-xl-0,
  [class*='row-alt'] .row-alt-3 .offset-xl-0 {
    margin-left: 0;
  }
  .row-alt-3 .offset-xl-1,
  [class*='row-alt'] .row-alt-3 .offset-xl-1 {
    margin-left: 33.3333333333%;
  }
  .row-alt-3 .offset-xl-2,
  [class*='row-alt'] .row-alt-3 .offset-xl-2 {
    margin-left: 66.6666666667%;
  }
}

.row-alt-2 .col-1,
[class*='row-alt'] .row-alt-2 .col-1 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-alt-2 .col-2,
[class*='row-alt'] .row-alt-2 .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-alt-2 .order-first,
[class*='row-alt'] .row-alt-2 .order-first {
  order: -1;
}

.row-alt-2 .order-last,
[class*='row-alt'] .row-alt-2 .order-last {
  order: 3;
}

.row-alt-2 .order-0,
[class*='row-alt'] .row-alt-2 .order-0 {
  order: 0;
}

.row-alt-2 .order-1,
[class*='row-alt'] .row-alt-2 .order-1 {
  order: 1;
}

.row-alt-2 .order-2,
[class*='row-alt'] .row-alt-2 .order-2 {
  order: 2;
}

.row-alt-2 .offset-1,
[class*='row-alt'] .row-alt-2 .offset-1 {
  margin-left: 50%;
}

@media (min-width: 576px) {
  .row-alt-2 .col-sm-1,
  [class*='row-alt'] .row-alt-2 .col-sm-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-2 .col-sm-2,
  [class*='row-alt'] .row-alt-2 .col-sm-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-2 .order-sm-first,
  [class*='row-alt'] .row-alt-2 .order-sm-first {
    order: -1;
  }
  .row-alt-2 .order-sm-last,
  [class*='row-alt'] .row-alt-2 .order-sm-last {
    order: 3;
  }
  .row-alt-2 .order-sm-0,
  [class*='row-alt'] .row-alt-2 .order-sm-0 {
    order: 0;
  }
  .row-alt-2 .order-sm-1,
  [class*='row-alt'] .row-alt-2 .order-sm-1 {
    order: 1;
  }
  .row-alt-2 .order-sm-2,
  [class*='row-alt'] .row-alt-2 .order-sm-2 {
    order: 2;
  }
  .row-alt-2 .offset-sm-0,
  [class*='row-alt'] .row-alt-2 .offset-sm-0 {
    margin-left: 0;
  }
  .row-alt-2 .offset-sm-1,
  [class*='row-alt'] .row-alt-2 .offset-sm-1 {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .row-alt-2 .col-md-1,
  [class*='row-alt'] .row-alt-2 .col-md-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-2 .col-md-2,
  [class*='row-alt'] .row-alt-2 .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-2 .order-md-first,
  [class*='row-alt'] .row-alt-2 .order-md-first {
    order: -1;
  }
  .row-alt-2 .order-md-last,
  [class*='row-alt'] .row-alt-2 .order-md-last {
    order: 3;
  }
  .row-alt-2 .order-md-0,
  [class*='row-alt'] .row-alt-2 .order-md-0 {
    order: 0;
  }
  .row-alt-2 .order-md-1,
  [class*='row-alt'] .row-alt-2 .order-md-1 {
    order: 1;
  }
  .row-alt-2 .order-md-2,
  [class*='row-alt'] .row-alt-2 .order-md-2 {
    order: 2;
  }
  .row-alt-2 .offset-md-0,
  [class*='row-alt'] .row-alt-2 .offset-md-0 {
    margin-left: 0;
  }
  .row-alt-2 .offset-md-1,
  [class*='row-alt'] .row-alt-2 .offset-md-1 {
    margin-left: 50%;
  }
}

@media (min-width: 996px) {
  .row-alt-2 .col-lg-1,
  [class*='row-alt'] .row-alt-2 .col-lg-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-2 .col-lg-2,
  [class*='row-alt'] .row-alt-2 .col-lg-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-2 .order-lg-first,
  [class*='row-alt'] .row-alt-2 .order-lg-first {
    order: -1;
  }
  .row-alt-2 .order-lg-last,
  [class*='row-alt'] .row-alt-2 .order-lg-last {
    order: 3;
  }
  .row-alt-2 .order-lg-0,
  [class*='row-alt'] .row-alt-2 .order-lg-0 {
    order: 0;
  }
  .row-alt-2 .order-lg-1,
  [class*='row-alt'] .row-alt-2 .order-lg-1 {
    order: 1;
  }
  .row-alt-2 .order-lg-2,
  [class*='row-alt'] .row-alt-2 .order-lg-2 {
    order: 2;
  }
  .row-alt-2 .offset-lg-0,
  [class*='row-alt'] .row-alt-2 .offset-lg-0 {
    margin-left: 0;
  }
  .row-alt-2 .offset-lg-1,
  [class*='row-alt'] .row-alt-2 .offset-lg-1 {
    margin-left: 50%;
  }
}

@media (min-width: 1440px) {
  .row-alt-2 .col-xl-1,
  [class*='row-alt'] .row-alt-2 .col-xl-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-alt-2 .col-xl-2,
  [class*='row-alt'] .row-alt-2 .col-xl-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-2 .order-xl-first,
  [class*='row-alt'] .row-alt-2 .order-xl-first {
    order: -1;
  }
  .row-alt-2 .order-xl-last,
  [class*='row-alt'] .row-alt-2 .order-xl-last {
    order: 3;
  }
  .row-alt-2 .order-xl-0,
  [class*='row-alt'] .row-alt-2 .order-xl-0 {
    order: 0;
  }
  .row-alt-2 .order-xl-1,
  [class*='row-alt'] .row-alt-2 .order-xl-1 {
    order: 1;
  }
  .row-alt-2 .order-xl-2,
  [class*='row-alt'] .row-alt-2 .order-xl-2 {
    order: 2;
  }
  .row-alt-2 .offset-xl-0,
  [class*='row-alt'] .row-alt-2 .offset-xl-0 {
    margin-left: 0;
  }
  .row-alt-2 .offset-xl-1,
  [class*='row-alt'] .row-alt-2 .offset-xl-1 {
    margin-left: 50%;
  }
}

.row-alt-1 .col-1,
[class*='row-alt'] .row-alt-1 .col-1 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-alt-1 .order-first,
[class*='row-alt'] .row-alt-1 .order-first {
  order: -1;
}

.row-alt-1 .order-last,
[class*='row-alt'] .row-alt-1 .order-last {
  order: 2;
}

.row-alt-1 .order-0,
[class*='row-alt'] .row-alt-1 .order-0 {
  order: 0;
}

.row-alt-1 .order-1,
[class*='row-alt'] .row-alt-1 .order-1 {
  order: 1;
}

@media (min-width: 576px) {
  .row-alt-1 .col-sm-1,
  [class*='row-alt'] .row-alt-1 .col-sm-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-1 .order-sm-first,
  [class*='row-alt'] .row-alt-1 .order-sm-first {
    order: -1;
  }
  .row-alt-1 .order-sm-last,
  [class*='row-alt'] .row-alt-1 .order-sm-last {
    order: 2;
  }
  .row-alt-1 .order-sm-0,
  [class*='row-alt'] .row-alt-1 .order-sm-0 {
    order: 0;
  }
  .row-alt-1 .order-sm-1,
  [class*='row-alt'] .row-alt-1 .order-sm-1 {
    order: 1;
  }
  .row-alt-1 .offset-sm-0,
  [class*='row-alt'] .row-alt-1 .offset-sm-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .row-alt-1 .col-md-1,
  [class*='row-alt'] .row-alt-1 .col-md-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-1 .order-md-first,
  [class*='row-alt'] .row-alt-1 .order-md-first {
    order: -1;
  }
  .row-alt-1 .order-md-last,
  [class*='row-alt'] .row-alt-1 .order-md-last {
    order: 2;
  }
  .row-alt-1 .order-md-0,
  [class*='row-alt'] .row-alt-1 .order-md-0 {
    order: 0;
  }
  .row-alt-1 .order-md-1,
  [class*='row-alt'] .row-alt-1 .order-md-1 {
    order: 1;
  }
  .row-alt-1 .offset-md-0,
  [class*='row-alt'] .row-alt-1 .offset-md-0 {
    margin-left: 0;
  }
}

@media (min-width: 996px) {
  .row-alt-1 .col-lg-1,
  [class*='row-alt'] .row-alt-1 .col-lg-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-1 .order-lg-first,
  [class*='row-alt'] .row-alt-1 .order-lg-first {
    order: -1;
  }
  .row-alt-1 .order-lg-last,
  [class*='row-alt'] .row-alt-1 .order-lg-last {
    order: 2;
  }
  .row-alt-1 .order-lg-0,
  [class*='row-alt'] .row-alt-1 .order-lg-0 {
    order: 0;
  }
  .row-alt-1 .order-lg-1,
  [class*='row-alt'] .row-alt-1 .order-lg-1 {
    order: 1;
  }
  .row-alt-1 .offset-lg-0,
  [class*='row-alt'] .row-alt-1 .offset-lg-0 {
    margin-left: 0;
  }
}

@media (min-width: 1440px) {
  .row-alt-1 .col-xl-1,
  [class*='row-alt'] .row-alt-1 .col-xl-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-alt-1 .order-xl-first,
  [class*='row-alt'] .row-alt-1 .order-xl-first {
    order: -1;
  }
  .row-alt-1 .order-xl-last,
  [class*='row-alt'] .row-alt-1 .order-xl-last {
    order: 2;
  }
  .row-alt-1 .order-xl-0,
  [class*='row-alt'] .row-alt-1 .order-xl-0 {
    order: 0;
  }
  .row-alt-1 .order-xl-1,
  [class*='row-alt'] .row-alt-1 .order-xl-1 {
    order: 1;
  }
  .row-alt-1 .offset-xl-0,
  [class*='row-alt'] .row-alt-1 .offset-xl-0 {
    margin-left: 0;
  }
}

.row {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
@media (min-width: 576px) {
  .row {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
@media (min-width: 768px) {
  .row {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
}
@media (min-width: 996px) {
  .row {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
}
@media (min-width: 1440px) {
  .row {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
}
.row &gt; [class*='col'] {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .row &gt; [class*='col'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .row &gt; [class*='col'] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 996px) {
  .row &gt; [class*='col'] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1440px) {
  .row &gt; [class*='col'] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.row.grid {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 576px) {
  .row.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .row.grid {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 996px) {
  .row.grid {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 1440px) {
  .row.grid {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
.row.grid &gt; [class*='col'] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .row.grid &gt; [class*='col'] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .row.grid &gt; [class*='col'] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 996px) {
  .row.grid &gt; [class*='col'] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .row.grid &gt; [class*='col'] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0;
}
@media (min-width: 576px) {
  .row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 996px) {
  .row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1440px) {
  .row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.Aside .row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; *:first-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; *:last-child {
  padding-right: 0 !important;
}
.row.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; *.media {
  padding: 0;
}
.row.grid &gt; [class*='col'] &gt; * {
  flex-grow: 1;
}
.row.grid &gt; [class*='col'] &gt; *:last-child {
  margin-bottom: 0;
}
.row.grid.flex-column &gt; [class*='col-'],
.row.grid.flex-column-reverse &gt; [class*='col-'] {
  max-width: none !important;
}
.row.grid.flex-column &gt; .col-auto,
.row.grid.flex-column-reverse &gt; .col-auto {
  width: 100%;
}
.row.flex-nowrap &gt; [class*='col'] {
  flex-grow: 1;
  flex-shrink: 1;
}
.row.flex-nowrap.grid &gt; [class*='col'] {
  display: flex;
  flex-direction: column;
}
.row.flex-nowrap.grid &gt; [class*='col'] &gt; * {
  flex-grow: 1;
}
.row.flex-nowrap.grid.flex-column &gt; [class*='col-'],
.row.flex-nowrap.grid.flex-column-reverse &gt; [class*='col-'] {
  flex-direction: row;
}
.row.justify-content-start {
  justify-content: flex-start;
}
.row.justify-content-end {
  justify-content: flex-end;
}
.row.justify-content-center {
  justify-content: center;
}
.row.justify-content-space-between {
  justify-content: space-between;
}
.row.justify-content-space-around {
  justify-content: space-around;
}
.row.flex-fit &gt; [class*='col-'] {
  flex-grow: 1 !important;
  flex-shrink: 1 !important;
}
.row.align-items-start {
  align-items: flex-start;
}
.row.align-items-end {
  align-items: flex-end;
}
.row.align-items-center {
  align-items: center;
}
.row.align-items-stretch {
  align-items: stretch;
}
.row.gutters-none {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
@media (min-width: 576px) {
  .row.gutters-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (min-width: 768px) {
  .row.gutters-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (min-width: 996px) {
  .row.gutters-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media (min-width: 1440px) {
  .row.gutters-none {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
.row.gutters-none &gt; [class*='col'] {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 576px) {
  .row.gutters-none &gt; [class*='col'] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-none &gt; [class*='col'] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-none &gt; [class*='col'] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-none &gt; [class*='col'] {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.row.gutters-none.grid {
  margin-top: 0rem;
  margin-bottom: 0rem;
  align-items: stretch;
}
@media (min-width: 576px) {
  .row.gutters-none.grid {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-none.grid {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-none.grid {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-none.grid {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
.row.gutters-none.grid &gt; [class*='col'] {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 576px) {
  .row.gutters-none.grid &gt; [class*='col'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-none.grid &gt; [class*='col'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-none.grid &gt; [class*='col'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-none.grid &gt; [class*='col'] {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.row.gutters-none.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 576px) {
  .row.gutters-none.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-none.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-none.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-none.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.row.gutters-xs {
  margin-left: -0.0625rem !important;
  margin-right: -0.0625rem !important;
}
@media (min-width: 576px) {
  .row.gutters-xs {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }
}
@media (min-width: 768px) {
  .row.gutters-xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
}
@media (min-width: 996px) {
  .row.gutters-xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xs {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
}
.row.gutters-xs &gt; [class*='col'] {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}
@media (min-width: 576px) {
  .row.gutters-xs &gt; [class*='col'] {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xs &gt; [class*='col'] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xs &gt; [class*='col'] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xs &gt; [class*='col'] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.row.gutters-xs.grid {
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
  align-items: stretch;
}
@media (min-width: 576px) {
  .row.gutters-xs.grid {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xs.grid {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xs.grid {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xs.grid {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
.row.gutters-xs.grid &gt; [class*='col'] {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
@media (min-width: 576px) {
  .row.gutters-xs.grid &gt; [class*='col'] {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xs.grid &gt; [class*='col'] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xs.grid &gt; [class*='col'] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xs.grid &gt; [class*='col'] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.row.gutters-xs.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 0.0625rem;
  padding-right: 0.0625rem;
}
@media (min-width: 576px) {
  .row.gutters-xs.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xs.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xs.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xs.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
.row.gutters-sm {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}
@media (min-width: 576px) {
  .row.gutters-sm {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
}
@media (min-width: 768px) {
  .row.gutters-sm {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}
@media (min-width: 996px) {
  .row.gutters-sm {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .row.gutters-sm {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}
.row.gutters-sm &gt; [class*='col'] {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
@media (min-width: 576px) {
  .row.gutters-sm &gt; [class*='col'] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-sm &gt; [class*='col'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-sm &gt; [class*='col'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-sm &gt; [class*='col'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.row.gutters-sm.grid {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  align-items: stretch;
}
@media (min-width: 576px) {
  .row.gutters-sm.grid {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-sm.grid {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-sm.grid {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-sm.grid {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
.row.gutters-sm.grid &gt; [class*='col'] {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
@media (min-width: 576px) {
  .row.gutters-sm.grid &gt; [class*='col'] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-sm.grid &gt; [class*='col'] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-sm.grid &gt; [class*='col'] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-sm.grid &gt; [class*='col'] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.row.gutters-sm.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
@media (min-width: 576px) {
  .row.gutters-sm.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-sm.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-sm.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-sm.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.row.gutters-md {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
@media (min-width: 576px) {
  .row.gutters-md {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}
@media (min-width: 768px) {
  .row.gutters-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
@media (min-width: 996px) {
  .row.gutters-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
@media (min-width: 1440px) {
  .row.gutters-md {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
}
.row.gutters-md &gt; [class*='col'] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 576px) {
  .row.gutters-md &gt; [class*='col'] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-md &gt; [class*='col'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-md &gt; [class*='col'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-md &gt; [class*='col'] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row.gutters-md.grid {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  align-items: stretch;
}
@media (min-width: 576px) {
  .row.gutters-md.grid {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-md.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-md.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-md.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.row.gutters-md.grid &gt; [class*='col'] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .row.gutters-md.grid &gt; [class*='col'] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-md.grid &gt; [class*='col'] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-md.grid &gt; [class*='col'] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-md.grid &gt; [class*='col'] {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.row.gutters-md.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 576px) {
  .row.gutters-md.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-md.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-md.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-md.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row.gutters-lg {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
@media (min-width: 576px) {
  .row.gutters-lg {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
@media (min-width: 768px) {
  .row.gutters-lg {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}
@media (min-width: 996px) {
  .row.gutters-lg {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}
@media (min-width: 1440px) {
  .row.gutters-lg {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
}
.row.gutters-lg &gt; [class*='col'] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {
  .row.gutters-lg &gt; [class*='col'] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-lg &gt; [class*='col'] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-lg &gt; [class*='col'] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-lg &gt; [class*='col'] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.row.gutters-lg.grid {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  align-items: stretch;
}
.container &gt; .row.gutters-lg.grid:first-child {
  margin-top: 0.5rem;
}
.container &gt; .row.gutters-lg.grid:last-child {
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .row.gutters-lg.grid {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .container &gt; .row.gutters-lg.grid:first-child {
    margin-top: 1rem;
  }
  .container &gt; .row.gutters-lg.grid:last-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-lg.grid {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .container &gt; .row.gutters-lg.grid:first-child {
    margin-top: 2rem;
  }
  .container &gt; .row.gutters-lg.grid:last-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-lg.grid {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .container &gt; .row.gutters-lg.grid:first-child {
    margin-top: 2rem;
  }
  .container &gt; .row.gutters-lg.grid:last-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-lg.grid {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .container &gt; .row.gutters-lg.grid:first-child {
    margin-top: 2rem;
  }
  .container &gt; .row.gutters-lg.grid:last-child {
    margin-bottom: 2rem;
  }
}
.row.gutters-lg.grid &gt; [class*='col'] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .row.gutters-lg.grid &gt; [class*='col'] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-lg.grid &gt; [class*='col'] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-lg.grid &gt; [class*='col'] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-lg.grid &gt; [class*='col'] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.row.gutters-lg.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 576px) {
  .row.gutters-lg.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-lg.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-lg.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-lg.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.row.gutters-xl {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media (min-width: 576px) {
  .row.gutters-xl {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
}
@media (min-width: 768px) {
  .row.gutters-xl {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}
@media (min-width: 996px) {
  .row.gutters-xl {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xl {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
}
.row.gutters-xl &gt; [class*='col'] {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .row.gutters-xl &gt; [class*='col'] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xl &gt; [class*='col'] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xl &gt; [class*='col'] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xl &gt; [class*='col'] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.row.gutters-xl.grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
  align-items: stretch;
}
.container &gt; .row.gutters-xl.grid:first-child {
  margin-top: 1rem;
}
.container &gt; .row.gutters-xl.grid:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .row.gutters-xl.grid {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .container &gt; .row.gutters-xl.grid:first-child {
    margin-top: 2rem;
  }
  .container &gt; .row.gutters-xl.grid:last-child {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xl.grid {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .container &gt; .row.gutters-xl.grid:first-child {
    margin-top: 4rem;
  }
  .container &gt; .row.gutters-xl.grid:last-child {
    margin-bottom: 4rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xl.grid {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .container &gt; .row.gutters-xl.grid:first-child {
    margin-top: 4rem;
  }
  .container &gt; .row.gutters-xl.grid:last-child {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xl.grid {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .container &gt; .row.gutters-xl.grid:first-child {
    margin-top: 4rem;
  }
  .container &gt; .row.gutters-xl.grid:last-child {
    margin-bottom: 4rem;
  }
}
.row.gutters-xl.grid &gt; [class*='col'] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .row.gutters-xl.grid &gt; [class*='col'] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xl.grid &gt; [class*='col'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xl.grid &gt; [class*='col'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xl.grid &gt; [class*='col'] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.row.gutters-xl.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .row.gutters-xl.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .row.gutters-xl.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 996px) {
  .row.gutters-xl.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xl.grid &gt; [class*='col'] &gt; .thumbnail.d-flex &gt; * {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.block {
  margin: 4rem 0;
}
.block:first-child,
.block + .block,
.block + .hr {
  margin-top: 0 !important;
}
.block:last-child {
  margin-bottom: 0 !important;
}
.block.paragraph {
  margin: 2rem 0;
}

.hr {
  border: 0;
  border-top: solid 0.3rem;
  margin: 4rem 0;
}
.hr:first-child,
.hr + .block,
.hr + .hr {
  margin-top: 0 !important;
}
.hr:last-child {
  margin-bottom: 0 !important;
}
.hr.hrBackground {
  border: none;
  background: center;
  background-size: cover;
  height: 3.2rem;
}
@media (min-width: 768px) {
  .hr.hrBackground {
    height: 8rem;
  }
}
.hr.hrInvisible {
  height: 1px;
  border-top: solid 0rem;
}

.icon svg *:not([fill]) {
  fill: currentColor;
}

.icon {
  flex: 0 0 auto;
  display: inline-flex;
  height: 1.6rem;
  width: 1.6rem;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.icon svg {
  display: block;
  position: initial !important;
  width: 100% !important;
  height: 100% !important;
}
.icon svg *:not([fill]) {
  fill: currentColor;
}
.icon.rounded {
  position: relative;
  padding: 0.5rem;
}
.icon.rounded .round {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.icon.rounded .round *:not([fill]) {
  fill: currentColor;
}
.icon.rounded svg:not(.round) {
  position: relative;
}
.icon.rounded svg:not(.round) *:not([fill]) {
  fill: #ffffff;
}

html {
  font-size: 62.5%;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

svg * {
  fill: currentColor;
}

h1,
.h1,
h2:not(.lead),
.h2,
h3,
.h3,
.title {
  font-weight: 700;
  text-transform: uppercase;
}

h4,
.h4,
h5,
.h5,
.subtitle {
  font-family: sans-serif;
}

h1,
.h1 {
  line-height: 1;
}

h2,
.h2 {
  line-height: 1.1;
}

h3,
.h3 {
  line-height: 1.2;
}

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

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

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

.list-unstyled {
  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: 1.6rem;
}

.text {
  flex: 1 1 auto;
}

.paragraph {
  /*p {
  margin-bottom: 0.1rem;
}*/
}
.paragraph a {
  text-decoration: underline;
}

.legend {
  font-size: 0.8rem;
  flex: 1 1 100%;
  margin: 0;
}

.lead.block {
  font-weight: 600;
  color: currentColor !important;
}

.date &gt; .lead {
  color: inherit !important;
}

.social-networks {
  display: flex;
  flex-flow: row-reverse;
  margin-top: -5rem;
}
.social-networks .nav {
  margin-bottom: 2rem;
}
.social-networks .nav &gt; li {
  margin-left: 1rem;
}

.artist {
  font-size: 1.4rem;
  text-transform: capitalize;
}

.album {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  text-transform: capitalize;
}

.EpisodePodcast .buttons a.btn .icon,
.EpisodePodcast .buttons a.btn-ecoute-link .icon {
  height: 1.75em;
  width: 1.75em;
}

.EpisodePodcast .buttons .btn:not(a) .icon,
.EpisodePodcast .buttons .btn-ecoute-link:not(a) .icon {
  height: 1.5rem;
  width: 1.5rem;
}

.buttons .btn .icon,
.buttons .btn-ecoute-link .icon {
  height: 1rem;
  width: 1rem;
}
.buttons .btn .icon:first-child,
.buttons .btn-ecoute-link .icon:first-child {
  margin-right: 1rem;
}
.buttons .btn .icon:last-child,
.buttons .btn-ecoute-link .icon:last-child {
  margin-left: 1rem;
}

.buttons .separator {
  display: inline-block;
  margin: 0 0.2rem;
  line-height: 1rem;
  transform: translateY(0.2rem);
}

pre,
code {
  padding: 0.3rem 0.8rem;
}

cite,
blockquote {
  font-style: italic;
  padding-left: 0.5rem;
  border-left: solid 0.3rem #9f9f9f;
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 4rem;
  margin-left: -5px;
  margin-right: -5px;
}
.Aside .form-row {
  flex-wrap: wrap;
}
.Aside .form-row .form-group {
  margin-bottom: 1rem !important;
}
.Aside .form-row .form-group input {
  width: auto;
}
.Aside .form-row .form-group label {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0;
}
.Aside .form-row .form-footer {
  flex: 1 1 100%;
  display: flex;
  margin-top: 1rem !important;
}
.Aside .form-row .form-footer .btn:only-child,
.Aside .form-row .form-footer .btn-ecoute-link:only-child {
  flex: 1 1 100%;
}
@media (max-width: 767.98px) {
  .form-row {
    flex-wrap: wrap;
  }
  .form-row .form-group {
    margin-bottom: 1rem !important;
  }
  .form-row .form-group input {
    width: auto;
  }
  .form-row .form-group label {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0;
  }
  .form-row .form-footer {
    flex: 1 1 100%;
    display: flex;
    margin-top: 1rem !important;
  }
  .form-row .form-footer .btn:only-child,
  .form-row .form-footer .btn-ecoute-link:only-child {
    flex: 1 1 100%;
  }
}
.form-row &gt; * {
  flex: 1 1 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 5px;
  margin-right: 5px;
}
.form-row &gt; .form-footer {
  flex: 0 0 auto;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 3.2rem + 4px);
  padding: 1.6rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1e1e;
  background-color: #ffffff;
  border: 2px solid #9f9f9f;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(17, 17, 17, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 77, 72, 0.25);
}
.form-control::placeholder {
  color: #9f9f9f;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #9f9f9f;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #9f9f9f;
  background-color: #ffffff;
}

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

.form-control-sm {
  height: calc(1.5em + 1.6rem + 4px);
  padding: 0.8rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 4.8rem + 4px);
  padding: 2.4rem 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

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

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

.invalid-feedback {
  color: #ee0044;
}

.is-invalid .form-control {
  border-color: #ee0044;
}
.is-invalid .form-control:focus {
  border-color: #ee0044;
  box-shadow: 0 0 0 0.2rem rgba(238, 0, 68, 0.25);
}

.is-invalid .form-check-input ~ .form-check-label {
  color: #ee0044;
}

.is-invalid .custom-control-input ~ .custom-control-label {
  color: #ee0044;
}
.is-invalid .custom-control-input ~ .custom-control-label::before {
  border-color: #ee0044;
}

.is-invalid .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ee0044;
  background: #ee0044;
}

.is-invalid .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(238, 0, 68, 0.25);
}

.is-invalid
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #ee0044;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 2.4rem;
  padding-left: 2.5rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #9f9f9f;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #9f9f9f;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -2.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: '';
  background-color: #ffffff;
  border: #9f9f9f solid 2px;
  box-shadow: inset 0 1px 1px rgba(17, 17, 17, 0.075);
}
.custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -2.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'&gt;&lt;path fill='#ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/&gt;&lt;/svg&gt;");
}

.custom-checkbox small {
  display: block;
}

.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,&lt;svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'&gt;&lt;circle r='3' fill='#ffffff'/&gt;&lt;/svg&gt;");
}

.custom-radio small {
  display: block;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(197, 77, 72, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(197, 77, 72, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(197, 77, 72, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(17, 17, 17, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #9f9f9f;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(17, 17, 17, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(17, 17, 17, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #9f9f9f;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(17, 17, 17, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(17, 17, 17, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(17, 17, 17, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #9f9f9f;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #9f9f9f;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9f9f9f;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #9f9f9f;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #9f9f9f;
}

.btn,
.btn-ecoute-link {
  display: inline-block;
  align-self: flex-start;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-width: 0.2rem;
  border-style: solid;
  padding: 1.6rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 10rem;
  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;
}
.btn:hover,
.btn-ecoute-link:hover {
  text-decoration: none;
}
.btn:focus,
.btn-ecoute-link:focus,
.btn.focus,
.focus.btn-ecoute-link {
  outline: 0;
}
.btn.disabled,
.disabled.btn-ecoute-link,
.btn:disabled,
.btn-ecoute-link:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled),
.btn-ecoute-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
a.disabled.btn-ecoute-link,
fieldset:disabled a.btn,
fieldset:disabled a.btn-ecoute-link {
  pointer-events: none;
}

.btn--link {
  font-weight: 400;
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn--link:hover {
  text-decoration: underline;
}
.btn--link:focus,
.btn--link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn--link:disabled,
.btn--link.disabled {
  pointer-events: none;
}

.btn-lg {
  padding: 2.4rem 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 10rem;
}

.btn-sm {
  padding: 0.8rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 10rem;
}

.btn-xs {
  padding: 0 0;
  font-size: 1.12rem;
  line-height: 1;
  border-radius: 10rem;
}

.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%;
}

.btn,
.btn-ecoute-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  min-width: 5.6rem;
}
.btn .icon,
.btn-ecoute-link .icon {
  flex: 0 0 auto;
  margin: 0;
  height: 1.75em;
  width: 1.75em;
}
.btn .text,
.btn-ecoute-link .text {
  flex: 1 1 100%;
  text-align: left;
}
.btn .text + .Picto,
.btn-ecoute-link .text + .Picto {
  margin-left: 0.5rem;
}
.btn.btn-block,
.btn-block.btn-ecoute-link {
  display: flex;
  justify-content: center;
}
.btn.btn-block .text,
.btn-block.btn-ecoute-link .text,
.btn.btn-block .picto,
.btn-block.btn-ecoute-link .picto {
  flex: 0 1 auto;
}

.btn-lg {
  min-width: 7.8rem;
}

.btn-sm {
  min-width: 3.7rem;
}

.btn-xs {
  min-width: 1.12rem;
}

.buttons {
  text-align: center;
}
.EpisodePodcast .buttons {
  text-align: left;
}
.buttons .btn,
.buttons .btn-ecoute-link {
  margin: 0 0.5rem 1rem;
}

.badge {
  display: inline-flex;
  margin: 1rem;
  align-items: center;
  padding: 1.6rem 1.6rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge-sm {
  padding: 0.8rem 1.6rem;
}
.thumbnail .badge {
  margin: 0 !important;
  margin-right: 10px !important;
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.list-inline .badge {
  margin: 0;
}

.badge-pill {
  border-radius: 10rem;
}

.badges {
  margin-bottom: 0.5rem !important;
}
.badges .badge {
  margin: 0;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.badges .badge-category {
  margin: 0.5rem 0.8rem 0.5rem 0;
  padding: 0.8rem;
  font-size: 2rem;
}

.heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.6rem;
}
.heading a {
  color: inherit;
}
.heading a:hover,
.heading a:focus {
  text-decoration: underline;
}
.heading a .icon {
  width: 2rem;
  height: 2rem;
  margin: '0 -1rem 0 0.1rem';
  transform: translateY(0.5rem);
}
.heading .Title {
  color: inherit;
}

.media {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.media-max-height-lg .media {
  display: flex;
  align-items: center;
  max-height: 80vh;
}
@media (min-width: 996px) {
  .media-max-height-lg .media {
    max-height: 80rem;
  }
}
.media-max-height-md .media {
  display: flex;
  align-items: center;
  max-height: 70vh;
}
@media (min-width: 996px) {
  .media-max-height-md .media {
    max-height: 70rem;
  }
}
.media-max-height-sm .media {
  display: flex;
  align-items: center;
  max-height: 60vh;
}
@media (min-width: 996px) {
  .media-max-height-sm .media {
    max-height: 60rem;
  }
}
.media + * {
  margin-top: 1rem;
}
.rounded.media .badge:not(.badge-pill) {
  border-radius: 1.1rem;
}
.media img {
  width: 100%;
}
.rounded.media img {
  border-radius: 1.6rem;
}
.media .img {
  position: relative;
  display: block;
}
.media .img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.media .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
}
.media .img .icon svg {
  height: 5rem !important;
  width: auto !important;
  max-width: 80%;
}
.rounded.media .actions {
  border-radius: 1.6rem;
}
.media .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.rounded.media .overlay {
  border-radius: 1.6rem;
}
.media .overlay .row {
  flex: 1 1 auto;
}
.media .overlay .btn,
.media .overlay .btn-ecoute-link {
  align-self: initial;
}
.media .overlay .btn .icon,
.media .overlay .btn-ecoute-link .icon {
  height: 1.6rem;
  width: 1.6rem;
  margin: 0.8rem;
}
.media .overlay .btn.btn-sm .icon,
.media .overlay .btn-sm.btn-ecoute-link .icon {
  height: 1.4rem;
}
.media .overlay .btn.btn-lg .icon,
.media .overlay .btn-lg.btn-ecoute-link .icon {
  height: 2rem;
}
.media .badge.time {
  padding: 0.8rem 0.8rem;
}
.media[class*='ratio--'] {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.media[class*='ratio--']:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
}
.media[class*='ratio--'] img {
  position: absolute;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.media.ratio--4-7:after {
  padding-top: 175%;
}
.media.ratio--1-1:after {
  padding-top: 100%;
}
.media.ratio--4-3:after {
  padding-top: 75%;
}
.media.ratio--16-9:after {
  padding-top: 56.25%;
}

.thumbnail {
  display: block;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.EpisodePodcast .thumbnail .resume .h3:not(:first-child) {
  margin-top: 1.3em;
}
div.thumbnail {
  background: none !important;
  box-shadow: none !important;
}
.Aside .thumbnail .h3 {
  text-transform: none !important;
  font-weight: 400 !important;
}
.thumbnail + .thumbnail {
  margin-top: 4rem;
}
.Aside .thumbnail + .thumbnail {
  margin-top: 2rem;
}
.thumbnail:only-child {
  flex: 1;
}
.thumbnail,
.thumbnail:hover,
.thumbnail:focus {
  color: inherit;
}
.thumbnail .resume {
  position: relative;
}
.thumbnail .resume .date {
  font-size: 1.3rem;
}
.thumbnail .resume &gt; * {
  margin: 0;
}
.thumbnail .actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.thumbnail .actions .actions-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 30;
}
.thumbnail .actions .btn,
.thumbnail .actions .btn-ecoute-link {
  display: flex;
  margin: 0.5rem;
}
.Aside .thumbnail .actions .btn,
.Aside .thumbnail .actions .btn-ecoute-link {
  min-width: 0;
  font-size: 1.2rem;
  padding: 0.4rem;
  margin: 0.25rem;
}
.thumbnail:hover .actions {
  opacity: 100;
  pointer-events: auto;
}
.thumbnail .number {
  height: 2.2rem;
  width: 2.2rem;
  font-size: 1.4rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  margin: 0;
}
.thumbnail.d-flex {
  flex-direction: row;
  align-items: stretch;
}
.thumbnail.d-flex .media {
  flex: 0 0 50%;
  margin-right: 1rem;
}
.thumbnail.d-flex .resume {
  flex: 1 1 100%;
}
@media (max-width: 767.98px) {
  .thumbnail.d-flex .resume {
    font-size: 1.5rem !important;
  }
}
.thumbnail &gt; .row {
  align-items: center;
}
.thumbnail &gt; .row.align-items-stretch &gt; [class*='col'] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.thumbnail .media img {
  transition: all 1.4s cubic-bezier(0.2, 0.9, 0, 1);
}
.thumbnail.animated-img:hover .media img {
  transform: scale(1.2);
}
.thumbnail.animated-title:hover .h3,
.thumbnail.animated-title:hover .h1 {
  background-size: 100% 0.25em;
}
.thumbnail.animated-title .h3,
.thumbnail.animated-title .h1 {
  display: inline;
  background-size: 0% 0.25em;
  background-position: 0% 91%;
  background-repeat: no-repeat;
  transition: all 1.4s cubic-bezier(0.2, 0.9, 0, 1);
}
.thumbnail.animated-paragraph:hover .lead {
  max-height: 6em;
}
.thumbnail.animated-paragraph .lead {
  overflow: hidden;
  max-height: 0;
  transition: all 1.4s cubic-bezier(0.2, 0.9, 0, 1);
}
.thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 0;
  padding: 20px;
  border-radius: 4px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.34) 65%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.thumbnail .overlay .resume {
  padding: 0;
}
.thumbnail .overlay .resume .date,
.thumbnail .overlay .resume .h3,
.thumbnail .overlay .resume .lead,
.thumbnail .overlay .resume .terms,
.thumbnail .overlay .resume .artist {
  color: #fff;
}
.thumbnail .overlay.border-bottom::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  content: '';
  width: 100%;
  height: 4px;
}

.thumbnail-box {
  border-width: 0.1rem !important;
  margin-bottom: 1.6rem !important;
}
.thumbnail-box .hr {
  border-top-width: 0.1rem;
}

.one-thumbnail .resume .date {
  font-size: 2rem !important;
}

.one-thumbnail .resume .h3 {
  font-size: 2.8rem;
}

.one-thumbnail .resume .artist {
  font-size: 2rem;
}

.one-thumbnail .resume .lead {
  font-size: 2.4rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  margin-bottom: 4rem;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 4rem;
}
.card .h3,
.card .date,
.card .lead {
  margin: 0;
}
.card .media {
  margin: 0;
}
.card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  align-items: center;
}
.card .overlay .btn,
.card .overlay .btn-ecoute-link {
  align-self: initial;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
  display: inline-block;
}

.dropdown-toggle::after {
  display: inline-block;
  margin: 0 0 0.1em 0.2em;
  vertical-align: baseline;
  background-size: 100% 100%;
  height: 0.5em;
  width: 0.8em;
  line-height: 0.5em;
  background: currentColor;
  transform-origin: center;
  clip-path: url(#chevron);
  -webkit-transform: translateZ(1px);
  content: '';
}

.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 0 0;
  font-size: 1.6rem;
  text-align: left;
  list-style: none;
  border: 0.1rem solid;
  pointer-events: auto;
  border-radius: 0;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 996px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 996px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin: 0 0 0.1em 0.2em;
  vertical-align: baseline;
  background-size: 100% 100%;
  height: 0.5em;
  width: 0.8em;
  line-height: 0.5em;
  background: currentColor;
  transform-origin: center;
  clip-path: url(#chevron);
  -webkit-transform: translateZ(1px);
  content: '';
  transform: rotate(180deg);
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin: 0 0 0.1em 0.2em;
  vertical-align: baseline;
  background-size: 100% 100%;
  height: 0.5em;
  width: 0.8em;
  line-height: 0.5em;
  background: currentColor;
  transform-origin: center;
  clip-path: url(#chevron);
  -webkit-transform: translateZ(1px);
  content: '';
  transform: rotate(-90deg);
}

.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;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin: 0 0 0.1em 0.2em;
  vertical-align: baseline;
  background-size: 100% 100%;
  height: 0.5em;
  width: 0.8em;
  line-height: 0.5em;
  background: currentColor;
  transform-origin: center;
  clip-path: url(#chevron);
  -webkit-transform: translateZ(1px);
  content: '';
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin: -0.5em -0.2em -0.25em;
  vertical-align: middle;
  content: '';
  transform: rotate(90deg);
}

.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-item {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: subtract(0, 0.1rem);
  border-top-right-radius: subtract(0, 0.1rem);
}
.dropdown-item:last-child {
  border-bottom-right-radius: subtract(0, 0.1rem);
  border-bottom-left-radius: subtract(0, 0.1rem);
}
.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  opacity: 0.5;
  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: 1.4rem;
  color: #9f9f9f;
  white-space: nowrap;
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav {
  margin-bottom: 4rem;
}
.nav .nav-item .nav-link {
  position: relative;
}
.nav .nav-item .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: -1rem;
  height: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.nav .nav-item .nav-link.active:before {
  height: 0.45rem;
}

.nav-pills {
  margin-left: -1rem;
  margin-right: -1rem;
}
.nav-pills .nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav-pills .nav-item .nav-link {
  padding: 1.6rem;
}
.nav-pills .nav-item .nav-link:before {
  display: none;
}

.bullets {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.bullets .list-inline-item {
  margin: 0;
}
.bullets .btn,
.bullets .btn-ecoute-link {
  margin: 0.5rem;
  display: block;
  overflow: hidden;
  text-indent: -10rem;
  height: 1rem;
  width: 1rem;
  padding: 0;
  min-width: 0;
}
.bullets .btn:not(.active),
.bullets .btn-ecoute-link:not(.active) {
  opacity: 0.2;
}

.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%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
  outline: 0;
}
.modal.show {
  display: flex;
}

.modal-dialog {
  position: relative;
  width: auto;
  padding: 0.5rem;
  pointer-events: none;
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: '';
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0.1rem solid rgba(17, 17, 17, 0.2);
  border-radius: 0;
  box-shadow: 0 0.25rem 0.5rem rgba(17, 17, 17, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #111111;
}
.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: 0.1rem solid #9f9f9f;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0.1rem solid #9f9f9f;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer &gt; :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer &gt; :not(:last-child) {
  margin-right: 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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 996px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.close {
  float: right;
  line-height: 1;
  opacity: 0.5;
}
.close:hover {
  text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.pagination {
  display: flex;
  align-items: center;
  margin: 1.6rem -0.5rem;
}
.pagination &gt; * {
  margin: 0.5rem;
}
.pagination .btn + .bullets,
.pagination .btn-ecoute-link + .bullets {
  margin-left: 4rem;
}
.pagination .pagination-numerotation {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pagination .pagination-numerotation {
    justify-content: center;
  }
}
.pagination .pagination-numerotation .btn,
.pagination .pagination-numerotation .btn-ecoute-link {
  background: transparent !important;
  border: none !important;
  color: currentColor !important;
}
.pagination .pagination-numerotation .btn.active,
.pagination .pagination-numerotation .active.btn-ecoute-link {
  font-weight: 600;
}
.pagination .more {
  color: inherit;
}
.pagination .more:hover,
.pagination .more:focus {
  text-decoration: underline;
}
.pagination .more .icon {
  width: 2rem;
  height: 2rem;
  margin: '0 -1rem 0 0.1rem';
  transform: translateY(0.5rem);
}

.loader {
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  background-color: transparent;
  border: 0.1em solid;
  border-radius: 100%;
  -webkit-animation: 1s loader linear infinite;
  animation: 0.8s loader linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.has-loader {
  position: relative;
}
.has-loader:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
}
.has-loader:after {
  content: '';
  z-index: 1060;
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  background-color: transparent;
  border: 0.1em solid;
  border-radius: 100%;
  -webkit-animation: 1s loader linear infinite;
  animation: 0.8s loader linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.equalizer {
  position: relative;
  width: 3rem;
  height: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.equalizer:before,
.equalizer:after,
.equalizer &gt; span {
  flex: 0 0 25%;
  background: currentColor;
  content: '';
}
.equalizer:before {
  animation: equalizer-3 1s infinite linear;
}
.equalizer &gt; span {
  animation: equalizer-2 1s infinite linear;
}
.equalizer:after {
  animation: equalizer-1 1s infinite linear;
}

@keyframes equalizer-1 {
  0% {
    height: 5%;
  }
  16.7% {
    height: 100%;
  }
  33.4% {
    height: 100%;
  }
  100% {
    height: 5%;
  }
}

@keyframes equalizer-2 {
  0% {
    height: 5%;
  }
  16.7% {
    height: 5%;
  }
  33.4% {
    height: 100%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 5%;
  }
}

@keyframes equalizer-3 {
  0% {
    height: 5%;
  }
  33.4% {
    height: 5%;
  }
  50% {
    height: 100%;
  }
  66.7% {
    height: 100%;
  }
  100% {
    height: 5%;
  }
}

.tooltip {
  margin-bottom: 1rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  display: inline-block;
  align-self: center;
}
.tooltip:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.6rem;
  height: 0;
  width: 0;
  border-top: 1rem solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
}
.tooltip-bottom:before {
  top: auto;
  bottom: 100%;
  border-top: 0;
  border-bottom: 1rem solid;
}

.event {
  display: flex;
  justify-content: center;
  color: white;
}
.event .event-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 480px;
  padding: 15px;
  background-color: rgba(24, 25, 26, 0.7);
}
.event .event-subtitle {
  padding: 4px 10px;
  font-size: 20px;
  line-height: 20px;
  transform: skewX(-10deg);
}
.event .event-title {
  margin: 30px 0 0;
  padding: 10px 30px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.event .event-countdown {
  display: flex;
  margin-top: 30px;
}
.event .event-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event .event-countdown-item + .event-countdown-item {
  margin-left: 20px;
}
.event .event-countdown-value {
  font-size: 40px;
  line-height: 40px;
}
.event .event-countdown-legend {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.event .event-action {
  margin-top: 30px;
}

.progress-bar {
  flex: 1;
}
.progress-bar-container {
  display: flex;
  align-items: center;
}
.progress-bar-current,
.progress-bar-max {
  flex: 0 0 auto;
  font-size: 1.4rem;
}
.progress-bar-current {
  order: 1;
  margin-right: 1rem;
}
.progress-bar-max {
  order: 3;
  margin-left: 1rem;
}
.progress-bar-range {
  order: 2;
  flex: 1 1 100%;
  height: 1.2rem;
  position: relative;
  z-index: 1;
}
.progress-bar-range:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  border-radius: 3rem;
}
.progress-bar-range .progress,
.progress-bar-range .load {
  pointer-events: none;
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  left: 0;
  right: 0;
  border-radius: 3rem;
  transition: width 1s linear;
}
.progress-bar-range .progress:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -0.2rem;
  bottom: -0.2rem;
  height: 1.2rem;
  width: 1.2rem;
  margin-right: -1rem;
  border-radius: 3rem;
}
.progress-bar-range input[type='range'] {
  outline: 0;
  border: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  transition: box-shadow 0.2s ease-in-out;
  opacity: 0;
  position: relative;
  z-index: 3;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .progress-bar-range input[type='range'] {
    overflow: hidden;
    height: 1.2rem;
    -webkit-appearance: none;
  }
  .progress-bar-range input[type='range']::-webkit-slider-runnable-track {
    height: 1.2rem;
    -webkit-appearance: none;
    transition: all 1s linear;
  }
  .progress-bar-range input[type='range']::-webkit-slider-thumb {
    width: 0;
    -webkit-appearance: none;
    height: 1.2rem;
    cursor: ew-resize;
    border-radius: 50%;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
  }
}
.progress-bar-range input[type='range']::-moz-range-progress {
  height: 100%;
}
.progress-bar-range input[type='range']::-moz-range-track {
  height: 100%;
}
.progress-bar-range input[type='range']::-moz-range-thumb {
  background: none;
  border: none;
}

.Carousel {
  width: 100%;
  overflow: hidden;
}
.Carousel .thumbnail .overlay {
  align-items: flex-end;
}
@media (min-width: 996px) {
  .Carousel .thumbnail .overlay .row {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media (min-width: 1440px) {
  .Carousel .thumbnail .overlay .row {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.Carousel .media {
  display: flex;
  align-items: center;
  max-height: none;
}
@media (max-width: 767.98px) {
  .Carousel .btn,
  .Carousel .btn-ecoute-link {
    display: none;
  }
}
.Carousel .resume {
  margin-bottom: 3.2rem;
}
.Carousel .resume .subtitle {
  font-size: 1.2em;
}
.Carousel .resume .title + p {
  margin-top: 1.6rem;
}
.Carousel .resume .lead + p,
.Carousel .resume p + .lead {
  margin-top: 1.6rem;
}
.Carousel .card .resume {
  margin: 0;
}
.Carousel .card .resume p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.Carousel .card .resume .lead {
  font-size: inherit;
  color: inherit;
}
.container-fluid &gt; .Carousel {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 576px) {
  .container-fluid &gt; .Carousel {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .container-fluid &gt; .Carousel {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 996px) {
  .container-fluid &gt; .Carousel {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid &gt; .Carousel {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
.container-fluid &gt; .Carousel .pagination {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .container-fluid &gt; .Carousel .pagination {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-fluid &gt; .Carousel .pagination {
    max-width: 100%;
  }
}
@media (min-width: 996px) {
  .container-fluid &gt; .Carousel .pagination {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container-fluid &gt; .Carousel .pagination {
    max-width: 1440px;
  }
}
@media (min-width: 576px) {
  .container-fluid &gt; .Carousel .pagination {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .container-fluid &gt; .Carousel .pagination {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 996px) {
  .container-fluid &gt; .Carousel .pagination {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid &gt; .Carousel .pagination {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.Carousel .swiper-wrapper {
  align-items: flex-end;
}
.Carousel .swiper-slide {
  max-width: 100% !important;
}
@media (min-width: 576px) {
  .Carousel .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .Carousel .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 996px) {
  .Carousel .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 1440px) {
  .Carousel .swiper-slide {
    max-width: 1360px !important;
  }
}
.Carousel.Carousel-max-width-lg .swiper-slide {
  max-width: 100% !important;
}
@media (min-width: 576px) {
  .Carousel.Carousel-max-width-lg .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .Carousel.Carousel-max-width-lg .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 996px) {
  .Carousel.Carousel-max-width-lg .swiper-slide {
    max-width: 100rem !important;
  }
}
@media (min-width: 1440px) {
  .Carousel.Carousel-max-width-lg .swiper-slide {
    max-width: 120rem !important;
  }
}
.Carousel.Carousel-max-width-md .swiper-slide {
  max-width: 100% !important;
}
@media (min-width: 576px) {
  .Carousel.Carousel-max-width-md .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .Carousel.Carousel-max-width-md .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 996px) {
  .Carousel.Carousel-max-width-md .swiper-slide {
    max-width: 80rem !important;
  }
}
@media (min-width: 1440px) {
  .Carousel.Carousel-max-width-md .swiper-slide {
    max-width: 100rem !important;
  }
}
.Carousel.Carousel-max-width-sm .swiper-slide {
  max-width: 100% !important;
}
@media (min-width: 576px) {
  .Carousel.Carousel-max-width-sm .swiper-slide {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .Carousel.Carousel-max-width-sm .swiper-slide {
    max-width: 90% !important;
  }
}
@media (min-width: 996px) {
  .Carousel.Carousel-max-width-sm .swiper-slide {
    max-width: 80% !important;
  }
}
@media (min-width: 1440px) {
  .Carousel.Carousel-max-width-sm .swiper-slide {
    max-width: 80rem !important;
  }
}
.Carousel.Carousel-max-height-lg .media {
  max-height: 60vh;
}
@media (min-width: 996px) {
  .Carousel.Carousel-max-height-lg .media {
    max-height: 60rem;
  }
}
.Carousel.Carousel-max-height-md .media {
  max-height: 50vh;
}
@media (min-width: 996px) {
  .Carousel.Carousel-max-height-md .media {
    max-height: 50rem;
  }
}
.Carousel.Carousel-max-height-sm .media {
  max-height: 40vh;
}
@media (min-width: 996px) {
  .Carousel.Carousel-max-height-sm .media {
    max-height: 40rem;
  }
}
.Carousel.Carousel-partial-1 .swiper-slide {
  width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
}
@media (min-width: 576px) {
  .Carousel.Carousel-partial-1 .swiper-slide {
    width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
  }
}
@media (min-width: 768px) {
  .Carousel.Carousel-partial-1 .swiper-slide {
    width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
  }
}
@media (min-width: 996px) {
  .Carousel.Carousel-partial-1 .swiper-slide {
    width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
  }
}
@media (min-width: 1440px) {
  .Carousel.Carousel-partial-1 .swiper-slide {
    width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
  }
}
.Carousel.Carousel-partial-1 .swiper-slide-next .resume {
  visibility: hidden;
}
.Carousel.Carousel-partial-2 .swiper-slide {
  width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
}
@media (min-width: 576px) {
  .Carousel.Carousel-partial-2 .swiper-slide {
    width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
  }
}
@media (min-width: 768px) {
  .Carousel.Carousel-partial-2 .swiper-slide {
    width: calc((100% - 4rem - (2 * 2rem)) / 2) !important;
  }
}
@media (min-width: 996px) {
  .Carousel.Carousel-partial-2 .swiper-slide {
    width: calc((100% - 4rem - (2 * 2rem)) / 2) !important;
  }
}
@media (min-width: 1440px) {
  .Carousel.Carousel-partial-2 .swiper-slide {
    width: calc((100% - 4rem - (2 * 2rem)) / 2) !important;
  }
}
.Carousel.Carousel-partial-3 .swiper-slide {
  width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
}
@media (min-width: 576px) {
  .Carousel.Carousel-partial-3 .swiper-slide {
    width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
  }
}
@media (min-width: 768px) {
  .Carousel.Carousel-partial-3 .swiper-slide {
    width: calc((100% - 4rem - (2 * 2rem)) / 2) !important;
  }
}
@media (min-width: 996px) {
  .Carousel.Carousel-partial-3 .swiper-slide {
    width: calc((100% - 4rem - (3 * 2rem)) / 3) !important;
  }
}
@media (min-width: 1440px) {
  .Carousel.Carousel-partial-3 .swiper-slide {
    width: calc((100% - 4rem - (3 * 2rem)) / 3) !important;
  }
}
.Carousel.Carousel-partial-4 .swiper-slide {
  width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
}
@media (min-width: 576px) {
  .Carousel.Carousel-partial-4 .swiper-slide {
    width: calc((100% - 4rem - (1 * 2rem)) / 1) !important;
  }
}
@media (min-width: 768px) {
  .Carousel.Carousel-partial-4 .swiper-slide {
    width: calc((100% - 4rem - (2 * 2rem)) / 2) !important;
  }
}
@media (min-width: 996px) {
  .Carousel.Carousel-partial-4 .swiper-slide {
    width: calc((100% - 4rem - (3 * 2rem)) / 3) !important;
  }
}
@media (min-width: 1440px) {
  .Carousel.Carousel-partial-4 .swiper-slide {
    width: calc((100% - 4rem - (4 * 2rem)) / 4) !important;
  }
}

@media (max-width: 767.98px) {
  .Carousel.Carousel-partial-2 .title,
  .Carousel.Carousel-partial-3 .title,
  .Carousel.Carousel-partial-4 .title,
  .Aside .Carousel .title {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .Carousel.Carousel-partial-2 .title,
  .Carousel.Carousel-partial-3 .title,
  .Carousel.Carousel-partial-4 .title,
  .Aside .Carousel .title {
    font-size: 2rem;
  }
}

.Carousel.Carousel-partial-2 .lead,
.Carousel.Carousel-partial-3 .lead,
.Carousel.Carousel-partial-4 .lead,
.Aside .Carousel .lead {
  font-size: 1em;
}

.Aside .TopTitles .thumbnail:not(.d-flex) {
  text-align: center;
}
.Aside .TopTitles .thumbnail:not(.d-flex) .artist {
  font-size: 1.2rem;
}
.Aside .TopTitles .thumbnail:not(.d-flex) .album {
  font-size: 1.4rem;
}

.Aside .TopTitles .thumbnail .media .overlay .badge {
  padding: 0.4rem;
  font-size: 1.2rem;
}

.Aside .TopTitles .row-alt-1 .col-1 .thumbnail.d-flex .media,
.Aside .TopTitles .col-2 .thumbnail.d-flex .media {
  flex-basis: 9rem;
}

.Aside .TopTitles .col-1 .thumbnail.d-flex .media {
  flex-basis: 5.7rem;
}

@media (max-width: 767.98px) {
  .TopTitles .row-alt-1 .col-1 .thumbnail.d-flex .media,
  .TopTitles .col-2 .thumbnail.d-flex .media {
    flex-basis: 9rem;
  }
  .TopTitles .col-1 .thumbnail.d-flex .media {
    flex-basis: 5.7rem;
  }
}

.UpContent .row-alt-7 .thumbnail .media {
  max-height: 78.8rem;
}

.Gallery {
  width: 100%;
  overflow: hidden;
}
.Gallery .swiper-wrapper {
  align-items: flex-start;
}

.Broadcasts.HasWebradio .webradio {
  position: relative;
  padding: 10px;
  margin: 5px;
}
@media (min-width: 768px) {
  .Broadcasts.HasWebradio .webradio {
    height: 36rem;
  }
  .Broadcasts.HasWebradio .webradio .webradio-images-container {
    height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .Broadcasts.HasWebradio .webradio .webradio-detail {
    height: 12rem;
  }
}
@media (max-width: 767.98px) {
  .Broadcasts.HasWebradio .webradio {
    display: flex;
    align-items: center;
    flex-shrink: inherit;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .Broadcasts.HasWebradio .webradio .webradio-images-container {
    display: flex;
    justify-content: space-around;
  }
}
.Broadcasts.HasWebradio .webradio:hover .webradio-overlay {
  display: flex;
}
.Broadcasts.HasWebradio .webradio .webradio-logo,
.Broadcasts.HasWebradio .webradio .webradio-cover {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .Broadcasts.HasWebradio .webradio .webradio-logo,
  .Broadcasts.HasWebradio .webradio .webradio-cover {
    margin: 0;
  }
}
.Broadcasts.HasWebradio .webradio .broadcast-webradio-logo {
  width: 30%;
}
.Broadcasts.HasWebradio .webradio .webradio-song {
  margin: 20px 0 0;
}
@media (max-width: 767.98px) {
  .Broadcasts.HasWebradio .webradio .webradio-song {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.Broadcasts.HasWebradio .webradio .webradio-detail {
  margin-top: 10px;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}

.minifiedSeveralColumns {
  display: flex;
  margin-right: 0;
  margin-left: 0;
}

.minifiedSeveralColumns &gt; * {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .minifiedSeveralColumnsRow {
    display: grid;
    grid-template-columns: repeat(
      2,
      minmax(17rem, 1fr)
    ); /* Equivalent to 'row-alt-2 grid' */
  }
  .minifiedSeveralColumnsRowSlider {
    display: grid;
    grid-gap: 16px;
  }
}

@media (min-width: 767.98px) {
  .minifiedColumnsMobile {
    flex: 0 0 20%;
  }

  .minifiedColumnsMobile .minifiedSeveralColumns {
    max-width: 18rem;
  }
}

@media (max-width: 767.98px) {
  .Broadcasts.HasWebradio .webradio .webradio-detail {
    margin-top: 0;
    margin-left: 10px;
  }

  .Broadcasts.HasWebradio
    .webradio.minified.minifiedSeveralColumns
    .webradio-detail {
    width: auto !important;
  }
}
.Broadcasts.HasWebradio .webradio .webradio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.Broadcasts.HasWebradio .webradio .webradio-overlay.live {
  display: flex;
}
.Broadcasts.HasWebradio .webradio .webradio-overlay .btn,
.Broadcasts.HasWebradio .webradio .webradio-overlay .btn-ecoute-link {
  align-self: center;
}

.Broadcasts.HasWebradio .titresMultifluxSliderItem {
  display: flex;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .Broadcasts.HasWebradio .col-md-2 {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    max-width: 18rem;
  }
}

.Broadcasts.HasWebradio .webradio.minified .broadcast-webradio-logo {
  z-index: 11;
}

@media (min-width: 768px) {
  .Broadcasts.HasWebradio .webradio.minified {
    height: 24rem;
  }
  .Broadcasts.HasWebradio .webradio.minified .webradio-images-container {
    height: 16rem;
  }
  .Broadcasts.HasWebradio .webradio.minified .webradio-detail {
    height: 8rem;
  }
}

.News .thumbnail.d-flex .media {
  flex: 0 0 30%;
}

.Player {
  position: relative;
}
.Player .dropdown-menu {
  min-width: 100%;
  box-shadow: none !important;
}
.Player .dropdown .dropdown-menu {
  top: 100%;
  bottom: auto;
}
.Player .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.PlayerContainer {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.timeline {
  position: relative;
  margin: 0px 1rem auto 1rem;
  width: 95%;
}
.timeline-section {
  overflow: hidden;
  position: relative;
}

.PlayerBroadcast.current.main {
  margin: 0px 1rem auto 1rem;
  width: 95%;
}

.PlayerBroadcast.current.sub {
  align-self: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.PlayerBroadcast.current.main::before,
.timeline-section::before {
  position: absolute;
  top: 6rem;
  display: block;
  width: 0;
  border-left: 1px dashed black;
  content: '';
  left: 6.5rem;
}

.PlayerBroadcast.current.main::before {
  height: 100%;
}
.timeline-section::before {
  bottom: 7rem;
}

.timeline::before {
  border-bottom: 9px solid #ddd;
}

.timeline::after {
  bottom: 0;
  border-top: 9px solid #ddd;
}

.timeline-event {
  display: flex;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

.timeline-info {
  margin: 0.5rem;
  align-content: center;
  cursor: pointer;
  z-index: 5;
}

.timeline-info .lead {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
}

.timeline-cover {
  align-self: center;
  flex: 0 0 8rem;
}

.timeline-content,
.timeline-image {
  background: lightgrey;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
  margin-left: 40px;
}

.timeline-podcast {
  background: lightgrey;
  padding-left: 10px;
  padding-right: 10px !important;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 70%;
  justify-content: space-between;
  margin-left: 3rem;
  left: 0;
  cursor: pointer;
}

.timeline-title::after,
.timeline-podcast::after {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 4px;
  content: '';
}

.timeline-podcast::after {
  left: -1.8rem !important;
  top: 51%;
}

.timeline-title::before,
.timeline-podcast::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  display: block;
  height: 0;
  width: 5rem;
  border: 1px solid black;
}

.timeline-podcast::before {
  top: 50%;
  bottom: 50%;
  left: -2rem;
  width: 2rem;
}

.timeline-icon {
  cursor: pointer;
}

.timeline-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75em;
  width: 1.75em;
}

.timeline-button {
  display: flex;
  align-self: center;
  max-width: 10rem;
  cursor: pointer;
}

.timeline-button .btn {
  cursor: pointer;
}
.timeline-content-title {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 6px;
  width: 80%;
  box-sizing: border-box;
  margin-left: 1rem;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-line;
  align-items: flex-start;
}
.timeline-content-title p {
  margin-bottom: 0;
}

.timeline-time {
  text-align: left;
  box-sizing: border-box;
  position: static;
  width: 6rem;
}

.PlayerContainer.timeline-title {
  position: relative;
  padding-right: 0 !important;
  left: 0;
  margin-left: 1rem;
}

.PlayerBroadcast .resume {
  text-align: left !important;
}
.PlayerBroadcast .resume .date {
  font-weight: bold;
}

.timeline-time span {
  padding: 10px;
  border-radius: 6px;
  position: relative;
  right: 6%;
  font-weight: bold;
}

@media (max-width: 576px) {
  .PlayerBroadcast.current.main,
  .timeline-podcast,
  .timeline-content-title {
    --text-scale-ratio: 1;
    --text-xs: calc(1em / var(--text-scale-ratio) / var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
    --text-md: calc(
      var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio)
    );
    font-size: var(--text-sm, 0.833em);
  }

  .timeline-content-title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    max-height: 4.6em;
    line-height: 1.8em;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  .timeline-content-title .artist,
  .timeline-content-title .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 2.6em;
    line-height: 1.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: unset !important;
    text-align: left !important;
  }
  .timeline-title {
    left: 0% !important;
  }
  .timeline-event::before {
    width: 20%;
  }

  .timeline::before {
    left: 7rem !important;
  }

  .Header .ButtonPlayerDetailContainer {
    display: flex;
    display: flex;
    position: relative;
    clip-path: inset(0 0 46% 0);
  }

  .timeline-podcast::before {
    top: 51%;
    bottom: 50%;
    left: -2.2rem;
    width: 2.2rem;
  }
}

@media (min-width: 576px) and (max-width: 995.98px) {
  .timeline-podcast,
  .timeline-content-title {
    --text-scale-ratio: 0.9;
    --text-xs: calc(1em / var(--text-scale-ratio) / var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
    --text-md: calc(
      var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio)
    );
    font-size: var(--text-sm);
  }

  .timeline-title::after {
    left: -0.75rem !important;
  }

  .timeline-podcast::after {
    left: -3.4rem;
    top: 51%;
  }

  .timeline-podcast::before {
    top: 50%;
    bottom: 50%;
    left: -3rem;
    width: 3rem;
  }

  .PlayerDetailsSectionTitle {
    font-size: 2vw;
  }
}

.timeline-image img {
  width: 100%;
  border-radius: 6px;
}

.timeline-event:nth-child(even) .timeline-content {
  order: 2;
}

.timeline-event:nth-child(odd) .timeline-image {
  order: 2;
}

@media (min-width: 576px) {
  .PlayerContainer {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .PlayerContainer {
    max-width: 100%;
  }
}
@media (min-width: 996px) {
  .PlayerContainer {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .PlayerContainer {
    max-width: 1440px;
  }
}

.PlayerBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.PlayerDetailsSection.title {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  text-align: center;
}

.PlayerDetailsSection .nav {
  margin-bottom: 0 !important;
}

.PlayerBackground .PlayerBackgroundContainer {
  position: absolute;
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.PlayerBackground .PlayerBackgroundContainer div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  filter: blur(2rem) brightness(0.5);
}

.PlayerDetailsOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.PlayerDetailsOverlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.PlayerDetailsOverlay.show {
  opacity: 1;
  visibility: visible;
}

.PlayerDetailsSectionContent .nav .nav-item .nav-link {
  color: inherit !important;
}

.ButtonPlayerDetail {
  left: 0px;
  right: 0px;
  position: fixed;
  pointer-events: auto;
  transform: translateY(-50%);
  background-color: transparent;
}

.ButtonPlayerDetailContainer {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.ButtonPlayerDetailContainer .btn {
  width: 5rem;
  height: 5rem;
  min-width: unset !important;
}

.ButtonPlayerDetail {
  left: 0;
  right: 0;
  pointer-events: auto;
  z-index: 10;
}

.ButtonPlayerDetailContainer {
  display: none;
}

@media (min-width: 996px) {
  .PlayerDetailsBloc.Titles {
    max-height: 50vh;
  }

  .Footer .ButtonPlayerDetailContainer {
    display: flex;
  }

  .Footer .PlayerDetails.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* Enables interaction */
    transition: max-height 0.5s ease, opacity 1s ease, visibility 0s 0s;
    max-height: 65vh;
  }

  .HeaderAside .PlayerContainer .ButtonPlayerDetailContainer {
    display: none;
  }
  .HeaderAside .PlayerDetails.active {
    display: none;
  }

  .timeline-info .lead {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .ButtonPlayerDetailContainer .btn {
    width: 4.7rem;
    height: 4.7rem;
    min-width: unset !important;
  }
  .timeline-button .btn {
    height: 1.75em !important;
    width: 1.75em !important;
    min-width: 0;
    padding: 2.2rem !important;
  }
  .timeline-podcast .lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 4.6em;
    line-height: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .timeline-podcast::after {
    left: -2.5rem !important;
  }

  .timeline-title::after {
    left: -0.4rem;
  }
  .PlayerDetailsTitle .media {
    min-height: 20rem;
    min-width: 20rem;
    max-height: 20rem;
    max-width: 20rem;
  }
}

.ButtonPlayerDetailContainer .btn--player {
  transition: transform 0.5s ease;
}

.ButtonPlayerDetailContainer.active .btn--player {
  transform: rotate(180deg);
}

.PlayerDetails .PlayerBroadcast:after {
  display: none;
}

.PlayerDetails .PlayerBroadcast {
  min-width: 100%;
  padding-right: 0px;
}

.PlayerDetails .PlayerBroadcast a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.PlayerDetails {
  flex: 1 1 auto;
  justify-content: center;
  pointer-events: none;
  position: relative;
  z-index: 10;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.5s ease, opacity 1s ease, visibility 0s 0.5s;
  font-family: 'Barlow Condensed', 'sans-serif' !important;
}

.PlayerDetails .PlayerBroadcast {
  color: unset !important;
  align-items: flex-start;
}
.PlayerDetailsContainer {
  display: flex;
  bottom: 100%;
  top: auto;
  min-width: 100%;
  flex-direction: column;
}

.PlayerDetailsTitle {
  align-items: center;
  display: inline-flex;
}

.PlayerDetailsTitle .media {
  min-height: 18rem;
  min-width: 18rem;
  max-height: 17rem;
  max-width: 17rem;
  display: inline-flex;
  align-self: unset !important;
  /*border-radius: 50%;*/
}

.PlayerDetailsSection {
  flex: 2;
  margin: 1rem;
  text-align: center;
  flex-shrink: 1;
  overflow-y: auto;
}

.PlayerDetailsSection.main {
  flex: 6 !important;
  flex-shrink: 0 !important; /* Prevent shrinking */
}
.PlayerDetailsSection.title.main {
  border-left: 2px solid white;
  border-right: 2px solid white;
  margin: 0 1rem 0 1rem !important;
}

.PlayerDetailsSection.main
  .PlayerDetailsSectionContent
  .PlayerBroadcast.current {
  margin: 0 1rem auto;
  width: 95%;
}

.PlayerDetailsSection.main
  .PlayerDetailsSectionContent
  .PlayerBroadcast.current
  a {
  width: 95%;
}
.PlayerDetails .PlayerBroadcast .media {
  width: 12rem !important;
}
@media (max-width: 576px) {
  .PlayerDetailsSectionTitle {
    font-size: 3vw !important;
  }
}

@media (min-width: 966px) {
  .PlayerDetailsSection.main {
    border-left: 2px solid white;
    border-right: 2px solid white;
    margin: 0 1rem 0 1rem !important;
  }

  .timeline-title .title,
  .PlayerDetailsSection .PlayerBroadcast .resume .date {
    --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
    font-size: var(--text-lg, 1.44em) !important;
    line-height: 1.8rem;
  }

  .PlayerDetailsSection .PlayerBroadcast .resume .h3 {
    font-size: 1.44rem;
  }
  .PlayerDetailsSectionTitle {
    --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
    font-size: var(--text-lg, 1.44em) !important;
  }
}
.PlayerDetailsSectionTitle {
  margin: 1rem 0 1rem;
  text-align: center;
  pointer-events: auto;
  word-wrap: break-word;
  font-size: 2.1vw;
}

.PlayerDetailsSectionTitle.progra {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.TitleSection {
  position: relative; /* Nécessaire pour positionner l'overlay par rapport à la div parente */
}

.TitleSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

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

.PlayerDetailsZones {
  display: flex;
  flex-direction: column;
}

.PlayerDetails .PlayerBroadcast a {
  margin: 15px 0 0px 0;
  cursor: pointer;
  display: flex;
  border-radius: 4rem;
  padding: 2px 2px 2px 0;
  flex-direction: row;
}

.PlayerDetails .PlayerBroadcast.current a {
  justify-content: center;
}

.PlayerDetails .PlayerBroadcast .media {
  margin-left: 2px !important;
  border-radius: 30px;
  min-height: 14rem;
  min-width: 14rem;
  max-height: 14rem;
  max-width: 14rem;
}

.PlayerDetailsSectionContentTitles,
.PlayerDetailsSectionContent {
  word-wrap: break-word;
  max-height: 40rem;
  pointer-events: auto;
  overflow-y: auto;
  margin-bottom: 3rem;
}

.PlayerDetailsSectionContent {
  margin-top: 1rem;
  overflow-x: hidden;
}

.PlayerDetailsSectionContent.prog {
  height: 100%;
}

.PlayerDetailsWebRadios {
  margin-top: 1rem;
  align-items: center;
  display: inline-flex;
  font-size: var(--text-lg, 1.3em);
  position: relative;
  bottom: 0;
}

.PlayerBroadcast .resume {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  justify-content: center;
  overflow-y: auto;
}

.PlayerDetailsWebRadios.webradios {
  margin-bottom: 6rem; /*8rem;*/
}

.PlayerDetailsWebRadios .dropdown-menu {
  overflow: auto;
  position: unset;
}

.PlayerDetailsWebRadios.zones .nav .nav-item .nav-link:hover,
.PlayerDetailsWebRadios.zones
  .nav
  .nav-item
  .nav-link:focus
  .PlayerDetailsWebRadios.webradios
  .nav
  .nav-item
  .nav-link:hover,
.PlayerDetailsWebRadios.webradios .nav .nav-item .nav-link:focus {
  color: unset !important;
}

.timeline-event .PlayerCover .media,
.timeline-event .PlayerCover .rounded.media img {
  border-radius: 50% !important;
}

.PlayerDetailsSectionContent .Titles {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 995.98px) {
  .PlayerDetailsWebRadios .dropdown-menu {
    max-width: 17vw;
  }
  .PlayerDetailsSectionContent.radio {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .dropdown-menu.show.playerDetails {
    max-height: 32vh;
    min-height: 0vh;
  }
}

@media (max-width: 995.98px) {
  .dropdown-menu.show.playerDetails {
    max-height: 40vh;
    min-height: 0vh;
  }

  .PlayerDetailsContainer {
    min-height: 45vh;
    /*min-height: 0vh;*/
  }

  .PlayerBroadcast .resume .h3,
  .PlayerBroadcast .resume .date {
    font-size: unset !important;
  }

  .timeline-section::before {
    bottom: 5rem;
  }

  .PlayerDetailsSection.disabled {
    display: none;
  }

  .PlayerDetailsSectionTitle {
    position: relative; /* To position the chevron absolutely within the container */
    display: inline-block;
  }

  .timeline-time {
    width: 7rem;
  }

  .PlayerDetailsSectionTitle.active::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-top: 9px solid hsla(0, 0%, 100%, 1); /* Bottom border becomes the triangle's color */
    border-left: 8px solid transparent; /* Left border is transparent */
    border-right: 8px solid transparent; /* Right border is transparent */
    top: 100%;
  }

  .PlayerDetailsBloc {
    display: flex;
    flex-flow: row;
    flex: 1;
  }

  .PlayerDetailsBloc.TitleSection {
    max-height: 9rem;
    line-break: loose;
  }

  .PlayerDetailsSection.title {
    min-width: 16vw !important;
  }

  .PlayerDetailsSection.title.main {
    flex: 2 !important;
  }

  .PlayerDetailsBloc.Titles {
    flex: 2;
  }

  .PlayerDetailsSection .main {
    flex: 1;
  }

  .verticalHr {
    display: none;
  }

  .PlayerDetailsZones .LocationZoneList {
    width: 60% !important;
    align-items: center;
    align-self: center;
  }

  .PlayerDetailsSectionContent {
    margin: 0;
    max-height: 53vh;
    min-height: 53vh;
  }
}

.PlayerCover,
.PlayerActions,
.PlayerVolume,
.PlayerResume,
.PlayerRadio,
.PlayerSources,
.PlayerControl {
  position: relative;
  flex: 0 0 auto;
  margin: 0 0.8rem;
  z-index: 40;
}
.PlayerCover:first-child,
.PlayerActions:first-child,
.PlayerVolume:first-child,
.PlayerResume:first-child,
.PlayerRadio:first-child,
.PlayerSources:first-child,
.PlayerControl:first-child {
  margin-left: 0;
}
.PlayerCover:last-child,
.PlayerActions:last-child,
.PlayerVolume:last-child,
.PlayerResume:last-child,
.PlayerRadio:last-child,
.PlayerSources:last-child,
.PlayerControl:last-child {
  margin-right: 0;
}

.PlayerCover,
.PlayerResume {
  pointer-events: none;
}

.PlayerCover .media.rounded {
  border-radius: 1rem;
}

.PlayerCover .media,
.PlayerCover .media figure {
  margin: 0;
}

.PlayerActions .list-inline {
  margin: 0;
}
.PlayerActions .list-inline .list-inline-item:not(:last-child) {
  margin-right: 1.2rem;
}

.PlayerActions .btn,
.PlayerActions .btn-ecoute-link {
  height: 3rem;
  width: 3rem;
  min-width: 0;
  padding: 0;
}
.PlayerActions .btn .icon,
.PlayerActions .btn-ecoute-link .icon {
  height: 2rem;
  width: 2rem;
}

.PlayerVolume {
  display: flex;
  align-items: center;
}
.PlayerVolume .btn,
.PlayerVolume .btn-ecoute-link {
  background: none;
  height: 3rem;
  width: 3rem;
  min-width: 0;
  padding: 0;
}
.PlayerVolume .btn .icon,
.PlayerVolume .btn-ecoute-link .icon {
  height: 2rem;
  width: 2rem;
}

.PlayerVolumeRange input[type='range'] {
  outline: 0;
  border: 0;
  border-radius: 50rem;
  width: 100%;
  max-width: 100%;
  margin: 1rem 0;
  transition: box-shadow 0.2s ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .PlayerVolumeRange input[type='range'] {
    overflow: hidden;
    height: 0.8rem;
    -webkit-appearance: none;
  }
  .PlayerVolumeRange input[type='range']::-webkit-slider-runnable-track {
    height: 0.8rem;
    -webkit-appearance: none;
    transition: box-shadow 0.2s ease-in-out;
  }
  .PlayerVolumeRange input[type='range']::-webkit-slider-thumb {
    width: 0.8rem;
    -webkit-appearance: none;
    height: 0.8rem;
    cursor: ew-resize;
    border-radius: 50%;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
  }
}
.PlayerVolumeRange input[type='range']::-moz-range-progress {
  height: 0.8rem;
}
.PlayerVolumeRange input[type='range']::-moz-range-track {
  height: 0.8rem;
}
.PlayerVolumeRange input[type='range']::-moz-range-thumb {
  background: none;
  border: none;
}

.PlayerProgressRange {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 996px) {
  .PlayerProgressRange {
    border-radius: 3rem;
  }
}
.PlayerProgressRange .range {
  position: relative;
  z-index: 1;
}
.PlayerProgressRange .value {
  position: absolute;
  overflow: visible;
  bottom: 0;
  z-index: 3;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
}
.PlayerProgressRange .value &gt; span {
  display: block;
  font-size: 1.2rem;
  background: none;
  border: none;
  width: auto;
  color: inherit;
  position: absolute;
  pointer-events: none;
  padding: 0 0.5rem;
}
.PlayerProgressRange .value &gt; span:first-child {
  right: 100%;
  text-align: right;
}
.PlayerProgressRange .value &gt; span:last-child {
  left: 100%;
  text-align: left;
  opacity: 0.5;
}
.PlayerProgressRange .progress {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
}
.PlayerProgressRange input[type='range'] {
  outline: 0;
  border: 0;
  width: 100%;
  cursor: pointer;
  margin: 0;
  transition: box-shadow 0.2s ease-in-out;
  opacity: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .PlayerProgressRange input[type='range'] {
    overflow: hidden;
    height: 100%;
    -webkit-appearance: none;
  }
  .PlayerProgressRange input[type='range']::-webkit-slider-runnable-track {
    height: 100%;
    -webkit-appearance: none;
    transition: all 1s linear;
  }
  .PlayerProgressRange input[type='range']::-webkit-slider-thumb {
    width: 0;
    -webkit-appearance: none;
    height: 100%;
    cursor: ew-resize;
    border-radius: 50%;
    transition: box-shadow 0.2s ease-in-out;
    position: relative;
  }
}
.PlayerProgressRange input[type='range']::-moz-range-progress {
  height: 100%;
}
.PlayerProgressRange input[type='range']::-moz-range-track {
  height: 100%;
}
.PlayerProgressRange input[type='range']::-moz-range-thumb {
  background: none;
  border: none;
}

.PlayerResume {
  flex: 1 1 auto;
  text-align: center;
}
.PlayerResume * {
  font-family: sans-serif;
  margin: 0;
}
.PlayerResume .title {
  font-weight: 600;
  font-family: inherit;
  text-transform: capitalize;
}
.PlayerResume .artist {
  line-height: 1;
  font-weight: 400;
  color: inherit !important;
  text-transform: capitalize;
}

.PlayerRadio {
  height: 100%;
  width: 12rem;
  position: relative;
  z-index: 40;
}
.PlayerRadio.dedicated .dropdown-toggle {
  cursor: auto !important;
}
.PlayerRadio.dedicated .dropdown-toggle::after {
  display: none !important;
}
.PlayerRadio .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.PlayerRadio .logo img {
  max-width: 8rem;
}
.PlayerRadio &gt; .logo {
  height: 100%;
  color: inherit !important;
}
.PlayerRadio .dropdown-menu {
  display: none;
  width: 200%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  max-height: calc(100vh - 6.4rem);
  overflow: auto;
  border-width: 0;
}
@media (min-width: 996px) {
  .PlayerRadio .dropdown-menu {
    max-height: calc(100vh - 10rem);
  }
}
.PlayerRadio .dropdown-menu.show {
  display: flex;
}
.PlayerRadio .dropdown-menu .dropdown-item {
  flex: 0 0 50%;
}
.PlayerRadio .dropdown-menu .dropdown-item:only-child {
  flex: 1 1 100%;
}

.PlayerSources {
  margin-top: -2rem;
  margin-bottom: -2rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
}
.PlayerSources .nav {
  margin: 0;
}
.PlayerSources .nav .nav-item {
  height: 100%;
}
.PlayerSources .nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PlayerSources .nav .nav-item .nav-link:hover {
  color: inherit;
}
.PlayerSources .buttons {
  text-align: center;
  margin-top: 1rem;
}
.PlayerSources .buttons .btn,
.PlayerSources .buttons .btn-ecoute-link {
  margin: 0;
  padding: 0 0.8rem;
  font-size: 1.2rem;
}
.section:not(.PlayerBlock) .nav + .buttons {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
}
.section:not(.PlayerBlock) .buttons {
  margin: 0;
}

.PlayerControl .btn,
.PlayerControl .btn-ecoute-link {
  height: 6rem;
  width: 6rem;
  min-width: 0;
  padding: 0;
}
.PlayerControl .btn .icon,
.PlayerControl .btn-ecoute-link .icon {
  height: 2rem;
  width: 2rem;
}

.PlayerBroadcast {
  position: relative;
  max-width: 32rem;
  z-index: 1;
  padding-right: 2rem;
  margin-right: 2rem;
}
.PlayerBroadcast:after {
  content: '';
  display: block;
  width: 2px;
  border-radius: 3rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4rem;
  color: currentColor;
  opacity: 0.2;
}
.PlayerBroadcast a {
  display: flex;
  align-items: center;
}
.PlayerBroadcast .media {
  width: 8rem;
  margin: 0 0.8rem;
}
.PlayerBroadcast .resume {
  margin-top: 0;
  color: currentcolor;
}
.PlayerBroadcast .resume .h3,
.PlayerBroadcast .resume .date {
  margin: 0;
  font-size: 1.4rem;
  color: currentcolor;
  text-transform: none;
}
.PlayerBroadcast .resume .h3 {
  opacity: 0.5;
}
.PlayerBlock .PlayerBroadcast {
  padding: 0;
  margin: 0;
  padding-bottom: 2rem;
}
.PlayerBlock .PlayerBroadcast:after {
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 2px;
  margin: 0;
}

.Player.PlayerSmall {
  margin-left: -1rem;
  margin-right: -1rem;
}
.Player.PlayerSmall .PlayerCover {
  flex: 0 0 5rem;
  margin-left: 0;
}
.Player.PlayerSmall .PlayerResume {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.Player.PlayerSmall .PlayerControl .btn,
.Player.PlayerSmall .PlayerControl .btn-ecoute-link {
  min-width: 3.7rem;
}

@media (max-width: 995.98px) {
  .Player {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .Player .PlayerCover {
    flex: 0 0 5rem;
    margin-left: 0;
  }
  .Player .PlayerResume {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .Player .PlayerControl .btn,
  .Player .PlayerControl .btn-ecoute-link {
    min-width: 3.7rem;
  }
}

@media (min-width: 996px) {
  .Player {
    border-radius: 3rem;
  }
  .Player .PlayerCover {
    flex: 0 0 8rem;
  }
  .Player .PlayerBroadcast {
    flex: 0 0 auto;
  }
  .Player .PlayerActions {
    white-space: nowrap;
    text-align: center;
  }
  .PlayerDetailsBloc {
    display: flex;
    flex-flow: row;
    flex-grow: 1;
  }
}

@media (max-width: 995.98px) {
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerContainer {
    height: 16rem;
    padding-bottom: 5rem;
    padding-top: 2rem;
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerActions {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    margin: 0;
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerVolume {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    margin: 0;
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerRadio {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    margin: 0;
    height: auto;
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerRadio
    &gt; .logo {
    padding: 1rem;
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerRadio
    &gt; .logo:before {
    display: block;
    content: attr(data-radio);
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerRadio
    &gt; .logo
    &gt; img {
    display: none;
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerSources {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    margin: 0;
    height: auto;
  }
  .section:not(.PlayerBlock):not(.PlayerSectionCarousel)
    .Player:not(.PlayerSmall)
    .PlayerSources
    .nav-link {
    padding: 1rem;
  }
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerContainer {
  display: grid;
  grid-template-columns: auto 10rem auto auto auto auto;
  grid-template-rows: repeat(2, auto);
  grid-gap: 0;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerBroadcast {
  grid-area: 1 / 1 / 3 / 2;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerCover {
  grid-area: 1 / 2 / 3 / 3;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerVolume {
  grid-area: 1 / 3 / 2 / 4;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerActions {
  grid-area: 2 / 3 / 3 / 4;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerResume {
  grid-area: 1 / 4 / 3 / 5;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerRadio {
  grid-area: 1 / 5 / 2 / 6;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerSources {
  grid-area: 2 / 5 / 3 / 6;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerControl {
  grid-area: 1 / 6 / 3 / 7;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerSources {
  height: auto;
  margin: 0;
}
.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerSources .buttons {
  bottom: 0.5rem;
  position: relative !important;
}
.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerSources .dropdown-toggle {
  font-size: 1.4rem;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerResume .title,
.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerResume .artist {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerRadio .logo img {
  width: 5rem;
}

.col-md-7 &gt; .Player.hasPlayerBroadcast .PlayerBroadcast {
  max-width: 24rem;
}

@media (min-width: 768px) and (max-width: 995.98px) {
  .Player.hasPlayerBroadcast .PlayerContainer {
    display: grid;
    grid-template-columns: auto 10rem auto auto auto auto;
    grid-template-rows: repeat(2, auto);
    grid-gap: 0;
  }
  .Player.hasPlayerBroadcast .PlayerBroadcast {
    grid-area: 1 / 1 / 3 / 2;
  }
  .Player.hasPlayerBroadcast .PlayerCover {
    grid-area: 1 / 2 / 3 / 3;
  }
  .Player.hasPlayerBroadcast .PlayerVolume {
    grid-area: 1 / 3 / 2 / 4;
  }
  .Player.hasPlayerBroadcast .PlayerActions {
    grid-area: 2 / 3 / 3 / 4;
  }
  .Player.hasPlayerBroadcast .PlayerResume {
    grid-area: 1 / 4 / 3 / 5;
  }
  .Player.hasPlayerBroadcast .PlayerRadio {
    grid-area: 1 / 5 / 2 / 6;
  }
  .Player.hasPlayerBroadcast .PlayerSources {
    grid-area: 2 / 5 / 3 / 6;
  }
  .Player.hasPlayerBroadcast .PlayerControl {
    grid-area: 1 / 6 / 3 / 7;
  }
  .Player.hasPlayerBroadcast .PlayerSources {
    height: auto;
    margin: 0;
  }
  .Player.hasPlayerBroadcast .PlayerSources .buttons {
    bottom: 0.5rem;
    position: relative !important;
  }
  .Player.hasPlayerBroadcast .PlayerSources .dropdown-toggle {
    font-size: 1.4rem;
  }
  .Player.hasPlayerBroadcast .PlayerResume .title,
  .Player.hasPlayerBroadcast .PlayerResume .artist {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .Player.hasPlayerBroadcast .PlayerRadio .logo img {
    width: 5rem;
  }
  .Player.hasPlayerBroadcast .PlayerBroadcast {
    max-width: 24rem;
  }
}

.PlayerSmall {
  height: 9rem;
  width: 100%;
  /*.PlayerActions,
    .PlayerVolume,
    .PlayerSources,
    .PlayerRadio {
      display: none;
    }*/
}
@media (min-width: 996px) {
  .PlayerSmall {
    width: 38rem;
  }
}
.PlayerSmall .PlayerControl .btn,
.PlayerSmall .PlayerControl .btn-ecoute-link {
  height: 5rem;
  width: 5rem;
  min-width: 0;
  padding: 0;
}
.PlayerSmall .PlayerControl .btn .icon,
.PlayerSmall .PlayerControl .btn-ecoute-link .icon {
  height: 1.6rem;
  width: 1.6rem;
}
.PlayerSmall .PlayerResume {
  overflow: hidden;
}

.PlayerBlock {
  position: relative;
}
.container-fluid &gt; .PlayerBlock {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media (min-width: 576px) {
  .container-fluid &gt; .PlayerBlock {
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .container-fluid &gt; .PlayerBlock {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 996px) {
  .container-fluid &gt; .PlayerBlock {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid &gt; .PlayerBlock {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
.PlayerBlock &gt; [class*='container'] {
  position: relative;
}
.PlayerBlock .Player {
  pointer-events: none;
}
.PlayerBlock .Player a,
.PlayerBlock .Player button,
.PlayerBlock .Player input {
  pointer-events: auto;
}
.PlayerBlock .PlayerContainer {
  max-width: 120rem;
  height: auto !important;
  display: grid;
  gap: 2.4rem 2.4rem;
}
.PlayerBlock .PlayerContainer &gt; * {
  display: flex;
  justify-items: center;
  align-items: center;
}
.PlayerBlock .PlayerResume {
  grid-area: PlayerResume;
  flex-direction: column;
  align-items: stretch;
}
.PlayerBlock .PlayerActions {
  grid-area: PlayerActions;
}
.PlayerBlock .PlayerDirect {
  grid-area: PlayerDirect;
}
.PlayerBlock .PlayerControl {
  grid-area: PlayerControl;
}
.PlayerBlock .PlayerControl .btn,
.PlayerBlock .PlayerControl .btn-ecoute-link {
  height: 8rem;
  width: 8rem;
}
.PlayerBlock .PlayerRadio {
  grid-area: PlayerRadio;
  justify-self: center;
  justify-content: center;
}
.PlayerBlock .PlayerSources {
  grid-area: PlayerSources;
}
.PlayerBlock .PlayerCover {
  grid-area: PlayerCover;
}
.PlayerBlock .PlayerCover .media {
  max-width: 24rem;
}
.PlayerBlock .PlayerVolume {
  grid-area: PlayerVolume;
}
.PlayerBlock .PlayerProgressRange {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .PlayerBlock .PlayerContainer {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: 'PlayerRadio PlayerSources' 'PlayerActions PlayerVolume' 'PlayerCover PlayerCover' 'PlayerControl PlayerControl' 'PlayerResume PlayerResume';
  }
  .PlayerBlock .PlayerResume {
    margin-top: 0;
    margin-bottom: 0;
  }
  .PlayerBlock .PlayerControl,
  .PlayerBlock .PlayerActions,
  .PlayerBlock .PlayerVolume {
    position: static !important;
  }
  .PlayerBlock .PlayerCover {
    justify-content: center;
  }
  .PlayerBlock .PlayerCover .media {
    max-width: 20rem;
  }
  .PlayerBlock .PlayerControl {
    justify-content: center;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerContainer {
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(6, auto);
    grid-gap: 2rem;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerBroadcast {
    grid-area: 1 / 1 / 2 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerRadio {
    grid-area: 2 / 1 / 3 / 2;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerSources {
    grid-area: 2 / 2 / 3 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerActions {
    grid-area: 3 / 1 / 4 / 2;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerVolume {
    grid-area: 3 / 2 / 4 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerCover {
    grid-area: 4 / 1 / 5 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerControl {
    grid-area: 5 / 1 / 6 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerResume {
    grid-area: 6 / 1 / 7 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerBroadcast {
    max-width: none;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerSources {
    height: auto;
    margin: 0;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerSources .buttons {
    bottom: 0.5rem;
    position: static !important;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerCover,
  .PlayerBlock.hasPlayerBroadcast .PlayerActions {
    justify-content: center;
  }
}
@media (min-width: 996px) {
  .PlayerBlock .PlayerContainer {
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 'PlayerSources PlayerCover PlayerActions PlayerVolume' 'PlayerRadio PlayerCover PlayerControl PlayerResume';
  }
  .PlayerBlock .PlayerResume {
    text-align: left;
  }
  .PlayerBlock .PlayerControl {
    justify-content: center;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerContainer {
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto 1fr;
    grid-gap: 2rem;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerBroadcast {
    grid-area: 1 / 1 / 2 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerSources {
    grid-area: 2 / 1 / 3 / 2;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerRadio {
    grid-area: 2 / 2 / 3 / 3;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerCover {
    grid-area: 1 / 3 / 3 / 4;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerActions {
    grid-area: 1 / 4 / 2 / 5;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerVolume {
    grid-area: 1 / 5 / 2 / 6;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerControl {
    grid-area: 2 / 4 / 3 / 5;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerResume {
    grid-area: 2 / 5 / 3 / 6;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerBroadcast {
    max-width: none;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerSources {
    height: auto;
    margin: 0;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerSources .buttons {
    bottom: 0.5rem;
    position: static !important;
  }
  .PlayerBlock.hasPlayerBroadcast .PlayerCover,
  .PlayerBlock.hasPlayerBroadcast .PlayerActions {
    justify-content: center;
  }
  .Aside .PlayerBlock .PlayerContainer {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: 'PlayerRadio PlayerSources' 'PlayerActions PlayerVolume' 'PlayerCover PlayerCover' 'PlayerControl PlayerControl' 'PlayerResume PlayerResume';
  }
  .Aside .PlayerBlock .PlayerResume {
    margin-top: 0;
    margin-bottom: 0;
  }
  .Aside .PlayerBlock .PlayerControl,
  .Aside .PlayerBlock .PlayerActions,
  .Aside .PlayerBlock .PlayerVolume {
    position: static !important;
  }
  .Aside .PlayerBlock .PlayerCover {
    justify-content: center;
  }
  .Aside .PlayerBlock .PlayerCover .media {
    max-width: 20rem;
  }
  .Aside .PlayerBlock .PlayerControl {
    justify-content: center;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerContainer {
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(6, auto);
    grid-gap: 2rem;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerBroadcast {
    grid-area: 1 / 1 / 2 / 3;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerRadio {
    grid-area: 2 / 1 / 3 / 2;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerSources {
    grid-area: 2 / 2 / 3 / 3;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerActions {
    grid-area: 3 / 1 / 4 / 2;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerVolume {
    grid-area: 3 / 2 / 4 / 3;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerCover {
    grid-area: 4 / 1 / 5 / 3;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerControl {
    grid-area: 5 / 1 / 6 / 3;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerResume {
    grid-area: 6 / 1 / 7 / 3;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerBroadcast {
    max-width: none;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerSources {
    height: auto;
    margin: 0;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerSources .buttons {
    bottom: 0.5rem;
    position: static !important;
  }
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerCover,
  .Aside .PlayerBlock.hasPlayerBroadcast .PlayerActions {
    justify-content: center;
  }
}

.PlayerSectionCarousel {
  position: relative;
}
.PlayerSectionCarousel &gt; [class*='container'] {
  position: relative;
}
.PlayerSectionCarousel .swiper-slide {
  max-width: 20rem !important;
}
.PlayerSectionCarousel .PlayerVolume {
  display: flex;
  align-items: center;
}
.PlayerSectionCarousel .Carousel {
  display: flex;
  align-items: center;
}
@media (max-width: 995.98px) {
  .PlayerSectionCarousel .Carousel {
    flex-direction: column-reverse;
  }
}
.PlayerSectionCarousel .Carousel &gt; .pagination {
  flex: 0 0 auto;
  flex-direction: column;
  margin-right: 4rem;
}
@media (max-width: 995.98px) {
  .PlayerSectionCarousel .Carousel &gt; .pagination {
    flex-direction: row;
  }
}
.PlayerSectionCarousel .Carousel &gt; .row {
  align-self: flex-start;
  flex: 1 1 auto;
  flex-wrap: nowrap;
}
.PlayerSectionCarousel .Carousel .thumbnail {
  text-align: center;
}
.PlayerSectionCarousel .Carousel .thumbnail .overlay {
  align-items: center;
}
.PlayerSectionCarousel .PlayerProgressRange {
  border-radius: 0;
}

.PlayerBouton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.PlayerBouton .subtitle {
  margin-bottom: 3rem;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 0.2rem 2.5rem 0.2rem 1rem;
  flex: 0 0 auto;
  margin-left: 2rem;
}
.PlayerBouton .subtitle:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skew(-15deg, 0) translateX(-1rem);
}
.PlayerBouton .title {
  margin-bottom: 3rem;
}
.PlayerBouton .btn--player {
  height: 8rem;
  width: 8rem;
}

.PlayerZone {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .PlayerZone .buttonDraw {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .PlayerZone .buttonDraw {
    width: 150px;
  }
}
.PlayerZone .PlayerContainer {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.Programs .nav-pills {
  justify-content: center;
  margin-bottom: 2rem;
}
.Programs .nav-pills &gt; .nav-item {
  margin-bottom: 2rem;
}
@media (max-width: 995.98px) {
  .Programs .nav-pills &gt; .nav-item {
    flex: 0 0 auto;
    min-width: 20%;
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.ProgramsChronicals .thumbnail .row &gt; [class*='col']:last-child {
  flex-grow: 1;
  max-width: none;
}

.ProgramsChronicals .thumbnail .row.row-alt-2 &gt; [class*='col']:first-child {
  flex-basis: 37.5%;
}

.Horoscope .sign {
  font-size: inherit;
  font-family: sans-serif;
  font-weight: 400;
  text-transform: none;
}

.Horoscope .thumbnail.d-flex {
  align-items: center;
}

.Horoscope .col-1 .thumbnail.d-flex .media {
  flex-basis: 6rem;
}

.Aside .Horoscope .thumbnail:not(.d-flex) {
  text-align: center;
}
.Aside .Horoscope .thumbnail:not(.d-flex) .sign {
  font-size: 1.4rem;
}

.Aside .TitlesSearch .thumbnail:not(.d-flex) {
  text-align: center;
}
.Aside .TitlesSearch .thumbnail:not(.d-flex) .artist {
  font-size: 1.2rem;
}
.Aside .TitlesSearch .thumbnail:not(.d-flex) .album {
  font-size: 1.4rem;
}

.Aside .TitlesSearch .TitlesSearchDate,
.Aside .TitlesSearch .TitlesSearchHour,
.Aside .TitlesSearch .TitlesSearchRadio {
  min-width: 100% !important;
}
.Aside .TitlesSearch .TitlesSearchDate input,
.Aside .TitlesSearch .TitlesSearchHour input,
.Aside .TitlesSearch .TitlesSearchRadio input {
  min-width: 100% !important;
}

@media (min-width: 768px) {
  .TitlesSearch .TitlesSearchRadio {
    flex: 1 1 100% !important;
  }
  .TitlesSearch .TitlesSearchDate {
    min-width: 18rem;
  }
  .TitlesSearch .TitlesSearchHour {
    min-width: 12rem;
  }
}

@media (max-width: 767.98px) {
  .TitlesSearch .TitlesSearchDate,
  .TitlesSearch .TitlesSearchHour,
  .TitlesSearch .TitlesSearchRadio {
    min-width: 100% !important;
  }
  .TitlesSearch .TitlesSearchDate input,
  .TitlesSearch .TitlesSearchHour input,
  .TitlesSearch .TitlesSearchRadio input {
    min-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .Playlists .thumbnail .media {
    flex-basis: 18rem;
  }
}

@media (max-width: 767.98px) {
  .Playlists .thumbnail .media {
    flex-basis: 9rem;
  }
}

.Playlists .thumbnail .actions {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .Playlists .thumbnail .actions .btn,
  .Playlists .thumbnail .actions .btn-ecoute-link {
    min-width: 0;
    font-size: 1.2rem;
    padding: 0.4rem;
  }
}

.Aside .Playlists .thumbnail .media {
  flex-basis: 9rem;
}
.Aside .Playlists .thumbnail .media .overlay .badge {
  padding: 0.4rem;
  font-size: 1.2rem;
}
.Aside .Playlists .thumbnail .media .overlay .btn,
.Aside .Playlists .thumbnail .media .overlay .btn-ecoute-link {
  min-width: 0;
  font-size: 1.2rem;
  padding: 0.4rem;
  margin: 0.25rem;
}

.Aside .Playlists .thumbnail .artist {
  font-size: 1.2rem;
}

.Aside .Playlists .thumbnail .album {
  font-size: 1.4rem;
}

.EpisodesList .Playlists .thumbnail .resume .lead {
  text-align: justify;
}

.EpisodesList .Playlists .thumbnail .no-image {
  flex-basis: 9rem;
}

.social-networks .btn,
.social-networks .btn-ecoute-link {
  margin: 5px;
}

.CategoryContentsList .empty-message {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.Audio .thumbnail {
  border: solid transparent;
  border-width: 0 0 1px 0;
  padding-bottom: 1.6rem;
  align-items: center;
}
.Audio .thumbnail .h3 {
  font-size: 1.6rem;
}
.Audio .thumbnail .resume {
  padding-left: 2rem !important;
}
.Aside .Audio .thumbnail .resume {
  padding-left: 1rem !important;
}
.Audio .thumbnail .AudioPlayer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.Audio .thumbnail .AudioControl {
  flex: 0 0 auto;
  margin-right: 1rem;
}
.Aside .Audio .thumbnail .AudioControl .btn-sm {
  min-width: 0;
  padding: 0.8rem 0.8rem;
  font-size: 1.12rem;
  line-height: 1;
  border-radius: 10rem;
}
.Audio .thumbnail .AudioActions {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  flex: 0 0 auto;
  margin-left: 1rem;
}
.Audio .thumbnail .AudioActions .list-inline {
  margin: 0;
}
.Audio .thumbnail .AudioActions .list-inline-item {
  margin: 0;
}
.Audio .thumbnail .AudioProgress {
  opacity: 0;
  flex: 1 1 auto;
}
.Audio .thumbnail .AudioPlayer.playing .AudioActions {
  opacity: 1;
}
.Audio .thumbnail .AudioPlayer.playing .AudioProgress {
  opacity: 1;
}

.Audio .thumbnail.d-flex .media {
  flex-basis: 8rem;
}

.Audio .thumbnail.has-audio-player {
  padding: 1.6rem;
}

.Audio .thumbnail:hover .AudioActions {
  opacity: 1;
}

.Audio .AudioPlayer.d-flex &gt; *:not(:first-child) {
  margin-left: 1rem;
}

.Audio .AudioPlayer.d-flex &gt; .AudioProgress {
  flex: 1;
}

.Audio .footer {
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-end;
}
.Audio .footer &gt; .btn,
.Audio .footer &gt; .btn-ecoute-link {
  margin-left: 1rem;
}

.Audio .AudioArticle &gt; .grid {
  align-items: flex-start;
}

.Audio .AudioArticle .AudioPlayer {
  margin-bottom: 4rem;
}

.Audio .AudioArticle .AudioBadges,
.Audio .AudioArticle .AudioActions {
  margin-bottom: 2rem;
}

html {
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.ClipPath {
  position: absolute;
  height: 0;
  width: 0;
}

.Header {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 996px) {
  .Header:not(.IsCompact) .PlayerSmall .PlayerResume {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Header:not(.HasCenteredLogo) .MenuRight {
    justify-content: flex-end;
  }
}
.Header.HasSeparator--full {
  border-bottom: solid 0.3rem;
}
.Header .container {
  height: 100%;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.HasSeparator.Header .container:after {
  flex: 0 0 auto;
  content: '';
  display: block;
  border: 0;
  border-top: solid 0.3rem;
  transition: all 0.2s ease-in-out;
  margin-bottom: -0.3rem;
  transform: translateY(0.5rem);
}
.Header .HeaderContainer {
  flex: 1 1 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.Header .HeaderNavContainer .HasRadioGroup {
  left: -40rem;
  width: 40rem;
}
.Header .HeaderLogo .logo img {
  max-height: 5rem;
  max-width: 10rem;
  transition: all 0.2s ease-in-out;
}
.Header .nav {
  margin: 0;
}
.Header .HeaderNav {
  display: flex;
}
.Header .HeaderNav .nav &gt; li &gt; a {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
}
.Header .HeaderAside {
  position: relative;
  flex-direction: column;
}
.Header .HeaderAside .HeaderSources,
.Header .HeaderAside .Player {
  transition: all 0.35s ease;
}
.Header .HeaderToggler .btn,
.Header .HeaderToggler .btn-ecoute-link {
  padding: 0.8rem;
  min-width: 0;
  background: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
  align-self: center;
}
.Header .HeaderSources .nav &gt; .nav-item &gt; .nav-link {
  font-weight: 600;
}
.Header .HeaderSources .nav &gt; .nav-item &gt; .nav-link.back-to-live {
  cursor: pointer;
  border: none;
  background: none;
  outline: inherit;
  border-radius: 10rem;
}

.Header .HeaderNav .MenuTop {
  display: flex;
  flex-direction: row;
  flex: 2 1 auto;
  max-height: 100dvh;
  width: inherit;
  padding-top: 0;

  .isMobile {
    width: 30rem;
    bottom: 0;
    display: flex;

    .collapseHeader {
      padding-top: 1em;
      display: flex;
    }
  }
  .isNotMobile {
    flex: 1;
    display: flex;
  }
  .fullHeader {
    flex: 1;
    padding-top: 1em;
    bottom: 0;
    display: flex;
  }
}
.Header .HeaderSearch .btn,
.Header .HeaderSearch .btn-ecoute-link,
.Header .HeaderMediaButtons .btn,
.Header .HeaderMediaButtons .btn-ecoute-link {
  min-width: 0;
  transition: all 0.2s ease-in-out;
}
.Header .HeaderSearch .btn .icon,
.Header .HeaderSearch .btn-ecoute-link .icon {
  transform: translate(-0.1rem, -0.1rem);
}
.Header .HeaderMediaButtons .btn .icon,
.Header .HeaderMediaButtons .btn-ecoute-link .icon {
  transform: scale(0.8);
}
.Header .HeaderMediaButtons .btn--player {
  white-space: nowrap;
  align-self: center;
}
.Header .HeaderMediaButtons .btn--player .loader {
  width: 2.8rem;
  height: 2.8rem;
}
.Header .Player,
.Header .Player .PlayerContainer {
  transition: all 0.2s ease-in-out;
}
.Header .Player .PlayerCover,
.Header .Player .PlayerCover .media {
  transition: all 0.2s ease-in-out;
}
.Header .Player .PlayerControl .btn,
.Header .Player .PlayerControl .btn-ecoute-link {
  transition: all 0.2s ease-in-out;
}
@media (max-width: 995.98px) {
  .Header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
  }
  .Header .HeaderSources .dropdown-item {
    white-space: normal;
  }
  .Header .HeaderSources .nav-item {
    flex: 1 1 50%;
  }
  .Header .HeaderContainer {
    flex-wrap: wrap;
  }
  .Header .HeaderToggler {
    order: -1;
  }
  .Header .HeaderToggler .btn,
  .Header .HeaderToggler .btn-ecoute-link {
    padding: 0.8rem;
    min-width: 0;
  }
  .Header .HeaderLogo {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
  .Header .HeaderLogo .logo img {
    max-height: 5rem;
    max-width: 10rem;
  }
  .Header .HeaderSearch .btn,
  .Header .HeaderSearch .btn-ecoute-link {
    padding: 0.8rem;
    min-width: 0;
  }
  .Header .HeaderAside .HeaderSources {
    font-size: 1.4rem;
  }
  .Header .HeaderToggler {
    display: flex;
  }
  .Header .HeaderNavContainer {
    display: none;
  }
  .Header .HeaderNavContainer {
    transition: all 0.2s ease-in-out;
    display: flex;
    position: fixed;
    left: -40rem;
    top: 0;
    bottom: 0;
    width: 30rem;
    max-width: 80%;
    z-index: 1030;
    flex-direction: column;
    align-items: stretch;
  }
  .Header .HeaderNavContainer &gt; .btn,
  .Header .HeaderNavContainer &gt; .btn-ecoute-link {
    position: absolute;
    z-index: 1;
    top: 0.2rem;
    right: 0.2rem;
    border: none;
  }
  .Header.MenuOpen .HeaderNavContainer {
    left: 0;
  }
  .Header .HeaderNav {
    padding-top: 4rem;
    flex: 1 1 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100dvh;
  }
  .Header .HeaderNav .nav {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .Header .HeaderNav .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.6rem;
  }
  .Header .HeaderNav .nav .nav-item .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
  }
  .Header .HeaderNav .nav .nav-item .nav-link.active:before {
    height: auto;
    width: 0.45rem;
  }
  .Header .HeaderNav .nav .nav-item:first-child .nav-link {
    border-top: none;
  }
  .Header .HeaderNav .dropdown-menu {
    float: none;
    position: static;
    flex-direction: column;
    border-width: 0 0 0 0.1rem;
    box-shadow: none !important;
    margin-bottom: 1.6rem;
    margin-left: 1.6rem;
    display: flex !important;
  }
  .Header .HeaderAside {
    width: auto;
    margin: 0;
    order: 5;
  }
  .Header .HeaderAside .HeaderSources {
    width: 100%;
    font-size: 1.4rem;
    position: fixed;
    bottom: 6.4rem;
    left: 0;
    right: 0;
  }
  .Header .HeaderSources.HasDetails {
    display: none;
  }

  .Header .HeaderAside .HeaderSources .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .Header .HeaderAside .HeaderSources .nav .dropdown {
    position: relative;
  }
  .Header .HeaderAside .HeaderSources .nav .dropdown .dropdown-menu {
    bottom: 100%;
    top: auto;
    min-width: 100%;
  }
  .Header .HeaderAside .Player {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    height: auto;
  }
  .Header .HeaderAside .PlayerContainer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .Header .HeaderAside .PlayerSources,
  .Header .HeaderAside .PlayerRadio,
  .Header .HeaderAside .PlayerVolume,
  .Header .HeaderAside .PlayerActions {
    display: none;
  }
  .Header.HasMediaButtons .HeaderToggler {
    flex-basis: 9.7rem;
  }
  .Header.HasMediaButtons .HeaderAside {
    flex: 0 0 auto;
    /*@at-root {
      :not(.HasPlayerFixed).Header.HasMediaButtons .HeaderAside {
        .HeaderSources,
        .Player {
          display: none;
        }
      }
    }*/
  }
  .Header.HasMediaButtons .HeaderAside .HeaderMediaButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
  }
  .Header.HasMediaButtons .HeaderAside .HeaderMediaButtons .btn,
  .Header.HasMediaButtons .HeaderAside .HeaderMediaButtons .btn-ecoute-link {
    padding: 0.8rem;
  }
  .Header.HasMediaButtons .HeaderAside .HeaderMediaButtons .btn.hidden-mobile,
  .Header.HasMediaButtons
    .HeaderAside
    .HeaderMediaButtons
    .hidden-mobile.btn-ecoute-link {
    display: none !important;
  }
  .Header .HeaderAside .PlayerContainer {
    height: 6.4rem;
  }
  .Header.HasHeaderAsideHidden .HeaderAside .HeaderSources {
    transform: translateY(10rem);
  }
  .Header.HasHeaderAsideHidden
    .HeaderAside
    .HeaderSources
    .nav
    &gt; .nav-item
    &gt; .nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .Header.HasHeaderAsideHidden .HeaderAside .HeaderSources,
  .Header.HasHeaderAsideHidden .HeaderAside .Player {
    transform: translateY(10rem);
  }
}
@media (min-width: 996px) {
  .Header {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    min-height: 18rem;
    height: fit-content;
    z-index: 100;
  }
  .Header .HeaderSources .dropdown-menu {
    right: 0;
    left: auto !important;
  }
  .HasNavExpendable.Header .HeaderLogo {
    flex: 1 1 auto;
  }
  .Header .HeaderLogo .logo img {
    max-height: 10rem;
    max-width: 20rem;
  }
  .Header .HeaderToggler {
    order: -1;
    display: none;
    margin-right: 2rem;
  }
  .Header .HeaderAside,
  .Header .HeaderNav {
    display: flex;
  }

  .Header .HeaderNav .MenuTop {
    display: flex;
    flex-direction: row;
    flex: 2 1 auto;
    max-height: 100dvh;
    width: inherit;
    padding-top: 0;
    display: flex;

    .isMobile {
      width: 30rem;
      display: flex;
    }

    .isNotMobile {
      display: flex;

      .collapseHeader {
        padding-top: 1em;
        display: flex;
      }
    }
    .fullHeader {
      width: 30rem;
      padding-top: 8em;
      display: flex;
    }
  }

  .Header .HeaderNavContainer {
    flex: 1 1 auto;
  }
  .Header .HeaderAside {
    align-items: flex-end;
    margin-left: 2rem;
    font-size: 1.4rem;
    overflow: visible;
  }
  .HasPlayer.Header .HeaderAside {
    max-width: 38rem;
  }
  .Header .HeaderAside .Player {
    margin: 0;
  }
  :not(.HasPlayer).Header .HeaderAside .Player {
    display: none;
  }
  .Header .HeaderSources .nav {
    flex-wrap: nowrap;
  }
  .Header .HeaderSources .nav .nav-item {
    font-weight: 600;
  }
  .Header .HeaderSources .nav .nav-link {
    white-space: nowrap;
  }
  .Header.HasPlayer .HeaderSources,
  .Header.HasMediaButtons .HeaderSources {
    position: absolute;
    bottom: 100%;
  }
  .Header.HasMediaButtons .btn:not(:first-child),
  .Header.HasMediaButtons .btn-ecoute-link:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 996px) and (min-width: 1440px) {
  .Header.HasCenteredLogo .HeaderLogo {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
  }
  .Header.HasCenteredLogo .HeaderNavContainer .nav {
    max-width: 600px;
  }
  .Header:not(.HasCenteredLogo) .HeaderLogo {
    margin-right: 4rem;
  }
}
@media (min-width: 996px) and (max-width: 1439.98px) {
  .Header .HeaderLogo {
    margin-right: 4rem;
  }
}
@media (min-width: 996px) {
  .Header:not(.HasNavExpendable) .HeaderToggler {
    display: none;
  }
  .Header:not(.HasNavExpendable) .HeaderNav .nav .nav-item {
    margin: 1rem 0;
  }
  .Header:not(.HasNavExpendable) .HeaderNavContainer &gt; .btn,
  .Header:not(.HasNavExpendable) .HeaderNavContainer &gt; .btn-ecoute-link {
    display: none;
  }
  .Header.HasNavExpendable .HeaderToggler {
    display: flex;
  }
  .Header.HasNavExpendable .HeaderNavContainer {
    display: none;
  }
  .Header.HasNavExpendable .HeaderNavContainer {
    transition: all 0.2s ease-in-out;
    display: flex;
    position: fixed;
    left: -40rem;
    top: 0;
    bottom: 0;
    width: 30rem;
    max-width: 80%;
    z-index: 1030;
    flex-direction: column;
    align-items: stretch;
  }

  .Header.HasNavExpendable .HeaderNavContainer .HasMenuLeft {
    left: -40rem;
    width: 40rem;
  }

  .Header.HasNavExpendable .HeaderNavContainer &gt; .btn,
  .Header.HasNavExpendable .HeaderNavContainer &gt; .btn-ecoute-link {
    position: absolute;
    z-index: 1;
    top: 0.2rem;
    right: 0.2rem;
    border: none;
  }
  .Header.HasNavExpendable.MenuOpen .HeaderNavContainer {
    left: 0;
  }
  .Header.HasNavExpendable .HeaderNav {
    padding-top: 4rem;
    flex: 1 1 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .Header.HasNavExpendable .HeaderNav .nav {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .Header.HasNavExpendable .HeaderNav .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 1.6rem;
  }
  .Header.HasNavExpendable .HeaderNav .nav .nav-item .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
  }
  .Header.HasNavExpendable .HeaderNav .nav .nav-item .nav-link.active:before {
    height: auto;
    width: 0.45rem;
  }
  .Header.HasNavExpendable .HeaderNav .nav .nav-item:first-child .nav-link {
    border-top: none;
  }
  .Header.HasNavExpendable .HeaderNav .dropdown-menu {
    float: none;
    position: static;
    flex-direction: column;
    border-width: 0 0 0 0.1rem;
    box-shadow: none !important;
    margin-bottom: 1.6rem;
    margin-left: 1.6rem;
  }

  .Header.HasNavExpendable .HeaderNav .dropdown-menu.dropdown-item {
    display: none;
  }
  .Header.HasNavExpendable .HeaderNav .dropdown-menu.show.dropdown-item {
    display: block;
  }

  .Header.IsFixed {
    position: sticky;
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
  }
  .Header.IsCompact {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 7rem;
    height: fit-content;
  }
  .HasSeparator.Header.IsCompact .container:after {
    margin-bottom: -0.3rem;
    transform: translateY(1rem);
  }
  .Header.IsCompact .HeaderLogo .logo img {
    max-height: 5rem;
    max-width: 20rem;
  }
  .Header.IsCompact .HeaderNav .nav .nav-item {
    margin: 0;
  }
  .Header.IsCompact .HeaderNav .nav .nav-item .nav-link:before {
    bottom: -0.5rem;
  }
  .Header.IsCompact .HeaderSearch .btn,
  .Header.IsCompact .HeaderSearch .btn-ecoute-link,
  .Header.IsCompact .HeaderMediaButtons .btn,
  .Header.IsCompact .HeaderMediaButtons .btn-ecoute-link,
  .Header.IsCompact .HeaderToggler .btn,
  .Header.IsCompact .HeaderToggler .btn-ecoute-link {
    padding: 0.8rem;
  }
  .Header.IsCompact.HasPlayer .HeaderSources,
  .Header.IsCompact.HasMediaButtons .HeaderSources {
    display: none;
  }
  .Header.IsCompact &gt; :not(.sidenav) .Player {
    height: 5rem;
  }
  .Header.IsCompact &gt; :not(.sidenav) .Player .PlayerContainer {
    padding: 0.5rem;
  }
  .Header.IsCompact &gt; :not(.sidenav) .Player .PlayerCover {
    flex: 0 0 4rem;
  }
  .Header.IsCompact &gt; :not(.sidenav) .Player .PlayerCover .media.rounded {
    border-radius: 10rem;
  }
  .Header.IsCompact &gt; :not(.sidenav) .Player .PlayerControl .btn,
  .Header.IsCompact &gt; :not(.sidenav) .Player .PlayerControl .btn-ecoute-link {
    height: 4rem;
    width: 4rem;
  }
  .Header.IsCompact &gt; :not(.sidenav) .Player .PlayerResume {
    display: flex;
    overflow: hidden;
    align-items: baseline;
    justify-content: center;
  }
  .Header.IsCompact &gt; :not(.sidenav) .Player .PlayerResume &gt; * {
    flex: 0 1 auto;
    margin: 0 0.2rem;
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.Header.HasExternalPlayerHeader {
  height: 7rem;
}
.Header.HasExternalPlayerHeader .HeaderLogo {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  margin-right: 0;
}

.Main {
  flex: 1 0 auto;
  position: relative;
  width: 100%;
}

.Main.pageWithoutHeader &gt; section:first-of-type {
  padding-top: 0 !important;
}

.Main.pageWithoutHeader &gt; section:last-of-type {
  padding-bottom: 0 !important;
}

.Main.isPlayerExternePage &gt; section:first-of-type {
  padding-top: 0 !important;
}

.Main.isPlayerExternePage &gt; section:last-of-type {
  padding-bottom: 0 !important;
}

.Footer {
  position: relative;
  flex: 0 0 auto;
  font-size: 1.44rem;
}
.Footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Footer .title.h3 {
  margin: 0;
}
@media (min-width: 996px) {
  .Footer.HasPlayerFixed {
    z-index: 12;
    padding-bottom: 10rem;
  }
  .Footer.HasPlayerFixed .Player {
    width: auto;
    margin: 0;
    order: 5;
    position: fixed;
    z-index: 1030;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
  }
  .Footer.HasPlayerFixed .PlayerContainer {
    padding-top: 0;
    padding-bottom: 0;
    height: 10rem;
  }
  .Footer.HasPlayerFixed .PlayerProgressRange {
    border-radius: 0;
  }
}
@media (max-width: 995.98px) {
  .Header.HasPlayer + .Main + .Footer,
  .Header.HasPlayerFixed + .Main + .Footer {
    padding-bottom: 8.4rem;
  }
  .Footer.HasPlayerFixed {
    z-index: 12;
  }
  .Footer.HasPlayerFixed .Player {
    margin: 0;
    border-radius: 0;
  }
  .Footer.HasPlayerFixed .PlayerContainer {
    height: 6.4rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .Footer.HasPlayerFixed .PlayerSources,
  .Footer.HasPlayerFixed .PlayerRadio,
  .Footer.HasPlayerFixed .PlayerVolume,
  .Footer.HasPlayerFixed .PlayerActions {
    display: none;
  }
}

.FooterNav .nav,
.FooterSocial .nav,
.FooterLegal .nav {
  display: flex;
  list-style: none;
  justify-content: center;
}
.FooterNav .nav .nav-item,
.FooterSocial .nav .nav-item,
.FooterLegal .nav .nav-item {
  padding: 5px;
}
.FooterNav .nav .nav-item .nav-link:before,
.FooterSocial .nav .nav-item .nav-link:before,
.FooterLegal .nav .nav-item .nav-link:before {
  display: none;
}

.FooterLogo {
  margin: 0 0 1.6rem 0;
}
.FooterLogo .logo img {
  max-height: 5rem;
  max-width: 20rem;
}

.FooterPlayer {
  align-self: stretch;
  margin-bottom: 4rem;
}

.FooterPlayer .ButtonPlayerDetail .btn--player {
  margin-bottom: 3rem;
}
@media (max-width: 995.98px) {
  .FooterPlayer {
    display: none;
  }

  .FooterPlayer .ButtonPlayerDetail {
    display: none;
  }

  .Header .ButtonPlayerDetail {
    margin-bottom: 2rem;
  }

  .Header .ButtonPlayerDetailContainer {
    display: flex;
    display: flex;
    position: relative;
    clip-path: inset(0 0 44% 0);
  }

  .Header .ButtonPlayerDetailContainer .icon svg {
    margin-bottom: 6px;
  }

  .Header .ButtonPlayerDetailContainer.active .icon svg {
    margin-top: 0 !important;
    margin-bottom: -8px !important;
  }

  .Header .PlayerDetails.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* Enables interaction */
    transition: max-height 0.5s ease, opacity 1s ease, visibility 0s 0s;
    max-height: 65vh;
  }

  .FooterPlayer .PlayerResume .title {
    font-size: 1.4rem;
  }
  .FooterPlayer .PlayerResume .artist {
    font-size: 1.6rem;
  }
  .FooterPlayer .PlayerControl .btn,
  .FooterPlayer .PlayerControl .btn-ecoute-link {
    height: 5rem;
    width: 5rem;
    min-width: 0;
    padding: 0;
  }
  .FooterPlayer .PlayerControl .btn .icon,
  .FooterPlayer .PlayerControl .btn-ecoute-link .icon {
    height: 1.6rem;
    width: 1.6rem;
  }
  .FooterPlayer .PlayerActions,
  .FooterPlayer .PlayerVolume,
  .FooterPlayer .PlayerRadio {
    display: none;
  }
}

.FooterCredits a:hover,
.FooterCredits a:focus {
  text-decoration: underline;
}

.FooterNav .nav {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 600;
}

.FooterNav .nav &gt; li &gt; a {
  text-transform: uppercase;
}

.FooterSocial .nav {
  margin-bottom: 1.6rem;
}

.FooterSocial .btn,
.FooterSocial .btn-ecoute-link {
  height: 6rem;
  width: 6rem;
  min-width: 0;
  padding: 0;
}
.FooterSocial .btn .icon,
.FooterSocial .btn-ecoute-link .icon {
  height: 2rem;
  width: 2rem;
}
@media (max-width: 995.98px) {
  .FooterSocial .btn,
  .FooterSocial .btn-ecoute-link {
    height: 4rem;
    width: 4rem;
    min-width: 0;
    padding: 0;
  }
  .FooterSocial .btn .icon,
  .FooterSocial .btn-ecoute-link .icon {
    height: 2rem;
    width: 2rem;
  }
}

.FooterLegal .nav {
  margin-bottom: 1.6rem;
}

.FooterPlayer {
  margin-bottom: 4rem;
}

.FooterRadios {
  width: 100%;
  margin: 10px 0 30px;
  padding: 30px 10px;
  border-radius: 30px;
}
.FooterRadios .swiper-container {
  width: 100%;
  height: auto;
}
.FooterRadios .swiper-wrapper {
  align-items: center;
}
.FooterRadios .radio {
  display: block;
}
.FooterRadios .radio .radio-content {
  margin: 0;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
.FooterRadios .radio .radio-logo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.FooterRadios .radio .radio-name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
</pre></body></html>