﻿:root {
    --blue: #009EE4;
    --red: #dc3545;
    --orange: #F67604;
    --green: #009688;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #282828;
    --primary: #009EE4;
    --secondary: #6c757d;
    --success: #009688;
    --info: #009EE4;
    --warning: #F67604;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #282828;
    --white: #fff;
    --light-blue: #DFECF5;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

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

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

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

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;
    font-style: normal;
    line-height: inherit
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 800
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #009EE4;
    text-decoration: none;
    background-color: transparent
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
    font-size: 80%;
    font-weight: 400
}

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

.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: .5rem
}

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

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

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

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

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

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

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px
    }
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1440px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1rem + 4px);
    padding: .5rem .2rem;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid #000;
    text-align: left;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #009EE4;
    outline: 0
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-style: italic
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: rgba(0, 0, 0, 0)
}

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .5rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

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

.form-control-lg {
    height: calc(1.5em + 1rem + 4px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    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: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

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

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

.form-check-input {
    position: absolute;
    margin-top: .35rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #009688
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 150, 136, 0.9);
    border-radius: .313rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #009688;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009688' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #009688;
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #009688;
    padding-right: calc(.75em + 1.95rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .2rem center/8px 10px no-repeat, rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23009688' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.2rem/calc(.75em + .5rem) calc(.75em + .5rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #009688;
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #009688
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #009688
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #009688
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #00c9b6;
    background-color: #00c9b6
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #009688
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #009688
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #009688;
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: .313rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .25rem) center;
    background-size: calc(.75em + .5rem) calc(.75em + .5rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(.375em + .25rem) right calc(.375em + .25rem)
}

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

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 100rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #000;
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.btn-primary {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-primary:hover {
    color: #009EE4;
    background-color: #fff;
    border-color: #009EE4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #009EE4;
    box-shadow: 0 0 0 .2rem rgba(38, 173, 232, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bb1;
    border-color: #0072a4
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 173, 232, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #6c757d;
    background-color: #fff;
    border-color: #6c757d
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #6c757d;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #009688;
    border-color: #009688
}

.btn-success:hover {
    color: #009688;
    background-color: #fff;
    border-color: #009688
}

.btn-success:focus,
.btn-success.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #009688;
    box-shadow: 0 0 0 .2rem rgba(38, 166, 154, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #009688;
    border-color: #009688
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00635a;
    border-color: #00564e
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 166, 154, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-info:hover {
    color: #009EE4;
    background-color: #fff;
    border-color: #009EE4
}

.btn-info:focus,
.btn-info.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #009EE4;
    box-shadow: 0 0 0 .2rem rgba(38, 173, 232, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007bb1;
    border-color: #0072a4
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 173, 232, 0.5)
}

.btn-warning {
    color: #fff;
    background-color: #F67604;
    border-color: #F67604
}

.btn-warning:hover {
    color: #F67604;
    background-color: #fff;
    border-color: #F67604
}

.btn-warning:focus,
.btn-warning.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #F67604;
    box-shadow: 0 0 0 .2rem rgba(247, 139, 42, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #F67604;
    border-color: #F67604
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c45e03;
    border-color: #b75803
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(247, 139, 42, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545
}

.btn-danger:focus,
.btn-danger.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #009EE4;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #f8f9fa;
    background-color: #fff;
    border-color: #f8f9fa
}

.btn-light:focus,
.btn-light.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(211, 235, 247, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #009EE4;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #009EE4;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(211, 235, 247, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-dark:hover {
    color: #282828;
    background-color: #fff;
    border-color: #282828
}

.btn-dark:focus,
.btn-dark.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #282828;
    box-shadow: 0 0 0 .2rem rgba(72, 72, 72, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #0f0f0f;
    border-color: #080808
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 72, 72, 0.5)
}

.btn-white {
    color: #009EE4;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.btn-white:focus,
.btn-white.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(217, 240, 251, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #009EE4;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color: #009EE4;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 240, 251, 0.5)
}

.btn-light-blue {
    color: #009EE4;
    background-color: #DFECF5;
    border-color: #DFECF5
}

.btn-light-blue:hover {
    color: #DFECF5;
    background-color: #fff;
    border-color: #DFECF5
}

.btn-light-blue:focus,
.btn-light-blue.focus {
    color: #009EE4;
    background-color: #fff;
    border-color: #DFECF5;
    box-shadow: 0 0 0 .2rem rgba(190, 224, 242, 0.5)
}

.btn-light-blue.disabled,
.btn-light-blue:disabled {
    color: #009EE4;
    background-color: #DFECF5;
    border-color: #DFECF5
}

.btn-light-blue:not(:disabled):not(.disabled):active,
.btn-light-blue:not(:disabled):not(.disabled).active,
.show>.btn-light-blue.dropdown-toggle {
    color: #009EE4;
    background-color: #b8d5e9;
    border-color: #aecfe6
}

.btn-light-blue:not(:disabled):not(.disabled):active:focus,
.btn-light-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-light-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(190, 224, 242, 0.5)
}

.btn-outline-primary {
    color: #009EE4;
    border-color: #009EE4
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #009EE4;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #009688;
    border-color: #009688
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #009688;
    border-color: #009688
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #009688;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #009688;
    border-color: #009688
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.5)
}

.btn-outline-info {
    color: #009EE4;
    border-color: #009EE4
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #009EE4;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #009EE4;
    border-color: #009EE4
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.5)
}

.btn-outline-warning {
    color: #F67604;
    border-color: #F67604
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #F67604;
    border-color: #F67604
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(246, 118, 4, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #F67604;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #F67604;
    border-color: #F67604
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(246, 118, 4, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #009EE4;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #009EE4;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #282828;
    border-color: #282828
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 40, 40, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #282828;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 40, 40, 0.5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #009EE4;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
    color: #009EE4;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-light-blue {
    color: #DFECF5;
    border-color: #DFECF5
}

.btn-outline-light-blue:hover {
    color: #009EE4;
    background-color: #DFECF5;
    border-color: #DFECF5
}

.btn-outline-light-blue:focus,
.btn-outline-light-blue.focus {
    box-shadow: 0 0 0 .2rem rgba(223, 236, 245, 0.5)
}

.btn-outline-light-blue.disabled,
.btn-outline-light-blue:disabled {
    color: #DFECF5;
    background-color: transparent
}

.btn-outline-light-blue:not(:disabled):not(.disabled):active,
.btn-outline-light-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-light-blue.dropdown-toggle {
    color: #009EE4;
    background-color: #DFECF5;
    border-color: #DFECF5
}

.btn-outline-light-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-light-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(223, 236, 245, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #009EE4;
    text-decoration: underline
}

.btn-link:hover {
    color: #006998;
    text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 100rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 100rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

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

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

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

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

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

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

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

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

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

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

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

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

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

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #282828;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1b1b1b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009EE4
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -2px
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -2px
}

.input-group-prepend {
    margin-right: -2px
}

.input-group-append {
    margin-left: -2px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .2rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 2px solid #000;
    border-radius: 0
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 4px)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 4px)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

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

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #009EE4;
    background-color: #009EE4
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #009EE4
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #98dfff;
    border-color: #98dfff
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
    background-color: rgba(0, 0, 0, 0)
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    border: #adb5bd solid 2px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #009EE4;
    background-color: #009EE4
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 158, 228, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 158, 228, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 158, 228, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 4px);
    left: calc(-2.25rem + 4px);
    width: calc(1rem - 8px);
    height: calc(1rem - 8px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: rgba(0, 0, 0, 0);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 158, 228, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1rem + 4px);
    padding: .5rem 1.2rem .5rem .2rem;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .2rem center/8px 10px no-repeat;
    border: 2px solid #000;
    border-radius: .313rem;
    appearance: none
}

.custom-select:focus {
    border-color: #009EE4;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: rgba(0, 0, 0, 0)
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .2rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 4px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

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

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1rem + 4px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #009EE4;
    box-shadow: 0 0 0 .2rem rgba(0, 158, 228, 0.25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: rgba(0, 0, 0, 0)
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1rem + 4px);
    padding: .5rem .2rem;
    overflow: hidden;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000;
    border-radius: 0
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: .5rem .2rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 158, 228, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 158, 228, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 158, 228, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #009EE4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #98dfff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009EE4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #98dfff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #009EE4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #98dfff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

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

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

.modal-open {
    overflow: hidden
}

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.5s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

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

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 2px solid #dee2e6;
    border-bottom-right-radius: calc(.35rem - 2px);
    border-bottom-left-radius: calc(.35rem - 2px)
}

.modal-footer>* {
    margin: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.align-baseline {
    vertical-align: baseline !important
}

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

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

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

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

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

.bg-primary {
    background-color: #009EE4 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #007bb1 !important
}

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #009688 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #00635a !important
}

.bg-info {
    background-color: #009EE4 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #007bb1 !important
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #c45e03 !important
}

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

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

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #282828 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #0f0f0f !important
}

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

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important
}

.bg-light-blue {
    background-color: #DFECF5 !important
}

a.bg-light-blue:hover,
a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
    background-color: #b8d5e9 !important
}

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

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

.border {
    border: 2px solid #dee2e6 !important
}

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #009EE4 !important
}

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

.border-success {
    border-color: #009688 !important
}

.border-info {
    border-color: #009EE4 !important
}

.border-warning {
    border-color: #F67604 !important
}

.border-danger {
    border-color: #dc3545 !important
}

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

.border-dark {
    border-color: #282828 !important
}

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

.border-light-blue {
    border-color: #DFECF5 !important
}

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

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

.rounded {
    border-radius: .313rem !important
}

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

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

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

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

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

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

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

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

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

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

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

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-1 {
    margin: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

.p-1 {
    padding: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: 800 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #009EE4 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #006998 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #009688 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #004a43 !important
}

.text-info {
    color: #009EE4 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #006998 !important
}

.text-warning {
    color: #F67604 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ab5203 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #282828 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #020202 !important
}

.text-white {
    color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
    color: #d9d9d9 !important
}

.text-light-blue {
    color: #DFECF5 !important
}

a.text-light-blue:hover,
a.text-light-blue:focus {
    color: #a5c9e3 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 2px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 2px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

:root {
    --woocommerce: #009EE4;
    --wc-green: #009688;
    --wc-red: #dc3545;
    --wc-orange: #F67604;
    --wc-blue: #009EE4;
    --wc-primary: #009EE4;
    --wc-primary-text: #e6f6fd;
    --wc-secondary: #6c757d;
    --wc-secondary-text: #000;
    --wc-highlight: #e4002c;
    --wc-highligh-text: #fde6eb;
    --wc-content-bg: #fff;
    --wc-subtext: #6c757d
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: 'star';
    src: url("../fonts/star.eot");
    src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'WooCommerce';
    src: url("../fonts/WooCommerce.eot");
    src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
    font-weight: normal;
    font-style: normal
}

p.demo_store,
.woocommerce-store-notice {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #009EE4;
    color: #e6f6fd;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
    display: none
}

p.demo_store a,
.woocommerce-store-notice a {
    color: #e6f6fd;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url("../img/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url("../img/loader.svg") center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #dc3545 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #dc3545
}

.woocommerce small.note {
    display: block;
    color: #6c757d;
    font-size: 0.857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #6c757d
}

.woocommerce .woocommerce-breadcrumb::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce .woocommerce-breadcrumb a {
    color: #6c757d
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product span.price,
.woocommerce div.product p.price {
    color: #e4002c;
    font-size: 1.25em
}

.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
    opacity: 0.5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: 0.92em
}

.woocommerce div.product .stock {
    color: #e4002c
}

.woocommerce div.product .out-of-stock {
    color: #dc3545
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 0.5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #545b62;
    background-color: #6c757d;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 700;
    color: #000;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #1a1a1a
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #000;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 1px solid #545b62;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #6c757d
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #6c757d
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #545b62;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: 0.83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: 0.5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -0.5em;
    left: -0.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #e4002c;
    color: #fde6eb;
    font-size: 0.857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -0.5em -0.5em 0 0
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: 0.857em
}

.woocommerce ul.products li.product .button {
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #e4002c;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
    font-size: 0.857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 0.5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: none;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(143, 86, 97, 0.5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #545b62;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #545b62;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: normal;
    padding: 0.5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: #6c757d;
    color: #0d0f10
}

.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce #respond input#submit.loading {
    opacity: 0.25;
    padding-right: 2.618em
}

.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
    font-family: "WooCommerce";
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after,
.woocommerce #respond input#submit.added::after {
    font-family: "WooCommerce";
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: 0.5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #6c757d;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #6c757d
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: none;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #6c757d;
    font-size: 0.75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #6c757d;
    border: 1px solid #656d75;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #656d75;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #656d75;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: "star"
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #545b62;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0.5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 0.5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "WooCommerce";
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, 0.025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: normal
}

.woocommerce table.shop_table td del {
    font-weight: normal
}

.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: 0
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.woocommerce table.my_account_orders {
    font-size: 0.85em
}

.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.my_account_orders .button:nth-child(2)::before {
    content: '/';
    display: inline-block;
    margin: 0 3px
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "\2193";
    display: inline-block
}

.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
    list-style: none outside
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: left;
    clear: both;
    margin-right: 0.25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
    margin: 0
}

.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 0.25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
    border-top: 3px double #6c757d;
    padding: 4px 0 0
}

.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 0.5rem 0
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: 0.5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0%;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: #dc3545;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #dc3545
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #dc3545
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #007d71
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    border: 1px solid #545b62;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 0.5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0.4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1;
    border-right: 1px dashed #545b62;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: bold
}

.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
    margin-bottom: 2em
}

.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    color: #dc3545
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    color: #dc3545;
    vertical-align: inherit;
    margin-right: 0.5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 0.5em;
    margin-right: 0.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #009EE4;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -0.3em;
    margin-left: -0.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #009EE4
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #00344b;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 0.5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none;
    color: #dc3545
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
    display: block !important
}

.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
    display: none !important
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 0.5em 1em 0.5em 2em;
    margin: 0 0 1em;
    position: relative;
    background-color: transparent;
    color: #000;
    list-style: none outside;
    font-weight: 700;
    width: auto;
    word-wrap: break-word
}

.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    font-family: "WooCommerce";
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 0.5em;
    left: 0.5em
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    float: right
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    color: #009688
}

.woocommerce-message::before {
    content: "\e015";
    color: #009688
}

.woocommerce-info {
    color: #009EE4
}

.woocommerce-info::before {
    color: #009EE4
}

.woocommerce-error {
    color: #dc3545
}

.woocommerce-error::before {
    content: "\e016";
    color: #dc3545
}

.woocommerce-account .woocommerce::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce-account .addresses .title::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.618em;
    content: "";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
    width: 32px;
    box-shadow: none
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
    vertical-align: middle
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #545b62;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
    margin: 0;
    vertical-align: middle
}

.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
    padding: 1em 0
}

.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: 0.5em;
    display: inline-block
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
    font-family: "WooCommerce";
    speak: never;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "";
    text-decoration: none
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
    color: #6c757d;
    font-size: 0.83em
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
    width: 35%
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
    color: #6c757d
}

.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
    color: #e4002c
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #6c757d
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
    clear: left
}

.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
    clear: left
}

.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
    font-size: 11px;
    color: #6c757d;
    font-weight: normal
}

.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
    clear: both
}

.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
    text-align: left;
    margin: 0;
    list-style: none outside;
    padding: 0;
    padding-inline-start: 0
}

.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: normal
}

.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 0.5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img,
#add_payment_method #payment ul.payment_methods li img+img {
    margin-left: 2px
}

.woocommerce-cart #payment ul.payment_methods li>label,
.woocommerce-checkout #payment ul.payment_methods li>label,
#add_payment_method #payment ul.payment_methods li>label {
    font-weight: 700
}

.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    display: block;
    clear: both;
    content: ""
}

.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 0 0 1em 0;
    font-size: .75rem;
    line-height: normal;
    background-color: #d8dbdd;
    color: #000
}

.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
    border-color: #d8dbdd;
    border-top-color: #d8dbdd
}

.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
    color: #d8dbdd
}

.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
    color: #d8dbdd
}

.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
    color: #d8dbdd
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
    margin: 0 0 0.5em
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
    cursor: pointer
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right 0.618em center;
    background-size: 32px 20px
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
    background-image: url("../images/icons/credit-cards/visa.svg")
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
    background-image: url("../images/icons/credit-cards/mastercard.svg")
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
    background-image: url("../images/icons/credit-cards/laser.svg")
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
    background-image: url("../images/icons/credit-cards/diners.svg")
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
    background-image: url("../images/icons/credit-cards/maestro.svg")
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
    background-image: url("../images/icons/credit-cards/jcb.svg")
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
    background-image: url("../images/icons/credit-cards/amex.svg")
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
    background-image: url("../images/icons/credit-cards/discover.svg")
}

.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
    font-size: 0.857em;
    color: #6c757d;
    font-weight: normal
}

.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
    margin: 0 0 1em
}

.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
    margin-bottom: 0
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #d8dbdd;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em
}

.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em
}

.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-cart #payment #place_order,
.woocommerce-checkout #payment #place_order,
#add_payment_method #payment #place_order {
    margin-left: auto;
    margin-right: auto
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05)
}

.woocommerce-privacy-policy-text,
.newsletter-info-field {
    font-style: italic;
    font-size: 80%;
    color: #6c757d
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    font-size: .75rem;
    line-height: normal;
    margin-top: 0rem
}

.woocommerce-password-strength.strong {
    color: #009688
}

.woocommerce-password-strength.short {
    color: #F67604
}

.woocommerce-password-strength.bad {
    color: #dc3545
}

.woocommerce-password-strength.good {
    color: #009688
}

