@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Nunito+Sans:wght@400;700&display=swap');

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

input {
    border-radius: 0
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type="number"] {
    width: auto
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button {
    overflow: visible
}

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

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText
}

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

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

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

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

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

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

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden~="screen"] {
        display: inherit
    }
    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

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

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

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

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

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

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem
    }
    .col-sm,
    .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 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-1 {
        margin-left: 8.333%
    }
    .col-sm-offset-2 {
        margin-left: 16.667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.333%
    }
    .col-sm-offset-5 {
        margin-left: 41.667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333%
    }
    .col-sm-offset-8 {
        margin-left: 66.667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.333%
    }
    .col-sm-offset-11 {
        margin-left: 91.667%
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem
    }
    .col-md,
    .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 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-md-offset-1 {
        margin-left: 8.333%
    }
    .col-md-offset-2 {
        margin-left: 16.667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.333%
    }
    .col-md-offset-5 {
        margin-left: 41.667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.333%
    }
    .col-md-offset-8 {
        margin-left: 66.667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.333%
    }
    .col-md-offset-11 {
        margin-left: 91.667%
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem
    }
    .col-lg,
    .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 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-lg-offset-1 {
        margin-left: 8.333%
    }
    .col-lg-offset-2 {
        margin-left: 16.667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.333%
    }
    .col-lg-offset-5 {
        margin-left: 41.667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.333%
    }
    .col-lg-offset-8 {
        margin-left: 66.667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.333%
    }
    .col-lg-offset-11 {
        margin-left: 91.667%
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==")
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.bold,
.bold_italic,
strong,
b,
.bouton--small,
a.bouton--small {
    font-weight: bold
}

.italic,
.bold_italic,
em,
i {
    font-style: italic
}

.h1,
h1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: normal;
    color: #004B90;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

.h2,
h2 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: normal;
    color: #004B90;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

.h3,
h3 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: normal;
    color: #004B90;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

.h4,
h4,
.chapo {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: normal;
    color: #004B90;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

.h5,
h5,
.bouton--small,
a.bouton--small {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #004B90;
    font-weight: normal;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

.h6,
h6 {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #004B90;
    font-weight: normal;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

.accent {
    color: #004B90 !important
}

.discret {
    color: #b8babb !important
}

.rouge {
    color: red !important
}

.orange {
    color: #ff7900 !important
}
.vert {
	color: green !important
}
.boutique--clichy {
	background-color: #4682B4;
    padding: 0 5px;
	color: #ffffff !important
}
.boutique--saint-ouen {
	background-color: #FF6347;
    padding: 0 5px;
	color: #ffffff !important
}

body {
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
    color: #00182F
}

small {
    font-size: 12px;
    font-size: 1.2rem
}

h1 {
    margin: 0;
    padding: 0
}

h2 {
    margin: 0;
    padding: 0
}

h3 {
    margin: 0;
    padding: 0
}

h4 {
    margin: 0;
    padding: 0
}

h5 {
    margin: 0;
    padding: 0
}

h6 {
    margin: 0;
    padding: 0
}

span.underline {
    background-color: #ff7900;
    padding: 0 5px
}

span.underline.underline--1 {
    background-color: #a25016;
    color: #ffffff
}

span.underline.underline--2 {
    background-color: #c1d82f;
    color: #ffffff
}

span.underline.underline--3 {
    background-color: #00aeff;
    color: #ffffff
}

span.underline.underline--4 {
    background-color: #800080;
    color: #ffffff
}

span.underline.underline--5 {
    background-color: #ee70a6;
    color: #ffffff
}

span.underline.underline--6 {
    background-color: #ffd900
}

span.underline.underline--7 {
    background-color: #ff7900;
    color: #ffffff
}

span.underline.underline--8 {
    background-color: #ea0000;
    color: #ffffff
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    padding: 40px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 600px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../img/ui/icone_fermer.svg) no-repeat 0 0
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url("data:image/gif;base64,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") #111 no-repeat center center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column
}

p {
    margin: 0;
    padding: 0;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

.edito p {
    margin: 0 0 10px 0
}

.edito p:last-child {
    margin: 0
}

a:link,
a:visited {
    color: inherit;
    text-decoration: underline;
    transition: color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9)
}

a:hover,
a:active {
    color: #004B90;
    text-decoration: underline
}

a.lien,
a.article {
    text-decoration: none !important
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #00182F;
    margin: 0;
    padding: 0
}

hr.grey {
    border-top-color: rgba(100, 100, 100, 0.25)
}

header {
    width: 100%;
    margin: 0;
    padding: 2rem 0;
    background-color: #ffffff;
    font-size: 1.4rem;
    color: #004b90;
}

header a:link,
header a:visited {
    text-decoration: none
}

header a:hover,
header a:active {
    text-decoration: underline
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    flex: 1 0 auto
}

section {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

@media (max-width: 768px) {
    section {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

nav {
    margin: 0 0 2rem 0;
    padding: 2rem 0;
    background-color: #004b90;
    color: #ffffff;
    font-size: 1.8rem;
}

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

nav ul li {
    display: inline-block;
    margin: 0 0 0 2rem;
    padding: 0
}

nav ul li:first-child {
    margin: 0
}

nav ul li a:link,
nav ul li a:visited {
    color: #ffffff;
    text-decoration: none
}

nav ul li a:hover,
nav ul li a:active {
    color: #b8babb;
    text-decoration: none
}

nav ul li a.active {
    color: #ffd900
}

.module--lunch {
    padding: 2rem;
    background-color: #B8BABB;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 9999
}

#chart__visites {
    max-height: 600px
}

footer {
    width: 100%;
    padding: 4rem 0;
    margin: 8rem 0 0 0;
    background-color: #b8babb;
    color: #ffffff;
    line-height: 1.2
}

.bouton,
.bouton--full,
a.bouton--full,
.bouton--small,
a.bouton--small,
.bouton--blanc,
a.bouton--blanc,
.bouton--light,
a.bouton--light,
a.bouton,
a.bouton--full,
a.bouton--small,
a.bouton--blanc,
a.bouton--light {
    display: inline-block;
    padding: 2rem 4rem;
    background-color: #004B90;
    color: #ffffff;
    transition: background-color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9);
    cursor: pointer;
    text-decoration: none;
    border-radius: 3px
}

.bouton:hover,
.bouton--full:hover,
.bouton--small:hover,
.bouton--blanc:hover,
.bouton--light:hover,
.bouton--active,
a.bouton:hover,
a.bouton--full:hover,
a.bouton--small:hover,
a.bouton--blanc:hover,
a.bouton--light:hover,
a.bouton--active {
    background-color: #b8babb;
    color: #ffffff;
    text-decoration: none
}

.bouton--active, a.bouton--active {
	background-color: #004B90 !important;
}

.bouton--full,
a.bouton--full {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

.bouton--small,
a.bouton--small {
    padding: 1rem 2rem
}

.bouton--blanc,
a.bouton--blanc {
    background-color: #ffffff;
    color: #004B90
}

.bouton--blanc:hover,
a.bouton--blanc:hover {
    background-color: #004B90;
    color: #ffffff
}

.bouton--light,
a.bouton--light {
    background-color: #b8babb;
    color: #ffffff
}

.bouton--light:hover,
a.bouton--light:hover {
    background-color: #004B90;
    color: #ffffff
}

.bouton--success,
a.bouton--success {
    background-color: #c1d82f;
    color: #ffffff
}

.bouton--success:hover,
a.bouton--success:hover {
    background-color: #9aad26;
    color: #ffffff
}

.bouton--warning,
a.bouton--warning {
    background-color: #ff7900;
    color: #ffffff
}

.bouton--warning:hover,
a.bouton--warning:hover {
    background-color: #cc6100;
    color: #ffffff
}

.bouton--danger,
a.bouton--danger {
    background-color: red;
    color: #ffffff
}

.bouton--danger:hover,
a.bouton--danger:hover {
    background-color: #c00;
    color: #ffffff
}

form {
    margin: 0;
    padding: 0
}

form.inline {
    display: inline-block;
    width: auto
}

form::placeholder,
form -moz::placeholder {
    color: #B8BABB
}

fieldset {
    padding: 0;
    border: 0;
    vertical-align: top;
    position: relative;
    margin-bottom: 4rem
}

fieldset p {
    margin-bottom: 2rem;
    font-size: 90%;
    color: #B8BABB
}

fieldset .miseenforme {
    margin-bottom: 5px
}

fieldset .miseenforme .icone:not(:last-child) {
    margin-right: 5px
}

.size--50 fieldset {
    margin-bottom: 4rem;
    display: inline-block;
    width: 50%
}

.size--50 fieldset:first-child {
    padding-right: 1rem
}

.size--50 fieldset:last-child {
    padding-left: 1rem
}

@media (max-width: 768px) {
    .size--50 fieldset {
        width: 100%;
        padding: 0 !important
    }
}

fieldset.size--50 {
    display: inline-block;
    width: 50%;
    padding-right: 1rem;
    margin-bottom: 4rem
}

@media (max-width: 768px) {
    fieldset.size--50 {
        width: 100%;
        padding: 0 !important
    }
}

.size--502525 fieldset {
    margin-bottom: 4rem;
    display: inline-block;
    width: 25%;
    padding: 0 1rem
}

.size--502525 fieldset:first-child {
    padding: 0 1rem 0 0;
    width: 50%
}

.size--502525 fieldset:last-child {
    padding: 0 0 0 1rem
}

@media (max-width: 768px) {
    .size--502525 fieldset {
        width: 100%;
        padding: 0 !important
    }
}

.size--33 fieldset {
    margin-bottom: 4rem;
    display: inline-block;
    width: 33.33%;
    padding: 0 1rem
}

.size--33 fieldset:first-child {
    padding: 0 1rem 0 0
}

.size--33 fieldset:last-child {
    padding: 0 0 0 1rem
}

fieldset.size--33 {
    display: inline-block;
    width: 33.33%;
    padding-right: 1rem;
    margin-bottom: 4rem
}

@media (max-width: 768px) {
    fieldset.size--33 {
        width: 100%;
        padding: 0 !important
    }
}

fieldset.highlight {
    background-color: rgba(193, 216, 47, 0.25);
    border-radius: 3px;
    padding: 2rem !important
}

fieldset ul.recherche {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 2rem;
    background-color: #ffffff;
    border-radius: 3px;
    width: 100%;
    max-height: 300px
}

fieldset ul.recherche li {
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    background-color: rgba(237, 237, 237, 0.5);
    width: 100%;
    border-radius: 3px
}

fieldset ul.recherche li:not(:last-child) {
    margin-bottom: 1px
}

fieldset ul.recherche li:hover {
    background-color: #b8babb;
    color: #004B90
}

label {
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #00182F;
    cursor: pointer;
}

p label,
label.inline {
    font-weight: normal;
    margin-bottom: 0
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="time"],
input[type="number"],
input[type="date"] {
    width: 100%;
    background: #ffffff;
    border: 1px solid #B8BABB;
    outline: none;
    padding: 20px;
    background-color: #ffffff;
    color: #00182F;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
input[type="date"]:focus {
    border: 1px solid #004B90
}

input[type="checkbox"] {
    vertical-align: text-top
}

h3 input[type="checkbox"] {
    margin: 0.6rem 1rem 0 0
}

textarea {
    width: 100%;
    border: 1px solid #B8BABB;
    outline: none;
    background-color: #ffffff;
    padding: 20px;
    color: #00182F;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 200px;
    resize: vertical;
    line-height: 1.5;
    border-radius: 3px
}

textarea:focus {
    border: 1px solid #004B90
}

select {
    width: 100%;
    border: 1px solid #B8BABB;
    outline: 0;
    padding: 20px 60px 20px 20px;
    background: #fff url(../img/ui/icone_select.svg) right 20px center no-repeat;
    background-size: 20px 10px;
    color: #00182F;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 3px
}

select:focus {
    border: 1px solid #004B90
}

input[type="submit"], button[type="submit"] {
    display: inline-block;
    cursor: pointer;
    border: 0;
    outline: none;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 2rem 4rem;
    margin: 0;
    background-color: #004B90;
    color: #ffffff;
    transition: background-color 0.2s cubic-bezier(0.4, 0.1, 0.4, 0.9);
    border-radius: 3px
}

input[type="submit"]:hover, button[type="submit"]:hover {
    background-color: #b8babb;
}

input[type="submit"].submit--big {
    padding: 2rem 4rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold
}

input[type="submit"].submit--success, button[type="submit"].submit--success {
    background-color: #c1d82f;
    color: #ffffff
}

input[type="submit"].submit--success:hover, button[type="submit"].submit--success:hover {
    background-color: #9aad26;
    color: #ffffff
}

input[type="submit"].submit--warning {
    background-color: #ff7900;
    color: #ffffff
}

input[type="submit"].submit--warning:hover {
    background-color: #cc6100;
    color: #ffffff
}

input[type="submit"].submit--danger {
    background-color: red;
    color: #ffffff
}

input[type="submit"].submit--danger:hover {
    background-color: #c00;
    color: #ffffff
}

input[type="submit"].submit--blanc {
    background-color: #ffffff;
    color: #004B90
}

input[type="submit"].submit--blanc:hover {
    background-color: #004B90;
    color: #ffffff
}

input[type="submit"].submit--full {
    width: 100%
}

input:disabled {
    cursor: not-allowed
}

table {
    text-align: left
}

table.single {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6
}

table.single th:nth-child(1) {
    width: 60%
}

table.single th:nth-child(2) {
    width: 40%
}

table.clients {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6
}

table.clients th:nth-child(1) {
    width: 45%
}

table.clients th:nth-child(2) {
    width: 30%
}

table.clients th:nth-child(3) {
    width: 25%
}

table.commandes {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6
}

table.commandes th:nth-child(1) {
    width: 35%
}

table.commandes th:nth-child(2) {
    width: 25%
}

table.commandes th:nth-child(3) {
    width: 15%
}

table.commandes th:nth-child(4) {
    width: 25%
}

table.detail_commande, table.detail_facture {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6
}

table.detail_commande th:nth-child(1) {
    width: 30%
}

table.detail_commande th:nth-child(2) {
    width: 30%
}

table.detail_commande th:nth-child(3) {
    width: 15%
}

table.detail_commande th:nth-child(4) {
    width: 25%
}

table.detail_facture th {
    width: 12%
}
table.detail_facture th:nth-child(1) {
    width: 28%
}

table.table--stats {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem
}

table.table--stats th:nth-child(1) {
    width: 70%
}

table.table--stats th:nth-child(2) {
    width: 30%
}

table.table--stats th,
table.table--stats td {
    padding: 10px
}

th {
    padding: 2rem 4rem;
    background: #004B90;
    color: #fff;
    vertical-align: top
}

th:first-child {
    border-radius: 3px 0 0 0
}

th:last-child {
    border-radius: 0 3px 0 0
}

td {
    padding: 2rem 4rem
}

tr {
    vertical-align: top
}

tr:hover {
    background: rgba(184,186,187, 0.2)
}

tr.success {
    background: rgba(193, 216, 47, 0.25)
}

tr.warning {
    background: rgba(255, 121, 0, 0.25)
}

tr.danger {
    background: rgba(255, 0, 0, 0.25)
}

tr:not(:last-child) {
    border-bottom: 1px solid #B8BABB
}

.placeholder {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.placeholder.format_vertical {
    position: relative
}

.placeholder.format_vertical:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 145.45455%
}

.placeholder.format_vertical>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.placeholder.format_horizontal {
    position: relative
}

.placeholder.format_horizontal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 68.75%
}

.placeholder.format_horizontal>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.placeholder.format_carre {
    position: relative
}

.placeholder.format_carre:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.placeholder.format_carre>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.margin--bottom {
    margin-bottom: 60px !important
}

.margin--bottom__xsmall {
    margin-bottom: 10px !important
}

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

.margin--bottom__big {
    margin-bottom: 120px !important
}

.margin--top {
    margin-top: 60px !important
}

.margin--top__xsmall {
    margin-top: 10px !important
}

.margin--top__small {
    margin-top: 30px !important
}

.margin--top__big {
    margin-top: 120px !important
}

.padding--top {
    padding-top: 40px !important
}

.padding--bottom {
    padding-bottom: 40px !important
}

.nomargin {
    margin: 0 !important
}

.nopadding {
    padding: 0 !important
}

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

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

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

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

img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom
}

img.fullsize {
    width: 100%
}

.relative {
    position: relative !important
}

.player {
    position: relative;
    padding-bottom: 56.34%;
    height: 0;
    overflow: hidden
}

.player iframe,
.player object,
.player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header::after,
#wrapper::after,
section::after,
footer::after {
    clear: both;
    content: '';
    display: table
}

a.closeprint {
	
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0; right:0; bottom:0; left:0;
	background-color: rgba(0,75,144,0.9);
	color: #fff;
	text-align: center;
	
	
}

div.alerte {
    background-color: rgba(255,0,0,0.2);
    outline: 1px solid red;
    border-radius: 3px;
    padding: 2rem;
}

@media (max-width: 768px) {
    .m_100 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width: 768px) {
    .m_50 {
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width: 768px) {
    .m_center {
        text-align: center !important
    }
}

@media (max-width: 768px) {
    .m_margin {
        margin-bottom: 4rem !important
    }
}

@media (max-width: 768px) {
    .m_margin__small {
        margin-bottom: 2rem !important
    }
}

@media (max-width: 768px) {
    .m_padding {
        padding-left: 2rem !important;
        padding-right: 2rem !important
    }
}

@media (max-width: 768px) {
    .m_hidden {
        display: none
    }
}

@media (max-width: 768px) {
    .col-xs-12 {
        margin-bottom: 2rem !important
    }
}

.printonly {
	display: none;
}

@media print {
    body {
        -webkit-print-color-adjust: exact
    }
}

@media print and (max-width: 768px) {
    body.rotate {
        width: 130mm !important
    }
    body.rotate #wrapper {
        width: 130mm !important;
        margin: 125mm 0 0 0 !important
    }
}

@media print {
	body {
		zoom: 1;
		overflow: visible;
	}
    body.rotate {
        width: 160mm
    }
    body.rotate #wrapper {
        flex: 0 1 auto;
        width: 160mm;
        zoom: 1;
        margin: 160mm 0 0 0;
        position: relative;
        transform: rotate(-90deg);
        transform-origin: 0% 0%
    }
    header,
    nav,
    footer,
    section:not(.print),
    .noprint {
        display: none !important
    }
    .printonly {
	    display: block !important;
    }
    .print {
	    zoom: 90%;
	    margin-left: 0; margin-right: 0;
    }
    body {
        font-size: 9px;
        font-size: 0.9rem;
        color: #000000;
        line-height: 1.3
    }
    h1 {
        font-size: 12px;
        font-size: 1.2rem;
        color: #000000
    }
    h2 {
        font-size: 12px;
        font-size: 1.2rem;
        color: #000000
    }
    h3 {
        font-size: 9px;
        font-size: 0.9rem;
        color: #000000
    }
    h4 {
        font-size: 9px;
        font-size: 0.9rem;
        color: #000000
    }
    h5 {
        font-size: 9px;
        font-size: 0.9rem;
        color: #000000
    }
    h6 {
        font-size: 9px;
        font-size: 0.9rem;
        color: #000000
    }
    p {
        font-size: 9px;
        font-size: 0.9rem;
        color: #000000
    }
    small {
        font-size: 80%
    }

	.printbig {
        font-size: 14px;
        font-size: 1.4rem
    }
    .margin--bottom {
        margin-bottom: 0.75rem !important
    }
    .margin--bottom__xsmall {
        margin-bottom: 0 !important
    }
    .margin--bottom__small {
        margin-bottom: 0.5rem !important
    }
    .margin--bottom__big {
        margin-bottom: 1rem !important
    }
    .margin--top {
        margin-top: 0.75rem !important
    }
    .margin--top__xsmall {
        margin-top: 0 !important
    }
    .margin--top__small {
        margin-top: 0.5rem !important
    }
    .margin--top__big {
        margin-top: 1rem !important
    }
    .padding--top {
        padding-top: 0.5rem !important
    }
    .padding--bottom {
        padding-bottom: 0.5rem !important
    }
    table {
        font-size: 9px;
        font-size: 0.9rem;
        color: #000000
    }
    th {
        padding: 0.25rem;
        font-size: 6px;
        font-size: 0.6rem;
        background-color: #cccccc;
        border-radius: 0 !important
    }
    td {
        padding: 0.25rem
    }
    table.detail_commande {
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        line-height: 1.6
    }
    table.detail_commande th:nth-child(1) {
        width: 45%
    }
    table.detail_commande th:nth-child(2) {
        width: 25%
    }
    table.detail_commande th:nth-child(3) {
        width: 15%
    }
    table.detail_commande th:nth-child(4) {
        width: 15%
    }
    table.detail_commande td {
        font-size: 13px;
        font-size: 1.3rem
    }
    table.detail_commande td:not(:first-child) {
        font-size: 13px;
        font-size: 1.3rem
    }
    table.clients {
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        line-height: 1.6
    }
    table.clients th:nth-child(1) {
        width: 60%
    }
    table.clients th:nth-child(2) {
        width: 25%
    }
    table.clients th:nth-child(3) {
        width: 15%
    }
    table.clients td {
        font-size: 10px;
        font-size: 1rem
    }
    hr {
        border-top-color: rgba(0, 0, 0, 0.25)
    }
    .container {
        width: 46rem
    }
    .col-sm,
    .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 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .col-sm-offset-1 {
        margin-left: 8.333%
    }
    .col-sm-offset-2 {
        margin-left: 16.667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.333%
    }
    .col-sm-offset-5 {
        margin-left: 41.667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333%
    }
    .col-sm-offset-8 {
        margin-left: 66.667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.333%
    }
    .col-sm-offset-11 {
        margin-left: 91.667%
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .print-half {
	    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .pagebreak {
	    overflow:hidden;
        page-break-before: always;
    }
}



@media print and (max-width: 768px) {
    h3 {
        font-size: 10px;
        font-size: 1rem;
        color: #000000
    }
    h4 {
        font-size: 10px;
        font-size: 1rem;
        color: #000000
    }
    h5 {
        font-size: 10px;
        font-size: 1rem;
        color: #000000
    }
    h6 {
        font-size: 10px;
        font-size: 1rem;
        color: #000000
    }
    p {
        font-size: 10px;
        font-size: 1rem;
        color: #000000
    }
    p.zoom {
        font-size: 12px;
        font-size: 1.2rem;
    }
}