@import url(fidouest.css);

:root {
    --blue: #00406F;
    --red: #dc3545;
    --orange: #F67604;
    --green: #28a745;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #282828;
    --primary: #00406F;
    --secondary: #F67604;
    --success: #28a745;
    --info: #00406F;
    --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;
    --ctm-font: 'Lato', sans-serif;
}

*,
*::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-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #00406F;
    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: bolder
}

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: #00406F;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #001423;
    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-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: 1px 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"
}

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

.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: 400;
    color: #00406F;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.4rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .313rem;
    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: #00406F;
    text-decoration: none
}

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

.btn.disabled,
.btn:disabled {
    opacity: .65;
    box-shadow: none
}

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 64, 111, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

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

.btn-primary {
    color: #fff;
    background-color: #00406F;
    border-color: #00406F;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-primary:hover {
    color: #fff;
    background-color: #002a49;
    border-color: #00233c
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #002a49;
    border-color: #00233c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(38, 93, 133, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #00406F;
    border-color: #00406F
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00233c;
    border-color: #001b2f
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(38, 93, 133, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #F67604;
    border-color: #F67604;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-secondary:hover {
    color: #fff;
    background-color: #d06403;
    border-color: #c45e03
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #d06403;
    border-color: #c45e03;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(247, 139, 42, 0.5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(247, 139, 42, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

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

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

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #00406F;
    border-color: #00406F;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-info:hover {
    color: #fff;
    background-color: #002a49;
    border-color: #00233c
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #002a49;
    border-color: #00233c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(38, 93, 133, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #00406F;
    border-color: #00406F
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00233c;
    border-color: #001b2f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(38, 93, 133, 0.5)
}

.btn-warning {
    color: #fff;
    background-color: #F67604;
    border-color: #F67604;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #d06403;
    border-color: #c45e03;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(247, 139, 42, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
    color: #00406F;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-light:hover {
    color: #00406F;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    color: #00406F;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(211, 221, 229, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #00406F;
    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: #00406F;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(211, 221, 229, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #282828;
    border-color: #282828;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-dark:hover {
    color: #fff;
    background-color: #151515;
    border-color: #0f0f0f
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #151515;
    border-color: #0f0f0f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(72, 72, 72, 0.5)
}

.btn-white {
    color: #00406F;
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-white:hover {
    color: #00406F;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
    color: #00406F;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(217, 226, 233, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #00406F;
    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: #00406F;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(217, 226, 233, 0.5)
}

.btn-light-blue {
    color: #00406F;
    background-color: #DFECF5;
    border-color: #DFECF5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075)
}

.btn-light-blue:hover {
    color: #00406F;
    background-color: #c2dbec;
    border-color: #b8d5e9
}

.btn-light-blue:focus,
.btn-light-blue.focus {
    color: #00406F;
    background-color: #c2dbec;
    border-color: #b8d5e9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 .2rem rgba(190, 210, 225, 0.5)
}

.btn-light-blue.disabled,
.btn-light-blue:disabled {
    color: #00406F;
    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: #00406F;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(190, 210, 225, 0.5)
}

.btn-outline-primary {
    color: #00406F;
    border-color: #00406F
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #00406F;
    border-color: #00406F
}

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #00406F;
    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: #00406F;
    border-color: #00406F
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(0, 64, 111, 0.5)
}

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

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

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #F67604;
    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: #F67604;
    border-color: #F67604
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(246, 118, 4, 0.5)
}

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

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

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

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

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #00406F;
    border-color: #00406F
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00406F;
    border-color: #00406F
}

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

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #00406F;
    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: #00406F;
    border-color: #00406F
}

.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(0, 64, 111, 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

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

.btn-outline-light:hover {
    color: #00406F;
    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: #00406F;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(40, 40, 40, 0.5)
}

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

.btn-outline-white:hover {
    color: #00406F;
    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: #00406F;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 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: #00406F;
    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: #00406F;
    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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(223, 236, 245, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #00406F;
    text-decoration: none
}

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

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

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

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

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

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .313rem;
    border-top-right-radius: .313rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .313rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00406F
}

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

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.875rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

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

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .313rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

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

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

@media (max-width: 575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl,
    .navbar-expand-sm>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl,
    .navbar-expand-md>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl,
    .navbar-expand-lg>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl,
    .navbar-expand-lg>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl,
    .navbar-expand-xl>.container-xxl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl,
    .navbar-expand-xl>.container-xxl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl,
.navbar-expand>.container-xxl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.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: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .35rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    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: 1px solid #dee2e6;
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px)
}

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

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

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

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

.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-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5)
    }

    .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: #00406F !important
}

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

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

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

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

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

.bg-info {
    background-color: #00406F !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #00233c !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: 1px solid #dee2e6 !important
}

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #00406F !important
}

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

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

.border-info {
    border-color: #00406F !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-justify {
    text-align: justify !important
}

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

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

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

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

.text-lowercase {
    text-transform: lowercase !important
}

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #00406F !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #001423 !important
}

.text-secondary {
    color: #F67604 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #ab5203 !important
}

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

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #00406F !important
}

a.text-info:hover,
a.text-info:focus {
    color: #001423 !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: #00406F !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
}

body {
    color: black
}

html {
    font: normal normal Lato
}

.mm-menu.mm-bottom,
.mm-menu.mm-top {
    height: 86% !important
}

.filtre-header {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 70%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
    display: flex
}

.site-header-accueil {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 50;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 70%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box
}

.site-header {
    display: flex;
    position: absolute;
    z-index: 50;
    width: 100%
}

.site header .content-header {
    width: 30%
}

.fidouest-menu-burger {
    display: none;
    background-image: url("../../img/btn-burger.png");
    background-size: contain;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat
}

.post-image-header {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 80vh;
    background-image: url("../../img/plage.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center
}

.post-image-header .logo-bretagne {
    width: 140px;
    height: 55px;
    display: block;
    position: absolute;
    right: 0;
    top: 187px
}

.post-image-header-article {
    background-image: unset
}

.page-404 {
    background-image: url("../../img/plage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px
}

.entry-content {
    margin: 0 !important
}



.main-navigation {
    display: flex;
    align-items: flex-end;
    margin-right: 30px;
    flex-flow: column
}

.main-navigation .primary-menu {
    margin-top: 10px
}

.main-navigation .primary-menu li {
    font: normal normal bold 16px/19px Lato;
    padding: 0px 15px;
    height: 49px;
    display: flex;
    align-items: center
}

.main-navigation .primary-menu li a {
    height: 30px;
    color: #FFF
}

.main-navigation .primary-menu li a i {
    margin-right: 10px
}

.main-navigation .primary-menu li:first-child a::after,
.main-navigation .primary-menu li:nth-child(2) a::after {
    content: "";
    opacity: 0.41;
    border-left: 1px solid #FFF;
    height: 30px;
    margin-left: 15px;
    cursor: auto
}

.main-navigation .primary-menu .sub-menu {
    box-shadow: 0px 3px 30px #0000004A;
    z-index: 2;
    width: 350px;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 10px
}

.main-navigation .primary-menu .sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 21px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 10%;
    top: -14px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000')
}

.main-navigation .primary-menu .sub-menu .service-arrow::before {
    font-family: "fidouest";
    content: '\e85d';
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    width: 18px;
    height: 18px
}

.main-navigation .primary-menu .sub-menu li {
    padding: 0px !important;
    margin: 0 20px;
    border-bottom: 1px solid #EFEFEF;
    font-size: unset !important;
    font-weight: unset !important;
    display: flex;
    align-items: center
}

.main-navigation .primary-menu .sub-menu li a {
    font: normal normal bold 16px/50px Lato;
    color: #000;
    margin-left: 5px
}

.main-navigation .primary-menu .sub-menu li:hover a {
    color: #3FA535 !important;
    transition: color .2s ease-in-out
}

.main-navigation .primary-menu .sub-menu li:hover::before {
    color: #3FA535 !important;
    transition: color .2s ease-in-out
}

.main-navigation .primary-menu .sub-menu li:last-child {
    border: none
}

.main-navigation li a {
    transition: color .4s ease-in-out
}

.main-navigation li a:hover {
    color: #000;
    transition: color .4s ease-in-out
}

.main-navigation li a:hover::after {
    color: white !important
}

.main-navigation li a:hover.background--dark {
    color: #ccc5c5
}

.main-navigation a {
    color: #FFF;
    display: flex;
    align-items: center
}

.main-navigation .secondary-menu ul li {
    padding: 0px 21px;
    height: 49px;
    font: normal normal bold 18px/22px Lato;
    display: flex;
    align-items: center
}

.main-navigation .secondary-menu ul li .sub-menu {
    box-shadow: 0px 3px 30px #0000004A;
    z-index: 2;
    width: 350px;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 10px
}

.main-navigation .secondary-menu ul li .sub-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 21px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 10%;
    top: -14px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000')
}

.main-navigation .secondary-menu ul li .sub-menu>li::before {
    content: '';
    display: flex;
    justify-content: center;
    margin-right: 7px;
    width: 28px
}

.main-navigation .secondary-menu ul li .sub-menu .service-arrow::before {
    font-family: "fidouest";
    content: '\e85d';
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    width: 18px;
    height: 18px
}

.main-navigation .secondary-menu ul li .sub-menu .service-comptable::before {
    font-family: "fidouest";
    content: "\e820"
}

.main-navigation .secondary-menu ul li .sub-menu .service-sociale::before {
    font-family: "fidouest";
    content: "\e81e"
}

.main-navigation .secondary-menu ul li .sub-menu .service-juridique::before {
    font-family: "fidouest";
    content: "\e81f";
    display: flex;
    justify-content: flex-end;
    margin-right: 7px
}

.main-navigation .secondary-menu ul li .sub-menu .service-fiscale::before {
    font-family: "fidouest";
    content: "\e81a"
}

.main-navigation .secondary-menu ul li .sub-menu .service-strategie::before {
    font-family: "fidouest";
    content: "\e81d"
}

.main-navigation .secondary-menu ul li .sub-menu .service-paie::before {
    font-family: "fidouest";
    content: '\e804'
}

.main-navigation .secondary-menu ul li .sub-menu .comptable a {
    color: #3aaadc
}

.main-navigation .secondary-menu ul li .sub-menu .comptable::before {
    font-family: "fidouest";
    content: url("../../img/comptable.png");
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    margin-top: 5px
}

.main-navigation .secondary-menu ul li .sub-menu .juridique a {
    color: #a38a77
}

.main-navigation .secondary-menu ul li .sub-menu .juridique::before {
    font-family: "fidouest";
    content: url("../../img/juridique.png");
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    margin-top: 5px
}

.main-navigation .secondary-menu ul li .sub-menu .social a {
    color: #93117e
}

.main-navigation .secondary-menu ul li .sub-menu .social::before {
    font-family: "fidouest";
    content: url("../../img/sociale.png");
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    margin-top: 5px
}

.main-navigation .secondary-menu ul li .sub-menu .fiscal a {
    color: #dbc600
}

.main-navigation .secondary-menu ul li .sub-menu .fiscal::before {
    font-family: "fidouest";
    content: url("../../img/fiscal.png");
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    margin-top: 5px
}

.main-navigation .secondary-menu ul li .sub-menu .conseil a {
    color: #be0926
}

.main-navigation .secondary-menu ul li .sub-menu .conseil::before {
    font-family: "fidouest";
    content: url("../../img/conseil.png");
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    margin-top: 5px
}

.main-navigation .secondary-menu ul li .sub-menu .secteur-public a {
    color: #253c72
}

.main-navigation .secondary-menu ul li .sub-menu .secteur-public::before {
    font-family: "fidouest";
    content: url("../../img/secteur-public.png");
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    margin-top: 5px
}

.main-navigation .secondary-menu ul li .sub-menu .audit a {
    color: #f3a01d
}

.main-navigation .secondary-menu ul li .sub-menu .audit::before {
    font-family: "fidouest";
    content: url("../../img/audit.png");
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    margin-top: 5px
}

.main-navigation .secondary-menu ul li .sub-menu li {
    padding: 0px !important;
    margin: 0 20px;
    border-bottom: 1px solid #EFEFEF;
    font-size: unset !important;
    font-weight: unset !important;
    display: flex;
    align-items: center
}

.main-navigation .secondary-menu ul li .sub-menu li a {
    font: normal normal bold 16px/50px Lato;
    color: #000;
    margin-left: 5px
}

.main-navigation .secondary-menu ul li .sub-menu li:hover a {
    color: #3FA535 !important;
    transition: color .2s ease-in-out
}

.main-navigation .secondary-menu ul li .sub-menu li:hover::before {
    color: #3FA535 !important;
    transition: color .2s ease-in-out
}

.main-navigation .secondary-menu ul li .sub-menu li:last-child {
    border: none
}

.main-navigation .secondary-menu ul .home-icon a {
    border: 1px solid #FFF;
    border-radius: 100%;
    color: #fff;
    transition: all .4s ease-in-out;
    height: auto;
    width: 33px;
    line-height: 33px;
    text-align: center
}

.main-navigation .secondary-menu ul .home-icon a i {
    margin: 0 auto
}

.main-navigation .secondary-menu ul .home-icon a i::before {
    margin: auto !important
}

.main-navigation .secondary-menu ul .home-icon a:hover {
    border: 1px solid #000;
    color: #000;
    transition: all .4s ease-in-out
}

.devis-header {
    padding: 0 !important
}

.devis-header .img-after {
    margin-left: 10px
}

.devis-header a {
    cursor: pointer;
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    padding: 22px 3px 22px 30px !important;
    display: flex;
    align-items: center;
    margin-left: 30px;
    color: #FFF;
    transition: background-color 1s;
    position: relative;
    z-index: 1
}

.devis-header a:hover {
    color: #fff !important
}

.devis-header a::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 31px;
    background: transparent linear-gradient(90deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    transition: opacity 0.5s linear
}

.devis-header a:hover::before {
    opacity: 1
}

.devis-header a::after {
    content: '';
    background-image: url(../../img/btn-after.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35px;
    height: 35px;
    margin-left: 10px
}

.chapeau {
    padding: 65px 0px;
    text-align: left;
    font: normal normal normal 20px/32px 'Lato';
    letter-spacing: 0px;
    color: #000000;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    opacity: 1
}

caption {
    caption-side: unset !important
}

.title-page .texte-titre {
    text-align: left;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1
}

.title-page .texte-titre #breadcrumbs {
    font: normal normal normal 20px/40px 'Lato';
    text-shadow: 0px 3px 6px #00000029
}

.title-page .texte-titre #breadcrumbs a {
    color: #fff
}