.woocommerce-password-hint {
    margin: 0.5em 0 0;
    display: block;
    font-size: .75rem;
    color: #6c757d;
    font-style: italic
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

a {
    color: #009EE4
}

a:hover {
    text-decoration: underline;
    color: #009EE4
}

h1 {
    font-weight: 800;
    font-size: 2.625rem;
    line-height: 1em;
    letter-spacing: 0px;
    color: #030304;
    margin-bottom: 40px
}

h1:after {
    content: "";
    display: block;
    margin-top: 1rem;
    width: 56px;
    height: 2px;
    background-color: #009EE4
}

h2 {
    font: normal normal 800 20px/25px Open Sans;
    color: #000;
    padding: 5px 0px
}

.overflow-hidden {
    overflow: hidden !important
}

table {
    width: 90%;
    padding: 20px;
    border-collapse: collapse !important
}

table td {
    padding: 15px
}

table thead tr th {
    padding: 10px;
    background-color: #030304;
    color: #ffffff;
    border: 1px solid #030304;
    font: normal normal bold 14px/16px Open Sans
}

table tbody,
table tfoot {
    font: normal normal bold 14px/20px Open Sans;
    color: #454545
}

table tbody td {
    color: #454545;
    border: 1px solid #030304
}

table tbody tr:nth-child(odd) {
    background-color: #ffffff
}

table tfoot td {
    color: #454545;
    border: 1px solid #030304
}

table tfoot tr th {
    color: #454545;
    border: 1px solid #030304;
    padding: 15px
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #FFF
}

::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: #9A9A9A;
    border-radius: 10px;
    background-clip: content-box
}

#popin-needconnect {
    position: absolute;
    height: 100%;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100000;
    transition: top 0.2s ease-out
}

#popin-needconnect .popin-content {
    position: relative;
    top: 20%;
    text-align: center;
    margin: 0 auto;
    width: 60%;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.96);
    padding: 16px;
    box-shadow: 0px 0px 12px 0px grey
}

#popin-needconnect .popin-content>span {
    display: block
}

#popin-needconnect .popin-content a.btn-zu {
    display: inline-block;
    margin: 20px auto
}

#popin-needconnect .popin-content .btn-close {
    position: absolute;
    top: -16px;
    right: -16px;
    padding: 6px;
    background-color: white;
    border-radius: 50%;
    line-height: 20px
}

#popin-needconnect.show {
    top: 0
}

.already-subscribed {
    font: normal normal normal 14px/32px Open Sans
}

.already-subscribed .se-connecter-modal,
.already-subscribed .se-connecter {
    text-decoration: underline;
    color: #009EE4;
    cursor: pointer
}

.container-content article .entry-content {
    height: 665px;
    overflow-y: auto;
    padding: 0px 10px 0px 0px;
    font-size: 1rem;
    line-height: 1.625rem
}

.container-content article .entry-content h1 {
    font-weight: 800;
    font-size: 2.125rem;
    line-height: 1em;
    color: #030304;
    margin-bottom: 30px
}

.container-content article .entry-content h1:after {
    content: "";
    display: block;
    margin-top: 1rem;
    width: 56px;
    height: 2px;
    background-color: #009EE4
}

.container-content article .entry-content h2 {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1em;
    color: #030304
}

.container-content article .entry-content h3 {
    font: normal normal 800 20px/34px Open Sans;
    color: #030304
}

.card-scrollable {
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px
}

.scrollable-content {
    height: 638px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px
}

.woocommerce-error {
    padding: .5rem;
    font-size: .875rem;
    margin: 1rem 0;
    border-top: 0;
    border-left: 3px solid #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-radius: .313rem 0 0 .313rem
}

.woocommerce-error::before {
    display: none
}

@media (max-width: 991.98px) {
    .container-content .entry-content {
        height: 90vh !important
    }
}

@media (max-width: 767.98px) {
    .container-content article .entry-content h1 {
        font-size: 1.5rem;
        margin-bottom: 14px
    }

    .container-content article .entry-content h2 {
        font-size: 1.125rem
    }

    ::-webkit-scrollbar {
        width: 6px
    }

    ::-webkit-scrollbar-track {
        background-color: #FFF
    }

    ::-webkit-scrollbar-thumb {
        height: 20px;
        background-color: #9A9A9A;
        border-radius: 10px;
        background-clip: content-box
    }

    .scrollable-content {
        height: unset;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px
    }
}

#wpadminbar {
    display: none !important
}

.zedity-wrapper {
    text-align: center
}

div.card-info {
    color: #030304;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding: 10px;
    border-top: 1px solid #EEEEEE
}

div.card-info .card-post-author {
    color: #009EE4
}

.not-connected .link-author,
.not-connected .card-post-author a,
.not-connected .post-author a {
    pointer-events: none !important;
}

.not-connected .card-post-author,
.not-connected .card-post-author a {
    color: #000 !important;
    text-decoration: none !important;
}

div.card-info .card-post-author::before {
    content: "";
    margin: 0 20px;
    vertical-align: middle;
    background-color: #eee;
    height: 2px;
    width: 56px;
    display: inline-block;
    text-align: center
}

.card-post-title {
    padding: 10px 0px 5px 0;
    margin-top: 10px;
}

.block-gris {
    display: none
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 5.4em !important;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

article {
    height: calc(100% - 16px)
}

article div.section {
    height: 18px;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #0096dc;
    text-align: left;
    padding: 0px 20px;
    position: absolute;
    left: 0px;
    top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block
}

article div.section::before {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block
}

.splide__pagination {
    display: none !important
}

.splide__slide img {
    cursor: zoom-in;
    height: 550px;
    width: auto;
    object-fit: contain !important;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.splide__slide figcaption {
    margin: -16px 0px 0px 0px;
    text-align: center
}

.splide__slide img:fullscreen {
    cursor: zoom-out;
    height: 100vh
}

.splide__arrow--next {
    right: 0 !important
}

.splide__arrow--prev {
    left: 0 !important
}

body #page.site.page-la-gazette #wrapper-page>.container-fluid.container-sidebar.boxzoom,
body #page.site.page-la-gazette #wrapper-page>.container-sidebar.boxzoom.container-sm,
body #page.site.page-la-gazette #wrapper-page>.container-sidebar.boxzoom.container-md,
body #page.site.page-la-gazette #wrapper-page>.container-sidebar.boxzoom.container-lg,
body #page.site.page-la-gazette #wrapper-page>.container-sidebar.boxzoom.container-xl,
body #page.site.page-la-gazette #wrapper-page>.container-sidebar.boxzoom.container-xxl,
body #page.site.page-la-revue #wrapper-page>.container-fluid.container-sidebar.boxzoom,
body #page.site.page-la-revue #wrapper-page>.container-sidebar.boxzoom.container-sm,
body #page.site.page-la-revue #wrapper-page>.container-sidebar.boxzoom.container-md,
body #page.site.page-la-revue #wrapper-page>.container-sidebar.boxzoom.container-lg,
body #page.site.page-la-revue #wrapper-page>.container-sidebar.boxzoom.container-xl,
body #page.site.page-la-revue #wrapper-page>.container-sidebar.boxzoom.container-xxl,
body #page.site.page-gazettes #wrapper-page>.container-fluid.container-sidebar.boxzoom,
body #page.site.page-gazettes #wrapper-page>.container-sidebar.boxzoom.container-sm,
body #page.site.page-gazettes #wrapper-page>.container-sidebar.boxzoom.container-md,
body #page.site.page-gazettes #wrapper-page>.container-sidebar.boxzoom.container-lg,
body #page.site.page-gazettes #wrapper-page>.container-sidebar.boxzoom.container-xl,
body #page.site.page-gazettes #wrapper-page>.container-sidebar.boxzoom.container-xxl {
    z-index: 10010
}

body #page.site.page-la-gazette #wrapper-page>div[class^='container-'],
body #page.site.page-la-revue #wrapper-page>div[class^='container-'],
body #page.site.page-gazettes #wrapper-page>div[class^='container-'] {
    height: 100%
}

body #page.site.page-la-gazette #wrapper-page .zoom-overlay,
body #page.site.page-la-revue #wrapper-page .zoom-overlay,
body #page.site.page-gazettes #wrapper-page .zoom-overlay {
    z-index: -1;
    pointer-events: all;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    -webkit-transition: opacity 800ms ease-in;
    -moz-transition: opacity 800ms ease-in-out;
    -o-transition: opacity 800ms ease-in-out
}

body #page.site.page-la-gazette #wrapper-page .zoom-overlay.show,
body #page.site.page-la-revue #wrapper-page .zoom-overlay.show,
body #page.site.page-gazettes #wrapper-page .zoom-overlay.show {
    z-index: 999;
    opacity: .4
}

.modal-article,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8125rem;
    line-height: 1.625rem
}

.modal-article .header-post,
.modal-article .content-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .header-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .content-post {
    text-align: left
}

.modal-article .header-post h2,
.modal-article .header-post h3,
.modal-article .content-post h2,
.modal-article .content-post h3,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .header-post h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .header-post h3,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .content-post h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .content-post h3 {
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin-bottom: -10px;
}

.modal-article .header-post .post-author,
.modal-article .content-post .post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .header-post .post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .content-post .post-author {
    color: #009EE4;
    font-size: 1rem;
    line-height: 1.275rem;
    font-weight: 700;
    margin-top: 8px;
}

.modal-article .header-post .post-author a,
.modal-article .content-post .post-author a,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .header-post .post-author a,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .content-post .post-author a {
    color: #009EE4
}

.modal-article .header-post .post-author a:hover,
.modal-article .content-post .post-author a:hover,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .header-post .post-author a:hover,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .content-post .post-author a:hover {
    text-decoration: none
}

.modal-article:not(.zoomed):not(.zoom) a,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoomed):not(.zoom) a {
    pointer-events: none;
    cursor: default
}

.modal-article .sidebar-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .sidebar-post {
    display: none
}

.modal-article:not(.zoom) .content-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom) .content-post {
    max-width: 100%;
    flex: 0 0 100%;
    line-height: 1.25rem
}

.modal-article:not(.zoom) .header-post h2:after,
.modal-article:not(.zoom) .content-post h2:after,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom) .header-post h2:after,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom) .content-post h2:after {
    content: "";
    background-color: #eee;
    width: 56px;
    height: 2px;
    display: block;
    margin-top: 6px
}

.modal-article:not(.zoom) .extrait,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom) .extrait {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 400
}

.modal-article:not(.zoom) .post_with_header .content-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom) .post_with_header .content-post {
    display: none
}

.modal-article:not(.zoom) .block-gris,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom) .block-gris {
    display: none
}

.modal-article.zoom article div.section,
.modal-article.zoom .card-back article div.section,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article div.section,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article div.section {
    text-align: center;
    padding: 0px 20px;
    width: max-content;
    height: 24px;
    position: relative;
    top: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px
}

.modal-article.zoom article div.trois_points,
.modal-article.zoom .card-back article div.trois_points,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article div.trois_points,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article div.trois_points {
    text-align: center;
    margin: 40px 0px
}

.modal-article.zoom article div.trois_points span,
.modal-article.zoom .card-back article div.trois_points span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article div.trois_points span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article div.trois_points span {
    position: relative;
    background-color: #0096dc;
    border-radius: 5px;
    font-size: 0;
    margin-left: 20px;
    padding: 5px
}

.modal-article.zoom article div.trois_points span:before,
.modal-article.zoom .card-back article div.trois_points span:before,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article div.trois_points span:before,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article div.trois_points span:before {
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
    background-color: #0096dc;
    border-radius: 5px;
    font-size: 0;
    padding: 5px
}

.modal-article.zoom article div.trois_points span:after,
.modal-article.zoom .card-back article div.trois_points span:after,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article div.trois_points span:after,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article div.trois_points span:after {
    position: absolute;
    left: 40px;
    top: 0;
    content: '';
    background-color: #0096dc;
    border-radius: 5px;
    font-size: 0;
    padding: 5px
}

.modal-article.zoom article .sidebar-post,
.modal-article.zoom article .header-post,
.modal-article.zoom .card-back article .sidebar-post,
.modal-article.zoom .card-back article .header-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post {
    text-align: left;
    font-size: 0.8125rem;
    display: block;
    border-right: 1px solid #eee
}

.modal-article.zoom article .sidebar-post h2,
.modal-article.zoom article .header-post h2,
.modal-article.zoom .card-back article .sidebar-post h2,
.modal-article.zoom .card-back article .header-post h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post h2 {
    font-weight: 800;
    font-size: 3em;
    line-height: 1.2em;
    margin-bottom: 15px
}

.modal-article.zoom article .sidebar-post .post-author,
.modal-article.zoom article .header-post .post-author,
.modal-article.zoom .card-back article .sidebar-post .post-author,
.modal-article.zoom .card-back article .header-post .post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .post-author {
    color: #009EE4;
    font-size: 1.8em;
    line-height: 1.6em;
    font-weight: 700
}

.modal-article.zoom article .sidebar-post .post-author a,
.modal-article.zoom article .header-post .post-author a,
.modal-article.zoom .card-back article .sidebar-post .post-author a,
.modal-article.zoom .card-back article .header-post .post-author a,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .post-author a,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .post-author a,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .post-author a,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .post-author a {
    color: #009EE4
}

.modal-article.zoom article .sidebar-post .post-author a:hover,
.modal-article.zoom article .header-post .post-author a:hover,
.modal-article.zoom .card-back article .sidebar-post .post-author a:hover,
.modal-article.zoom .card-back article .header-post .post-author a:hover,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .post-author a:hover,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .post-author a:hover,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .post-author a:hover,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .post-author a:hover {
    text-decoration: underline
}

.modal-article.zoom article .sidebar-post .extrait,
.modal-article.zoom article .header-post .extrait,
.modal-article.zoom .card-back article .sidebar-post .extrait,
.modal-article.zoom .card-back article .header-post .extrait,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .extrait,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .extrait,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .extrait,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .extrait {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px
}

.modal-article.zoom article .sidebar-post .block-gris,
.modal-article.zoom article .header-post .block-gris,
.modal-article.zoom .card-back article .sidebar-post .block-gris,
.modal-article.zoom .card-back article .header-post .block-gris,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .block-gris,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .block-gris,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .block-gris,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .block-gris {
    padding: 10px 0;
    position: relative;
    display: block
}

.modal-article.zoom article .sidebar-post .block-gris svg,
.modal-article.zoom article .header-post .block-gris svg,
.modal-article.zoom .card-back article .sidebar-post .block-gris svg,
.modal-article.zoom .card-back article .header-post .block-gris svg,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .block-gris svg,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .block-gris svg,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .block-gris svg,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .block-gris svg {
    margin-right: 5px
}

.modal-article.zoom article .sidebar-post .block-gris span,
.modal-article.zoom article .header-post .block-gris span,
.modal-article.zoom .card-back article .sidebar-post .block-gris span,
.modal-article.zoom .card-back article .header-post .block-gris span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .block-gris span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .block-gris span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .block-gris span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .block-gris span {
    margin: 5px 0px;
    display: block
}

.modal-article.zoom article .sidebar-post .block-gris .categorie,
.modal-article.zoom article .header-post .block-gris .categorie,
.modal-article.zoom .card-back article .sidebar-post .block-gris .categorie,
.modal-article.zoom .card-back article .header-post .block-gris .categorie,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .block-gris .categorie,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .block-gris .categorie,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .block-gris .categorie,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .block-gris .categorie {
    font-weight: 700
}

.modal-article.zoom article .sidebar-post .excerpt-post,
.modal-article.zoom article .header-post .excerpt-post,
.modal-article.zoom .card-back article .sidebar-post .excerpt-post,
.modal-article.zoom .card-back article .header-post .excerpt-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .sidebar-post .excerpt-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .header-post .excerpt-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .sidebar-post .excerpt-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .header-post .excerpt-post {
    margin-top: 14px;
    font-style: italic;
    font-weight: 700
}

.modal-article.zoom article .content-post,
.modal-article.zoom .card-back article .content-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post {
    margin-top: 0;
    padding-right: 12px;
    padding-left: 18px;
    font-size: 0.875rem;
    padding-bottom: 0px
}

.modal-article.zoom article .content-post>h2,
.modal-article.zoom article .content-post>.post-author,
.modal-article.zoom .card-back article .content-post>h2,
.modal-article.zoom .card-back article .content-post>.post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post>h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post>.post-author,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post>h2,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post>.post-author {
    display: none
}

.modal-article.zoom article .content-post .post-content,
.modal-article.zoom .card-back article .content-post .post-content,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content {
    height: 600px;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 14px
}

.modal-article.zoom article .content-post .post-content h2.wp-block-heading,
.modal-article.zoom .card-back article .content-post .post-content h2.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content h2.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content h2.wp-block-heading {
    font-size: 1.8em;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-weight: 800
}

.modal-article.zoom article .content-post .post-content h3.wp-block-heading,
.modal-article.zoom .card-back article .content-post .post-content h3.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content h3.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content h3.wp-block-heading {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-weight: 800
}

.modal-article.zoom article .content-post .post-content h4.wp-block-heading,
.modal-article.zoom .card-back article .content-post .post-content h4.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content h4.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content h4.wp-block-heading {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 800
}

.modal-article.zoom article .content-post .post-content h5.wp-block-heading,
.modal-article.zoom .card-back article .content-post .post-content h5.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content h5.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content h5.wp-block-heading {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 800
}

.modal-article.zoom article .content-post .post-content h6.wp-block-heading,
.modal-article.zoom .card-back article .content-post .post-content h6.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content h6.wp-block-heading,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content h6.wp-block-heading {
    font-size: 1.0em;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 800;
    color: #0096dc
}

.modal-article.zoom article .content-post .post-content p,
.modal-article.zoom .card-back article .content-post .post-content p,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content p,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content p {
    font-size: 1.2em;
    line-height: 1.8em;
    margin-bottom: 1em
}

.modal-article.zoom article .content-post .post-content iframe,
.modal-article.zoom .card-back article .content-post .post-content iframe,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .content-post .post-content iframe,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .content-post .post-content iframe {
    width: 100%;
    height: 590px
}

.modal-article.zoom article .entry-content,
.modal-article.zoom .card-back article .entry-content,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .entry-content,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .entry-content {
    overflow-y: auto;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.modal-article.zoom article .entry-content::-webkit-scrollbar,
.modal-article.zoom .card-back article .entry-content::-webkit-scrollbar,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .entry-content::-webkit-scrollbar,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .entry-content::-webkit-scrollbar {
    display: none
}

.modal-article.zoom article .entry-content .header-post,
.modal-article.zoom .card-back article .entry-content .header-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .entry-content .header-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .entry-content .header-post {
    border-right: none
}

.modal-article.zoom article .entry-content .header-post .block-gris,
.modal-article.zoom .card-back article .entry-content .header-post .block-gris,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .entry-content .header-post .block-gris,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .entry-content .header-post .block-gris {
    margin-bottom: 30px
}

.modal-article.zoom article .entry-content .header-post .block-gris>span,
.modal-article.zoom .card-back article .entry-content .header-post .block-gris>span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .entry-content .header-post .block-gris>span,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .entry-content .header-post .block-gris>span {
    display: inline-block;
    margin-right: 14px
}

.modal-article.zoom article .entry-content .content-post .post-content,
.modal-article.zoom .card-back article .entry-content .content-post .post-content,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .entry-content .content-post .post-content,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .entry-content .content-post .post-content {
    overflow: hidden;
    height: auto;
    padding: 0
}

.modal-article.zoom article .entry-content.post_with_header .content-post,
.modal-article.zoom .card-back article .entry-content.post_with_header .content-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom article .entry-content.post_with_header .content-post,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article .entry-content.post_with_header .content-post {
    padding: 0
}

.modal-article.zoom .card-back article,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]).zoom .card-back article {
    padding: 56px 20px 40px 24px;
    height: 100%
}

.modal-article .loader-back,
.zedity-box:not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]) .loader-back {
    background-image: url("../img/loader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px
}

.zedity-box:not(.zedity-box-Simple-Image) .zedity-content>a>img {
    opacity: 0
}

body:not(.logged-in) .zedity-box:not(.element-free):not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom):not([data-nozoom="true"]):not(.nopublished):hover:before,
body.subscription-on-hold .zedity-box:not(.element-free):not(.zedity-box-Draw):not(.zedity-box-Color):not(.zedity-box-Text):not([data-nozoom="true"]):not(.zoom):not([data-nozoom="true"]):not(.nopublished):hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto auto;
    background-image: url("../img/lock.svg");
    background-repeat: no-repeat;
    background-color: black;
    background-size: 60%;
    border-radius: 50%;
    background-position: center;
    z-index: 1000
}