.title-page .texte-titre #breadcrumbs::before {
    content: '';
    margin-right: 10px;
    background-image: url(../../img/logo-menu-blanc.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 20px;
    display: inline-block
}

.title-page .titre-acf {
    text-align: left;
    font: normal normal bold 60px/60px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1
}

.banniere-mobile-header {
    display: none
}

.main-navigation .secondary-menu ul li {
    padding: 0px 17px !important
}

@media (max-width: 1199.98px) {
    .post-image-header {
        background-position: center
    }

    .title-page .titre-acf {
        font: normal normal bold 40px/60px 'Lato' !important
    }

    .main-navigation .secondary-menu ul li {
        padding: 0px 9px !important
    }

    .main-navigation .primary-menu ul li {
        padding: unset !important
    }
}

@media (max-width: 991.98px) {
    .title-page .titre-acf {
        font: normal normal bold 39px/60px 'Lato' !important
    }

    .img-nav {
        margin-left: 10px;
        height: auto;
        margin-top: 10px
    }
}

@media (max-width: 767.98px) {
    .post-image-header {
        min-height: 95vh;
        height: unset !important
    }

    .post-image-header {
        height: 400px
    }

    .post-image-header .logo-bretagne {
        top: 133px
    }

    .recrute-mobile .sub-menu {
        display: none !important
    }

    .title-page .texte-titre {
        text-align: center
    }

    .title-page .texte-titre #breadcrumbs {
        font-size: 17px;
        line-height: 1.1em;
        text-shadow: #000 0px 2px 6px
    }

    .title-page .texte-titre #breadcrumbs::before {
        content: '';
        width: 20px;
        height: 17px
    }

    .title-page .texte-titre .titre-acf {
        margin-top: 12px;
        font: normal normal bold 31px/34px 'Lato' !important;
        text-align: center;
        text-shadow: #000 0px 2px 6px
    }

    .main-navigation .secondary-menu {
        display: none !important
    }

    .site header .content-header {
        width: 75vh !important
    }

    .site header .content-header .banniere-mobile-header {
        background-color: #FFF;
        display: block;
        width: 100%;
        height: 95px;
        position: fixed;
        bottom: 0;
        z-index: 20;
        box-shadow: 0px -3px 20px #00000029
    }

    .site header .content-header .banniere-mobile-header .mobile-phone {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .site header .content-header .banniere-mobile-header .mobile-phone .fidouest-mobile-phone {
        background-image: url("../../img/telephone-header-mobile.svg");
        background-size: contain;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        height: 36px;
        margin-top: 16px
    }

    .site header .content-header .banniere-mobile-header .mobile-phone p {
        font: normal normal bold 14px/17px 'Lato' !important;
        text-align: center;
        color: #000 !important;
        margin-top: 5px
    }

    .site header .content-header .banniere-mobile-header .mobile-devis {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .site header .content-header .banniere-mobile-header .mobile-devis .fidouest-mobile-devis {
        background-image: url("../../img/horloge.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        height: 36px;
        margin-top: 16px
    }

    .site header .content-header .banniere-mobile-header .mobile-devis p {
        font: normal normal bold 14px/17px 'Lato' !important;
        text-align: center;
        margin-top: 5px
    }

    .site header .content-header .banniere-mobile-header .menu-bloc-mobile {
        display: flex;
        align-items: center;
        flex-direction: column;
        background: transparent linear-gradient(134deg, #5CDA42 0%, #3FA535 100%) 0% 0% no-repeat padding-box
    }

    .site header .content-header .banniere-mobile-header .menu-bloc-mobile .fidouest-menu-burger {
        display: block;
        height: 20px;
        margin-top: 27px
    }

    .site header .content-header .banniere-mobile-header .menu-bloc-mobile p {
        font: normal normal bold 14px/17px 'Lato' !important;
        margin-top: 9px;
        color: #FFF
    }

    .site header nav .primary-menu {
        margin-top: 20px
    }

    .site header nav .primary-menu ul {
        display: flex;
        flex-direction: row-reverse
    }

    .site header nav .primary-menu ul li:first-child,
    .site header nav .primary-menu ul li:last-child {
        display: none
    }

    .main-navigation a {
        flex-direction: column;
        width: 20%;
        text-align: center
    }

    .main-navigation .primary-menu {
        margin-top: 10px !important;
        position: absolute;
        right: 0;
        top: 0
    }

    .main-navigation .primary-menu li {
        justify-content: center;
        width: 73px
    }

    .main-navigation .primary-menu li a {
        padding: 0px 25px
    }

    .main-navigation .primary-menu li a i {
        margin-right: unset !important
    }

    .main-navigation .primary-menu li::before {
        content: '';
        width: 1px;
        height: 100px;
        border: 1px solid white;
        opacity: 0.41;
        margin-right: 10px
    }
}

.ls-fullwidth {
    max-width: 100% !important
}

.ls-slide-transition-wrapper {
    max-width: 100% !important;
    overflow: hidden !important
}

.bloc-expertises {
    background-color: #EFEFEF;
    height: 440px;
    display: flex;
    align-items: center
}

.bloc-expertises .row-expertises {
    align-items: center
}

.bloc-expertises .row-expertises .prev {
    display: block;
    cursor: pointer;
    height: 22px;
    margin: auto;
    width: 20px;
    background: url("../../img/left.svg") no-repeat
}

.bloc-expertises .row-expertises .next {
    display: block;
    cursor: pointer;
    height: 22px;
    margin: auto;
    width: 20px;
    background: url("../../img/right.svg") no-repeat
}

.bloc-expertises .row-expertises .expertises {
    align-items: center
}

.bloc-expertises .row-expertises .expertises .slick-track {
    display: flex !important;
    align-items: center
}

.bloc-expertises .row-expertises .expertises .expertise {
    align-items: center;
    min-height: 261px;
    text-align: center;
    background-color: #FFF;
    padding: 12px;
    margin-right: 20px;
    display: flex;
    margin-left: 20px;
    justify-content: space-evenly;
    flex-direction: column
}

.bloc-expertises .row-expertises .expertises .expertise .titre-expertise {
    font: normal normal bold 35px/30px Lato
}

.bloc-expertises .row-expertises .expertises .expertise .img-expertise {
    height: 53px;
    display: flex
}

.bloc-expertises .row-expertises .expertises .expertise .description-expertise {
    opacity: 0;
    font: normal normal 400 16px/26px Lato;
    transition: opacity .2s, height .3s;
    height: 0
}

.bloc-expertises .row-expertises .expertises .expertise .bouton-expertises {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #FFF
}

.bloc-expertises .row-expertises .expertises .expertise .bouton-expertises svg {
    margin-left: -5px;
    vertical-align: unset !important
}

.bloc-expertises .row-expertises .expertises .expertise img {
    width: 50px;
    margin: auto
}

.bloc-expertises .row-expertises .expertises .expertise:hover .titre-expertise {
    margin-bottom: 12px !important
}

.bloc-expertises .row-expertises .expertises .expertise:hover .description-expertise {
    opacity: 1;
    transition: linear opacity .2s, height .3s;
    height: 191px;
    display: flex;
    align-items: center
}

.retrouver .content-retrouver {
    height: 600px;
    text-align: end;
    background-position: left;
    background-repeat: no-repeat
}

.retrouver .content-retrouver .degrade-retrouver {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 95%, #fff 100%) 0% 0% no-repeat padding-box
}

.retrouver .content-retrouver .degrade-retrouver .texte-retrouver {
    width: 100%;
    font: normal normal 300 18px/28px 'Lato';
    min-width: 500px;
    text-align: left
}

.retrouver .content-retrouver .degrade-retrouver .texte-retrouver h2 {
    font: normal normal bold 30px/28px 'Lato' !important
}

.retrouver .content-retrouver .degrade-retrouver .texte-retrouver .icon {
    text-align: end;
    margin-top: 3px
}

.retrouver .content-retrouver .degrade-retrouver .texte-retrouver .icon .icon-retrouver {
    width: 25px
}

.temoignages-bloc .icone-h2 {
    text-align: end;
    margin-top: 5px
}

.temoignages-bloc .temoin .image-temoignage {
    height: 284px;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat-x: repeat
}

.temoignages-bloc .temoin .bloc-gauche-temoignage {
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    text-align: start
}

.temoignages-bloc .temoin .bloc-gauche-temoignage .temoignages-texte {
    margin-top: -30px
}

.temoignages-bloc .temoin .bloc-gauche-temoignage .temoignage-texte-titre {
    font: normal normal bold 30px/28px 'Lato';
    max-width: 80%
}

.temoignages-bloc .temoin .bloc-gauche-temoignage .temoignage-texte-description {
    font: normal normal 300 18px/28px 'Lato';
    max-width: 80%
}

.temoignages-bloc .temoin .temoignages-texte {
    padding-right: 0 !important
}

.temoignages-bloc .temoin .slick-dots {
    margin: 0 !important;
    position: absolute !important;
    top: 20% !important;
    left: -150px
}

.temoignages-bloc .temoin .slick-dots li {
    margin: 41px 0px;
    list-style: georgian inside url("../../img/circle.png");
    width: 9px;
    height: 9px;
    cursor: pointer
}

.temoignages-bloc .temoin .slick-dots li button {
    display: none
}

.temoignages-bloc .temoin .slick-dots .slick-active {
    list-style: georgian inside url("../../img/rec-active.png") !important
}

.temoignages-bloc .temoin .temoignages {
    margin-top: -20px
}

.temoignages-bloc .temoin .temoignages .temoignage {
    background-color: #EFEFEF;
    padding: 31px 20px 31px 36px;
    margin-right: 15px;
    height: 425px;
    display: flex;
    flex-direction: column
}

.temoignages-bloc .temoin .temoignages .temoignage .quote-img {
    width: 60px;
    height: 45px
}

.temoignages-bloc .temoin .temoignages .temoignage blockquote {
    margin-top: 5px;
    text-align: left;
    font: normal normal 300 18px/28px 'Lato';
    letter-spacing: 0px;
    color: #000000;
    max-height: 258px;
    overflow: auto
}

.temoignages-bloc .temoin .temoignages .temoignage blockquote::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.temoignages-bloc .temoin .temoignages .temoignage blockquote::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.temoignages-bloc .temoin .temoignages .temoignage blockquote::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: transparent linear-gradient(281deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5)
}

.temoignages-bloc .temoin .temoignages .temoignage blockquote::-webkit-scrollbar-thumb:window-inactive {
    background: transparent linear-gradient(281deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box
}

.temoignages-bloc .temoin .temoignages .temoignage hr {
    background-color: #3FA535;
    height: .1px;
    width: 15%;
    opacity: .2;
    margin-left: 0
}

.temoignages-bloc .temoin .temoignages .temoignage .identite {
    margin-top: auto;
    font: normal normal 300 13px/26px 'Lato'
}

.actualites-accueil {
    margin-top: 100px
}

.actualites-accueil .container-actualite {
    text-align: center
}

.actualites-accueil .container-actualite .actualites-entieres {
    margin-top: 30px
}

.actualites-accueil .container-actualite .actualites-entieres .first-article {
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s ease-in-out
}

.actualites-accueil .container-actualite .actualites-entieres .first-article:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

.actualites-accueil .container-actualite .actualites-entieres .inside-actu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    margin-left: -15px;
    position: absolute;
    align-items: center
}

.actualites-accueil .container-actualite .actualites-entieres .inside-actu article {
    margin: auto
}

.actualites-accueil .container-actualite .actualites-entieres .inside-actu .actualite .texte .titre {
    max-width: 80%
}

.actualites-accueil .container-actualite .actualites-entieres .inside-actu .actualite .texte .titre .date {
    color: #3FA535;
    font: normal normal bold 16px/28px 'Lato' !important
}

.actualites-accueil .container-actualite .actualites-entieres .inside-actu .actualite .texte .titre a {
    font: normal normal bold 30px/28px 'Lato';
    color: #FFF;
    text-decoration: none
}

.actualites-accueil .container-actualite .actualites-entieres .articles-right {
    height: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-in-out
}

.actualites-accueil .container-actualite .actualites-entieres .articles-right:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

.actualites-accueil .container-actualite .actualites-entieres .articles-right .actualite .texte {
    display: flex;
    justify-content: center
}

.actualites-accueil .container-actualite .actualites-entieres .articles-right .actualite .texte .titre {
    max-width: 80%
}

.actualites-accueil .container-actualite .actualites-entieres .articles-right .actualite .texte .titre .date {
    color: #3FA535;
    font: normal normal bold 16px/28px 'Lato' !important
}

.actualites-accueil .container-actualite .actualites-entieres .articles-right .actualite .texte .titre a {
    color: #FFF;
    text-decoration: none;
    font: normal normal bold 30px/28px 'Lato'
}

.actualites-accueil .container-actualite .bouton-final {
    margin-bottom: 82.9px
}

.entry-content-accueil {
    margin: 0 !important
}

.ls-outline .ls-bottom-slidebuttons a {
    display: block !important
}

.ls-bottom-nav-wrapper {
    height: 0;
    position: absolute !important;
    top: 50% !important;
    right: 20px
}

.ls-bottom-nav-wrapper a {
    margin: 30px
}

.ls-outline .ls-bottom-slidebuttons .ls-nav-active {
    background-color: #5CDA42 !important;
    border: 2px solid #5CDA42 !important
}

.ls-outline .ls-bottom-slidebuttons a:hover {
    background-color: #5CDA42 !important;
    border: 2px solid transparent !important
}

.ls-layers .title-slider-bold {
    font: normal bold 20px/26px 'Lato'
}

.ls-layers .title-slider-normal {
    font: normal normal 20px/26px 'Lato'
}

.ls-layers .texte-slider-middle {
    font: normal bold 30px/34px 'Lato' !important
}

.ls-layers .texte-slider-content-white {
    font: normal light 18px/28px 'Lato' !important;
    background: rgba(255, 255, 255, 0.3)
}

.ls-layers .texte-slider-content-black {
    font: normal light 18px/28px 'Lato' !important;
    background: rgba(0, 0, 0, 0.3)
}

.ls-layers .btn-slider {
    background: transparent linear-gradient(281deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px !important;
    width: fit-content !important;
    height: 61px !important;
    line-height: 61px !important;
    font: normal normal bold 20px/24px 'Lato' !important;
    align-items: center;
    display: flex !important;
    padding: 0 6px 0 30px !important
}

.ls-layers .btn-slider::after {
    content: '';
    background-image: url("../../img/btn-after.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47px;
    height: 47px;
    margin-left: 10px
}

.ls-layers .btn-bottom-slider {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 6px 20px #00000029;
    line-height: 40px !important;
    text-align: center;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50% !important;
    padding: 0px !important
}

.temoignages-bloc .temoin .slick-dots {
    left: -96px !important
}

@media (max-width: 1199.98px) {
    .expertises .expertise .description-expertise {
        font: normal normal 400 13px/23px Lato
    }

    .retrouver .content-retrouver {
        height: unset
    }

    .retrouver .content-retrouver .degrade-retrouver .texte-retrouver {
        margin-top: 400px;
        min-width: auto;
        text-align: start
    }

    .temoignages-bloc .temoin .temoignages {
        margin-top: 20px !important
    }

    .temoignages-bloc .temoin .temoignages .temoignage blockquote {
        font: normal normal 300 16px/28px 'Lato' !important;
        line-height: inherit
    }

    .temoignages-bloc .temoin .temoignages .slick-dots {
        top: 0 !important;
        margin-left: -15px !important;
        left: 0 !important;
        position: unset !important;
        display: flex;
        gap: 50px;
        justify-content: center;
        padding: 0 !important
    }

    .actualites-accueil {
        margin-top: 0px
    }

    .actualites-accueil .container-actualite .actualites-entieres .article {
        background-size: cover
    }

    .actualites-accueil .container-actualite .actualites-entieres .inside-actu .actualite .texte .titre a {
        font: normal normal bold 20px/28px 'Lato' !important
    }
}

@media (max-width: 991.98px) {
    .retrouver .content-retrouver {
        width: 102%
    }

    .retrouver .content-retrouver .degrade-retrouver .texte-retrouver {
        padding: 20px
    }

    .temoignages-bloc .temoin .bloc-gauche-temoignage {
        margin-top: 20px
    }

    .temoignages-bloc .temoin .bloc-gauche-temoignage .temoignage-texte-description {
        max-width: unset !important
    }

    .temoignages-bloc .temoin .temoignages {
        margin-top: 20px
    }

    .temoignages-bloc .temoin .temoignages .temoignage {
        padding: 24px 16px 22px 27px
    }
}

@media (max-width: 767.98px) {
    .actualites-accueil .container-actualite .actualites-entieres .seconds-articles {
        margin-top: 20px
    }

    .actualites-accueil .container-actualite .actualites-entieres .seconds-articles .articles-right {
        margin-left: unset !important
    }

    .bloc-expertises {
        min-height: 550px
    }

    .bloc-expertises .row-expertises .expertises .slick-track {
        display: flex !important;
        align-items: unset !important
    }

    .bloc-expertises .row-expertises .expertises .expertise {
        height: auto;
        min-height: unset !important
    }

    .bloc-expertises .row-expertises .expertises .expertise .titre-expertise {
        margin-bottom: 12px !important
    }

    .bloc-expertises .row-expertises .expertises .expertise .description-expertise {
        opacity: 1;
        height: 100%;
        display: flex;
        align-items: center
    }

    .bloc-expertises .row-expertises .next {
        margin-left: -10px
    }

    .quote-img {
        width: 44px;
        height: 33px
    }

    .ls-wp-container {
        z-index: 1 !important
    }

    .title-mobile-slider {
        font: normal normal bold 40px/40px 'Lato' !important;
        text-shadow: #000000 4px -2px 20px
    }

    .logo-mobile-slider {
        font: normal normal normal 18px/40px 'Lato' !important
    }

    .logo-mobile-slider::before {
        content: url("../../img/logo-menu-blanc.svg");
        margin-right: 10px;
        width: 18px;
        height: 15px
    }

    .btn-slider-mobile {
        background: transparent linear-gradient(281deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
        border-radius: 50px !important;
        width: fit-content !important;
        height: 48px !important;
        line-height: 37px !important;
        font: normal normal bold 16px/19px 'Lato' !important;
        align-items: center;
        display: flex !important;
        padding: 0 6px 0 30px !important
    }

    .btn-slider-mobile::after {
        content: '';
        background-image: url("../../img/btn-after.png");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 37px;
        height: 37px;
        margin-left: 10px
    }

    .ls-bottom-nav-wrapper {
        bottom: 20% !important;
        right: 25%;
        top: unset !important
    }

    .ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
        display: flex !important
    }

    .ls-layers .title-slider-bold {
        font: normal normal bold 18px/20px 'Lato' !important
    }

    .ls-layers .title-slider-bold::before {
        content: url("../../img/logo-menu-blanc.svg");
        margin-right: 10px;
        width: 18px;
        height: 15px
    }

    .ls-layers .div-bloc-noir {
        padding: 20px 0px 25px 46px !important
    }

    .ls-layers .title-slider-normal {
        font: normal normal normal 18px/20px 'Lato' !important
    }

    .ls-layers .texte-slider-middle {
        font: normal normal bold 40px/40px 'Lato' !important
    }

    .content-retrouver {
        background-size: 180%
    }
}

.site-footer {
    letter-spacing: 0px;
    bottom: 0;
    background-color: #EFEFEF;
    width: 100%;
    color: #000000
}



.site-footer .bloc-gauche .texte-gauche {
    margin-top: 30px;
    margin-bottom: 30px
}

.site-footer .bloc-gauche .texte-gauche .titre-footer {
    font: normal normal bold 22px/28px Lato;
    color: #3FA535
}

.site-footer .bloc-gauche .texte-gauche .text-footer {
    font-size: 13px;
    font: normal normal 300 16px/26px Lato
}

.site-footer .bloc-gauche .texte-gauche .text-footer a {
    color: #000
}

.site-footer .bloc-gauche .texte-gauche .text-footer-location {
    font: normal normal 300 16px/26px Lato;
    font-size: 13px
}

.site-footer .reseaux {
    display: flex;
    justify-content: center;
    gap: 27px
}

footer.site-footer {
    padding-top: 30px;
}

.site-footer .reseaux a {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 300ms ease-in-out;
    overflow: hidden
}

.site-footer .reseaux a:hover {
    transform: scale(1.1)
}

.site-footer .reseaux .yt-footer {
    border-radius: 50px;
    border: 1px solid #FF0000;
    color: #FF0000
}

.site-footer .reseaux .in-footer {
    border-radius: 50px;
    border: 1px solid #0A66C2;
    color: #0A66C2
}

.site-footer .reseaux .fb-footer {
    border-radius: 50px;
    border: 1px solid #1771E6;
    color: #1771E6
}

.site-footer .partenaire {
    margin-top: 20px;
    display: flex;
    justify-content: center
}

.site-footer .partenaire img {
    max-width: 200px
}



.site-footer .block-copyright .row-btn img {
    width: 220px;
    height: auto
}

.site-footer .block-copyright .bouton-footer {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end
}

.site-footer .block-copyright .bouton-footer #btRemonte {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    background-color: #3FA535;
    box-shadow: 0px 6px 20px #00000029
}

.site-footer .block-copyright .row-copyright .right-block {
    text-align: end;
    margin-bottom: 20px
}

.site-footer .block-copyright .row-copyright .right-block .footer-bas-droit {
    font: normal normal 300 13px/26px 'Lato'
}

.site-footer .block-copyright .row-copyright .right-block .footer-bas-droit .footer-menu ul {
    display: flex;
    margin: unset !important;
    justify-content: flex-end;
    align-items: center;
    padding-inline-start: unset;
    flex-wrap: wrap;
    gap: 8px
}

.site-footer .block-copyright .row-copyright .right-block .footer-bas-droit .footer-menu ul li {
    list-style: none
}

.site-footer .block-copyright .row-copyright .right-block .footer-bas-droit .footer-menu ul a {
    color: #000
}

.site-footer .block-copyright .row-copyright .right-block .footer-bas-droit .footer-menu ul a::after {
    content: "";
    border-left: 1px solid black;
    opacity: .5;
    margin-left: 3px
}

.site-footer .block-copyright .row-copyright .right-block .footer-bas-droit .footer-menu ul li:last-child a::after {
    content: "";
    border-left: none !important
}

.sidebar-fixed-devis {
    display: none!important;
}

@media (min-width: 992px) {
    .sidebar-fixed-devis {
        position: fixed;
        right: -48px;
        top: 30%;
        z-index: 1000;
        transition: right 0.2s ease-in-out;
        display: block
    }

    .sidebar-fixed-devis .sidebar-fixed-devis-btn {
        font-size: 1.25rem;
        cursor: pointer;
        background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
        border-radius: 26px 0 0 26px;
        opacity: 1;
        padding: 15px 10px 15px 25px;
        display: flex;
        align-items: center;
        color: #FFF;
        transition: background-color 1s;
        position: relative;
        z-index: 1;
        text-align: left;
        line-height: 1.5rem;
        box-shadow: 0px 6px 20px #00000029;
        border: 0
    }

    .sidebar-fixed-devis .sidebar-fixed-devis-btn:hover {
        color: #fff !important
    }

    .sidebar-fixed-devis .sidebar-fixed-devis-btn::before {
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
        border-radius: 26px 0 0 26px;
        background: transparent linear-gradient(90deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
        transition: opacity 0.5s linear
    }

    .sidebar-fixed-devis .sidebar-fixed-devis-btn:hover::before {
        opacity: 1
    }

    .sidebar-fixed-devis .sidebar-fixed-devis-btn::after {
        content: '';
        background-image: url(../../img/btn-after.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 35px;
        height: 35px;
        margin-left: 20px
    }

    .sidebar-fixed-devis:hover {
        transition: right 0.2s ease-in-out;
        right: 0
    }
}

.mm-slideout {
    z-index: auto !important
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1)
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%
}

.modal .modal-header {
    border: none !important
}

.modal .modal-header .close {
    border: 1px solid #3C3C3C;
    opacity: 1;
    color: #3C3C3C;
    border-radius: 50%;
    height: 47px;
    font-size: 36px;
    font-weight: 300;
    width: 47px;
    padding: 0;
    margin: 0 0 -1rem auto;
    box-shadow: 0 0 1px 0px #3c3c3c inset, 0 0 1px 0px #fff
}

.modal .modal-header .close span {
    margin-top: -7px;
    display: block
}

.modal .modal-dialog {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    max-width: 1000px;
    margin: 0
}

.modal .modal-dialog .modal-content {
    border-radius: 0
}

.modal .modal-dialog .modal-content .modal-body {
    padding-top: 4.375rem;
    background-color: #FFF;
    width: 100%
}

.modal .modal-dialog .modal-content .modal-body h3 {
    font: normal normal bold 48px/60px Lato;
    margin-bottom: 14px;
    margin-left: 60px
}

.modal .modal-dialog .modal-content .modal-body .gf_page_steps {
    display: none
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step {
    display: flex;
    flex-direction: row;
    font: normal normal bold 22px/28px Lato;
    letter-spacing: 0px;
    padding-bottom: 48px;
    border-left: 1px solid #28a745;
    margin-left: 22px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step i {
    color: #28a745;
    font-style: normal;
    margin-left: -22px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step i span {
    position: absolute;
    font: normal normal bold 16px/28px Lato;
    text-align: center;
    width: 44px;
    line-height: 44px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step i::after {
    content: "";
    display: block;
    background: #FFF;
    border: 1px solid #28a745;
    border-radius: 50%;
    width: 44px;
    height: 44px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step>span {
    padding: 9px 0 0 15px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step.title-step-active {
    color: #28a745;
    margin-bottom: 0
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step.title-step-active i {
    color: #FFF
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step.title-step-active i::after {
    content: "";
    background: transparent linear-gradient(139deg, #5CDA42 0%, #3FA535 100%) 0% 0% no-repeat padding-box
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step.title-step-active+.gform_page {
    border-left: 1px solid #28a745;
    margin-top: -26px;
    margin-left: 22px;
    padding: 0 0 38px 38px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .title-step.last-step {
    border: none
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page {
    border-left: 1px solid #28a745
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gfield {
    margin-top: 0
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gfield.labelfield_horizontal label,
.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gfield.labelfield_horizontal>div {
    margin-top: 0
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gfield.labelfield_horizontal>div {
    width: 50%;
    float: right;
    text-align: right
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gfield.labelfield_horizontal>div select {
    width: 100%
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gfield.list-prestation {
    margin-bottom: 40px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gfield>div {
    margin-top: 4px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gform_page_footer .button {
    padding: 0 2em 0;
    line-height: 40px;
    border-radius: 31px
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gform_page_footer .button.gform_previous_button {
    background-color: white;
    border: 1px solid #28a745;
    color: #28a745
}

.modal .modal-dialog .modal-content .modal-body .gform_body .gform_page .gform_page_footer .button.gform_next_button {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border: 0;
    color: white
}

.modal .modal-dialog .modal-content .modal-body .devis-reassurance {
    padding-top: 34px
}

.modal .modal-dialog .modal-content .modal-body .devis-reassurance>div {
    color: #28a745;
    text-align: center;
    font: normal normal bold 16px/16px Lato;
    border-bottom: 1px solid #D2D2D2;
    padding: 24px 0 34px
}

.modal .modal-dialog .modal-content .modal-body .devis-reassurance>div:last-child {
    border: none
}

.modal .modal-dialog .modal-content .modal-body .devis-reassurance>div>i {
    display: block;
    font-size: 52px;
    color: #000
}

.modal .modal-dialog .modal-content .modal-body .devis-reassurance>div>i.icon-picto-chrono {
    font-size: 62px
}

@media (max-width: 1199.98px) {
    .gform_page .gfield.labelfield_horizontal>div {
        width: 50%;
        float: unset !important;
        text-align: left
    }

    .reseaux img {
        width: 50px !important
    }

    .block-copyright .bouton-footer img {
        width: 50px !important
    }

    .block-copyright .row-copyright .right-block .footer-bas-droit .footer-menu li {
        text-align: center
    }

    .bloc-gauche .texte-gauche .text-footer a {
        white-space: nowrap
    }
}

@media (max-width: 991.98px) {
    .modal-dialog {
        width: 100% !important
    }

    .reseaux img {
        width: 43px !important
    }

    .block-copyright .bouton-footer img {
        width: 43px !important
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        margin-bottom: 95px
    }

    .bloc-gauche {
        text-align: center
    }

    .bloc-gauche .logo-footer {
        padding-left: unset !important
    }

    .bloc-gauche .texte-gauche {
        margin-left: unset !important
    }

    .bloc-gauche .texte-gauche .row {
        justify-content: center
    }

    .bloc-gauche .texte-gauche .text-footer {
        margin-top: 30px !important
    }

    .bloc-gauche .texte-gauche .text-footer-location {
        margin-top: 5px !important
    }

    .reseaux {
        margin-top: 0 !important
    }

    .reseaux img {
        width: 65px !important
    }

    .block-copyright .row-btn {
        margin: 20px 0
    }

    .block-copyright .bouton-footer {
        display: none !important
    }

    .block-copyright .row-copyright .right-block {
        margin-bottom: 50px;
        position: unset !important;
        bottom: unset !important
    }

    .block-copyright .row-copyright .right-block .footer-bas-droit {
        text-align: center
    }

    .block-copyright .row-copyright .right-block .footer-bas-droit .footer-menu ul {
        justify-content: center !important
    }
}

.ligne-decouverte {
    text-align: left
}

.ligne-decouverte .decouverte-slider {
    min-height: 450px;
    align-items: center;
    margin-left: unset !important;
    width: 100%
}

.ligne-decouverte .decouverte-slider .row-with-margins {
    margin-top: 74px;
    margin-bottom: 46px
}

.ligne-decouverte .decouverte-slider .decouverte-gauche .titre-decouverte {
    font-weight: bolder;
    font: normal normal bold 30px/28px Lato
}

.ligne-decouverte .decouverte-slider .decouverte-gauche .description-decouverte {
    margin-top: 7px
}

.ligne-decouverte .decouverte-slider .decouverte-gauche .description-decouverte p {
    font: normal normal 300 18px/28px Lato
}

.ligne-decouverte .decouverte-slider .decouverte-gauche .lien-decouverte .bouton-final a {
    color: #3FA535;
    font: normal normal bold 20px/24px Lato
}

.ligne-decouverte .decouverte-slider .decouverte-droite {
    display: flex;
    align-items: center
}

.ligne-decouverte .decouverte-slider .decouverte-droite .avantages {
    list-style-position: outside;
    list-style: none
}

.ligne-decouverte .decouverte-slider .decouverte-droite .avantages .avantage {
    font: normal normal bold 20px/34px 'Lato'
}

.ligne-decouverte .decouverte-slider .decouverte-droite .avantages .avantage::before {
    content: url("../../img/check.svg");
    vertical-align: sub;
    margin-right: 5px
}

.les-outils {
    padding: 60px
}

.les-outils h2 {
    padding: 10px;
    text-align: center
}

.les-outils .outil-type {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.les-outils .outil-type .outil-post-type {
    background: transparent linear-gradient(140deg, #5CDA42 0%, #3FA535 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101px;
    height: 101px
}

.les-outils .outil-type h3 {
    font: normal normal bold 20px/28px 'Lato';
    text-align: center;
    margin-top: 19px
}

.container-outil-content {
    background-image: url("../../img/mockup.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 70px;
    background-position: 55%
}

.container-outil-content h2 {
    margin-top: 0 !important
}

.container-outil-content .button-full-green a {
    margin: unset !important
}

.container-outil-content .row-text-content-outil .text-bold-content-outils {
    font: normal normal bold 16px/28px 'Lato'
}

.container-outil-content .row-text-content-outil .text-content-outils {
    font: normal normal 300 18px/28px 'Lato'
}

.container-outil-content .row-text-content-outil .text-content-appli-outils {
    font: normal normal bold 30px/36px 'Lato'
}

.container-outil-content .row-text-content-outil .image-appli img {
    min-width: 156px;
    height: 54px
}

@media (max-width: 1199.98px) {
    .container-outil-content {
        background-image: unset
    }

    .les-outils {
        padding: 0
    }
}

@media (max-width: 991.98px) {
    .ligne-decouverte .decouverte-slider .decouverte-droite .avantages {
        margin-top: 50px
    }

    .container-outil-content {
        margin-bottom: 79px
    }
}

.chapeau .formulaire {
    margin-top: -549px;
    padding: 25px 50px;
    background-color: #fff;
    z-index: 1
}

.chapeau .formulaire li {
    font: normal normal normal 16px/28px Lato;
    color: #000
}

.chapeau .formulaire #field_8_8 {
    text-align: left;
    font: normal normal 300 11px/20px Lato
}

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

@media (max-width: 991.98px) {
    .chapeau .formulaire {
        padding: 0px 20px;
        margin-top: 20px
    }

    .chapeau .formulaire #field_8_8 {
        text-align: left;
        font: normal normal 300 15px/20px Lato
    }
}

.gform_page_fields ul,
.gform_body ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.gform_required_legend {
    display: none
}

.gform_fields .gfield a {
    color: #3FA535
}

.gform_fields .gfield label {
    font: normal normal normal 16px/28px Lato;
    letter-spacing: 0px;
    color: #515151;
    font-weight: 400 !important
}

.gform_fields .gfield .ginput_container input,
.gform_fields .gfield .ginput_container textarea,
.gform_fields .gfield .ginput_container select {
    background-color: #EFEFEF;
    border: unset !important;
    border-radius: unset !important;
    padding-left: 20px !important;
    height: 40px
}

.gform_fields .gfield .ginput_container input::placeholder,
.gform_fields .gfield .ginput_container textarea::placeholder,
.gform_fields .gfield .ginput_container select::placeholder {
    color: #000
}

.gform_fields .gfield .ginput_container textarea {
    height: auto
}

.gform_fields .gfield .ginput_container input[type=text] {
    padding: 5px 20px !important
}

.gform_fields .gfield .ginput_container .gfield_checkbox li {
    margin: 0
}

.gform_fields .gfield .ginput_container .gfield_checkbox li input {
    background-color: #EFEFEF;
    height: auto
}

.gform_fields .gfield .ginput_container .gfield_checkbox li label {
    font: normal normal normal 16px/28px Lato;
    letter-spacing: 0px;
    color: #515151;
    line-height: 1
}

.gform_fields .gfield .ginput_container .instruction {
    font-style: italic;
    font-size: 0.75em
}

.gform_fields .gfield .gfield_required {
    color: #515151 !important
}

.gform_fields .gfield.rgpd_check {
    margin-top: 28px !important
}

.gform_fields .gfield.text-form-rgpd {
    font-size: 0.75rem;
    margin-bottom: 28px
}

.gform_fields .gfield .ginput_container_consent input[type='checkbox'] {
    float: left;
    margin-right: 1rem
}

.gform_fields .gfield .ginput_container_consent .gfield_consent_label {
    display: inline
}

.gform_legacy_markup_wrapper .gform_page_footer {
    border: none !important
}

.gform_footer input[type=submit],
.gform_footer button.typesubmit,
.gform_page_footer input[type=submit],
.gform_page_footer button.typesubmit {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 31px;
    color: #FFF;
    border: 0;
    font: normal normal bold 20px/24px Lato;
    padding: 6px 6px 6px 32px !important;
    transition: background-color 1s;
    position: relative;
    z-index: 1
}

.gform_footer input[type=submit]::before,
.gform_footer button.typesubmit::before,
.gform_page_footer input[type=submit]::before,
.gform_page_footer button.typesubmit::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 31px;
    background: transparent linear-gradient(90deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    transition: opacity 0.5s linear
}

.gform_footer input[type=submit]:hover::before,
.gform_footer button.typesubmit:hover::before,
.gform_page_footer input[type=submit]:hover::before,
.gform_page_footer button.typesubmit:hover::before {
    opacity: 1
}

.gform_footer button::after,
.gform_page_footer button::after {
    content: '\e85b';
    font-family: "fidouest";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    display: inline-block;
    font-size: 16px;
    line-height: 47px;
    margin-left: 10px;
    box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white
}

.gform_footer a.btns::before,
.gform_footer button.btns::before,
.gform_page_footer a.btns::before,
.gform_page_footer button.btns::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 31px;
    background: transparent linear-gradient(90deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    transition: opacity 0.5s linear
}

.gform_footer a.btns:hover::before,
.gform_footer button.btns:hover::before,
.gform_page_footer a.btns:hover::before,
.gform_page_footer button.btns:hover::before {
    opacity: 1
}

.gform_footer a.btns.btn-go,
.gform_footer button.btns.btn-go,
.gform_page_footer a.btns.btn-go,
.gform_page_footer button.btns.btn-go {
    font: normal normal bold 20px/24px 'Lato';
    border: none;
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    color: #FFF;
    transition: background-color 1s;
    position: relative;
    border-radius: 50px !important;
    width: fit-content !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 6px 0 30px !important;
    z-index: 1
}

.gform_footer a.btns.btn-go::after,
.gform_footer button.btns.btn-go::after,
.gform_page_footer a.btns.btn-go::after,
.gform_page_footer button.btns.btn-go::after {
    content: '';
    background-image: url(../../img/btn-after.png);
    border: none;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    margin-left: 10px
}

.gform_footer span,
.gform_page_footer span {
    vertical-align: top;
    line-height: 45px
}

.gform_submission_error {
    font-size: 1rem !important;
    line-height: normal !important
}

.gform_wrapper .validation_message {
    background: transparent !important;
    border: none !important;
    padding: 0 !important
}

.title-page-actualite {
    margin-bottom: 413px !important
}

.actu-bloc {
    background-repeat: no-repeat;
    background-size: cover;
    height: 15rem;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 1rem;
    transition: all .3s ease-in-out
}

.actu-bloc:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font: normal normal bold 20px/28px 'Lato'
}

.pagination a {
    color: #000 !important
}

.pagination span {
    color: #3FA535 !important
}

.lst-article {
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin-right: -15px;
    align-items: center;
    border-radius: 1rem
}

.lst-article .date_actu {
    color: #3FA535;
    display: flex;
    justify-content: center;
    font: normal normal bold 16px/28px 'Lato'
}

.lst-article .titre_actu {
    margin-top: 0 !important;
    text-align: center
}

.lst-article .titre_actu a {
    color: #fff
}

.lst-article .lien_actu a {
    color: #fff
}

.lst-article .bouton {
    cursor: pointer
}

.lst-article h2::before {
    content: url(../../img/logo-menu-blanc.svg) !important
}

.bouton-final {
    margin-bottom: 70px
}

.categories .container-categorie {
    text-align: center
}

.categories .container-categorie .actualites-entieres {
    margin-top: 30px
}

.categories .container-categorie .actualites-entieres .first-article {
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .3s ease-in-out;
    border-radius: 1rem
}

.categories .container-categorie .actualites-entieres .first-article:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

.categories .container-categorie .actualites-entieres .inside-actu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    margin-left: -15px;
    position: absolute;
    align-items: center;
    border-radius: 1rem
}

.categories .container-categorie .actualites-entieres .inside-actu article {
    margin: auto
}

.categories .container-categorie .actualites-entieres .inside-actu .actualite .texte .titre {
    max-width: 80%
}

.categories .container-categorie .actualites-entieres .inside-actu .actualite .texte .titre .date {
    color: #3FA535;
    font: normal normal bold 16px/28px 'Lato' !important
}

.categories .container-categorie .actualites-entieres .inside-actu .actualite .texte .titre a {
    font: normal normal bold 30px/28px 'Lato';
    color: #FFF;
    text-decoration: none
}

.categories .container-categorie .actualites-entieres .articles-right {
    height: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s ease-in-out;
    border-radius: 1rem
}

.categories .container-categorie .actualites-entieres .articles-right .inside-actu {
    border-radius: 1rem
}

.categories .container-categorie .actualites-entieres .articles-right:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

.categories .container-categorie .actualites-entieres .articles-right .actualite .texte {
    display: flex;
    justify-content: center
}

.categories .container-categorie .actualites-entieres .articles-right .actualite .texte .titre {
    max-width: 80%
}

.categories .container-categorie .actualites-entieres .articles-right .actualite .texte .titre .date {
    color: #3FA535;
    font: normal normal bold 16px/28px 'Lato' !important
}

.categories .container-categorie .actualites-entieres .articles-right .actualite .texte .titre a {
    color: #FFF;
    text-decoration: none;
    font: normal normal bold 30px/28px 'Lato'
}

.categories .container-categorie .bouton-final {
    margin-top: 10px
}

.categories:last-child {
    margin-bottom: 60px
}

.nav-categories {
    margin-bottom: 65px
}

.nav-categories .nav {
    justify-content: space-evenly
}

.nav-categories .nav .nav-item {
    transition: 1s ease-in-out
}

.nav-categories .nav .nav-item .btn-nav-category {
    background: transparent;
    border-radius: 45px;
    border: 1px solid #3FA535;
    font: normal normal bold 20px/28px 'Lato';
    color: #3FA535
}

.nav-categories .nav .nav-item:hover .btn-nav-category {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 45px;
    font: normal normal bold 20px/28px 'Lato';
    color: #fff
}

.nav-categories .nav .nav-item.active .btn-nav-category {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 45px;
    font: normal normal bold 20px/28px 'Lato';
    color: #fff
}

@media (max-width: 1199.98px) {
    .categories .container-categorie .actualites-entieres .article {
        background-size: cover
    }

    .categories .container-categorie .actualites-entieres .inside-actu .actualite .texte .titre a {
        font: normal normal bold 20px/28px 'Lato' !important
    }
}

@media (max-width: 991.98px) {
    .lst-article table {
        display: none !important
    }

    .nav-categories #select-category {
        width: 100%;
        padding: 10px
    }
}

@media (max-width: 767.98px) {
    .categories .container-categorie .actualites-entieres .seconds-articles {
        margin-top: 20px
    }

    .categories .container-categorie .actualites-entieres .seconds-articles .articles-right {
        margin-left: unset !important
    }
}

.content-creation {
    background-color: #FFF;
    margin-top: 20px
}

.creation-content {
    background-color: #FFF
}

.creation-content .bottom-part .nos-services-en-option {
    display: flex;
    align-items: center
}

.creation-content .bottom-part .nos-services-en-option h2 {
    padding: 0 !important
}

.creation-content .bottom-part h2 {
    text-align: center;
    font: normal normal bold 30px/36px 'Lato' !important;
    padding: 75px 0 20px 0;
    margin-top: 0 !important
}

.creation-content .bottom-part .points-cles {
    background-color: #FFF !important
}

.creation-content .bottom-part .points-cles .points-texte {
    font-size: larger
}

.creation-content .bottom-part .points-cles .points-texte .div-img {
    padding-left: 0 !important
}

.creation-content .bottom-part .points-cles .points-texte .partie-gauche {
    background-image: url("../../img/1- CRÉER.jpg");
    background-position: 85%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh
}

.creation-content .bottom-part .points-cles .points-texte .sticky-div {
    position: sticky;
    top: 0
}

.creation-content .bottom-part .points-cles .accompagnements-gauche {
    padding: 20px;
    margin-right: -15px;
    background: transparent linear-gradient(90deg, #fff 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box
}

.creation-content .bottom-part .points-cles .accompagnements-gauche .row-services {
    align-items: center
}

.creation-content .bottom-part .points-cles .accompagnements-gauche .number-objectif {
    display: flex;
    font-size: 70px;
    color: #3FA535;
    background-color: #D6F6D0;
    border: 1px solid #D6F6D0;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    font-weight: bolder;
    justify-content: center;
    align-items: center
}

.creation-content .bottom-part .points-cles .accompagnements-gauche .bloc-droit {
    margin-left: 40px
}

.creation-content .bottom-part .points-cles .accompagnements-gauche .titre {
    font-weight: 600
}

.creation-content .bottom-part .points-cles .accompagnements-gauche .objectif {
    text-decoration: underline
}

.creation-content .bottom-part .points-cles .accompagnements-centre {
    padding: 20px
}

.creation-content .bottom-part .points-cles .accompagnements-centre .row-services {
    align-items: center
}

.creation-content .bottom-part .points-cles .accompagnements-centre .number-objectif {
    display: flex;
    font-weight: bolder;
    font-size: 70px;
    color: #3FA535;
    background-color: #D6F6D0;
    border: 1px solid #D6F6D0;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center
}

.creation-content .bottom-part .points-cles .accompagnements-centre .bloc-droit {
    margin-left: 40px
}

.creation-content .bottom-part .points-cles .accompagnements-centre .titre {
    font-weight: 600
}

.creation-content .bottom-part .points-cles .accompagnements-centre .objectif {
    text-decoration: underline
}

.creation-content .bottom-part .packs .pack {
    margin-top: 20px
}

@media (max-width: 1199.98px) {
    .creation-content .bottom-part .packs .pack {
        margin-bottom: 50px
    }
}

@media (max-width: 991.98px) {
    .creation-content .bottom-part .packs .pack {
        height: 600px !important
    }

    .creation-content .bottom-part .points-cles .accompagnements-gauche .bloc-droit {
        margin-left: 0 !important
    }

    .creation-content .bottom-part .points-cles .accompagnements-centre .bloc-droit {
        margin-left: 0 !important
    }

    .creation-content .bottom-part .bloc-outil {
        margin-top: 20px
    }
}

@media (max-width: 767.98px) {
    .creation-content .bottom-part .packs .pack {
        height: 700px !important
    }

    .accompagnements-centre .row-services {
        text-align: center
    }

    .accompagnements-centre .row-services .column-objectif {
        display: flex;
        justify-content: center
    }

    .accompagnements-centre .row-services .bloc-droit {
        margin-top: 20px
    }

    .accompagnements-gauche .row-services {
        text-align: center
    }

    .accompagnements-gauche .row-services .column-objectif {
        display: flex;
        justify-content: center
    }

    .accompagnements-gauche .row-services .bloc-droit {
        margin-top: 20px
    }
}

.title-page-temoignagess {
    margin-bottom: 383px !important
}

.temoignage-block {
    margin-top: 20px
}

.temoignage-block .identite-temoignage {
    color: #3FA535;
    font-weight: bold
}

.temoignage-block .blockquote-temoignages::before {
    content: url("../../img/quotes.svg")
}

.temoignage-block hr {
    background-color: black;
    height: .4px;
    width: 15%;
    opacity: .2;
    margin-left: 0
}

.recrutement-offre .titre-annonce .lien-annonce {
    color: #000
}

.recrutement-container {
    margin-top: 30px
}

.content-post {
    margin-top: 20px
}

.content-post .bouton-final {
    text-align: center
}

.content-post .texte-content p {
    font: 300 18px/28px 'Lato' !important
}

.content-post .texte-content strong {
    font: bold 300 18px/28px 'Lato' !important
}

.content-post .texte-content .date-annonce {
    color: #3FA535;
    font-weight: bold
}

.content-post .encart-form {
    background: #efefef;
    padding: 1em 1.5em;
    margin: 2em 0
}

.content-post .encart-form #field_5_16 .gfield_required {
    display: none
}

.content-post .encart-form .gform_fields .gfield .ginput_container input[type=text] {
    background-color: #FFF !important
}

.content-post .encart-form .gform_footer #gform_submit_button_5 {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    color: white;
    font-size: larger;
    margin: auto
}

.content-post .encart-form .encart-form .gfield input[type=text],
.content-post .encart-form .encart-form .gfield input[type=email],
.content-post .encart-form .encart-form .gfield input[type=password],
.content-post .encart-form .encart-form .gfield input[type=tel],
.content-post .encart-form .encart-form .gfield select,
.content-post .encart-form .encart-form .gfield textarea {
    background: #fff
}

.content-post .encart-form .gfield.clearfix {
    clear: both
}

.content-post .encart-form .encart-form .gfield textarea {
    height: 100px;
    resize: vertical
}

.content-post .encart-form .ginput_container input:not(input[type=checkbox]) {
    width: 100% !important
}

.content-post .encart-form .gfield.input-50 {
    display: inline-block;
    width: 50%;
    clear: none
}

.content-post .encart-form .gfield.input-25 {
    float: left;
    display: inline;
    width: 25%;
    clear: none
}

.content-post .encart-form .gfield.input-75 {
    float: left;
    display: inline;
    width: 75%;
    clear: none
}

.content-post .encart-form .titre {
    text-align: center
}

@media (max-width: 991.98px) {
    .encart-form .gfield.input-50 {
        width: 100% !important
    }

    .encart-form .gfield.input-25 {
        width: 75% !important
    }

    .encart-form .gfield.input-75 {
        width: 100% !important
    }
}

.content-developper-son-activite table.tableau {
    background: #fff;
    width: 80%;
    margin: 15px auto
}

.content-developper-son-activite table.tableau caption {
    background: #efefef;
    text-align: center;
    padding: .6em 1em;
    font-size: 1.4em;
    color: #858688
}

.content-developper-son-activite table.tableau td {
    padding: .6em .8em;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

.content-developper-son-activite table.tableau .vert {
    color: #3FA535
}

.content-actu-modif {
    word-break: break-word
}

.content-actu-modif span {
    color: #000 !important
}

.content-actu-modif a {
    color: #000 !important
}

#textSEO {
    margin-top: 60px
}

.img-presentation-bretagne {
    margin-left: 30px
}

.content-reprendre-transmettre table.tableau {
    background: #fff;
    width: 80%;
    margin: 15px auto
}

.content-reprendre-transmettre table.tableau caption {
    background: #efefef;
    text-align: center;
    padding: .6em 1em;
    font-size: 1.4em;
    color: #858688
}

.content-reprendre-transmettre table.tableau td {
    padding: .6em .8em;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

.content-reprendre-transmettre table.tableau .vert {
    color: #3FA535
}

.packs {
    background-color: #EFEFEF;
    padding-bottom: 50px
}

.packs .pack {
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 700px
}

.packs .pack .avantage-content {
    font: normal normal bold 18px/28px Lato
}

.packs .pack .avantage-content .content-margin-pack {
    margin-top: 5px
}

.packs .pack .avantage-content .plus-pack {
    border: .1px solid #000;
    border-radius: 100%;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font: normal normal 30px 'Lato'
}

.packs .pack .avantage-content .plus-pack-vert {
    border: .1px solid #3FA535;
    border-radius: 100%;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #3FA535;
    text-align: center;
    font: normal normal 30px 'Lato'
}

.packs .pack .avantage-content .avantage_vert {
    color: #3FA535
}

.packs .pack .avantage-content .avantage_noir {
    color: #000 !important
}

.packs .pack .prix-bloc {
    margin-top: auto
}

.packs .pack .prix-bloc .up-prix {
    font: normal normal normal 14px/38px Lato
}

.packs .pack .prix-bloc .down-prix .prix-content {
    position: relative;
    font: normal normal bold 44px/39px 'Lato'
}

.packs .pack .prix-bloc .down-prix .prix-content::before {
    content: "HT";
    position: absolute;
    top: 0;
    right: -27px;
    font: normal normal bold 12px/20px 'Lato' !important
}

.packs .pack .prix-bloc .down-prix .prix-content::after {
    content: "/MOIS";
    position: absolute;
    bottom: 0;
    right: -41px;
    font: normal normal normal 12px/20px 'Lato' !important
}

.packs .pack .pack-title h3 {
    font: normal normal bold 28px/40px 'Lato';
    color: #3FA535
}

.packs .pack .pack-title hr {
    opacity: .3
}

.packs .pack .packs-content .packs-key-point {
    font: normal normal bold 18px/14px 'Lato'
}

.packs .pack .packs-content ul {
    list-style: none;
    padding-inline-start: 0 !important;
    margin: 0 !important;
    text-align: initial
}

.packs .pack .packs-content ul li {
    font: normal normal normal 13px/14px 'Lato'
}

.packs .pack .packs-content ul li::before {
    content: url("../../img/check.svg");
    fill: #3FA535;
    vertical-align: middle;
    margin-right: 3px
}

.packs .pack .prix {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 45px;
    opacity: 1;
    color: white;
    padding: 2px 62px 10px 39px;
    width: 200px
}

.text-with-icon {
    font: normal normal bold 30px/28px 'Lato'
}

.block {
    margin-top: 50px;
    align-items: center;
    margin-bottom: 50px
}

.block .bloc-outil {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    text-align: center;
    background-color: #FFF;
    padding: 12px;
    margin-right: 20px;
    margin-left: 20px;
    gap: 20px
}

.block .bloc-outil .logo {
    height: 41px;
    margin-top: 31px
}

.block .bloc-outil .titre .titre-outil {
    text-align: center;
    font: normal normal bold 20px/28px Lato;
    letter-spacing: 0px
}

.bouton-pack-creation a {
    font: normal normal bold 20px/24px 'Lato'
}

.textes {
    background-color: #FFF !important
}

.textes .row-texte {
    margin-top: 109px;
    padding-top: 20px
}

.textes .row-texte .contenu-texte .question-faq {
    display: flex;
    justify-content: space-between
}

.textes .row-texte .contenu-texte .question-faq .texte-question-faq {
    color: #000;
    font: normal normal bold 18px/22px 'Lato' !important;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.textes .row-texte .contenu-texte .texte-reponse-faq {
    text-align: justify
}

.textes .image-right img {
    position: absolute;
    bottom: 0;
    left: 0
}

.block-faq .faq-content {
    margin-right: 40px
}

.block-faq .illustration-faq {
    padding: 0
}

.block-faq.bordertop {
    border-top: 1px solid #adb5bd;
    margin-top: 40px;
    padding-top: 60px
}

.block-faq.bordertop .row-texte {
    margin-top: 0
}

.page-content {
    margin-bottom: 30px
}

.page-content .video-presentation {
    margin: 50px auto
}

.page-content .wp-block-column p {
    font: 18px/28px Lato
}

.page-content .wp-block-media-text .wp-block-media-text__content {
    padding: unset !important
}

.title-page-recrutement {
    margin-top: -500px;
    margin-bottom: 390px;
    z-index: 1
}

.title-page-recrutement .texte-titre {
    text-align: left;
    font: normal normal normal 20px/40px Lato;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1
}

.title-page-recrutement .texte-titre img {
    margin-right: 5px
}

.title-page-recrutement .titre-acf {
    text-align: left;
    font: normal normal bold 60px/60px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1
}

.actu-others .actualites-accueil {
    margin-top: 30px !important
}

.actu-others .actualites-accueil .bouton-final {
    margin-bottom: 30px !important
}

.actu-others .container-actu-followers {
    margin-bottom: 30px
}

.actu-others .container-actu-followers .article-nav {
    font: normal normal bold 30px/28px 'Lato' !important
}

.actu-others .container-actu-followers .article-nav-link {
    color: #3FA535 !important;
    font: normal normal bold 20px/24px 'Lato' !important
}

.actu-others .container-actu-followers .article-nav-link a {
    color: #3FA535 !important;
    font: normal normal bold 20px/24px 'Lato' !important
}

.actu-others .container-actu-followers .article-prec {
    text-align: left
}

.actu-others .container-actu-followers .article-suiv {
    text-align: right
}

.content-nos-agences {
    margin-top: 80px
}

.content-nos-agences img {
    height: 160px
}

.content-nos-agences a {
    color: black
}

.texte-404 {
    text-align: center;
    padding: 30px
}

.texte-404 .btn-accueil {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    color: white;
    font-size: larger
}

.content-general p {
    font: normal normal 300 18px/28px 'Lato' !important
}

.content-general li {
    font: normal normal 300 18px/28px 'Lato' !important
}

.lstOutils {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px
}

.lstOutils .outil-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px
}

.lstOutils .outil-type .outil-post-type {
    background: transparent linear-gradient(140deg, #5CDA42 0%, #3FA535 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 101px;
    height: 101px
}

.container-content-imagetxt {
    max-width: 60%;
    margin: 0 auto
}

.container-content-imagetxt .content-imagetxt .wp-block-media-text__content {
    margin-left: 20px
}

.container-content-imagetxt .content-imagetxt.has-media-on-the-right .wp-block-media-text__content {
    margin-left: 0px;
    margin-right: 20px
}

.container-accompagnement .accompagnement-item {
    margin-bottom: 10px;
    margin-top: 10px
}

.container-accompagnement h2 {
    margin: 60px 0 !important;
    text-align: center
}

.container-accompagnement h2::before {
    content: '' !important
}

.container-accompagnement h3::before {
    content: url("../../img/logo-menu-noir.svg");
    margin-right: 10px
}

.container-certifications {
    height: 540px;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: end
}

.container-certifications .row {
    background-color: #FFF;
    padding-bottom: 20px;
    margin: 0px auto 0px auto;
    width: 45%;
    align-items: baseline
}

.container-certifications .row h2 {
    padding: 20px;
    text-align: center
}

.container-certifications .row .certification {
    padding: 20px;
    text-align: center
}

@media (max-width: 991.98px) {
    .container-certifications {
        background-image: none !important;
        height: auto
    }

    .container-certifications .row {
        width: 100%
    }

    .container-certifications h2 {
        text-align: center;
        padding: unset !important;
        margin: unset !important
    }
}

.title-page-recrutement {
    margin-bottom: 332px
}

.title-page-recrutement .titre-acf {
    font: normal normal bold 40px/40px Lato
}

@media (max-width: 991.98px) {
    .title-page-recrutement .texte-titre {
        text-align: center
    }

    .title-page-recrutement .texte-titre .titre-acf {
        text-align: center
    }

    .block-faq .faq-content {
        margin-right: 0
    }
}

.myfidouest {
    padding: 40px 0
}

.myfidouest .contenu figure+p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 22px;
    color: #17702d
}

.myfidouest .contenu form#login-myfidouest ul {
    display: block
}

.myfidouest .contenu form#login-myfidouest ul li.gfield {
    width: 100%;
    margin-bottom: 15px
}

.myfidouest .contenu form#login-myfidouest ul li.gfield input[type=email],
.myfidouest .contenu form#login-myfidouest ul li.gfield input[type=password] {
    width: 100%
}

.myfidouest .contenu form#login-myfidouest .gform_footer {
    display: inline-block;
    width: 100%
}

.myfidouest .contenu form#login-myfidouest .gform_footer button[type="submit"] {
    float: left
}

.myfidouest .contenu form#login-myfidouest .gform_footer a.link-button {
    float: right
}

.align-img {
    text-align: center !important;
    margin: 10px 0px;
    height: 75px
}

.info-outils-fidouest {
    margin-bottom: 20px
}

.info-outils-fidouest h2 {
    text-align: center
}

.info-outils-fidouest .row div img {
    height: 80px
}

.info-outils-fidouest .row div:first-child {
    padding-left: 0;
    text-align: left
}

.info-outils-fidouest .row div:last-child {
    padding-right: 0;
    text-align: right
}

.illustration-myfidouest {
    width: 100%;
    height: 133px;
    background-repeat: no-repeat;
    background-position: center
}

.contenu-myfidouest {
    text-align: center
}

.contenu-myfidouest .contenu-espace {
    color: #3FA535;
    font: normal normal normal 20px/32px Lato
}

.contenu-myfidouest #login-myfidouest {
    text-align: center
}

.contenu-myfidouest .top_label {
    display: flex;
    justify-content: space-evenly
}

.contenu-myfidouest .top_label .btns {
    font-size: 19px
}

.contenu-myfidouest small {
    text-align: left;
    padding-top: 30px;
    display: block
}

@media (max-width: 1199.98px) {
    form#login-myfidouest .gform_footer {
        display: flex !important;
        flex-direction: column;
        align-items: center
    }

    form#login-myfidouest .gform_footer a .btns .btn-go {
        line-height: auto !important
    }

    form#login-myfidouest .gform_footer button[type="submit"] {
        margin-top: 5px;
        float: unset !important;
        text-align: center
    }

    form#login-myfidouest .gform_footer a.link-button {
        margin-top: 10px;
        float: unset !important;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    form#login-myfidouest .gform_footer a.link-button {
        line-height: 20px !important
    }

    form#login-myfidouest .gform_footer a.link-button:after {
        width: 38px !important
    }
}

.landing-myfidouest .landing-myfidouest-form {
    margin-top: -60vh;
    background-color: #fff;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    padding: 1rem 2rem
}

.landing-myfidouest .landing-myfidouest-form .gform_confirmation_message {
    color: #28a745;
    font-weight: 700;
    border-radius: .313rem;
    padding: 1rem 2rem;
    background-color: rgba(40, 167, 69, 0.1);
    text-align: center
}

.landing-myfidouest .logo-myfidouest {
    margin: auto;
    display: block
}

@media (max-width: 767.98px) {
    .landing-myfidouest .post-image-header {
        min-height: unset;
        height: 100px !important
    }

    .landing-myfidouest .landing-myfidouest-form {
        margin-top: 0
    }
}

.page-template-template-landing .row {
    margin: 0px
}

.page-template-template-landing .site {
    position: relative
}

.page-template-template-landing .site-header-landing {
    position: absolute;
    left: 0;
    right: 0
}

.page-template-template-landing .site-header-landing .content-header-landing {
    width: unset;
    background-image: url("../../img/bretagne-landing.png");
    background-repeat: no-repeat;
    background-position: center right
}

.page-template-template-landing .site-header-landing .content-header-landing a {
    display: block;
    width: fit-content;
    margin: auto
}

.page-template-template-landing .header-landing {
    background-image: url("../../img/plage.jpg");
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-template-template-landing .header-landing h1 {
    font: normal normal bold 56px/60px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029
}

.page-template-template-landing .header-landing .header-txt {
    margin-top: 5px;
    color: #FFFFFF;
    font: normal normal normal 24px/28px Lato;
    padding: 0 20px 0 0
}

.page-template-template-landing .header-landing .row-pf {
    margin-top: 2rem;
    justify-content: center
}

.page-template-template-landing .header-landing .row-pf .pf {
    background: transparent radial-gradient(closest-side at 50% 50%, #5CDA42 0%, #3FA535 100%) 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF8A;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.page-template-template-landing .header-landing .row-pf .pf .pf-titre {
    font: normal normal bold 16px/16px Lato;
    color: #FFF;
    padding: 10px 20px 0px
}

.page-template-template-landing .content-with-sidebar .entry-main .expertises-landing {
    background: #EFEFEF;
    padding: 30px 0px
}

.page-template-template-landing .content-with-sidebar .entry-main .expertises-landing .row-expertises {
    margin: 20px 0;
    gap: 15px
}

.page-template-template-landing .content-with-sidebar .entry-main .expertises-landing .expertise {
    background-color: #FFFFFF;
    text-align: center;
    padding: 16px;
    width: 20%
}

.page-template-template-landing .content-with-sidebar .entry-main .expertises-landing .expertise .expertise-titre {
    font: normal normal bold 20px/26px Lato;
    padding: 0px 20px
}

.page-template-template-landing .content-with-sidebar .entry-main .expertises-landing p {
    font: normal normal 300 18px/28px Lato
}

.page-template-template-landing .content-with-sidebar .entry-main .accompagnement .accompagnements-landing ul {
    padding-inline-start: 31px;
    margin-top: 23px
}

.page-template-template-landing .content-with-sidebar .entry-main .accompagnement .accompagnements-landing li:last-child {
    border-left: unset !important
}

.page-template-template-landing .content-with-sidebar .entry-main .accompagnement .accompagnements-landing .accompagnement {
    border-left: 1px solid #3FA535;
    display: block;
    padding-bottom: 28px
}

.page-template-template-landing .content-with-sidebar .entry-main .accompagnement .accompagnements-landing .accompagnement .accompagnement-titre {
    font: normal normal bold 24px/30px Lato;
    color: #3FA535
}

.page-template-template-landing .content-with-sidebar .entry-main .accompagnement .accompagnements-landing .accompagnement .accompagnement-titre::before {
    content: '\e85d';
    font-family: "fidouest";
    color: #FFF;
    background-color: #3FA535;
    width: 62px;
    height: 62px;
    line-height: 62px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #3FA535;
    text-align: center;
    margin-left: -32px;
    margin-right: 0.6em
}

.page-template-template-landing .content-with-sidebar .entry-main .accompagnement .accompagnements-landing .accompagnement .accompagnement-txt {
    font: normal normal 300 18px/28px Lato;
    padding-left: calc(34px + 0.6em)
}

.page-template-template-landing .content-with-sidebar .entry-main .accompagnement .accompagnements-landing .accompagnement .accompagnement-txt p {
    margin-bottom: 0
}

.page-template-template-landing .content-with-sidebar .entry-main .faq {
    background: rgba(63, 165, 53, 0.07);
    padding: 60px 0px
}

.page-template-template-landing .content-with-sidebar .entry-main .faq .texte-question-faq {
    display: flex;
    justify-content: space-between;
    font: normal normal normal 20px/24px Lato;
    color: #000000
}

.page-template-template-landing .content-with-sidebar .entry-main .faq .texte-question-faq:not(.collapsed) .question-txt {
    color: #3FA535;
    font: normal normal bold 20px/24px Lato
}

.page-template-template-landing .content-with-sidebar .entry-main .faq .texte-question-faq:not(.collapsed) .img-faq-up {
    color: #3FA535
}

.page-template-template-landing .content-with-sidebar .entry-main .faq .texte-reponse-faq {
    font: normal normal 300 18px/28px Lato;
    color: #000000 !important
}

.page-template-template-landing .content-with-sidebar .entry-main .outils .outils-landing .slick-list {
    border-right: 1px solid #858585
}

.page-template-template-landing .content-with-sidebar .entry-main .outils .outils-landing .slick-track {
    padding: 30px 0 30px 20px
}

.page-template-template-landing .content-with-sidebar .entry-main .outils .outils-landing .txt-outils {
    font: normal normal 300 18px/28px Lato
}

.page-template-template-landing .content-with-sidebar .entry-main .outils .outils-landing .nav-outils .outils-nav-left {
    transform: rotate(180deg);
    margin-right: 13px
}

.page-template-template-landing .content-with-sidebar .entry-main .outils .outils-landing .outil {
    height: 263px;
    overflow: auto;
    overflow-y: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 15px #00000029;
    margin-right: 30px;
    padding: 20px 19px
}

.page-template-template-landing .content-with-sidebar .entry-main .outils .outils-landing .outil .outil-titre {
    font: normal normal 300 18px/28px Lato;
    margin-top: 20px
}

.page-template-template-landing .content-with-sidebar .entry-main .outils .outils-landing .outil img {
    margin: auto
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container {
    padding-top: 130px;
    margin-top: -160px;
    background: #EFEFEF
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-titre {
    margin-bottom: 60px
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing {
    padding: 0px
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence {
    padding: 0px
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence .row .carte {
    padding: 0px
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence .row .informations-agence {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence .row .informations-agence .agence-info .agence-adresse {
    font: normal normal 300 18px/28px Lato;
    margin-bottom: 11px
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence .row .informations-agence .agence-info .agence-tel {
    margin-bottom: 46px
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence .row .informations-agence .agence-info .agence-tel a {
    margin: unset
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence .row .informations-agence .agence-jour {
    font: normal normal bold 16px/28px Lato
}

.page-template-template-landing .content-with-sidebar .entry-main .agence-container .agence-landing .agence .row .informations-agence .agence-heure {
    font: normal normal 300 16px/28px Lato
}

.page-template-template-landing .content-with-sidebar .entry-sidebar {
    position: absolute
}

.page-template-template-landing .form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 30px #00000029;
    padding: 27px 35px;
    position: fixed;
    top: 14%;
    width: 35%
}

.page-template-template-landing .form .form-header-txt {
    font: normal normal bold 28px/34px Lato;
    color: #3FA535;
    text-align: center
}

.page-template-template-landing .form #gform_10 .gfield_radio {
    display: flex;
    gap: 30px
}

.page-template-template-landing .form #gform_10 .gfield_label {
    font: normal normal normal 16px/22px Lato
}

.page-template-template-landing .form #gform_10 .gform-field-label {
    font: normal normal normal 16px/22px Lato
}

.page-template-template-landing .form #gform_10 .form-landing-border {
    border-top: 1px solid #3FA535
}

.page-template-template-landing .form #gform_10 .gfiel_consent_label {
    font: normal normal normal 14px/22px Lato
}

.page-template-template-landing .form #gform_10 .gfield_html {
    font: normal normal normal 14px/22px Lato
}

.page-template-template-landing .form #gform_10 .form-objet {
    grid-column: span 6
}

.page-template-template-landing .form #gform_10 .gfield-choice-input {
    accent-color: #000000
}

.page-template-template-landing .form #gform_10 .ginput_container_consent input {
    accent-color: #515151
}

.page-template-template-landing .bg-black {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    height: 20vh
}

.page-template-template-landing .mobile-bottom-bar {
    height: 17vh;
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    box-shadow: 0px -12px 30px #00000029;
    width: 100%;
    padding: 14px 32px;
    z-index: 2
}

.page-template-template-landing .mobile-bottom-bar .cross-close {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px
}

.page-template-template-landing .mobile-bottom-bar .form-header-txt {
    font: normal normal bold 20px/22px Lato;
    color: #3FA535;
    text-align: center;
    margin-bottom: 15px
}

.page-template-template-landing .mobile-bottom-bar .form-mobile {
    display: none
}

.page-template-template-landing .mobile-bottom-bar.active {
    overflow-y: auto
}

.page-template-template-landing .mobile-bottom-bar.active .cross-close {
    display: block
}

.page-template-template-landing .mobile-bottom-bar.active .form-mobile {
    display: block
}

.page-template-template-landing .mobile-bottom-bar.active .form-mobile .form {
    width: auto !important;
    position: relative !important;
    box-shadow: none !important;
    padding: unset !important
}

.page-template-template-landing .mobile-bottom-bar.active .form-mobile .form .form-objet {
    grid-column: span 12 !important
}

.page-template-template-landing .mobile-bottom-bar.active .form-mobile .form .mobile-one {
    grid-column: span 10 !important;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-template-template-landing .mobile-bottom-bar.active .form-mobile .form .ginput_container_consent input {
    height: 70px !important
}

.page-template-template-landing .mobile-bottom-bar.active .form-mobile .form-header-txt {
    display: none
}

.page-template-template-landing .mobile-bottom-bar.active .form-cta {
    display: none
}

.page-template-template-landing .mobile-bottom-bar.active .form-header-txt {
    margin-top: 20px
}

.page-template-template-landing .site-footer {
    background: #EFEFEF;
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 22px;
    padding-top: 37px
}

.page-template-template-landing .site-footer hr {
    margin-top: 0;
    width: 70%
}

.page-template-template-landing .site-footer .copyright {
    font: normal normal 300 12px/15px Lato
}

@media (max-width: 1200px) {
    .page-template-template-landing .expertises-landing {
        padding: 0px !important
    }

    .page-template-template-landing .expertises-landing .row-expertises {
        justify-content: center
    }

    .page-template-template-landing .expertises-landing .expertise {
        width: 30% !important
    }

    .page-template-template-landing .entry-sidebar .form {
        top: 11% !important
    }

    .page-template-template-landing .header-landing {
        height: 87vh
    }
}

@media (max-width: 992px) {
    .page-template-template-landing .entry-sidebar .form {
        display: none
    }

    .page-template-template-landing .mobile-bottom-bar {
        display: block
    }

    .page-template-template-landing .accompagnement .accompagnements-landing ul {
        padding-inline-start: 0px !important
    }

    .page-template-template-landing .accompagnement .accompagnements-landing img {
        display: block;
        margin: 50px auto 0
    }

    .page-template-template-landing .accompagnement .accompagnements-landing .accompagnement .accompagnement-titre {
        font: normal normal bold 20px/24px Lato !important
    }

    .page-template-template-landing .accompagnement .accompagnements-landing .accompagnement .accompagnement-titre::before {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 17px !important;
        margin-left: -21px !important
    }

    .page-template-template-landing .accompagnement .accompagnements-landing .accompagnement .accompagnement-txt {
        padding-left: calc(20px + 0.6em) !important
    }

    .page-template-template-landing .container-landing {
        padding-right: 0px !important
    }

    .page-template-template-landing .site-footer {
        padding-bottom: 100px;
        margin-bottom: 125px
    }

    .page-template-template-landing .site-footer .copyright {
        margin-top: 50px
    }
}

@media (max-width: 766px) {
    .page-template-template-landing .content-header-landing {
        background-size: 18%
    }

    .page-template-template-landing .content-header-landing img {
        max-width: 200px
    }

    .page-template-template-landing .expertises-landing .row-expertises .expertise {
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 45% !important
    }

    .page-template-template-landing .expertises-landing .row-expertises .expertise .expertise-titre {
        padding: 0 !important
    }

    .page-template-template-landing .header-landing {
        height: 100vh
    }

    .page-template-template-landing .header-landing h1 {
        margin-top: 20px;
        font: normal normal bold 32px/38px Lato;
        text-align: center
    }

    .page-template-template-landing .header-landing .header-txt {
        margin-top: 30px;
        font: normal normal normal 16px/24px Lato;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px
    }

    .page-template-template-landing .header-landing .row-pf .pf {
        margin: 10px auto
    }

    .page-template-template-landing .agence-container {
        padding-top: 20px !important;
        margin-top: 20px !important
    }

    .page-template-template-landing .agence-container .carte iframe {
        width: 100% !important
    }

    .page-template-template-landing .agence-container .informations-agence {
        margin-top: 30px;
        text-align: center
    }

    .page-template-template-landing .agence-container .informations-agence .agence-tel a {
        margin: 0 auto !important
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: unset !important
}

p {
    overflow-wrap: unset !important
}

h2,
h3 {
    font-weight: 700
}

.bouton-full {
    text-decoration: none;
    color: #3FA535 !important;
    font: normal normal bold 20px/24px 'Lato' !important;
    margin-left: 0px;
    transition: all 3s ease-in-out
}

.bouton-full:hover img {
    margin-left: 5px;
    transition: all .3s ease-in-out
}

ul {
    margin-left: 0 !important
}

h2 {
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    font: normal normal bold 30px/28px 'Lato' !important
}

h2::before {
    content: url("../../img/logo-menu-noir.svg");
    margin-right: 10px
}

#textSEO .readmore-txt h3 {
    margin-bottom: 1rem !important;
    margin-top: 2.5rem !important
}

#button-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 65px;
    height: 65px;
    background-color: #3FA535;
    box-shadow: 0px 6px 20px #00000029;
    position: fixed;
    bottom: 120px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .3s ease-in-out
}

#button-to-top:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

#button-to-top.show {
    opacity: 1;
    visibility: visible
}

.chapeau h2 {
    margin: 0
}

.chapeau h2::before {
    content: none;
    margin: 0
}

.container-fluid .content-general h2:first-child,
.container-sm .content-general h2:first-child,
.container-md .content-general h2:first-child,
.container-lg .content-general h2:first-child,
.container-xl .content-general h2:first-child,
.container-xxl .content-general h2:first-child {
    margin-top: 0
}

b,
strong {
    font-weight: 700
}

.button-full-green {
    padding: 0 !important;
    font: normal normal bold 20px/24px 'Lato';
    cursor: pointer
}

.button-full-green a {
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    color: #FFF !important;
    transition: background-color 1s;
    position: relative;
    border-radius: 50px !important;
    width: fit-content !important;
    height: 61px !important;
    line-height: 61px !important;
    padding: 0 6px 0 30px !important;
    margin: 0 auto;
    z-index: 1
}

.button-full-green a:hover {
    color: #fff !important
}

.button-full-green a::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 31px;
    background: transparent linear-gradient(90deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    transition: opacity 0.5s linear
}

.button-full-green a:hover::before {
    opacity: 1
}

.button-full-green a::after {
    content: '';
    background-image: url(../../img/btn-after.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47px;
    height: 47px;
    margin-left: 10px
}

.readmore-txt[data-readmore] {
    transition: height 200ms;
    overflow: hidden
}

.readmore-txt[data-readmore]+a[data-readmore-toggle] {
    color: black;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: underline;
    float: right;
    font-style: italic
}

.outil-content {
    background-color: #EFEFEF;
    border-radius: 25px;
    margin-bottom: 80px
}

.outil-content .outil-title-fom {
    background: #3fa535;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 50px;
    font-size: 20px;
    padding: 1em;
    font-weight: 700;
    line-height: 1em
}

.outil-content .outil-title-fom:before {
    content: "";
    background-image: url(../../img/icopret-blanc.svg);
    background-size: auto 100%;
    display: inline-block;
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: bottom;
    margin-right: 10px
}

.outil-content .outil-title-fom.verifier-votre-numero-de-tva-intracom:before {
    content: "";
    background-image: url(../../img/icoTVA-blanc.svg)
}

.outil-content .outil-title-fom.calcul-du-coefficient-de-marge:before {
    content: "";
    background-image: url(../../img/icocoefficient-blanc.svg)
}

.outil-content .outil-title-fom.calcul-du-ttc-ht-tva:before {
    content: "";
    background-image: url(../../img/icoTTC-blanc.svg)
}

.outil-content .outil-title-fom.calcul-du-salaire:before {
    content: "";
    background-image: url(../../img/icosalaire-blanc.svg);
    width: 78px
}

.outil-content>p {
    padding: 0px 50px;
    font-weight: 400;
    margin: 0
}

.formoutils {
    padding: 0 50px 50px
}

.formoutils .gform_fields .gfield {
    font-weight: 400
}

.formoutils .gform_fields .gfield label {
    margin-bottom: 0;
    font-weight: 700 !important
}

.formoutils .gform_fields .gfield label .gfield_required {
    color: #dc3545 !important
}

.formoutils .gform_fields .gfield .ginput_container {
    margin-top: 4px
}

.formoutils .gform_fields .gfield.labelfield_horizontal_left label {
    display: inline-block;
    padding-top: 14px;
    margin-right: 16px
}

.formoutils .gform_fields .gfield.labelfield_horizontal_left .ginput_container {
    display: inline-block;
    vertical-align: top
}

.formoutils .gform_fields .gfield.gfield.input-resultat input[type=text] {
    background: #959595 !important;
    color: white
}

.formoutils .gform_fields .gfield.cache {
    display: none
}

.formoutils .gform_fields .gfield.input-resultat-intra-fr {
    display: inline-block
}

.formoutils .gform_fields .gfield.input-resultat-intra {
    display: inline-block
}

.formoutils .gform_fields .gfield.input-resultat-intra input {
    background: transparent !important;
    border-bottom: 1px solid #b1b1b1 !important;
    padding: 0 !important;
    text-align: center;
    width: auto
}

.formoutils .gform_fields .gfield.input-resultat-intra.input-resultat-intra-big input {
    text-align: left
}

.formoutils .gform_fields .gfield.iput-siren {
    margin-bottom: 50px
}

.formoutils input {
    background-color: #FFF !important
}

.formoutils .gform_footer {
    display: none !important
}

.img-banner {
    position: absolute;
    bottom: 0
}

.img-banner .content-image .bloc-noir {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 50px;
    font: normal normal 20px/26px 'Lato';
    color: #FFF;
    background-color: #000
}

.img-banner .content-image .bloc-noir .nom-age-personnage {
    font: normal bold 20px/26px 'Lato'
}

.img-banner .content-image .phrase-accroche {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 20px 50px;
    background: rgba(255, 255, 255, 0.5)
}

.img-banner .content-image .phrase-accroche .texte_accroche {
    font: normal bold 25px/34px 'Lato' !important
}

.entry-content {
    font: 300 18px/28px Lato
}

table.tableau {
    background: #fff;
    width: 80%;
    margin: 15px auto
}

table.tableau caption {
    background: #efefef;
    text-align: center;
    padding: .6em 1em;
    font-size: 1.4em;
    color: #858688
}

table.tableau th {
    background: #efefef;
    text-align: center;
    padding: .6em 1em
}

table.tableau td {
    padding: .6em .8em;
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef
}

table.tableau.tableau-full {
    width: 100%
}

table.tableau.tableau-horizontal td {
    border-left: 0px;
    border-right: 0px
}

.vert {
    color: #3FA535
}

.rouge {
    color: #b92834
}

.mm-menu {
    z-index: 40
}

@media (max-width: 991.98px) {
    .button-full-green {
        font: normal normal bold 16px/16px 'Lato'
    }

    .button-full-green a {
        line-height: unset !important;
        height: 65px !important
    }

    .button-full-green a::after {
        width: 57px;
        height: 57px;
        background-position-y: center
    }

    .img-banner .content-image .bloc-noir {
        padding: 12px 15px 12px 15px;
        font-size: 18px
    }

    .img-banner .content-image .bloc-noir .nom-age-personnage {
        font-size: 18px
    }

    .img-banner .content-image .phrase-accroche {
        padding: 8px 15px 8px 15px;
        width: 100%
    }

    .img-banner .content-image .phrase-accroche .texte_accroche {
        font-size: 17px !important;
        line-height: 1em !important
    }
}

.cookies {
    margin-top: 20px;
    text-align: center
}

.cookies a {
    font: normal normal 300 16px/26px Lato;
    color: #000
}

.page {
    margin: 0 !important
}


















/* new landing page css start */

.header-without-grad {
    display: flex;
}

.site-header-accueil-new .main-navigation .primary-menu li a,
.site-header-accueil-new .main-navigation a {
    color: #000 !important;
}

.site-header-accueil-new .main-navigation .primary-menu li.ctm-link a {
    color: #fff !important;
}

.ctm-btn {
    cursor: pointer;
    background: transparent linear-gradient(285deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    border-radius: 26px;
    opacity: 1;
    padding: 6px 6px 6px 20px;
    display: flex;
    align-items: center;
    color: #FFF !important;
    gap: 10px;
    transition: background-color 1s;
    position: relative;
    font-family: var(--ctm-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    z-index: 1;
    width: fit-content;
}

.ctm-btn::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-radius: 31px;
    background: transparent linear-gradient(90deg, #3FA535 0%, #5CDA42 100%) 0% 0% no-repeat padding-box;
    transition: opacity 0.5s linear;
}

.ctm-btn:hover::before {
    opacity: 1;
}

.ctm-btn-border {
    border-radius: 26px;
    opacity: 1;
    padding: 6px 6px 6px 20px;
    display: flex;
    align-items: center;
    color: #FFF !important;
    gap: 10px;
    transition: background-color 1s;
    position: relative;
    font-family: var(--ctm-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    z-index: 1;
    width: fit-content;
    cursor: pointer;
    border: 1px solid #EFEFEF;
    color: #3FA535 !important;

}

.lp-btn-wrap {
    display: flex;
    gap: 10px;
}

.btn-left span {
    font-family: var(--ctm-font);
    font-weight: 400;
    font-style: Italic;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.btn-left {
    text-align: center;
}

section.lp-main {
    padding: 100px 0px;
}

.lp-heading h1 {
    font-family: var(--ctm-font);
    font-weight: 700;
    font-size: 55px;
}

.expertise-content p {
    margin: 0px;
    font-family: var(--ctm-font);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.compatbles-box span {
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 16px;
}


.accounting-content p {
    font-family: var(--ctm-font);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}

header#masthead {
    position: relative;
    z-index: 9999999999999999;
}

span.review-small {
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

span.lp-highlight-bg {
    background: linear-gradient(90deg, #5AD741 0%, #3FA535 100%);
    display: flex;
    width: fit-content;
    color: #fff;
    padding: 5px 10px;
    margin-top: 5px;
}

.lp-left-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lp-content p {
    font-family: var(--ctm-font);
    font-weight: 300;
    font-size: 16px;
}

.lp-content {
    max-width: 500px;
}

.lp-right-quote p {
    font-family: var(--ctm-font);
    font-weight: 300;
    font-size: 14px;
}

.lp-right-img img {
    width: 100%;
    height: auto;
}

.lp-box-border p,
.lp-box-border h3 {
    margin: 0px;
}

.lp-box-border {
    opacity: 1;
    padding: 20px;
    border-width: 1px;
    border: 1px solid #5AD741;
    display: flex;
    flex-direction: column;
    margin: 20px 0px 0px;
}

.lp-box-reviews {
    opacity: 1;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-width: 1px;
    border: 1px solid #5AD741;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.lp-box-logo {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-width: 1px;
}

.expetise-box {
    background: #3FA53514;
    opacity: 1;
    gap: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.expertise-main {
    padding-bottom: 100px;
}

.expertise-icon img {
    width: 45px;
    height: 46.91490936279297px;
}

.expertise-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: var(--ctm-font);
}

.expertise-content h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 0px;
}

.expertise-heading h2::before,
.lp-concept-content h2::before,
h2.lp-testimonials-heading::before {
    content: none;
}

.expertise-heading h2 {
    font-family: var(--ctm-font);
    font-weight: 700 !important;
    font-size: 38px !important;
    text-align: center;
    line-height: normal !important;
}

.expertise-heading {
    padding-bottom: 50px;
    max-width: 500px;
    margin: 0 auto;
}

span.tags-bg {
    background: linear-gradient(90deg, #5AD741 0%, #3FA535 100%);
    color: #fff;
    padding: 0px 5px;
}

.lp-btn-wrap.expertise-btn-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.lp-concept-left {
    background: linear-gradient(151.28deg, #5AD741 0%, #3FA535 100%);
    padding: 10px;
}

.lp-concept-left ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0px;
}

.lp-concept-left ul li {
    background: #FFFFFF4D;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 20px;
    color: #fff;
    font-family: var(--ctm-font);
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
}

section.lp-concept-wrap .row {
    align-items: center;
}

.lp-concept-content h2 {
    font-family: var(--ctm-font);
    font-weight: 700;
    font-size: 38px !important;
    line-height: normal !important;
    margin: 0px;
}

.lp-concept-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-concept-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 715px;
    padding-left: 40px;
}

.expertise-min-width {
    max-width: 1150px;
    margin: 0 auto;
}

.accounting-heading {
    padding-bottom: 50px;
    max-width: 735px;
    margin: 0 auto;
}

section.lp-concept-wrap {
    background: #EFEFEF80;
}

.lp-concept-content p {
    font-family: var(--ctm-font);
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin: 0px;
}

section.lp-concept-wrap {
    background: #EFEFEF80;
    padding-bottom: 100px;
}

section.accounting-main {
    padding: 50px 0px;
}

.expertise-heading h2 {
    margin: 0px;
}


.accounting-box-inner {
    opacity: 1;
    border-right: 1px solid #5AD741;
}

.acccouting-boxes .slick-list {
    border: 1px solid #5AD741;
}

.accounting-icon .acc-img {
    width: 100%;
    border-bottom: 1px solid #5AD741;
}



.accounting-text-icon {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 35px;
    position: absolute;
    bottom: 20px;
}

.accounting-icon {
    position: relative;
}

.accounting-main ul.slick-dots {
    display: none;
}

.accounting-content {
    padding: 20px 35px;
}

.accounting-text-icon .acc-card-h {
    color: #fff;
    font-family: var(--ctm-font);
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin: 0px;
    flex: 1;
}

.acccouting-boxes .slick-dots li button {
    display: none !important;
}

.acccouting-boxes .slick-track {
    display: flex !important;
}

.acccouting-boxes .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
}

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

.lp-testimonials-wrap {
    padding: 50px 0px 100px;
}

h2.lp-testimonials-heading {
    padding: 0px;
    margin: 0px;
    font-family: var(--ctm-font) !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    line-height: normal !important;
}

.lp-testimonials-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-testimonials-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 340px;
}



.lp-testimonials-wrap .temoin .temoignages-lp {
    margin-top: 0px !important;
    width: 100vw;
}



html body {
    overflow-x: hidden;
}

p.lp-testimonials-desc {
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.lp-testimonials-wrap blockquote {
    font-family: var(--ctm-font) !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.lp-testimonials-wrap .temoin .temoignages-lp .temoignage {
    padding: 40px !important;
    gap: 20px !important;
}

.lp-testimonials-wrap .identite hr {
    background-color: #5AD741 !important;
    width: 45px !important;
    height: 1px !important;
    opacity: 1 !important;
    margin: 0px 0px 8px;
}

.lp-testimonials-wrap .identite p {
    margin: 5px 0px 0px !important;
    line-height: normal;
}

section.retrouver.lp-map {
    background: #EFEFEF80;
    padding: 50px 0px;
}

.lp-map-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 50px;
}

.lp-map-right p {
    max-width: 385px;
    margin: 0px;
}

.lp-btn-wrap.expertise-btn-wrap.lp-map-btn {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1150px;
    margin: 0 auto;
    margin-top: -60px;
}

.lp-btn-wrap.expertise-btn-wrap.lp-map-btn a {
    border: none !important;
}

.lp-faqs-main {
    padding: 100px 0px;
}

.compatables-main {
    padding-bottom: 150px;
}

h2.comp-head {
    font-family: var(--ctm-font) !important;
    font-weight: 700 !important;
    font-size: 38px !important;
    line-height: normal !important;
    text-align: center;
}

h2.comp-head::before {
    content: none;
}

h2.comp-head {
    margin: 0px;
}

.compatables-center {
    text-align: center;
    max-width: 570px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.compatables-center .comp-desc {
    margin: 0px;
}

.compatables-left,
.compatables-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.compatables-right .compatbles-box {
    flex-direction: row-reverse;
}

.compatbles-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.compatables-center .comp-desc {
    margin: 0px;
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.faqs-main-wrap .faq-item {
    border-bottom: 1px solid #5AD741;
    padding: 18px 0;
}

.faq-toggle {
    background: none;
    border: 0;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
}

.faq-question {
    display: block;
    font-weight: 400;
}

.faq-content {
    padding-top: 12px;
    display: none;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-toggle:focus {
    outline: 2px solid #b2dfdb;
}

.faq-item.active .faq-content p {
    margin: 0px;
}

.faq-item {
    border-width: 1px;
}

.faq-item.active {
    border: 1px solid #5AD741;
    border-radius: 20px;
    padding: 25px 35px !important;
}

span.faq-icon img,
.faq-item.active {
    transition: transform 250ms ease;
}

.faq-item.active span.faq-icon img {
    transform: rotate(180deg);
    transition: transform 250ms ease;
}

/* rotate when expanded using attribute selector for robustness */
.faq-toggle[aria-expanded="true"] .faq-icon img {
    transform: rotate(180deg);
    transition: transform 250ms ease;
}

.faqs-main-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    padding-top: 3px !important;
}

.ctm-color {
    color: #3FA535 !important;
}

.lp-box-border p {
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
}

p.mb-hide {
    display: none;
}

span.faq-icon .faq-i-2 {
    opacity: 0;
    display: none;
}

.faq-item.active span.faq-icon .faq-i-1 {
    opacity: 0;
    display: none;
}

.faq-item.active span.faq-icon .faq-i-2 {
    opacity: 1;
    display: flex;
}

.faq-item.active span.faq-icon .faq-i-2 {
    transform: rotate(0deg);
}

.bg-line {
    display: none;
}

.faq-item.active .bg-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
}

.faq-item .faq-content {
    padding-top: 0px;
}

.faq-item.active {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.faq-question {
    flex: 1;
}


section.accounting-main .container {
    max-width: 1550px;
}

section.lp-faqs-main .expertise-min-width {
    max-width: 814px;
}

section.compatables-main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.compatables-main::before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, #E4E4E4 0%, #FFFFFF 100%);
    margin: 0 auto;
    width: 750px;
    display: flex;
    height: 750px;
    position: absolute;
    justify-content: center;
    align-items: center;
}

html,
body {
    overflow-x: hidden;
}

.img-nav {
    width: 214px;
}

.header-without-grad {
    display: flex;
    align-items: center;
}

section.retrouver.lp-map .ctm-btn-border {
    font-weight: 300;
}

section.retrouver.lp-map .ctm-btn-border h3 {
    font-weight: 300;
    font-size: 16px !important;
    font-family: var(--ctm-font) !important;
}

.faq-question {
    flex: 1;
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 24px !important;
}

.faq-content {
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.row.bottom0col .col-6 {
    padding-right: 0px;
    padding-left: 15px;
}

.temoignages-bloc .temoin .slick-dots {
    left: -70px !important;
}

.compatables-right .compatbles-box span {
    text-align: right;
}

span.review-small {
    position: relative;
    top: -0.95px;
}

span.mb-hide {
    position: relative;
    top: -0.5px;
}

section b, strong {
    font-weight: 500;
}

section.retrouver.lp-map ,section.temoignages-bloc.lp-testimonials-wrap{
    position: relative;
    z-index: 1;
}

.bn-img-box span {
    font-family: var(--ctm-font) !important;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
}

.bn-img-box p {
    margin: 0px;
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 14px;
}
.bn-img-box {
    background: #000;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
a.account-links:hover {
    background: #3fa535;
    border-radius: 100px;
    margin-right: -7px;
}

a.account-links {
    transition: 1s ease all;
    margin: 0px;
}

.temoignages-bloc .temoin .temoignages .temoignage blockquote p {
    padding-right: 10px;
}

section.compatables-main {
    padding-top: 50px;
}

@media (min-width: 1025px){
    section .container {
        padding-left: 75px;
        padding-right: 75px;
    }

    section.accounting-main .container {
        padding-left: 45px;
        padding-right: 45px;
    }
.row.bottom0col {
    padding-right: 15px;
}
}

@media (min-width: 1280px) and (max-width: 1380px) {
.lp-box-border p {
    font-family: var(--ctm-font) !important;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .lp-heading h1 {
        font-size: 45px;
    }
    .main-navigation .secondary-menu ul li{
        font-size: 16px;
    }
    .lp-box-border p {
    font-size: 14px!important;

}

    .lp-concept-content h2,
    h2.lp-testimonials-heading,
    h2.comp-head {
        font-size: 30px !important;
    }

    .accounting-text-icon .acc-card-h {
        font-size: 22px;
    }

    .lp-box-border {
        opacity: 1;
        padding: 20px 15px;
    }


}

.faq-item.active .faq-content ul {
    padding-left: 22px;
}

.faqs-main-wrap .faq-item:last-child {
    border-bottom: none !important;
}
.faqs-main-wrap .faq-item.active:last-child {
    border-bottom:1px solid #5AD741!important;
}
[data-wpr-lazyrender] {
    content-visibility: visible!important;
}

.row.bottom0col .lp-box-border span {
    font-family: var(--ctm-font);
    font-weight: 800 !important;
    font-size: 30px;
}

/* media query for responsive */
@media (min-width: 768px) and (max-width: 1025px) {
    .expetise-box {
        margin: 10px 0px;
        height: auto;
    }
        .row.bottom0col .col-6 {
    padding-right: 15px;
    padding-left: 15px;
}

    .lp-concept-content h2,
    h2.lp-testimonials-heading,
    h2.comp-head {
        font-size: 25px !important;
    }

    .lp-concept-content p,
    p.lp-testimonials-desc,
    .compatables-center .comp-desc,
    .ctm-btn-border,
    .lp-concept-left ul li {
        font-size: 14px !important;
    }

    .compatbles-box span,
    .temoignages-bloc .temoin .temoignages .temoignage blockquote,
    .ctm-btn,
    .accounting-content p {
        font-size: 12px !important;
    }

    .compatbles-box img {
        width: 45px;
    }

    .lp-concept-content {
        max-width: 400px;
    }

    .lp-btn-wrap.expertise-btn-wrap.lp-map-btn {
        margin: 30px;
    }

    .temoignages-bloc .temoin .temoignages .temoignage blockquote {
        line-height: 18px !important;
    }

    .lp-testimonials-wrap .temoin .temoignages-lp .temoignage {
        padding: 25px !important;
    }

    .main-navigation .primary-menu li,
    .main-navigation .secondary-menu ul li {
        font-size: 10px !important;
    }

    .compatables-right {
        text-align: end;
    }

    .lp-btn-wrap.expertise-btn-wrap.lp-map-btn .btn-right a {
        padding: 5px;
    }

    .temoignages-bloc .temoin .temoignages .temoignage .quote-img {
        width: 45px;
    }

    ul.slick-dots {
        display: none !important;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .lp-left-content {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .lp-heading h1 {
        font-size: 35px;
    }

    .lp-right {
        padding-top: 30px;
    }

    .lp-concept-content {
        padding-left: 0px;
    }

    .accounting-text-icon .acc-card-h {
        font-size: 16px !important;
    }

}

@media (max-width: 767.98px) {
    .site header .content-header .banniere-mobile-header {
        left: 0px;
    }
    .row.bottom0col .col-6 {
    padding-right: 0px!important;
    padding-left: 15px;
}
section.compatables-main {
    padding-top: 0px;
}
.lp-concept-left ul li{
    font-size: 14px!important;
}

.lp-box-logo img {
    width: 185px!important;
    height: 31.679136276245117px;
}
.lp-box-logo {
    padding-bottom: 0px!important;
    padding-top: 10px!important;
}
.temoignages-bloc .temoin .temoignages .temoignage blockquote p {
    padding-right: 10px;
    font-size: 14px!important;
    line-height: 18px!important;
}
section.compatables-main{

padding-bottom: 50px!important;
}
span.review-small {
    position: relative;
    top: 0px!important;
}

span.mb-hide {
    position: relative;
    top: 0px!important;
}

    .expertise-heading.accounting-heading {
        max-width: 270px;
    }

    .accounting-main ul.slick-dots {
        margin-bottom: 12px !important;
        margin-top: 20px !important;
    }

    .accounting-main ul.slick-dots,
    .temoignages-bloc .temoin .temoignages .slick-dots,
    #comptabale-carousel .slick-dots {
        display: flex !important;
        gap: 20px;
        justify-content: center;
        align-items: center;
        margin-top: 30px !important;
        margin-bottom: 0px !important;
        padding: 0px !important;
    }

    .expertise-heading.accounting-heading h2 {
        line-height: 35px !important;
    }

    .lp-btn-wrap.expertise-btn-wrap {
        flex-direction: column;
        margin-top: 30px !important;
        gap: 20px;
    }
    .row.bottom0col {
    padding-right: 15px!important;
}

    .expertise-heading h2 {
        font-size: 28px !important;
        max-width: 330px;
        margin: 0 auto;
    }

    h2.lp-testimonials-heading,
    .lp-concept-content h2 {
        font-size: 28px !important;
    }

    .expertise-heading h2,
    h2.comp-head {
        font-size: 28px !important;
        max-width: 330px;
        margin: 0 auto;
    }

    #comptabale-carousel .slick-dots button {
        display: none !important;
    }

    .lp-btn-wrap.expertise-btn-wrap.lp-map-btn div,
    .lp-btn-wrap.expertise-btn-wrap.lp-map-btn a {
        width: 100%;
        justify-content: space-between !important;
        align-items: center;
        padding: 0px;
    }

    .lp-map-left {
        margin: -15px -185px -170px -15px;
    }

    section.retrouver.lp-map {
        overflow: hidden;
    }

    .lp-concept-content {
        padding: 0px;
    }


    .lp-concept-content p {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    section.lp-concept-wrap .row {
        flex-direction: column-reverse;
    }

    section.lp-concept-wrap {
        padding: 50px 0px 0px !important;
    }

    .lp-concept-left {
        margin-top: 40px;
    }

    section.expertise-main {
        padding-bottom: 50px !important;
    }

    .expetise-box {
        margin: 10px 0px !important;
        height: auto !important;
    }

    .lp-heading h1 {
        font-size: 35px;
    }

    .lp-btn-wrap {
        flex-direction: column;
    }

    .btn-left {
        width: fit-content;
    }

    .lp-main .lp-right {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .order-ctm-6 {
        order: 6;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .lp-box-border p {
        font-size: 14px;
    }

    .lp-box-reviews,
    .lp-box-border {
        padding: 20px 15px !important;
        height: 96.82535552978516px;
    }

    .lp-box-reviews {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .review-note {
        display: flex;
        flex-direction: column;
    }

    span.review-small .mb-hide {
        display: none;
    }

    .lp-left-content {
        gap: 10px !important;
    }

    section.lp-main {
        padding: 50px 0px !important;
    }

    p.desk-hide {
        display: none;
    }

    p.mb-hide {
        display: block;
        margin-top: 20px;
    }

    .expertise-heading {
        padding-bottom: 30px;
    }

    section.accounting-main {
        padding-bottom: 0px;
    }

    p.lp-testimonials-desc {
        margin-bottom: 0px;
    }

    .lp-testimonials-left {
        margin-bottom: 20px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .lp-testimonials-wrap {
        padding-bottom: 50px;
    }

    .order-ctm-1 {
        order: -1;
        margin-bottom: 40px;
    }

    .accounting-main ul.slick-dots li,
    .temoignages-bloc .temoin .slick-dots li,
    #comptabale-carousel .slick-dots li {
        list-style: georgian inside url("../../img/circle.png");
        width: 9px;
        height: 9px;
        cursor: pointer;
        margin: 0 !important;
    }

    .accounting-main ul.slick-dots .slick-active,
    #comptabale-carousel ul.slick-dots .slick-active {
        list-style: georgian inside url("../../img/rec-active.png") !important
    }

    .lp-faqs-main {
        padding: 50px 0px !important;
    }

    img.img-nav {
        margin: 12px 0px 0px;
    }

    .main-navigation .primary-menu li::before {
        content: '';
        width: 0.1px;
        height: 55px;
        border: 0.1px solid #000000;
        opacity: 1;
        margin-right: 10px;
        bottom: -12px;
        position: relative;
    }

    .compatables-left,
    .compatables-right {
        display: flex !important;
    }


}






@media(max-width: 380px) {

    html body section .expertise-heading h2,
    html body section h2.comp-head,
    html body section h2.lp-testimonials-heading,
    .lp-concept-content h2 {
        font-size: 25px !important;
    }

    html body section .lp-heading h1 {
        font-size: 30px !important;
    }
}