@media (max-width: 767.98px) {

    body.la-gazette #page.site.page-la-gazette,
    body.la-gazette #page.site.page-gazettes,
    body.single-gazettes #page.site.page-la-gazette,
    body.single-gazettes #page.site.page-gazettes {
        overflow: hidden
    }

    body.la-gazette #page.site.page-la-gazette #wrapper-page,
    body.la-gazette #page.site.page-gazettes #wrapper-page,
    body.single-gazettes #page.site.page-la-gazette #wrapper-page,
    body.single-gazettes #page.site.page-gazettes #wrapper-page {
        width: 100% !important;
        height: unset !important;
        margin: 0 !important;
        max-height: none
    }

    body.la-gazette #page.site.page-la-gazette #wrapper-page .zoom-overlay.show,
    body.la-gazette #page.site.page-gazettes #wrapper-page .zoom-overlay.show,
    body.single-gazettes #page.site.page-la-gazette #wrapper-page .zoom-overlay.show,
    body.single-gazettes #page.site.page-gazettes #wrapper-page .zoom-overlay.show {
        z-index: 0;
        opacity: 0
    }

    body.la-gazette #page.site.page-la-gazette #wrapper-page>div[class^='container-'],
    body.la-gazette #page.site.page-gazettes #wrapper-page>div[class^='container-'],
    body.single-gazettes #page.site.page-la-gazette #wrapper-page>div[class^='container-'],
    body.single-gazettes #page.site.page-gazettes #wrapper-page>div[class^='container-'] {
        height: auto;
        position: fixed
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar>div,
    body.la-gazette #page.site.page-gazettes aside.sidebar>div,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar>div,
    body.single-gazettes #page.site.page-gazettes aside.sidebar>div {
        position: relative
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar .logo,
    body.la-gazette #page.site.page-gazettes aside.sidebar .logo,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar .logo,
    body.single-gazettes #page.site.page-gazettes aside.sidebar .logo {
        padding-top: 0 !important;
        height: 54%
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar .logo img,
    body.la-gazette #page.site.page-gazettes aside.sidebar .logo img,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar .logo img,
    body.single-gazettes #page.site.page-gazettes aside.sidebar .logo img {
        width: auto;
        height: 100%
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar h1,
    body.la-gazette #page.site.page-la-gazette aside.sidebar h4,
    body.la-gazette #page.site.page-gazettes aside.sidebar h1,
    body.la-gazette #page.site.page-gazettes aside.sidebar h4,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h1,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h4,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h1,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h4 {
        font-weight: 800;
        font-size: 0.75rem;
        line-height: 1.2em;
        margin: 2px 0;
        display: inline-block
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar h1::after,
    body.la-gazette #page.site.page-la-gazette aside.sidebar h4::after,
    body.la-gazette #page.site.page-gazettes aside.sidebar h1::after,
    body.la-gazette #page.site.page-gazettes aside.sidebar h4::after,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h1::after,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h4::after,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h1::after,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h4::after {
        margin: 0.625rem auto
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar h1+span,
    body.la-gazette #page.site.page-la-gazette aside.sidebar h4+span,
    body.la-gazette #page.site.page-gazettes aside.sidebar h1+span,
    body.la-gazette #page.site.page-gazettes aside.sidebar h4+span,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h1+span,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h4+span,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h1+span,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h4+span {
        font-size: 0.75rem
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar h1+span+hr,
    body.la-gazette #page.site.page-la-gazette aside.sidebar h4+span+hr,
    body.la-gazette #page.site.page-gazettes aside.sidebar h1+span+hr,
    body.la-gazette #page.site.page-gazettes aside.sidebar h4+span+hr,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h1+span+hr,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar h4+span+hr,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h1+span+hr,
    body.single-gazettes #page.site.page-gazettes aside.sidebar h4+span+hr {
        display: none
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar .texte-sidebar,
    body.la-gazette #page.site.page-gazettes aside.sidebar .texte-sidebar,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar .texte-sidebar,
    body.single-gazettes #page.site.page-gazettes aside.sidebar .texte-sidebar {
        width: 100%
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar .texte-sidebar p,
    body.la-gazette #page.site.page-gazettes aside.sidebar .texte-sidebar p,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar .texte-sidebar p,
    body.single-gazettes #page.site.page-gazettes aside.sidebar .texte-sidebar p {
        font-size: 0.75rem;
        display: inline-block;
        font-weight: 800;
        margin-bottom: 0
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar .texte-sidebar hr,
    body.la-gazette #page.site.page-gazettes aside.sidebar .texte-sidebar hr,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar .texte-sidebar hr,
    body.single-gazettes #page.site.page-gazettes aside.sidebar .texte-sidebar hr {
        display: none
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar .semaine-gazette .texte-semaine,
    body.la-gazette #page.site.page-gazettes aside.sidebar .semaine-gazette .texte-semaine,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar .semaine-gazette .texte-semaine,
    body.single-gazettes #page.site.page-gazettes aside.sidebar .semaine-gazette .texte-semaine {
        font-size: 0.688rem
    }

    body.la-gazette #page.site.page-la-gazette aside.sidebar.first-grid-item h1::after,
    body.la-gazette #page.site.page-gazettes aside.sidebar.first-grid-item h1::after,
    body.single-gazettes #page.site.page-la-gazette aside.sidebar.first-grid-item h1::after,
    body.single-gazettes #page.site.page-gazettes aside.sidebar.first-grid-item h1::after {
        content: none
    }

    body.la-gazette #page.site.page-la-gazette .zedity-wrapper,
    body.la-gazette #page.site.page-gazettes .zedity-wrapper,
    body.single-gazettes #page.site.page-la-gazette .zedity-wrapper,
    body.single-gazettes #page.site.page-gazettes .zedity-wrapper {
        overflow: auto !important;
        position: inherit !important;
        padding-top: 54px
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .grid-gazette,
    body.la-gazette #page.site.page-gazettes .zedity-editor .grid-gazette,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .grid-gazette,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .grid-gazette {
        margin: 0;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr))
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .grid-gazette .grid-gazette-item,
    body.la-gazette #page.site.page-gazettes .zedity-editor .grid-gazette .grid-gazette-item,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .grid-gazette .grid-gazette-item,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .grid-gazette .grid-gazette-item {
        height: 110px;
        max-width: 120px;
        padding: 0;
        overflow: hidden
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        box-shadow: none;
        max-height: 110px;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box.zedity-box-Simple-Image img,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box.zedity-box-Simple-Image img,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box.zedity-box-Simple-Image img,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box.zedity-box-Simple-Image img {
        top: 0 !important;
        left: 0 !important;
        transform: none
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box.zedity-box-Post,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box.zedity-box-Post,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box.zedity-box-Post,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box.zedity-box-Post {
        padding: 5px;
        background-color: white;
        height: 100%
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content img,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content img,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content img,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content img {
        width: 120px;
        height: 110px;
        object-fit: cover
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .card-bg,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .card-bg,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .card-bg,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .card-bg {
        background-position: inherit
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .post-content,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .post-content,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .post-content,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .post-content {
        display: none
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .content-post,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .content-post,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .content-post,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .content-post {
        padding: 0
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content h2,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content h2,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content h2,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content h2 {
        text-align: center;
        font-size: 0.875rem;
        line-height: 1.2em
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content h2::after,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content h2::after,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content h2::after,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content h2::after {
        content: "";
        margin: 6px auto
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .post-author,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .post-author,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box .zedity-content .post-author,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box .zedity-content .post-author {
        font-size: 0.625rem;
        text-align: center;
        line-height: 1em
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .zedity-box:not(.zoom):hover:before,
    body.la-gazette #page.site.page-gazettes .zedity-editor .zedity-box:not(.zoom):hover:before,
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .zedity-box:not(.zoom):hover:before,
    body.single-gazettes #page.site.page-gazettes .zedity-editor .zedity-box:not(.zoom):hover:before {
        content: "";
        background: none
    }

    body.la-gazette #page.site.page-la-gazette .zedity-editor .grid .grid-item:not(:first-child),
    body.la-gazette #page.site.page-gazettes .zedity-editor .grid .grid-item:not(:first-child),
    body.single-gazettes #page.site.page-la-gazette .zedity-editor .grid .grid-item:not(:first-child),
    body.single-gazettes #page.site.page-gazettes .zedity-editor .grid .grid-item:not(:first-child) {
        box-shadow: 0px 3px 6px #00000029
    }

    .card-post-title {
        padding: 2px 0px 5px 0
    }

    article p.extrait {
        display: none
    }

    .modal-article.zoom article p.extrait {
        display: block
    }

    article div.section::before {
        font-size: 0.7em
    }

    .modal-article.zoom .block-modal-article {
        padding: 12px 15px 0px !important
    }

    .modal-article.zoom article {
        padding: 42px 0px 0px 0px !important
    }

    .modal-article.zoom article .entry-content {
        margin: 0;
        height: 100vh;
        padding: 0;
        overflow-y: initial
    }

    .modal-article.zoom article .entry-content .content-post {
        font-size: 1rem
    }

    .modal-article.zoom article::before {
        height: 32px;
        background-repeat: no-repeat;
        background-position: left;
        background-color: #0096dc;
        text-align: left;
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        letter-spacing: normal;
        display: block;
        content: "";
        width: fit-content;
        padding: 8px 20px
    }

    .modal-article.zoom article.sections-art-focus::before {
        content: "Art Focus"
    }

    .modal-article.zoom article.sections-haut-et-fort::before {
        content: "Haut et fort"
    }

    .modal-article.zoom article.sections-histoire-breve::before {
        content: "Histoire brêve"
    }

    .modal-article.zoom article.sections-i-comme-icone::before {
        content: "I comme icône"
    }

    .modal-article.zoom article.sections-microfilm::before {
        content: "Microfilm"
    }

    .modal-article.zoom article.sections-recit-graphique::before {
        content: "Récit graphique"
    }

    .modal-article.zoom article.sections-traits-libres::before {
        content: "Traits libres"
    }

    .modal-article.zoom article.sections-bons-baisers-dici::before {
        content: "Bon baisers d'ici"
    }

    .modal-article.zoom article.sections-causerie-express::before {
        content: "Causerie express"
    }

    .modal-article.zoom article.sections-coupe-colle::before {
        content: "Coupé-collé"
    }

    .modal-article.zoom article.sections-datafact::before {
        content: "Datafact"
    }

    .modal-article.zoom article.sections-edito::before {
        content: "Édito"
    }

    .modal-article.zoom article.sections-lorigine-du-mot::before {
        content: "L’origine du mot"
    }

    .modal-article.zoom article.sections-cest-scientifique::before {
        content: "C’est scientifique !"
    }

    .sections-microfilm .img-post {
        display: none !important
    }

    .splide__slide {
        width: 100% !important;
        height: unset !important;
    }

    .splide__arrows {
        display: none !important;
    }

    .splide__slide figure {
        width: 100% !important;
    }

    .splide__slide img {
        height: auto !important;
        cursor: default;
        height: auto;
        object-fit: contain !important;
        margin: 10px 0px 0px 0px
    }

    .splide__slide figcaption {
        margin-top: 0%
    }

    article div.section {
        display: none
    }

    .splide {
        visibility: visible !important
    }

    .splide__list {
        flex-direction: column
    }
}

.author #wrapper-page {
    overflow: hidden
}

.elements-author>.row,
.elements-search>.row {
    margin-left: 0;
    margin-right: 0
}

.elements-author .loading-block-content-author,
.elements-search .loading-block-content-author {
    display: none;
    height: 440px;
    background-image: url("../img/loader-grey.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px 300px
}

.elements-author .content-post,
.elements-search .content-post {
    display: block;
    opacity: 1;
    padding-right: 12px
}

.elements-author .content-post .list .item,
.elements-search .content-post .list .item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029
}

.elements-author .content-post .liste2 .item2,
.elements-search .content-post .liste2 .item2 {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029
}

.elements-author .content-post .aucun-article,
.elements-search .content-post .aucun-article {
    font: normal normal 800 20px/25px Open Sans;
    color: #009EE4
}

.elements-author .side-bar-nav .link,
.elements-search .side-bar-nav .link {
    font-size: 1.125rem;
    line-height: normal;
    padding: 0 !important;
    margin: 28px 0 2px;
    font-weight: 800;
    font-size: 1.125rem;
    cursor: pointer
}

.elements-author .side-bar-nav .link:hover,
.elements-author .side-bar-nav .link.titre-actif,
.elements-search .side-bar-nav .link:hover,
.elements-search .side-bar-nav .link.titre-actif {
    color: #009EE4
}

.elements-author .side-bar-nav .link+span,
.elements-search .side-bar-nav .link+span {
    font-style: italic;
    font-size: 0.813rem;
    font-weight: 700;
    padding-left: 10px
}

.elements-author .side-bar-nav .recent-imgs .link,
.elements-search .side-bar-nav .recent-imgs .link {
    margin-top: 18px
}

.elements-author .recent-post .no-recent-post,
.elements-author .recent-imgs .no-recent-post,
.elements-search .recent-post .no-recent-post,
.elements-search .recent-imgs .no-recent-post {
    font-size: 0.875rem
}

.elements-author .recent-post ul,
.elements-author .recent-imgs ul,
.elements-search .recent-post ul,
.elements-search .recent-imgs ul {
    margin: 0;
    padding: 0;
    margin-left: 18px
}

.elements-author .recent-post ul .title-article-recent,
.elements-author .recent-imgs ul .title-article-recent,
.elements-search .recent-post ul .title-article-recent,
.elements-search .recent-imgs ul .title-article-recent {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.125rem;
    cursor: pointer;
    margin: 10px 0
}

.elements-author .recent-post ul .title-article-recent a,
.elements-author .recent-imgs ul .title-article-recent a,
.elements-search .recent-post ul .title-article-recent a,
.elements-search .recent-imgs ul .title-article-recent a {
    color: #000
}

.elements-author .recent-post ul .title-article-recent:hover,
.elements-author .recent-imgs ul .title-article-recent:hover,
.elements-search .recent-post ul .title-article-recent:hover,
.elements-search .recent-imgs ul .title-article-recent:hover {
    color: #009EE4
}

.elements-author .recent-post ul .title-article-recent:hover a,
.elements-author .recent-imgs ul .title-article-recent:hover a,
.elements-search .recent-post ul .title-article-recent:hover a,
.elements-search .recent-imgs ul .title-article-recent:hover a {
    text-decoration: none
}

.elements-author .recent-post ul .title-article-recent:first-child,
.elements-author .recent-imgs ul .title-article-recent:first-child,
.elements-search .recent-post ul .title-article-recent:first-child,
.elements-search .recent-imgs ul .title-article-recent:first-child {
    margin-top: 4px
}

.elements-author .recent-post .all-posts,
.elements-author .recent-imgs .all-posts,
.elements-search .recent-post .all-posts,
.elements-search .recent-imgs .all-posts {
    line-height: 1em;
    font-size: 12px;
    color: #009EE4
}

.elements-author .categories,
.elements-search .categories {
    margin-top: 5px
}

.elements-author .categories h2,
.elements-search .categories h2 {
    font-size: 1.125rem;
    line-height: normal;
    padding: 0 !important
}

.elements-author .categories ul,
.elements-search .categories ul {
    margin: 0 !important;
    padding: 0 !important
}

.elements-author .categories ul li,
.elements-search .categories ul li {
    margin: 10px 0
}

.elements-author .categories ul li a,
.elements-search .categories ul li a {
    position: relative;
    font: normal normal bold 14px/20px Open Sans;
    color: #000
}

.elements-author .categories ul li a:hover,
.elements-search .categories ul li a:hover {
    text-decoration: none;
    color: #009EE4
}

.elements-author .categories ul li a:hover .number-cat,
.elements-search .categories ul li a:hover .number-cat {
    background-color: #009EE4
}

.elements-author .categories ul li a .number-cat,
.elements-search .categories ul li a .number-cat {
    color: #FFF;
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 8px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 9px/20px Open Sans;
    position: absolute;
    top: 15%;
    right: -25px
}

.elements-author .grid,
.elements-search .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 8px;
    padding-bottom: 60px
}

.elements-author .grid-col,
.elements-search .grid-col {
    width: 33%;
    padding-right: 10px
}

@media (max-width: 767.98px) {

    .elements-author .grid-col,
    .elements-search .grid-col {
        padding-right: 0
    }
}

.elements-author .grid-item,
.elements-search .grid-item {
    background-color: #FFF;
    text-align: left;
    cursor: pointer;
    padding: 15px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
    color: #000
}

.elements-author .grid-item[data-type='img'],
.elements-search .grid-item[data-type='img'] {
    padding: 0;
    background-color: transparent;
    box-shadow: none
}

.elements-author .grid-item[data-type='img'] img,
.elements-search .grid-item[data-type='img'] img {
    box-shadow: 0px 3px 6px #00000029
}

.elements-author .grid-item:hover,
.elements-search .grid-item:hover {
    text-decoration: none !important
}

.elements-author .grid-item .title,
.elements-search .grid-item .title {
    text-align: left
}

.elements-author .grid-item .title h3,
.elements-search .grid-item .title h3 {
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 800
}

.elements-author .grid-item>img,
.elements-search .grid-item>img {
    width: 100%;
    height: auto
}

.elements-author .grid-item hr,
.elements-search .grid-item hr {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
    margin-left: 0;
    border: .5px solid #EEEEEE
}

.elements-author .grid-item .date,
.elements-search .grid-item .date {
    font: normal normal bold 14px/32px Open Sans;
    color: #454545
}

.elements-author .grid-item .resume,
.elements-author .grid-item .extrait,
.elements-search .grid-item .resume,
.elements-search .grid-item .extrait {
    font-size: .75rem;
    line-height: normal
}

.elements-author .item,
.elements-search .item {
    cursor: pointer;
    color: #000
}

.elements-author .item:hover,
.elements-search .item:hover {
    text-decoration: none !important
}

.elements-author .item .title h3,
.elements-search .item .title h3 {
    font: normal normal 800 20px/25px Open Sans
}

.elements-author .item hr,
.elements-search .item hr {
    width: 50px;
    margin-left: 0;
    border: .5px solid #EEEEEE
}

.elements-author .item .date,
.elements-search .item .date {
    font: normal normal bold 14px/32px Open Sans;
    color: #454545;
    margin-bottom: 15px
}

.elements-author .item .resume,
.elements-search .item .resume {
    font: normal normal normal 13px/26px Open Sans
}

.elements-author .img-grid,
.elements-search .img-grid {
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%
}

.side-bar-nav ul {
    list-style-type: none
}

.side-bar-nav li {
    position: relative
}

.side-bar-nav li:before {
    content: '';
    background-color: black;
    height: 2px;
    width: 6px;
    position: absolute;
    top: 11px
}

.side-bar-nav li a,
.side-bar-nav li span {
    display: inline-block;
    padding-left: 12px
}

body.archive.tax-sections .side-bar-nav,
body.archive.category .side-bar-nav {
    margin-top: 15px
}

body.archive.author .author-pres,
body.search .author-pres,
body.archive.tax-sections .author-pres,
body.archive.category .author-pres {
    margin-top: 50px
}

body.archive.author .author-pres .block-haut-gauche,
body.search .author-pres .block-haut-gauche,
body.archive.tax-sections .author-pres .block-haut-gauche,
body.archive.category .author-pres .block-haut-gauche {
    padding-bottom: 18px;
    align-self: start;
    position: sticky;
    top: 0
}

body.archive.author .author-pres .block-haut-gauche .socials,
body.search .author-pres .block-haut-gauche .socials,
body.archive.tax-sections .author-pres .block-haut-gauche .socials,
body.archive.category .author-pres .block-haut-gauche .socials {
    margin: 15px 0px;
    text-align: center
}

body.archive.author .author-pres .block-haut-gauche .socials a,
body.search .author-pres .block-haut-gauche .socials a,
body.archive.tax-sections .author-pres .block-haut-gauche .socials a,
body.archive.category .author-pres .block-haut-gauche .socials a {
    color: #000;
    display: inline-block;
    margin-right: 10px
}

body.archive.author .author-pres .block-haut-gauche .socials a:hover,
body.search .author-pres .block-haut-gauche .socials a:hover,
body.archive.tax-sections .author-pres .block-haut-gauche .socials a:hover,
body.archive.category .author-pres .block-haut-gauche .socials a:hover {
    fill: #009EE4
}

body.archive.author .author-pres .block-haut-gauche img,
body.search .author-pres .block-haut-gauche img,
body.archive.tax-sections .author-pres .block-haut-gauche img,
body.archive.category .author-pres .block-haut-gauche img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: auto;
    display: inherit
}

body.archive.author .author-pres .img-category img,
body.search .author-pres .img-category img,
body.archive.tax-sections .author-pres .img-category img,
body.archive.category .author-pres .img-category img {
    border-radius: 50%;
    width: 100%;
    height: auto
}

body.archive.author .author-pres .post-content,
body.search .author-pres .post-content,
body.archive.tax-sections .author-pres .post-content,
body.archive.category .author-pres .post-content {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 600px
}

body.archive.author .author-pres .name-author h1,
body.search .author-pres .name-author h1,
body.archive.tax-sections .author-pres .name-author h1,
body.archive.category .author-pres .name-author h1 {
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 1.133em;
    margin-bottom: 1rem
}

body.archive.author .author-pres .name-author h1 a,
body.search .author-pres .name-author h1 a,
body.archive.tax-sections .author-pres .name-author h1 a,
body.archive.category .author-pres .name-author h1 a {
    font: normal normal 800 30px/34px Open Sans;
    letter-spacing: 0px;
    color: #030304
}

body.archive.author .author-pres .name-author h1 a:hover,
body.search .author-pres .name-author h1 a:hover,
body.archive.tax-sections .author-pres .name-author h1 a:hover,
body.archive.category .author-pres .name-author h1 a:hover {
    text-decoration: none
}

body.archive.author .author-pres .name-author hr,
body.search .author-pres .name-author hr,
body.archive.tax-sections .author-pres .name-author hr,
body.archive.category .author-pres .name-author hr {
    width: 50px;
    margin-left: 0;
    border: 0.5px solid #009EE4;
    opacity: 1
}

body.archive.author .author-pres .name-author h1,
body.search .author-pres .name-author h1,
body.archive.tax-sections .author-pres .name-author h1,
body.archive.category .author-pres .name-author h1 {
    word-break: break-word
}

body.archive.author .author-pres .description-author,
body.search .author-pres .description-author,
body.archive.tax-sections .author-pres .description-author,
body.archive.category .author-pres .description-author {
    font: normal normal normal 14px/20px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 20px;
    padding-right: 18px
}

body.archive.author .author-pres .row-tri,
body.search .author-pres .row-tri,
body.archive.tax-sections .author-pres .row-tri,
body.archive.category .author-pres .row-tri {
    margin: 15px 36px 15px 0px
}

body.archive.author .author-pres .row-tri .col-12,
body.search .author-pres .row-tri .col-12,
body.archive.tax-sections .author-pres .row-tri .col-12,
body.archive.category .author-pres .row-tri .col-12 {
    padding: 0px !important
}

body.archive.author .author-pres .row-tri .tri-elements,
body.search .author-pres .row-tri .tri-elements,
body.archive.tax-sections .author-pres .row-tri .tri-elements,
body.archive.category .author-pres .row-tri .tri-elements {
    position: relative
}

body.archive.author .author-pres .row-tri .tri-elements.hide_cat .filter,
body.search .author-pres .row-tri .tri-elements.hide_cat .filter,
body.archive.tax-sections .author-pres .row-tri .tri-elements.hide_cat .filter,
body.archive.category .author-pres .row-tri .tri-elements.hide_cat .filter {
    display: none
}

body.archive.author .author-pres .row-tri .tri-elements.hide_dispo .disposition,
body.search .author-pres .row-tri .tri-elements.hide_dispo .disposition,
body.archive.tax-sections .author-pres .row-tri .tri-elements.hide_dispo .disposition,
body.archive.category .author-pres .row-tri .tri-elements.hide_dispo .disposition {
    display: none
}

body.archive.author .author-pres .row-tri .tri-elements.hide_catfolder .filterfolder,
body.search .author-pres .row-tri .tri-elements.hide_catfolder .filterfolder,
body.archive.tax-sections .author-pres .row-tri .tri-elements.hide_catfolder .filterfolder,
body.archive.category .author-pres .row-tri .tri-elements.hide_catfolder .filterfolder {
    display: none
}

body.archive.author .author-pres .row-tri .tri-elements .title-element,
body.search .author-pres .row-tri .tri-elements .title-element,
body.archive.tax-sections .author-pres .row-tri .tri-elements .title-element,
body.archive.category .author-pres .row-tri .tri-elements .title-element {
    margin-right: 1%;
    font-size: 0.875rem;
    font-weight: 700;
    color: #454545;
    letter-spacing: 0px
}

body.archive.author .author-pres .row-tri .tri-elements .afficher .btn-sort-posts,
body.search .author-pres .row-tri .tri-elements .afficher .btn-sort-posts,
body.archive.tax-sections .author-pres .row-tri .tri-elements .afficher .btn-sort-posts,
body.archive.category .author-pres .row-tri .tri-elements .afficher .btn-sort-posts {
    font-size: 0.75rem;
    font-weight: 400
}

body.archive.author .author-pres .row-tri .tri-elements .afficher .btn-sort-posts[data-order='DESC'],
body.search .author-pres .row-tri .tri-elements .afficher .btn-sort-posts[data-order='DESC'],
body.archive.tax-sections .author-pres .row-tri .tri-elements .afficher .btn-sort-posts[data-order='DESC'],
body.archive.category .author-pres .row-tri .tri-elements .afficher .btn-sort-posts[data-order='DESC'] {
    display: none
}

body.archive.author .author-pres .row-tri .tri-elements .afficher svg,
body.search .author-pres .row-tri .tri-elements .afficher svg,
body.archive.tax-sections .author-pres .row-tri .tri-elements .afficher svg,
body.archive.category .author-pres .row-tri .tri-elements .afficher svg {
    color: #009EE4;
    width: 12px;
    height: 12px
}

body.archive.author .author-pres .row-tri .tri-elements .afficher span,
body.search .author-pres .row-tri .tri-elements .afficher span,
body.archive.tax-sections .author-pres .row-tri .tri-elements .afficher span,
body.archive.category .author-pres .row-tri .tri-elements .afficher span {
    cursor: pointer
}

body.archive.author .author-pres .row-tri .tri-elements .disposition svg path,
body.search .author-pres .row-tri .tri-elements .disposition svg path,
body.archive.tax-sections .author-pres .row-tri .tri-elements .disposition svg path,
body.archive.category .author-pres .row-tri .tri-elements .disposition svg path {
    fill: #454545
}

body.archive.author .author-pres .row-tri .tri-elements .disposition span,
body.search .author-pres .row-tri .tri-elements .disposition span,
body.archive.tax-sections .author-pres .row-tri .tri-elements .disposition span,
body.archive.category .author-pres .row-tri .tri-elements .disposition span {
    font-size: 0.75rem;
    cursor: pointer;
    transition: color .2s ease;
    font-weight: 400
}

body.archive.author .author-pres .row-tri .tri-elements .disposition span.liste,
body.search .author-pres .row-tri .tri-elements .disposition span.liste,
body.archive.tax-sections .author-pres .row-tri .tri-elements .disposition span.liste,
body.archive.category .author-pres .row-tri .tri-elements .disposition span.liste {
    margin: 0 5px 0 4px
}

body.archive.author .author-pres .row-tri .tri-elements .disposition span.active,
body.archive.author .author-pres .row-tri .tri-elements .disposition span:hover,
body.search .author-pres .row-tri .tri-elements .disposition span.active,
body.search .author-pres .row-tri .tri-elements .disposition span:hover,
body.archive.tax-sections .author-pres .row-tri .tri-elements .disposition span.active,
body.archive.tax-sections .author-pres .row-tri .tri-elements .disposition span:hover,
body.archive.category .author-pres .row-tri .tri-elements .disposition span.active,
body.archive.category .author-pres .row-tri .tri-elements .disposition span:hover {
    color: #009EE4
}

body.archive.author .author-pres .row-tri .tri-elements .disposition span.active svg path,
body.archive.author .author-pres .row-tri .tri-elements .disposition span:hover svg path,
body.search .author-pres .row-tri .tri-elements .disposition span.active svg path,
body.search .author-pres .row-tri .tri-elements .disposition span:hover svg path,
body.archive.tax-sections .author-pres .row-tri .tri-elements .disposition span.active svg path,
body.archive.tax-sections .author-pres .row-tri .tri-elements .disposition span:hover svg path,
body.archive.category .author-pres .row-tri .tri-elements .disposition span.active svg path,
body.archive.category .author-pres .row-tri .tri-elements .disposition span:hover svg path {
    fill: #009EE4
}

.modal-open .modal {
    overflow: hidden
}

.modal-author {
    position: absolute;
    width: 86%;
    height: 96%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.modal-author .modal-dialog {
    height: 100%;
    max-width: unset !important;
    margin: unset !important
}

.modal-author .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent
}

.modal-author .modal-dialog .modal-content .modal-body {
    height: 100%;
    padding: unset !important
}

.modal-author .modal-dialog .modal-content .modal-body .modal-article.zoom {
    height: 100%
}

.modal-author .modal-dialog .modal-content .modal-body .modal-article.zoom article {
    height: 100%;
    padding: 56px 20px 40px 24px
}

.modal-author .modal-dialog .modal-content .modal-body .modal-loading-post {
    display: none;
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-image: url("../img/loader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px
}

.modal-author .modal-dialog .modal-content .modal-body .card-info {
    opacity: 0
}

.modal-author .modal-dialog .modal-content .modal-body button.close {
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    opacity: .6;
    text-shadow: none;
    font-size: 40px;
    padding: 0;
    font-weight: 400
}

.modal-author .modal-dialog .modal-content .modal-body .show-post {
    opacity: 1;
    transition: all .5s ease-in-out
}

.modal-author .modal-dialog .modal-content .modal-body .modal-image {
    height: 100%;
    display: flex;
    flex-direction: column
}

.modal-author .modal-dialog .modal-content .modal-body .container-img {
    background-color: #FFF;
    height: 100%
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .sidebar-img {
    text-align: left
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .sidebar-img .title-img {
    font: normal normal 800 30px/34px Open Sans
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .sidebar-img .link-author {
    text-decoration: none
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .sidebar-img .link-author .author-name {
    font: normal normal bold 16px/32px Open Sans;
    color: #009EE4
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .sidebar-img .link-author:hover {
    text-decoration: none
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .sidebar-img .meta-img {
    font: italic normal normal 18px/30px Open Sans
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .content-img {
    display: block;
    margin: auto;
    height: 100%
}

.modal-author .modal-dialog .modal-content .modal-body .container-img .content-img img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.modal-author .modal-dialog .modal-content .modal-body .container-post {
    background-color: #FFF
}

.modal-author .modal-dialog .modal-content .modal-body .container-post+.content-post {
    padding: 0
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .img-post img {
    width: 100%;
    height: auto
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post {
    text-align: left;
    font-size: 0.8125rem;
    padding-right: 18px;
    border-right: 1px solid #EEEEEE
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post h3 {
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 800
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris {
    padding: 10px 0
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris svg {
    margin-right: 8px
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris span {
    margin: 5px 0px;
    line-height: 1.625rem;
    display: block;
    font-size: 0.8125rem
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris .categorie {
    font-weight: bold
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .post-author {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .post-author a {
    color: #009EE4
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .excerpt-post {
    margin-top: 14px;
    font-style: italic;
    line-height: 1.625rem;
    font-weight: 700;
    font-size: 0.8125rem
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .content-post .post-content {
    font-size: 1rem;
    overflow-y: auto
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .content-post .post-content .title-article {
    font: normal normal 800 30px/34px Open Sans
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .content-post .post-content hr {
    width: 40px;
    margin: 0px 0px 5px 0px !important;
    border: .5px solid grey;
    opacity: 0.2
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .content-post .post-content .link-author {
    text-decoration: none
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .content-post .post-content .link-author .author-name {
    font: normal normal bold 16px/32px Open Sans;
    color: #009EE4
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .content-post .post-content .link-author:hover {
    text-decoration: none
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .second-row {
    height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 25px
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .second-row .sidebar-post-secondrow {
    padding: 0px 20px;
    font: italic normal normal 18px/30px Open Sans
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .second-row .content-post-second-row {
    font: normal normal normal 16px/28px Open Sans
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .not-logged-in-post {
    height: 290px;
    overflow-y: hidden
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .not-logged-in-post .content-post-second-row {
    position: relative;
    mix-blend-mode: hard-light;
    height: 290px
}

.modal-author .modal-dialog .modal-content .modal-body .container-post .not-logged-in-post .content-post-second-row::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 45px;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, gray);
    pointer-events: none
}

.modal-author .modal-dialog .modal-content .modal-body .img-ctn {
    margin: auto 0px 20px 0px
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav {
    background-color: #FFF;
    border-top: 2px solid #EEEEEE;
    padding: 20px 0px 0px;
    margin: 0 -40px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .left {
    margin-top: auto;
    text-align: end
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .left svg {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    color: #000;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .left svg:hover {
    opacity: 0.6;
    color: #009EE4
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .middle {
    text-align: center
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .middle .not-connected h2 {
    padding: 0px;
    margin-bottom: 20px;
    font: normal normal 800 30px/34px Open Sans
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .middle .not-connected .row-subscribe {
    margin-top: 15px
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .right {
    margin-top: auto
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .right svg {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    color: #000;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.modal-author .modal-dialog .modal-content .modal-body .container-nav .right svg:hover {
    opacity: 0.6;
    color: #009EE4
}

.modal-author.active .modal-dialog .modal-content .modal-article {
    background-color: white
}

.modal.modal-imgzoom {
    height: 100%;
    z-index: 1051
}

.modal.modal-imgzoom div:not(.modal-image-info) {
    height: 100%;
    border: none;
    border-radius: 0;
    max-width: 100%
}

.modal.modal-imgzoom .modal-dialog {
    margin: 0
}

.modal.modal-imgzoom .modal-dialog .modal-body {
    padding: 0
}

.modal.modal-imgzoom .modal-dialog .modal-body .close-img {
    z-index: 10;
    text-align: right;
    color: black;
    text-decoration: none;
    font-size: 2rem;
    position: absolute;
    top: 10px
}

.modal.modal-imgzoom .modal-dialog .modal-body .close-img.hide {
    display: none
}

.modal.modal-imgzoom .modal-dialog .modal-body .modal-image-zoom {
    background-color: white
}

.modal.modal-imgzoom .modal-dialog .modal-body .modal-image-zoom img {
    width: auto;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    max-height: 100%
}

.modal.modal-imgzoom .close.hide,
.modal#modalPostImg .close.hide {
    display: none
}

.modal.modal-imgzoom .modal-image-info,
.modal#modalPostImg .modal-image-info {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding: 5px 15px;
    background-color: #fff
}

.modal.modal-imgzoom .modal-image-info h2,
.modal#modalPostImg .modal-image-info h2 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    color: black;
    line-height: 1em
}

.modal.modal-imgzoom .modal-image-info .link-author,
.modal#modalPostImg .modal-image-info .link-author {
    color: #009EE4;
    font-weight: 700
}

.modal.modal-imgzoom .modal-image-info .meta-img,
.modal#modalPostImg .modal-image-info .meta-img {
    display: none
}

.modal.modal-imgzoom .modal-image-info.hide,
.modal#modalPostImg .modal-image-info.hide {
    display: none
}

.modal#modalPostImg .modal-image-info h2 {
    color: #000
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .modal.modal-imgzoom .modal-dialog .modal-body .modal-image-zoom img {
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
}

body:not(.logged-in) .modal-author .modal-dialog .modal-content .modal-body .container-nav .left,
body:not(.logged-in) .modal-author .modal-dialog .modal-content .modal-body .container-nav .right,
body.subscription-on-hold .modal-author .modal-dialog .modal-content .modal-body .container-nav .left,
body.subscription-on-hold .modal-author .modal-dialog .modal-content .modal-body .container-nav .right {
    display: none
}

.modal-backdrop {
    width: 1200px;
    height: 720px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: zoom-out
}

@media (max-width: 767.98px) {
    .loading-block-content-author {
        height: 100%
    }

    .elements-author .content-post {
        padding-right: 0
    }

    .elements-author .content-post .grid-col {
        width: 100%
    }

    body.archive.tax-sections main.site-main h1:after,
    body.search main.site-main h1:after {
        content: "";
        margin: 1rem 0
    }

    body.archive.tax-sections main.site-main .elements-author .content-post,
    body.search main.site-main .elements-author .content-post {
        padding-right: 0px
    }

    body.archive.tax-sections main.site-main .elements-author .grid,
    body.search main.site-main .elements-author .grid {
        display: block
    }

    body.archive.tax-sections main.site-main .elements-author .grid .grid-item .title h3,
    body.search main.site-main .elements-author .grid .grid-item .title h3 {
        font-size: 18px;
        line-height: 20px
    }

    body.archive.tax-sections main.site-main .elements-author .grid .grid-item .date,
    body.search main.site-main .elements-author .grid .grid-item .date {
        line-height: 1em;
        font-size: 12px
    }

    body.archive.tax-sections main.site-main .elements-author .grid .grid-item hr,
    body.search main.site-main .elements-author .grid .grid-item hr {
        margin: 0 0 8px
    }

    body.archive.tax-sections main.site-main .elements-author .grid .grid-item .extrait,
    body.search main.site-main .elements-author .grid .grid-item .extrait {
        font-size: 15px;
        line-height: 20px
    }

    body.archive.tax-sections .modal-backdrop,
    body.search .modal-backdrop {
        display: none !important
    }

    body.archive.author .author-pres,
    body.search .author-pres,
    body.archive.category .author-pres,
    body.archive.tax-sections .author-pres {
        margin-top: 3rem;
        padding: 0
    }

    body.archive.author .author-pres .block-haut-gauche img,
    body.search .author-pres .block-haut-gauche img,
    body.archive.category .author-pres .block-haut-gauche img,
    body.archive.tax-sections .author-pres .block-haut-gauche img {
        width: 100%;
        height: auto
    }

    body.archive.author .author-pres .bloc-haut-droit a,
    body.search .author-pres .bloc-haut-droit a,
    body.archive.category .author-pres .bloc-haut-droit a,
    body.archive.tax-sections .author-pres .bloc-haut-droit a {
        color: #000;
        text-decoration: none
    }

    body.archive.author .author-pres .bloc-haut-droit a:hover,
    body.search .author-pres .bloc-haut-droit a:hover,
    body.archive.category .author-pres .bloc-haut-droit a:hover,
    body.archive.tax-sections .author-pres .bloc-haut-droit a:hover {
        text-decoration: none
    }

    body.archive.author .author-pres .bloc-haut-droit a.titre-actif,
    body.search .author-pres .bloc-haut-droit a.titre-actif,
    body.archive.category .author-pres .bloc-haut-droit a.titre-actif,
    body.archive.tax-sections .author-pres .bloc-haut-droit a.titre-actif {
        color: #009EE4
    }

    body.archive.author .author-pres .name-author h1,
    body.search .author-pres .name-author h1,
    body.archive.category .author-pres .name-author h1,
    body.archive.tax-sections .author-pres .name-author h1 {
        line-height: 1em;
        font-size: 1.5rem
    }

    body.archive.author .author-pres .name-author h1::after,
    body.search .author-pres .name-author h1::after,
    body.archive.category .author-pres .name-author h1::after,
    body.archive.tax-sections .author-pres .name-author h1::after {
        content: "";
        margin: 6px 0
    }

    body.archive.author .author-pres .name-author hr,
    body.search .author-pres .name-author hr,
    body.archive.category .author-pres .name-author hr,
    body.archive.tax-sections .author-pres .name-author hr {
        display: none
    }

    body.archive.author .author-pres .socials,
    body.search .author-pres .socials,
    body.archive.category .author-pres .socials,
    body.archive.tax-sections .author-pres .socials {
        display: flex;
        margin-bottom: .5rem;
        gap: 20px
    }

    body.archive.author .author-pres .sub-menu,
    body.search .author-pres .sub-menu,
    body.archive.category .author-pres .sub-menu,
    body.archive.tax-sections .author-pres .sub-menu {
        float: left;
        width: 90%;
        background-color: #FFF;
        padding: 10px;
        display: none;
        box-shadow: 0px 3px 6px #00000029
    }

    body.archive.author .author-pres .sub-menu ul,
    body.search .author-pres .sub-menu ul,
    body.archive.category .author-pres .sub-menu ul,
    body.archive.tax-sections .author-pres .sub-menu ul {
        padding-inline-start: 0;
        list-style-type: none;
        margin-bottom: 0
    }

    body.archive.author .author-pres .sub-menu ul li,
    body.search .author-pres .sub-menu ul li,
    body.archive.category .author-pres .sub-menu ul li,
    body.archive.tax-sections .author-pres .sub-menu ul li {
        text-align: left;
        margin: 5px 0
    }

    body.archive.author .author-pres .sub_menu_mobile_galerie li,
    body.search .author-pres .sub_menu_mobile_galerie li,
    body.archive.category .author-pres .sub_menu_mobile_galerie li,
    body.archive.tax-sections .author-pres .sub_menu_mobile_galerie li {
        font: normal normal bold 14px/20px Open Sans
    }

    body.archive.author .author-pres .sub_menu_mobile_categorie ul,
    body.search .author-pres .sub_menu_mobile_categorie ul,
    body.archive.category .author-pres .sub_menu_mobile_categorie ul,
    body.archive.tax-sections .author-pres .sub_menu_mobile_categorie ul {
        margin: 0 !important;
        padding: 0 !important
    }

    body.archive.author .author-pres .sub_menu_mobile_categorie ul li a,
    body.search .author-pres .sub_menu_mobile_categorie ul li a,
    body.archive.category .author-pres .sub_menu_mobile_categorie ul li a,
    body.archive.tax-sections .author-pres .sub_menu_mobile_categorie ul li a {
        position: relative;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 1.428em;
        color: #000
    }

    body.archive.author .author-pres .sub_menu_mobile_categorie ul li a:hover,
    body.search .author-pres .sub_menu_mobile_categorie ul li a:hover,
    body.archive.category .author-pres .sub_menu_mobile_categorie ul li a:hover,
    body.archive.tax-sections .author-pres .sub_menu_mobile_categorie ul li a:hover {
        text-decoration: none
    }

    body.archive.author .author-pres .sub_menu_mobile_categorie ul li a .number-cat,
    body.search .author-pres .sub_menu_mobile_categorie ul li a .number-cat,
    body.archive.category .author-pres .sub_menu_mobile_categorie ul li a .number-cat,
    body.archive.tax-sections .author-pres .sub_menu_mobile_categorie ul li a .number-cat {
        color: #FFF;
        background-color: #000;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 0.563rem;
        display: inline-block;
        line-height: 20px;
        padding: 0;
        text-align: center
    }

    body.archive.author .author-pres .sub_menu_mobile_categorie ul li.active a,
    body.search .author-pres .sub_menu_mobile_categorie ul li.active a,
    body.archive.category .author-pres .sub_menu_mobile_categorie ul li.active a,
    body.archive.tax-sections .author-pres .sub_menu_mobile_categorie ul li.active a {
        color: #009EE4
    }

    body.archive.author .author-pres .sub_menu_mobile_categorie ul li.active a .number-cat,
    body.search .author-pres .sub_menu_mobile_categorie ul li.active a .number-cat,
    body.archive.category .author-pres .sub_menu_mobile_categorie ul li.active a .number-cat,
    body.archive.tax-sections .author-pres .sub_menu_mobile_categorie ul li.active a .number-cat {
        background-color: #009EE4
    }

    body.archive.author .author-pres .titre-actif,
    body.search .author-pres .titre-actif,
    body.archive.category .author-pres .titre-actif,
    body.archive.tax-sections .author-pres .titre-actif {
        color: #009EE4
    }

    body.archive.author .author-pres .description-author,
    body.search .author-pres .description-author,
    body.archive.category .author-pres .description-author,
    body.archive.tax-sections .author-pres .description-author {
        transition: all .2s ease;
        margin-top: 20px;
        padding-right: 0;
        padding-bottom: 10px
    }

    body.archive.author .author-pres .description-author .description-author-extended[data-readmore],
    body.search .author-pres .description-author .description-author-extended[data-readmore],
    body.archive.category .author-pres .description-author .description-author-extended[data-readmore],
    body.archive.tax-sections .author-pres .description-author .description-author-extended[data-readmore] {
        transition: height 200ms;
        overflow: hidden
    }

    body.archive.author .author-pres .description-author .description-author-extended[data-readmore]+a[data-readmore-toggle],
    body.search .author-pres .description-author .description-author-extended[data-readmore]+a[data-readmore-toggle],
    body.archive.category .author-pres .description-author .description-author-extended[data-readmore]+a[data-readmore-toggle],
    body.archive.tax-sections .author-pres .description-author .description-author-extended[data-readmore]+a[data-readmore-toggle] {
        color: #009EE4;
        font-weight: 700;
        font-size: .8rem;
        text-decoration: underline;
        font-style: italic
    }

    body.archive.author .author-pres .titre-mobile,
    body.search .author-pres .titre-mobile,
    body.archive.category .author-pres .titre-mobile,
    body.archive.tax-sections .author-pres .titre-mobile {
        font-size: 0.75rem;
        line-height: 2.66em;
        font-weight: 800;
        color: black;
        margin: 0 5px;
        text-decoration: none
    }

    body.archive.author .author-pres .titre-mobile.titre-actif,
    body.search .author-pres .titre-mobile.titre-actif,
    body.archive.category .author-pres .titre-mobile.titre-actif,
    body.archive.tax-sections .author-pres .titre-mobile.titre-actif {
        color: #009EE4
    }

    body.archive.author .author-pres .titre-mobile:not(.mobile-categories),
    body.search .author-pres .titre-mobile:not(.mobile-categories),
    body.archive.category .author-pres .titre-mobile:not(.mobile-categories),
    body.archive.tax-sections .author-pres .titre-mobile:not(.mobile-categories) {
        font-size: 1rem
    }

    body.archive.author .author-pres .tri-elements,
    body.search .author-pres .tri-elements,
    body.archive.category .author-pres .tri-elements,
    body.archive.tax-sections .author-pres .tri-elements {
        margin-top: 20px
    }

    body.archive.author .author-pres .item .extrait,
    body.search .author-pres .item .extrait,
    body.archive.category .author-pres .item .extrait,
    body.archive.tax-sections .author-pres .item .extrait {
        font: normal normal normal 15px/20px Open Sans !important;
        word-break: break-word
    }

    body.archive.author .author-pres .item .title h3,
    body.search .author-pres .item .title h3,
    body.archive.category .author-pres .item .title h3,
    body.archive.tax-sections .author-pres .item .title h3 {
        font: normal normal 800 18px/20px Open Sans !important
    }

    body.archive.author .author-pres .item hr,
    body.search .author-pres .item hr,
    body.archive.category .author-pres .item hr,
    body.archive.tax-sections .author-pres .item hr {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .modal-author {
        width: 100%;
        height: 100%;
        padding-left: 0 !important
    }

    .modal-author .modal-dialog .modal-content {
        background-color: white
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .content-post {
        overflow: hidden;
        height: 100%
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .content-post iframe {
        width: 100%;
        max-height: 320px;
        margin-top: 100px
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris {
        padding: 0
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris::after {
        content: "";
        border: none
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris .categorie {
        font-weight: 700
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris span {
        font-size: 10px;
        line-height: 1.25rem;
        margin: 5px;
        display: inline-block
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post {
        margin-bottom: 24px;
        border-right: 0
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post h3 {
        margin: 0
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .sidebar-post h3::after {
        content: "";
        display: block;
        background-color: #EEEEEE;
        height: 2px;
        width: 60px;
        margin: 10px 0 2px
    }

    .modal-author .sidebar-post-secondrow {
        display: none
    }

    .modal-author .not-connected {
        margin-top: 20px;
        padding-bottom: 20px
    }

    .modal-author .not-connected h2 {
        padding: 0px 10px !important
    }

    .modal-author .modal-dialog .modal-content .modal-body {
        padding: 0
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .not-logged-in-post {
        height: 50vh !important;
        overflow: auto
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-post .not-logged-in-post .content-post-second-row {
        height: 50vh !important
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article button.close {
        right: 15px
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article.zoom article {
        padding: 0;
        height: 98%;
        overflow-y: auto
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article {
        touch-action: manipulation;
        padding: 42px 15px 102px
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article .img-post {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article .sidebar-img {
        display: none
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img {
        overflow-y: hidden
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img .img-post {
        height: 100vh
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img .img-post>div {
        width: 100%;
        position: relative
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img .img-post>div .close-img {
        display: block
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img .img-post>div span {
        display: block;
        background-image: url("../img/icon-info.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img .sidebar-img {
        position: fixed;
        bottom: 0;
        opacity: 0;
        background-color: #ffffffa1;
        z-index: 1
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img .sidebar-img .title-img {
        font: normal normal 800 22px/1em Open Sans;
        margin-bottom: 0px
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-article .block-modal-article.display-img .sidebar-img .meta-img {
        font: normal normal normal 0.875rem/1rem Open Sans
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image {
        display: block
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image button.close {
        right: 15px
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image .block-modal-image {
        padding: 0;
        touch-action: manipulation
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .sidebar-img {
        position: fixed;
        bottom: 0;
        opacity: 0;
        background-color: #ffffffa1;
        z-index: 1
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .sidebar-img .title-img {
        font: normal normal 800 22px/1em Open Sans;
        margin-bottom: 0px
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .sidebar-img .meta-img {
        font: normal normal normal 0.875rem/1rem Open Sans
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .content-img {
        height: 86vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .content-img>div {
        width: 100%;
        position: relative
    }

    .modal-author .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .content-img>div span {
        display: block;
        background-image: url("../img/icon-info.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 0
    }

    .modal-author .excerpt-post {
        display: none
    }

    .modal-author .second-row {
        height: auto !important;
        overflow-y: hidden !important;
        margin-top: 5px !important
    }

    .modal-author .modal-dialog .modal-content .modal-body .container-nav {
        padding: 0;
        margin: 0;
        bottom: 0
    }
}

@keyframes animation-next {
    100% {
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%)
    }
}

@keyframes animation-prev {
    100% {
        -webkit-transform: translateX(120%);
        transform: translateX(120%)
    }
}

@keyframes animation-next-mobile {
    100% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%)
    }
}

@keyframes animation-prev-mobile {
    100% {
        -webkit-transform: translateX(150%);
        transform: translateX(150%)
    }
}

.animation-next {
    z-index: 1100 !important;
    -webkit-animation: animation-next 0.5s ease-in-out forwards !important;
    animation: animation-next 0.5s ease-in-out forwards !important
}

.animation-prev {
    z-index: 1100 !important;
    -webkit-animation: animation-prev 0.5s ease-in-out forwards !important;
    animation: animation-prev 0.5s ease-in-out forwards !important
}

@media (min-width: 576px) {

    body.archive.author .author-pres>.row>div[class^="col-"]:not(.block-haut-gauche),
    body.archive.tax-sections .author-pres>.row>div[class^="col-"]:not(.block-haut-gauche),
    body.archive.category .author-pres>.row>div[class^="col-"]:not(.block-haut-gauche) {
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    .modal.animation-next {
        z-index: 1100 !important;
        -webkit-animation: animation-next-mobile 0.5s ease-in-out forwards !important;
        animation: animation-next-mobile 0.5s ease-in-out forwards !important
    }

    .modal.animation-next .modal-dialog .modal-content .modal-body .modal-article .block-modal-article {
        overflow-y: hidden
    }

    .modal.animation-prev {
        z-index: 1100 !important;
        -webkit-animation: animation-prev-mobile 0.5s ease-in-out forwards !important;
        animation: animation-prev-mobile 0.5s ease-in-out forwards !important
    }

    .modal.animation-prev .modal-dialog .modal-content .modal-body .modal-article .block-modal-article {
        overflow-y: hidden
    }

    .name-author h1 {
        margin-bottom: unset !important
    }

    .elements-author .grid .grid-item:not([data-type="img"]) {
        padding: 10px 15px
    }

    .elements-author .grid .grid-item[data-type="img"] img {
        margin-bottom: 0
    }

    body.archive.author .author-pres>.row>div[class^="col-"]:not(.block-haut-gauche),
    body.archive.tax-sections .author-pres>.row>div[class^="col-"]:not(.block-haut-gauche),
    body.archive.category .author-pres>.row>div[class^="col-"]:not(.block-haut-gauche) {
        padding: 0
    }

    body.archive.author .author-pres>.row .img-category+div,
    body.archive.author .author-pres>.row .img-category+div,
    body.archive.tax-sections .author-pres>.row .img-category+div,
    body.archive.tax-sections .author-pres>.row .img-category+div,
    body.archive.category .author-pres>.row .img-category+div,
    body.archive.category .author-pres>.row .img-category+div {
        padding-left: 0
    }

    .modal#modalPostImg .modal-image-info {
        bottom: 0%
    }
}

@media (orientation: landscape) {
    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .content-img {
        align-items: center;
        justify-content: center
    }

    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .content-img>div {
        height: 100%;
        width: auto
    }

    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .content-img>div img {
        height: 100%
    }

    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .content-img>img {
        height: 100%;
        width: auto
    }

    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .modal-image-info {
        bottom: 0%;
        top: auto;
        display: none
    }

    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image button.close {
        display: none
    }

    #modalImgZoom.modal.modal-imgzoom .modal-dialog .modal-body .modal-image-info {
        bottom: 0%;
        display: none
    }

    #modalImgZoom.modal.modal-imgzoom .modal-dialog .modal-body .close-img {
        display: none
    }

    body.archive.author .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .modal-image-info {
        bottom: 16%
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .modal-image-info {
        bottom: 34%
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .modal-image-info {
        bottom: 34%
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .modal#modalPostImg .modal-dialog .modal-content .modal-body .modal-image .block-modal-image .modal-image-info {
        bottom: 34%
    }
}

.container-sidebar {
    position: relative;
    z-index: 100
}

.container-sidebar .logo {
    display: block
}

.container-sidebar .texte-sidebar {
    margin-bottom: 0
}

.container-sidebar .texte-sidebar p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0.5rem
}

.container-sidebar .texte-sidebar .gazette-number {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 0
}

.container-sidebar .texte-sidebar::after {
    content: '';
    display: none
}

.container-sidebar .semaine-gazette .texte-semaine {
    font-size: 12px;
    text-align: center
}

body.woocommerce-account #wrapper-page.not-connected>.container-fluid,
body.woocommerce-account #wrapper-page.not-connected>.container-sm,
body.woocommerce-account #wrapper-page.not-connected>.container-md,
body.woocommerce-account #wrapper-page.not-connected>.container-lg,
body.woocommerce-account #wrapper-page.not-connected>.container-xl,
body.woocommerce-account #wrapper-page.not-connected>.container-xxl,
body:not(.la-gazette) .page-not-authorized {
    height: 100%
}

body.woocommerce-account #wrapper-page.not-connected>.container-fluid main.site-main,
body.woocommerce-account #wrapper-page.not-connected>.container-sm main.site-main,
body.woocommerce-account #wrapper-page.not-connected>.container-md main.site-main,
body.woocommerce-account #wrapper-page.not-connected>.container-lg main.site-main,
body.woocommerce-account #wrapper-page.not-connected>.container-xl main.site-main,
body.woocommerce-account #wrapper-page.not-connected>.container-xxl main.site-main,
body:not(.la-gazette) .page-not-authorized main.site-main {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.block-account {
    background-color: #FFF;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0
}

.block-account .acc-btn {
    position: absolute;
    right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    color: #000
}

.block-account .acc-btn svg {
    width: 20px;
    height: 20px;
    margin-top: 12px
}

.block-account .acc-btn:hover {
    color: #000
}

.block-account .acc-btn-2 {
    z-index: 1000;
    display: none
}

.block-account .col-login .status span.error {
    display: none;
    color: #dc3545
}

.block-account .col-login .status.error span.error {
    display: block
}

.block-account .col-login .status p {
    color: #009688
}

.block-account.open {
    height: 100%;
    opacity: 1;
    z-index: 100000
}

.block-account.open .login-ctn {
    display: flex
}

.block-account.open .acc-btn-2 {
    display: block
}

.block-account.open.show-lostpwd .mdp-oublie-block {
    display: block
}

.block-account.open.show-lostpwd .login {
    display: none
}

.block-menu {
    max-width: 100%;
    position: absolute;
    z-index: 900;
    overflow: hidden
}

.block-menu.open {
    width: 100%;
    height: 100%
}

.block-menu.open #nav-btn-menuzu {
    display: none
}

.block-menu.open #menuzu {
    display: block;
    height: 100vh
}

.block-menu.open .bg-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    display: none
}

.block-menu .nav-btn {
    cursor: pointer;
    transition: all .5s ease;
    color: #000;
    border-bottom-right-radius: 100%;
    background-color: #FFF;
    width: 50px;
    height: 50px
}

.block-menu .nav-btn svg {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    margin-top: 12px
}

.block-menu .nav-btn:hover {
    color: #000
}

.block-menu .nav-btn-2 {
    display: none;
    position: relative;
    opacity: 0;
    cursor: auto;
    width: 50px;
    height: 50px;
    z-index: 1000;
    border-bottom-right-radius: 100%;
    background-color: #EEEEEE
}

.block-menu #menuzu {
    position: absolute;
    width: 100%;
    height: 0px;
    overflow: hidden;
    top: 0
}

.block-menu #menuzu #site-navigation {
    width: 268px;
    height: 100%;
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: -32vh;
    z-index: 10;
    background-color: #fff;
    box-shadow: 16px 0px 16px -10px #727272
}

.block-menu #menuzu #site-navigation .menu {
    padding-inline-start: 0px !important
}

.block-menu #menuzu #site-navigation .menu .titre-espace-accueil {
    margin-bottom: 20px
}

.block-menu #menuzu #site-navigation .menu>li {
    list-style-type: none;
    width: 100%;
    padding: 10px 40px;
    font: normal normal normal 20px/25px Open Sans
}

.block-menu #menuzu #site-navigation .menu>li.menu-item-home {
    font-style: italic
}

.block-menu #menuzu #site-navigation .menu>li.gazette-menu {
    font-size: 28px;
    font-weight: 700
}

.block-menu #menuzu #site-navigation .menu>li.sub-menu-item {
    padding-left: 54px
}

.block-menu #menuzu #site-navigation .menu>li.sub-menu-item:last-child {
    padding-bottom: 2px
}

.block-menu #menuzu #site-navigation .menu>li.need-connect:not(.gazette-menu) {
    opacity: 0.25
}

.block-menu #menuzu #site-navigation .menu>li.need-connect:not(.gazette-menu):not(.search-form-menu) span:after {
    display: inline-flex;
    content: '';
    background-image: url("../img/icon-lock.svg");
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin: 0px 0px 0px 10px
}

.block-menu #menuzu #site-navigation .menu>li.categories-menu {
    font-style: italic;
    font-size: 18px;
    margin-top: 24px
}

.block-menu #menuzu #site-navigation .menu>li a {
    display: block;
    position: relative;
    color: #000
}

.block-menu #menuzu #site-navigation .menu>li a:hover {
    text-decoration: none
}

.block-menu #menuzu #site-navigation .menu>li a:before {
    content: "";
    position: absolute;
    opacity: 0.5;
    left: -54px;
    right: -40px;
    top: -10px;
    bottom: -10px
}

.block-menu #menuzu #site-navigation .menu>li:hover {
    background-color: #009EE4;
    color: #FFF
}

.block-menu #menuzu #site-navigation .menu>li:hover>span,
.block-menu #menuzu #site-navigation .menu>li:hover>a {
    color: #FFF
}

.block-menu #menuzu #site-navigation .menu>li.search-form-menu:hover,
.block-menu #menuzu #site-navigation .menu>li.search-form-menu.current-menu-item {
    background-color: transparent;
    color: black
}

.block-menu #menuzu #site-navigation .menu>li.search-form-menu:hover span,
.block-menu #menuzu #site-navigation .menu>li.search-form-menu:hover a,
.block-menu #menuzu #site-navigation .menu>li.search-form-menu.current-menu-item span,
.block-menu #menuzu #site-navigation .menu>li.search-form-menu.current-menu-item a {
    color: black
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu {
    background-color: #FFF;
    position: absolute;
    z-index: 1000;
    box-shadow: inset 16px 0px 16px -10px #b1b1b1, 16px 0px 16px -10px #727272;
    overflow: auto;
    width: 268px;
    left: -110%;
    top: 0
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu.open-submenu {
    display: block;
    height: 95vh;
    z-index: 1000
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu .close-submenu {
    display: none;
    background-color: #009EE4;
    color: white;
    cursor: pointer;
    padding: 11px 0px 12px 24px;
    display: none;
    font-size: 22px;
    box-shadow: inset 16px 0px 16px -10px #00577e
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu .close-submenu span {
    display: inline;
    color: #FFF;
    margin-left: 28px;
    font-weight: 700
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu .select-gazette-title {
    font-weight: 700;
    font-style: normal;
    color: black;
    text-align: center;
    font-size: 1rem;
    padding: 16px 0 0
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul {
    padding: 0;
    padding-top: 22px
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li {
    list-style-type: none;
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li a {
    color: #000
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li a:hover {
    text-decoration: none
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li a:before {
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 100%;
    left: -10px;
    right: 10px
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.all {
    font-weight: 700;
    font-style: normal
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li:hover {
    background-color: #009EE4;
    box-shadow: inset 16px 0px 16px -10px #00577e
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li:hover a {
    color: #FFF
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.last-gazette {
    font-weight: 700
}

.block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.last-gazette span {
    font-size: 12px;
    color: #454545;
    line-height: 1em
}

.block-menu #menuzu #site-navigation .menu .titre2 {
    font-size: 0.875rem
}

.block-menu #menuzu #site-navigation .menu .connexion a,
.block-menu #menuzu #site-navigation .menu .compte a {
    color: #fff
}

.block-menu #menuzu #site-navigation .menu .connexion a:hover,
.block-menu #menuzu #site-navigation .menu .compte a:hover {
    color: #009EE4
}

.block-menu #menuzu #site-navigation .menu .connexion:hover,
.block-menu #menuzu #site-navigation .menu .compte:hover {
    background-color: unset;
    color: #009EE4
}

.block-menu #menuzu #site-navigation .menu .connexion:hover span,
.block-menu #menuzu #site-navigation .menu .compte:hover span {
    color: #009EE4
}

.block-menu #menuzu #site-navigation .menu .form-menu:hover {
    background-color: #FFF !important
}

.block-menu #menuzu #site-navigation .menu .form-menu .search-form .btn-search-bar {
    padding-left: 0;
    padding-right: 0
}

.block-menu #menuzu #site-navigation .menu .form-menu .search-form .btn-search-bar svg {
    stroke: #000 !important
}

.login-ctn {
    height: 100%;
    display: none;
    max-width: 400px;
    margin: auto;
    justify-content: center;
    align-items: center
}

.login-ctn .col-login {
    text-align: center;
    width: 100%
}

.login-ctn .col-login .login-logo {
    margin-bottom: 1rem
}

.login-ctn .col-login .login {
    transition: all 1s ease-in-out
}

.login-ctn .col-login .mdp-oublie-block {
    display: none
}

.login-ctn .col-login .mdp-oublie-block .connexion-container-btn {
    display: none;
    opacity: 0;
    transition: all 1s ease
}

.login-ctn .col-login .status {
    font: normal normal normal 14px/28px Open Sans
}

@media (min-width: 992px) {
    .block-menu .menu-ctn #site-navigation .menu>li:hover .sous-menu {
        display: block;
        height: 95vh;
    }
}

@media (max-width: 991.98px) {
    .login-ctn {
        height: 100vh !important
    }

    .login-ctn .col-login {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width: 767.98px) {
    body:not(.la-gazette) .page-not-authorized main.site-main {
        display: block;
        padding-top: 3.5rem
    }

    header.site-header {
        position: fixed;
        z-index: 1000
    }

    .block-menu {
        position: fixed
    }

    .block-menu.open {
        width: 100%
    }

    .block-menu #menuzu {
        width: 100% !important
    }

    .block-menu #menuzu .nav-btn-2 {
        opacity: 1
    }

    .block-menu #menuzu #site-navigation {
        width: 100%
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu {
        width: 100%;
        height: calc(100% - 80px)
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu .close-submenu {
        display: block
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu .close-submenu span {
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        margin: 0
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.all {
        text-align: left;
        padding: 10px 0 10px 30px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.all.last-gazette {
        padding-right: 62px
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.menu-rubrique:not(.all),
    .block-menu #menuzu #site-navigation .menu>li .sous-menu ul li.menu-author:not(.all),
    .block-menu #menuzu #site-navigation .menu>li .sous-menu ul li.menu-category:not(.all) {
        text-align: left;
        padding: 10px 0 10px 50px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.menu-rubrique:not(.all).last-gazette,
    .block-menu #menuzu #site-navigation .menu>li .sous-menu ul li.menu-author:not(.all).last-gazette,
    .block-menu #menuzu #site-navigation .menu>li .sous-menu ul li.menu-category:not(.all).last-gazette {
        padding-right: 62px
    }

    .block-account {
        position: fixed
    }
}

@media only screen and (min-width: 768px) and (max-width: 3180px) and (orientation: landscape) {
    .block-menu #menuzu .nav-btn-2 {
        opacity: 1
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu .close-submenu span {
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        margin: 0
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li {
        text-align: left;
        padding: 10px 10px 10px 30px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.menu-rubrique {
        padding: 10px 10px 10px 50px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.menu-author.all {
        padding: 10px 10px 10px 30px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.menu-author {
        padding: 10px 10px 10px 50px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.menu-category.all {
        padding: 10px 10px 10px 30px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.menu-category {
        padding: 10px 10px 10px 50px !important
    }

    .block-menu #menuzu #site-navigation .menu>li .sous-menu>ul li.last-gazette {
        padding-right: 62px
    }
}

.page-abonnements #wrapper-page>div[class^='container-'] {
    height: 100%;
    display: flex;
    align-items: center
}

.page-abonnements .site-main {
    display: flex;
    align-items: center
}

.page-abonnements .site-main .container-abonnements {
    display: flex
}

.page-abonnements .site-main .container-abonnements .bloc-gauche {
    padding: 0px 10px 0px 10px;
    text-align: left
}

.page-abonnements .site-main .container-abonnements .bloc-gauche .content-page {
    text-align: justify;
    font: normal normal normal 14px/28px Open Sans
}

.page-abonnements .site-main .container-abonnements .bloc-gauche .content-page img {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.29))
}

.page-abonnements .site-main .container-abonnements .bloc-gauche figure {
    margin: 0 !important;
    text-align: left
}

.page-abonnements .site-main .container-abonnements .bloc-droit {
    padding: 20px 20px 0px 20px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
    text-align: center
}

.page-abonnements .site-main .container-abonnements .bloc-droit h2 {
    font: normal normal 800 20px/34px Open Sans;
    text-align: center
}

.page-abonnements .site-main .container-abonnements .bloc-droit .prix-abonnement-mois {
    display: block;
    font-size: 3.5rem;
    line-height: 41px;
    font-weight: 800
}

.page-abonnements .site-main .container-abonnements .bloc-droit .prix-abonnement-mois sup {
    font-size: 1.313rem;
    line-height: 15px;
    font-weight: 400;
    vertical-align: top;
    top: 0
}

.page-abonnements .site-main .container-abonnements .bloc-droit .prix-abonnement-an {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 700;
    display: block
}

.page-abonnements .site-main .container-abonnements .bloc-droit .avantages>ul {
    padding: 0
}

.page-abonnements .site-main .container-abonnements .bloc-droit .avantages>ul>li {
    margin: 20px 10px;
    text-align: center;
    list-style-type: none;
    font: normal normal normal 15px/22px Open Sans;
    position: relative
}

.page-abonnements .site-main .container-abonnements .bloc-droit .avantages>ul>li::before {
    content: url("../img/check.svg");
    vertical-align: middle;
    margin-right: 3px;
    color: #009EE4;
    position: absolute;
    left: -30px
}

.page-abonnements .site-main .container-abonnements .already-subscribed {
    text-align: center;
    font: normal normal normal 14px/32px Open Sans
}

.page-abonnements .site-main .container-abonnements .already-subscribed .se-connecter {
    text-decoration: underline;
    color: #009EE4;
    cursor: pointer
}

@media (max-width: 991.98px) {
    .page-abonnements .site-main .container-abonnements .bloc-gauche .content-page {
        margin-bottom: 20px;
        font: normal normal normal 13px/20px Open Sans !important
    }

    .page-abonnements .site-main .container-abonnements .bloc-gauche .content-page figure {
        display: none;
        text-align: center !important
    }

    .page-abonnements .site-main .container-abonnements .bloc-gauche .content-page figure img {
        width: 70%;
        height: auto
    }

    .page-abonnements .site-main .container-abonnements .bloc-gauche .wp-block-spacer {
        display: none
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit {
        height: auto
    }
}

@media (max-width: 767.98px) {
    .page-abonnements #wrapper-page>div[class^='container-'] {
        display: block
    }

    .page-abonnements .site-main {
        padding-top: 80px;
        display: block
    }

    .page-abonnements .site-main .container-abonnements .bloc-gauche h1 {
        font-size: 1.5rem;
        margin-top: 30px;
        margin-bottom: 14px;
        margin: 0 0 20px
    }

    .page-abonnements .site-main .container-abonnements .bloc-gauche .content-page {
        font-size: 1rem !important
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit {
        padding: 20px 0
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit h2 {
        padding: 0;
        margin-bottom: 0
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit .avantages {
        padding-top: 0px
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit .avantages ul {
        padding: 0 10px
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit .avantages ul li {
        text-align: center;
        font-size: 1rem
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit .prix-abonnement-mois {
        font-size: 2.875rem;
        line-height: 1em
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit .prix-abonnement-mois .sup {
        line-height: 1em
    }

    .page-abonnements .site-main .container-abonnements .bloc-droit .prix-abonnement-an {
        margin-top: 4px
    }

    .page-abonnements .site-main .container-abonnements .already-subscribed {
        margin-top: 16px
    }

    .already-subscribed .se-connecter {
        display: block
    }
}

body.home .content {
    height: 100%
}

body.home .content.content-mobile {
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #eee
}

body.home .content.content-mobile .boutons-slide {
    position: relative
}

body.home .content.content-mobile .boutons-slide .slogan {
    font-size: 1.375rem;
    margin-top: 10px
}

body.home .content.content-mobile .boutons-slide .row .col-6:first-child {
    padding-right: 7px
}

body.home .content.content-mobile .boutons-slide .row .col-6:last-child {
    padding-left: 7px
}

body.home .content.content-mobile .boutons-slide .btn {
    padding: 6px 26px;
    font-size: 0.8125rem
}

body.home .content.content-mobile .boutons-slide .btn.decouvrir {
    border: none
}

body.home .content canvas {
    height: 100%;
    width: 100%
}

body.home .content .bloc-content-animation {
    height: 100%;
    position: absolute;
    top: 120px;
    display: flex;
    justify-content: center;
    width: 100%
}

body.home .content .bloc-content-animation#slide-0 {
    align-items: center;
    top: 0
}

body.home .content .bloc-content-animation div[class^="col-"] {
    padding: 0 60px
}

body.home .content .bloc-content-animation div[class^="col-"].order-1 div {
    float: right
}

body.home .content .bloc-content-animation div[class^="col-"].order-1 div>img {
    transform: rotate(354deg)
}

body.home .content .bloc-content-animation div[class^="col-"].order-2 div {
    float: left
}

body.home .content .bloc-content-animation div[class^="col-"].order-2 div>img {
    transform: rotate(7deg)
}

body.home .content .bloc-content-animation div[class^="col-"]:not(.img-anim-unique) img {
    width: 100%;
    height: auto
}

body.home .content .bloc-content-animation div[class^="col-"] .texte {
    padding: 25px
}

body.home .content .bloc-content-animation div[class^="col-"] .texte h1,
body.home .content .bloc-content-animation div[class^="col-"] .texte h2 {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0
}

body.home .content .bloc-content-animation div[class^="col-"] .texte h1::after,
body.home .content .bloc-content-animation div[class^="col-"] .texte h2::after {
    display: none
}

body.home .content .bloc-content-animation .img-anim-unique {
    display: flex;
    transform: scale(0, 0);
    justify-content: center
}

body.home .content .bloc-content-animation .img-anim-unique img {
    width: auto;
    height: 60vh
}

body.home .content .boutons-slide {
    position: absolute;
    bottom: 3%;
    opacity: 0
}

body.home .content .boutons-slide .btn {
    text-decoration: none;
    margin-top: 20px;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 800;
    background-color: white;
    color: #000
}

body.home .content .boutons-slide .btn.decouvrir {
    border: 1px solid #000
}

body.home .content .boutons-slide .btn.sabonner {
    background-color: #009EE4;
    color: white
}

body.home .content .boutons-slide .btn:hover {
    text-decoration: none;
    background-color: #009EE4;
    color: white;
    border: 1px solid #009EE4
}

body.home .content .boutons-slide input#nointro {
    margin-top: 0.47rem
}

body.home .content .boutons-slide input#nointro+label {
    font-size: 0.813rem;
    font-style: italic
}

body.home .content .boutons-slide .row-subscribe .sub {
    text-align: center;
    padding-top: 14px
}

body.home .content .boutons-slide .row-subscribe .sub .already-subscribed {
    font-size: 0.875rem
}

body.home .content .boutons-slide .row-subscribe .sub .already-subscribed .se-connecter {
    text-decoration: underline;
    color: #009EE4;
    cursor: pointer
}

body.home .content .boutons-slide .slogan {
    font-size: 1.75rem;
    font-weight: normal;
    margin: 0
}

body.home .content .boutons-slide .slogan::after {
    content: '';
    display: none
}

@media (max-width: 575.98px) {
    .img-anim-unique img {
        width: 90% !important;
        height: auto !important;
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    body.home header .block-account .acc-btn.acc-btn-1 {
        display: none !important
    }

    body.home header .block-account:not(.open) {
        background-color: transparent
    }

    body.home .content .boutons-slide {
        opacity: 1
    }
}

.single:not(.single-gazettes) .container-post {
    padding: 20px;
    border-bottom: 2px solid #D8D8D8;
    background-color: #FFF
}

.single:not(.single-gazettes) .container-post .sidebar-post {
    display: flex;
    justify-content: end
}

.single:not(.single-gazettes) .container-post .sidebar-post .block-gris {
    display: flex;
    background-color: #EEEEEE;
    padding: 10px;
    flex-direction: column;
    width: 100%;
    position: relative
}

.single:not(.single-gazettes) .container-post .sidebar-post .block-gris svg {
    margin-right: 8px
}

.single:not(.single-gazettes) .container-post .sidebar-post .block-gris span {
    margin: 5px 0px
}

.single:not(.single-gazettes) .container-post .sidebar-post .block-gris::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 22px solid #EEE;
    border-bottom: 32px solid transparent;
    transform: rotate(147deg)
}

.single:not(.single-gazettes) .container-post .sidebar-post .block-gris .categorie {
    font-weight: 600
}

.single:not(.single-gazettes) .container-post .content-post {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.single:not(.single-gazettes) .container-post .content-post .title-article {
    font-weight: 700
}

.single:not(.single-gazettes) .container-post .content-post hr {
    width: 40px;
    margin: 0px 0px 5px 0px !important;
    border: .5px solid grey;
    opacity: 0.2
}

.single:not(.single-gazettes) .container-post .content-post .link-author {
    text-decoration: none
}

.single:not(.single-gazettes) .container-post .content-post .link-author .author-name {
    color: #009EE4;
    font-weight: 700
}

.single:not(.single-gazettes) .container-post .content-post .link-author:hover {
    text-decoration: none
}

.single:not(.single-gazettes) .container-post .second-row {
    height: 77vh;
    overflow-y: scroll;
    margin-top: 50px
}

.single:not(.single-gazettes) .container-post .second-row .sidebar-post-secondrow {
    padding: 0px 20px;
    font-style: italic
}

.single:not(.single-gazettes) .container-nav {
    background-color: #FFF;
    padding: 30px 20px
}

.single:not(.single-gazettes) .container-nav .left {
    text-align: end
}

.single:not(.single-gazettes) .container-nav .left svg {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    color: #000;
    transition: all .5s ease-in-out
}

.single:not(.single-gazettes) .container-nav .left svg:hover {
    opacity: 0.6;
    color: #009EE4
}

.single:not(.single-gazettes) .container-nav .right svg {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    color: #000;
    transition: all .5s ease-in-out
}

.single:not(.single-gazettes) .container-nav .right svg:hover {
    opacity: 0.6;
    color: #009EE4
}

.recherches .block-results .recherche-loading {
    display: block;
    height: 50vh;
    width: 100%;
    background-image: url("../img/loader-grey.svg");
    background-repeat: no-repeat;
    background-position: center center
}

.recherches .block-results .resultats-recherche {
    width: 100%;
    height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    opacity: 0;
    margin-top: 30px;
    display: flex;
    gap: 1%
}

.recherches .block-results .resultats-recherche .recherche-col {
    width: 20%
}

.recherches .block-results .resultats-recherche .item-recherche {
    background-color: #FFF;
    text-align: left;
    cursor: pointer;
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
    color: #000
}

.recherches .block-results .resultats-recherche .item-recherche:hover {
    text-decoration: none !important
}

.recherches .block-results .resultats-recherche .item-recherche .title {
    text-align: left
}

.recherches .block-results .resultats-recherche .item-recherche .title h3 {
    font: normal normal 800 20px/25px Open Sans
}

.recherches .block-results .resultats-recherche .item-recherche hr {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 50px;
    margin-left: 0;
    border: .5px solid #EEEEEE
}

.recherches .block-results .resultats-recherche .item-recherche .date {
    font: normal normal bold 14px/32px Open Sans;
    color: #454545
}

.recherches .block-results .resultats-recherche .item-recherche .resume {
    font: normal normal normal 13px/26px Open Sans
}

.recherches .block-results .resultats-recherche .item-recherche .img-recherche {
    width: 100%
}

.recherches .block-results .resultats-recherche .item-recherche-img {
    background-color: unset !important;
    padding: 0 !important;
    box-shadow: none !important
}

.modal-recherche {
    position: absolute;
    overflow-y: hidden !important;
    width: 1100px;
    height: 650px;
    margin: auto
}

.modal-recherche .modal-dialog {
    max-width: unset !important;
    margin: unset !important;
    height: 100%
}

.modal-recherche .modal-dialog .modal-content {
    height: 100%
}

.modal-recherche .modal-dialog .modal-content .modal-body {
    padding: unset !important
}

.modal-recherche .modal-dialog .modal-content .modal-body .modal-loading-post {
    display: none;
    height: 100%;
    background-image: url("../img/loader.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 250px 250px
}

.modal-recherche .modal-dialog .modal-content .modal-body .show-post {
    opacity: 1;
    transition: all .5s ease-in-out
}

.modal-recherche .modal-dialog .modal-content .modal-body .modal-image {
    display: flex;
    flex-direction: column;
    height: 100%
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img {
    padding: 20px;
    background-color: #FFF
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .sidebar-img {
    text-align: left
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .sidebar-img .title-img {
    font: normal normal 800 30px/34px Open Sans
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .sidebar-img .link-author {
    text-decoration: none
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .sidebar-img .link-author .author-name {
    font: normal normal bold 16px/32px Open Sans;
    color: #009EE4
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .sidebar-img .link-author:hover {
    text-decoration: none
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .sidebar-img .meta-img {
    font: italic normal normal 18px/30px Open Sans
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .content-img {
    display: block;
    margin: auto
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-img .content-img img {
    max-width: 530px;
    min-width: 400px;
    height: auto;
    display: block;
    margin: auto
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post {
    padding: 20px;
    background-color: #FFF
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .sidebar-post {
    display: flex;
    justify-content: end
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris {
    display: flex;
    background-color: #EEEEEE;
    padding: 10px;
    flex-direction: column;
    width: 100%;
    position: relative
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris svg {
    margin-right: 8px
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris span {
    margin: 5px 0px
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris::after {
    content: "";
    position: absolute;
    left: 93%;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-left: 22px solid #EEE;
    border-bottom: 32px solid transparent;
    transform: rotate(147deg)
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .sidebar-post .block-gris .categorie {
    font: normal normal bold 14px/32px Open Sans
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .content-post {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .content-post .title-article {
    font: normal normal 800 30px/34px Open Sans
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .content-post hr {
    width: 40px;
    margin: 0px 0px 5px 0px !important;
    border: .5px solid grey;
    opacity: 0.2
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .content-post .link-author {
    text-decoration: none
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .content-post .link-author .author-name {
    font: normal normal bold 16px/32px Open Sans;
    color: #009EE4
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .content-post .link-author:hover {
    text-decoration: none
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .second-row {
    height: 370px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 25px
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .second-row .sidebar-post-secondrow {
    padding: 0px 20px;
    font: italic normal normal 18px/30px Open Sans
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-post .second-row .content-post-second-row {
    font: normal normal normal 16px/28px Open Sans
}

.modal-recherche .modal-dialog .modal-content .modal-body .img-ctn {
    margin: auto 0px 20px 0px
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-nav {
    background-color: #FFF;
    border-top: 2px solid #EEEEEE;
    padding: 20px 0px 0px
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-nav .left {
    text-align: end
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-nav .left svg {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    color: #000;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-nav .left svg:hover {
    opacity: 0.6;
    color: #009EE4
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-nav .right svg {
    width: 40px;
    height: 40px;
    opacity: 0.2;
    color: #000;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.modal-recherche .modal-dialog .modal-content .modal-body .container-nav .right svg:hover {
    opacity: 0.6;
    color: #009EE4
}

@media (max-width: 767.98px) {
    .recherches {
        margin-top: 34px;
        padding: 0;
        height: auto
    }

    .recherches .block-recherche h1 {
        font-size: 1.75rem;
        line-height: 1em;
        margin-top: 58px
    }

    .modal-recherche {
        height: 100%;
        width: 100%
    }

    .modal-recherche .content-post {
        order: 1
    }

    .modal-recherche .sidebar-post {
        order: 2
    }

    .modal-recherche .sidebar-post-secondrow {
        display: none
    }

    .modal-recherche .container-img img {
        width: 100%
    }

    .modal-recherche .modal-article .block-modal-article {
        touch-action: manipulation
    }

    .modal-recherche .modal-image .block-modal-image {
        touch-action: manipulation
    }

    .modal-recherche .modal-image .block-modal-image img {
        width: 100%
    }

    .modal-recherche .block-gris {
        flex-direction: row !important;
        background-color: white !important;
        padding: 0 !important
    }

    .modal-recherche .block-gris::after {
        content: "";
        border: none !important
    }

    .modal-recherche .block-gris .categorie {
        font: normal normal bold 10px/20px Open Sans !important
    }

    .modal-recherche .block-gris .estimated-time {
        font: normal normal normal 10px/20px Open Sans !important
    }

    .modal-recherche .block-gris .date-published {
        font: normal normal normal 10px/20px Open Sans !important
    }

    .modal-recherche .block-gris svg {
        width: 10px;
        height: 10px
    }

    .modal-recherche .block-gris span {
        margin: 5px !important
    }

    .modal-recherche .second-row {
        height: 70vh !important;
        margin-top: 5px !important
    }

    .modal-recherche .container-nav {
        padding: 0 !important
    }
}

.zu-page {
    margin-top: 80px
}

.zu-page h1 {
    margin-bottom: 1rem;
    font: normal normal 800 30px/34px Open Sans
}

.zu-page .zu-page-content {
    height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 2rem
}

.zu-page .zu-page-content>p {
    margin-bottom: 40px
}

.zu-page .zu-page-content .block-img-list a {
    text-align: center;
    text-decoration: none;
    display: inline-block
}

.zu-page .zu-page-content .block-img-list a img {
    margin: 3px;
    border-radius: 50%;
    width: 100%;
    height: auto
}

.zu-page .zu-page-content .block-img-list a h2 {
    margin-bottom: 20px;
    text-align: center;
    transition: color .2s ease-in-out;
    overflow-wrap: anywhere
}

.zu-page .zu-page-content .block-img-list a:hover img {
    box-shadow: 0px 0px 6px 0px #009EE4
}

@media (max-width: 991.98px) {
    .zu-page-content {
        height: 100% !important;
        overflow-y: auto !important
    }
}

@media (max-width: 767.98px) {
    .zu-page {
        margin-top: 3rem
    }

    .zu-page .zu-page-content .block-img-list a {
        display: inherit
    }

    .zu-page .zu-page-content .block-img-list a img {
        width: 100%;
        height: auto;
        margin: 0
    }

    .zu-page .zu-page-content .block-img-list a h2 {
        font-size: 1rem;
        line-height: 20px
    }
}

.page-checkout #wrapper-page>div[class^='container-'] {
    height: 100%
}

.page-checkout .checkout-content .form-group.woocommerce-validated .input-text {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #009688
}

.page-checkout .checkout-content .form-group.woocommerce-invalid .input-text {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #dc3545
}

.page-checkout .checkout-content .woocommerce-notices-wrapper {
    display: none !important
}

.page-checkout .checkout-content #customer_details h3 {
    font: normal normal 800 20px/34px Open Sans;
    text-align: center
}

.page-checkout .checkout-content #customer_details .block-checkout {
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 20px 20px
}

.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-billing-fields .form-row,
.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-account-fields .form-row {
    display: block;
    padding: 0rem
}

.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-billing-fields .form-row.form-row-wide,
.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-account-fields .form-row.form-row-wide {
    width: 100%
}

.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-billing-fields .form-row.form-row-first,
.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-account-fields .form-row.form-row-first {
    width: 45%
}

.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-billing-fields .form-row.form-row-last,
.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-account-fields .form-row.form-row-last {
    width: 45%;
    margin-left: auto
}

.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-billing-fields .thwcfd-field-country .woocommerce-input-wrapper strong,
.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-account-fields .thwcfd-field-country .woocommerce-input-wrapper strong {
    font-weight: normal;
    color: #495057;
    font-style: italic;
    padding-top: 0.7rem;
    display: block
}

.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-billing-fields #account_password_field,
.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-account-fields #account_password_field {
    width: 100%;
    display: block
}

.page-checkout .checkout-content #customer_details .block-checkout .woocommerce-error {
    margin-top: 0
}

.page-checkout .checkout-content .woocommerce-order h1 {
    text-align: center;
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 34px;
    color: #009EE4
}

.page-checkout .checkout-content .woocommerce-order h1:after {
    content: "";
    margin: 1rem auto 0
}

.page-checkout .checkout-content .woocommerce-order>p {
    text-align: center
}

.page-checkout .checkout-content .woocommerce-order .block-order {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.page-checkout .checkout-content .woocommerce-order .block-order ul li {
    font: normal normal normal 10px/17px Open Sans
}

.page-checkout .checkout-content .woocommerce-order ul {
    margin: 0 !important
}

.page-checkout .checkout-content .woocommerce-order .btn-gazette {
    margin: 46px 0px;
    text-align: center
}

.page-checkout .checkout-content .woocommerce-order .order-info {
    font-size: 0.938rem
}

.page-checkout .checkout-content .woocommerce-order .order-info table.woocommerce-table,
.page-checkout .checkout-content .woocommerce-order .order-info table.shop_table {
    background-color: white
}

.page-checkout .checkout-content .woocommerce-order .order-info table.woocommerce-table .order-actions a,
.page-checkout .checkout-content .woocommerce-order .order-info table.shop_table .order-actions a {
    padding: 0.218em 1em
}

#stripe-payment-data #wc-stripe-cc-form {
    margin: 0;
    padding: 0
}

#stripe-payment-data #wc-stripe-cc-form .form-row {
    padding: 0
}

@media (max-width: 991.98px) {
    .page-checkout .checkout-content #customer_details .block-checkout {
        height: auto !important;
        overflow: unset !important;
        margin: 20px 0
    }

    .page-checkout .checkout-content #customer_details .block-checkout .woocommerce-billing-fields p {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .page-checkout .checkout-content {
        margin-top: 3rem
    }

    .page-checkout .checkout-content .woocommerce-order h1 {
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: normal
    }

    .page-checkout .checkout-content .woocommerce-order h1::after {
        margin: 1rem auto
    }

    .page-checkout .checkout-content .woocommerce-order ul {
        padding: 0
    }

    .page-checkout .checkout-content .woocommerce-order ul li {
        text-align: center;
        border: none;
        padding-right: 0;
        margin: 0;
        float: none
    }

    .page-checkout .checkout-content .woocommerce-order .shop_table td {
        border: 1px solid black !important
    }
}

.page-my-account .site-main {
    display: flex;
    align-items: center;
    width: 100%
}

.woocommerce-edit-account .woocommerce-MyAccount-content .newsletter-content {
    align-items: center;
    font-size: 0.875rem
}

.woocommerce-edit-account .woocommerce-MyAccount-content .newsletter-content p {
    align-items: center
}

.woocommerce-edit-account .woocommerce-MyAccount-content .newsletter-content .input-checkbox {
    margin-top: 2px
}

.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    padding-top: 0 !important
}

.woocommerce-edit-account .woocommerce-MyAccount-content legend.title-changepassword {
    padding-top: 20px !important
}

.woocommerce-view-subscription .woocommerce-MyAccount-content .shop_table {
    border-top: 1px solid #000
}

.mailpoet_page-template-default .woocommerce-MyAccount-content p {
    color: #009688;
    font-weight: 700
}

.cointainer-account {
    margin-top: 30px;
    text-align: left
}

.cointainer-account .account-content-header .account-title+p {
    font: normal normal normal 14px/20px Open Sans
}

.cointainer-account .account-content-header .title-name-usr {
    font-size: 1.875rem;
    line-height: normal;
    margin-bottom: 1rem
}

.cointainer-account .account-content .account-nav ul {
    padding-inline-start: 0 !important
}

.cointainer-account .account-content .account-nav ul li {
    margin: 20px 0;
    list-style-type: none;
    text-align: left
}

.cointainer-account .account-content .account-nav ul li a {
    font-size: 1rem;
    line-height: normal;
    font-weight: 800;
    color: black;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.cointainer-account .account-content .account-nav ul li:hover a {
    text-decoration: none;
    color: #009EE4
}

.cointainer-account .account-content .account-nav ul li:first-child {
    margin: 0 0 20px 0
}

.cointainer-account .account-content .woocommerce-MyAccount-content .unsubscribe {
    padding: 10px;
    background-color: green
}

.cointainer-account .account-content .woocommerce-MyAccount-content .unsubscribe .well-unsubscribe {
    color: #FFF;
    font-weight: 600
}

.cointainer-account .account-content .woocommerce-MyAccount-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    float: none;
    margin: 0
}

.cointainer-account .account-content .woocommerce-MyAccount-content h3+p {
    font-size: 0.6875rem;
    font-style: italic;
    margin: 0
}

.cointainer-account .account-content .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    padding-top: 36px
}

.cointainer-account .account-content .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
    margin-bottom: 0;
    margin-top: 1rem
}

.cointainer-account .account-content .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address+a {
    font-style: italic
}

.cointainer-account .account-content .woocommerce-MyAccount-content .woocommerce-address-fields .form-row span {
    width: 100%
}

.cointainer-account .account-content .woocommerce-MyAccount-content .edit-block {
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    padding: 1rem
}

.cointainer-account .account-content .woocommerce-MyAccount-content .edit-block legend.title-changepassword {
    font-weight: 700;
    padding-top: 36px;
    font-size: 1.3rem
}

.cointainer-account .account-content .woocommerce-MyAccount-content .edit-block span.password-input {
    width: 100%
}

.cointainer-account .account-content .woocommerce-MyAccount-content .shop_table .woocommerce-orders-table__cell-order-number a {
    color: #009EE4 !important;
    text-decoration: underline
}

.cointainer-account .account-content .woocommerce-MyAccount-content .shop_table .product-name a {
    color: #009EE4 !important;
    text-decoration: underline
}

.cointainer-account .account-content .woocommerce-MyAccount-content .mailpoet-manage-subscription p.mailpoet_paragraph {
    display: none
}

.cointainer-account .account-content .woocommerce-MyAccount-content .mailpoet-manage-subscription .mailpoet-change-email-info {
    font-size: .875rem
}

.cointainer-account .account-content .woocommerce-MyAccount-content .mailpoet-manage-subscription .mailpoet_segment_label {
    font-weight: 800
}

.cointainer-account .account-content .woocommerce-MyAccount-content .mailpoet-manage-subscription .mailpoet_paragraph fieldset label {
    display: block
}

.cointainer-account .account-content .woocommerce-MyAccount-content .mailpoet-manage-subscription .mailpoet_submit {
    text-align: center;
    margin: 1rem auto;
    display: block
}

.cointainer-account .account-content .woocommerce-MyAccount-content .mailpoet-manage-subscription .mailpoet-submit-success {
    font-weight: 700;
    color: #009688
}

@media (max-width: 767.98px) {
    .page-my-account {
        display: block
    }

    .page-my-account .site-main {
        padding-top: 80px;
        display: block;
        padding-bottom: 80px
    }

    .page-my-account .site-main h1 {
        margin: 0 0 20px
    }
}

@media (max-width: 1199.98px) {
    .cointainer-account {
        margin-top: 0
    }

    .cointainer-account .account-content-header .title-name-usr {
        font-size: 1.4rem
    }

    .cointainer-account .account-content {
        margin-top: 0 !important
    }

    .cointainer-account .account-content .woocommerce .account-navigation-mobile {
        width: 100%;
        height: 40px;
        margin-bottom: 1rem;
        background-color: #009EE4;
        color: #FFF;
        border: 1px solid #EEEEEE !important;
        font: normal normal bold 15px/ 20px Open Sans;
        border-radius: 5px
    }

    .cointainer-account .account-content .woocommerce .account-navigation-mobile option {
        background-color: #FFF;
        color: #009EE4;
        font: normal normal bold 15px/ 20px Open Sans
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content {
        margin-bottom: 20px
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .shop_table tr:last-child td:last-child a:first-child {
        margin: 16px 0px;
        font: normal normal 800 14px/20px Open Sans !important
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm h3,
    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
        font: normal normal 800 20px/25px Open Sans !important;
        margin-bottom: .5rem
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
        padding-top: 1rem !important
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
        margin: 0;
        padding: 10px;
        font: normal normal 800 15px/20px Open Sans
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input::placeholder {
        font-style: italic
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm address {
        font: normal normal normal 14px/20px Open Sans
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: auto;
        right: 10px
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .form-row-first {
        width: 100% !important;
        float: unset !important
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .form-row-last {
        width: 100% !important;
        float: unset !important
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content table {
        border: none !important
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content table tbody {
        border-top: 1px solid #030304
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content table tbody tr {
        margin-bottom: 10px;
        border: 1px solid #030304
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content table tbody tr .woocommerce-button {
        margin: 0 !important;
        padding: 10px 15px !important;
        font: normal normal 800 14px/20px Open Sans
    }

    .cointainer-account .account-content .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-subscriptions .subscription-actions {
        text-align: center !important
    }
}

.select_custom_zu {
    position: relative;
    display: inline-block;
    min-width: 176px;
    width: 176px;
    color: #777;
    font-weight: 400;
    font-size: 0.75rem;
    transition: all 375ms ease-in-out
}

.select_custom_zu select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    opacity: 0;
    z-index: -1
}

.select_custom_zu .select_option_zu {
    padding: 2px 2%;
    color: #009EE4;
    display: block;
    margin: 0px;
    cursor: pointer
}

.select_custom_zu .icon_select_custom_zu {
    position: absolute;
    top: 1px;
    right: 2%;
    font-size: 0.75rem;
    height: 22px;
    transition: all 275ms
}

.select_custom_zu .icon_select_custom_zu svg {
    fill: #009EE4;
    width: 18px
}

.select_custom_zu .list_select_custom_zu {
    position: relative;
    float: left;
    width: 100%
}

.select_custom_zu .list_select_custom_zu .cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    height: 0px;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out
}

.select_custom_zu .list_select_custom_zu .cont_select_int li {
    position: relative;
    float: left;
    width: 100%;
    background-color: #F5F5F5;
    list-style-type: none;
    padding: 4px 2% 4px 6%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer
}

.select_custom_zu .list_select_custom_zu .cont_select_int li:hover {
    background-color: #EEEEEE;
    color: #009EE4
}

.select_custom_zu .list_select_custom_zu .cont_select_int .active {
    background-color: #EEEEEE
}

body {
    background-color: #FAFAFA;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    overflow: hidden
}

body #page.site {
    display: flex
}

body #page.site #wrapper-page {
    width: 100%;
    height: 100vh;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee !important
}

body #page.site #wrapper-page>div[class^='container-']>.row {
    height: 100%
}

body #page.site #wrapper-page main.site-main .page {
    width: 100%;
    height: 100%
}

body #page.site #wrapper-page aside.sidebar {
    text-align: center
}

body #page.site #wrapper-page aside.sidebar .logo {
    padding-top: 50px
}

body #page.site.page-la-gazette main.site-main {
    width: 100%
}

body.home #page.site #wrapper-page {
    background-color: white !important
}

body.home #page.site #wrapper-page main.site-main {
    height: 100%
}

body.checkout:not(.woocommerce-order-received) #page.site #wrapper-page>div[class^='container-'] {
    display: flex;
    align-items: center
}

body.author body.my-account #page.site #wrapper-page main.site-main,
body.woocommerce-order-received #page.site #wrapper-page main.site-main {
    padding-top: 24px
}

body.member-password-reset #page.site #wrapper-page main.site-main {
    margin-top: 60px
}

body.cgv #page.site #wrapper-page main.site-main,
body.mentions-legales #page.site #wrapper-page main.site-main,
body.a-propos #page.site #wrapper-page main.site-main,
body.error404 #page.site #wrapper-page main.site-main,
body.privacy-policy #page.site #wrapper-page main.site-main,
body.salle-dattente #page.site #wrapper-page main.site-main {
    padding-top: 24px;
    display: block
}

body.cgv #page.site #wrapper-page main.site-main .container-content article .entry-content,
body.mentions-legales #page.site #wrapper-page main.site-main .container-content article .entry-content,
body.a-propos #page.site #wrapper-page main.site-main .container-content article .entry-content,
body.error404 #page.site #wrapper-page main.site-main .container-content article .entry-content,
body.privacy-policy #page.site #wrapper-page main.site-main .container-content article .entry-content,
body.salle-dattente #page.site #wrapper-page main.site-main .container-content article .entry-content {
    padding: 0 40px 0 0
}

body.cgv #page.site #wrapper-page main.site-main .container-content article .entry-content h1,
body.mentions-legales #page.site #wrapper-page main.site-main .container-content article .entry-content h1,
body.a-propos #page.site #wrapper-page main.site-main .container-content article .entry-content h1,
body.error404 #page.site #wrapper-page main.site-main .container-content article .entry-content h1,
body.privacy-policy #page.site #wrapper-page main.site-main .container-content article .entry-content h1,
body.salle-dattente #page.site #wrapper-page main.site-main .container-content article .entry-content h1 {
    text-align: center
}

body.cgv #page.site #wrapper-page main.site-main .container-content article .entry-content h1::after,
body.mentions-legales #page.site #wrapper-page main.site-main .container-content article .entry-content h1::after,
body.a-propos #page.site #wrapper-page main.site-main .container-content article .entry-content h1::after,
body.error404 #page.site #wrapper-page main.site-main .container-content article .entry-content h1::after,
body.privacy-policy #page.site #wrapper-page main.site-main .container-content article .entry-content h1::after,
body.salle-dattente #page.site #wrapper-page main.site-main .container-content article .entry-content h1::after {
    content: "";
    margin: 1rem auto 0
}

@media (max-width: 767.98px) {

    body.cgv #page.site #wrapper-page main.site-main .container-content article .entry-content,
    body.mentions-legales #page.site #wrapper-page main.site-main .container-content article .entry-content,
    body.a-propos #page.site #wrapper-page main.site-main .container-content article .entry-content,
    body.error404 #page.site #wrapper-page main.site-main .container-content article .entry-content,
    body.privacy-policy #page.site #wrapper-page main.site-main .container-content article .entry-content,
    body.salle-dattente #page.site #wrapper-page main.site-main .container-content article .entry-content {
        padding: 0;
        max-height: unset;
        overflow: initial
    }
}

body.error404 #page.site #wrapper-page {
    background-image: url("../img/imgbg_404.jpg")
}

body.error404 #page.site #wrapper-page main.site-main {
    padding-top: 40px
}

body.error404 #page.site #wrapper-page main.site-main .content-404 {
    text-align: center
}

body.error404 #page.site #wrapper-page main.site-main .content-404 h2 {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    body #page.site #wrapper-page {
        max-width: 1200px;
        height: 720px
    }
}

@media screen and (min-width: 320px) and (max-width: 1200px) and (orientation: landscape) {
    body #page.site #wrapper-page {
        height: 100%
    }
}

@media (max-width: 767.98px) {
    body {
        background-color: #eee !important
    }

    body #page.site #wrapper-page {
        margin: 0;
        overflow-y: auto
    }

    body.modal-open #page.site #wrapper-page {
        overflow-y: hidden
    }
}

.modal.fade.from-bottom .modal-dialog {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.modal.fade.from-bottom.show .modal-dialog {
    transform: none
}

@media (max-width: 767.98px) {
    body.checkout #page.site.page-checkout #wrapper-page>div[class^='container-'] {
        display: block;
        height: auto
    }
}