@charset "UTF-8";
/**
 * Style LESS Réactif v2018
 * @author Réactif Agence Web
 */
/**
 * Variables
 */
/**
 * Imports
 */
/**
 * Fonts.less
 */
@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiaprobold-webfont.woff2') format('woff2'), url('../fonts/sofiaprobold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiaprobold-italic-webfont.woff2') format('woff2'), url('../fonts/sofiaprobold-italic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiaprosemibold-webfont.woff2') format('woff2'), url('../fonts/sofiaprosemibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiaprosemibold-italic-webfont.woff2') format('woff2'), url('../fonts/sofiaprosemibold-italic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiapromedium-webfont.woff2') format('woff2'), url('../fonts/sofiapromedium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiapromedium-italic-webfont.woff2') format('woff2'), url('../fonts/sofiapromedium-italic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiaprolight-webfont.woff2') format('woff2'), url('../fonts/sofiaprolight-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'sofia_pro';
    src: url('../fonts/sofiaprolight-italic-webfont.woff2') format('woff2'), url('../fonts/sofiaprolight-italic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
[hidden] {
    display: none !important;
}

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

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: 0.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: 0.5rem;
}

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

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

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

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

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

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

.figure {
    display: inline-block;
}

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

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

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

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media only screen and (max-width: 768px) {
    .row {
        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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .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 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

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

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

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

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

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

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

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

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

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

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

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

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

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

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

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

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

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

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

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

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

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

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

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

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

.table-bordered {
    border: 1px solid #dee2e6;
}

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

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

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

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

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

.text-justify {
    text-align: justify !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-normal {
    font-weight: 400 !important
}

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

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

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

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

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

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

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

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

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

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}

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

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* Slider */
.slick-loading .slick-list {
    background: #ffffff url('ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Icons */
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000000;
    opacity: 0.75;
}

/**
 * Mixing.less
 */
/**
 * undo : Undo facile à caller
 */
.undo-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

.undo-li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.undo-li:after {
    content: '';
}

.undo-p {
    padding: 0;
}

.undo-spacing {
    padding: 0;
    margin: 0;
}

.undo-spacing--imp {
    padding: 0 !important;
    margin: 0 !important;
}

.flat--left,
.flat--both {
    padding-left: 0 !important;
}

.flat--right,
.flat--both {
    padding-right: 0 !important;
}

/**
 * transition : Ajoute tous les transitons néccessaires
 *
 * @param : comme transition Ex : all 400ms
 */
/**
 * Positioning mixing : Créer plus rapidement les positions
 * @author Samuel Langlois
 *
 * @param @y : Position verticale (px, rem, em, %, vw, vh, etc)
 * @param @x : Position horizontale (px, rem, em, %, vw, vh, etc)
 * @param @position : Type de position (absolute, relative, fixed, static) (default: absolute)
 * @param @zindex : Le z-index (Bien entendu ne fonctionne pas avec static)
 */
/**
 * Positioning mixing : Créer plus rapidement les positions INVERSÉ
 * @author Samuel Langlois
 *
 * @param @x : Position horizontale (px, rem, em, %, vw, vh, etc)
 * @param @y : Position verticale (px, rem, em, %, vw, vh, etc)
 * @param @position : Type de position (absolute, relative, fixed, static) (default: absolute)
 * @param @zindex : Le z-index (Bien entendu ne fonctionne pas avec static)
 */
/**
 * .fluid-type : Réduit le text d'une façon fluid en mobile. Il va calculer le in-between entre deux viewport
 * @author CAPTAIN ANONYMOUS
 * @link https://codepen.io/anon/pen/NLoEYE
 *
 * .fluid-type( font-size, 600px, 900px, 12px, 28px );
 *
 * @param @property : La propriété que l'on veut (ex : font-size)
 * @param @min-vw   : La valeur minimum du viewport
 * @param @max-vw   : La valeur maximal du viewport
 * @param @min-size : La valeur minimal de grandeur
 * @param @max-size : La valeur maximal de grandeur
 */
/**
 * Utils.less
 */
.color--black {
    color: #000 !important
}

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

.color--ultradarkgrey {
    color: #444 !important
}

.color--darkgrey {
    color: #525252 !important
}

.color--grey {
    color: #777 !important
}

.color--lightgrey {
    color: #bcbcbc !important
}

.color--ultralightgrey {
    color: #e4e4e4 !important
}

.color--facebook {
    color: #3b5998 !important
}

.color--twitter {
    color: #55acee !important
}

.color--googleplus {
    color: #dd4b39 !important
}

.color--youtube {
    color: #b00 !important
}

.color--linkedin {
    color: #007bb5 !important
}

.color--instagram {
    color: #e95950 !important
}

.color--pinterest {
    color: #cb2027 !important
}

.color--flickr {
    color: #ff0084 !important
}

.color--tumblr {
    color: #32506d !important
}

.color--vimeo {
    color: #aad450 !important
}

.color--foursquare {
    color: #0072b1 !important
}

.color--rss {
    color: #f60 !important
}

.color--error {
    color: #af2828 !important
}

.color--error-bg {
    color: #f1b6b6 !important
}

.color--success {
    color: #288d1b !important
}

.color--success-bg {
    color: #f2ece0 !important
}

.color--primary {
    color: #d9e200 !important
}

.color--primary-hover {
    color: #f6ff00 !important
}

.color--secondary {
    color: #0a3c74 !important
}

.color--secondary-hover {
    color: #0e539e !important
}

.color--third {
    color: #4c84c1 !important
}

.color--third-hover {
    color: #327ed1 !important
}

.bg--black {
    background-color: #000 !important
}

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

.bg--ultradarkgrey {
    background-color: #444 !important
}

.bg--darkgrey {
    background-color: #525252 !important
}

.bg--grey {
    background-color: #777 !important
}

.bg--lightgrey {
    background-color: #bcbcbc !important
}

.bg--ultralightgrey {
    background-color: #e4e4e4 !important
}

.bg--facebook {
    background-color: #3b5998 !important
}

.bg--twitter {
    background-color: #55acee !important
}

.bg--googleplus {
    background-color: #dd4b39 !important
}

.bg--youtube {
    background-color: #b00 !important
}

.bg--linkedin {
    background-color: #007bb5 !important
}

.bg--instagram {
    background-color: #e95950 !important
}

.bg--pinterest {
    background-color: #cb2027 !important
}

.bg--flickr {
    background-color: #ff0084 !important
}

.bg--tumblr {
    background-color: #32506d !important
}

.bg--vimeo {
    background-color: #aad450 !important
}

.bg--foursquare {
    background-color: #0072b1 !important
}

.bg--rss {
    background-color: #f60 !important
}

.bg--error {
    background-color: #af2828 !important
}

.bg--error-bg {
    background-color: #f1b6b6 !important
}

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

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

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

.bg--primary-hover {
    background-color: #f6ff00 !important
}

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

.bg--secondary-hover {
    background-color: #0e539e !important
}

.bg--third {
    background-color: #4c84c1 !important
}

.bg--third-hover {
    background-color: #327ed1 !important
}

.full-width {
    width: 100vw
}

.full-height {
    height: 100vh
}

.w100 {
    width: 100%
}

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

.text-letterspacing {
    letter-spacing: .8rem !important
}

[hidden] {
    display: none !important
}

#wp-admin-bar-rea__blog_public {
    background: #f00 !important
}

#wp-admin-bar-rea__blog_public:hover {
    background: #f00 !important
}

#wp-admin-bar-rea__environnement {
    background: #8b0000 !important
}

#wp-admin-bar-rea__environnement:hover {
    background: #8b0000 !important
}

.col-xs-20 {
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 20%
}

@media only screen and (min-width: 768px) {
    .col-sm-20 {
        float: left;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 1px;
        width: 20%
    }
}

@media only screen and (min-width: 992px) {
    .col-md-20 {
        float: left;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 1px;
        width: 20%
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg-20 {
        float: left;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 1px;
        width: 20%
    }
}

.hover-alpha {
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}

.hover-alpha:hover {
    opacity: .7
}

.v-align {
    position: relative;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.element-center {
    margin-left: auto;
    margin-right: auto
}

.semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.fleft {
    float: left
}

.fright {
    float: right
}

.square-element {
    overflow: hidden;
    position: relative
}

.square-element--inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.square-element:before {
    content: '';
    display: block;
    padding-top: 100%
}

.fix-pixel {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.row-eq-height--xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.row-eq-height--xs > [class*="col-"] {
    float: none
}

@media only screen and (min-width: 768px) {
    .row-eq-height--sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .row-eq-height--sm > [class*="col-"] {
        float: none
    }
}

@media only screen and (min-width: 992px) {
    .row-eq-height--md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .row-eq-height--md > [class*="col-"] {
        float: none
    }
}

@media only screen and (min-width: 1200px) {
    .row-eq-height--lg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .row-eq-height--lg > [class*="col-"] {
        float: none
    }
}

.object-fit--fill {
    -o-object-fit: fill;
    object-fit: fill
}

.object-fit--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-fit--cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit--none {
    -o-object-fit: none;
    object-fit: none
}

.object-fit--scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.nospacing {
    padding: 0 !important;
    margin: 0 !important
}

.image-blend--white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.image-blend--black {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

@media only screen and (min-width: 544px) {
    .nogutter {
        padding-left: 0;
        padding-right: 0
    }

    .nogutter [class*="col"] {
        padding-left: 0;
        padding-right: 0
    }

    .nogutter .row {
        margin: 0
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 10px;
    font-weight: 100;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    margin-left: -60px
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* FLEX */
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

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

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

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

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

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

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

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

.flex--align-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.flex--align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

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

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

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

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

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex--wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex--nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex--align-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.flex--align-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex--align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.flex--align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.flex--align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align--margin-center {
    margin: 0 auto
}

/**
 * TABLE DES MATIÈRES
 */
/**
 * 0- Reset
 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

td,
th {
    vertical-align: top;
}

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

input,
select {
    vertical-align: middle;
}

input[type=radio],
select[type=radio],
input[type=checkbox],
select[type=checkbox] {
    vertical-align: -1px;
    margin-right: 5px;
}

input [readonly],
select [readonly] {
    background-color: #bcbcbc;
}

textarea {
    resize: vertical;
}

a {
    color: inherit;
    outline: 0;
    text-decoration: none;
}

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

a:active,
a:focus,
a:visited {
    outline: 0;
}

img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0;
}

#wpadminbar {
    overflow: hidden;
}

#wpadminbar .input[type=text] {
    width: auto;
}

/**
 * 1- Animation
 */
[anim] {
    opacity: 0;
}

[anim].is-appear {
    opacity: 1;
}

/**
 * 2- Base
 */
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: #ffffff;
    color: #454346;
    font: 500 1.7rem/1.45em 'sofia_pro', sans-serif;
    overflow-x: hidden;
    min-height: 100vh;
}

body.admin-bar {
    min-height: calc(100vh - 46px);
}

@media only screen and (min-width: 768px) {
    body {
        min-height: calc(100vh - 32px);
    }
}

h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6 {
    color: #0a3c74;
    font-family: 'sofia_pro', sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 45px;
}

h1.spacer-less,
.heading-1.spacer-less,
h2.spacer-less,
.heading-2.spacer-less,
h3.spacer-less,
.heading-3.spacer-less,
h4.spacer-less,
.heading-4.spacer-less,
h5.spacer-less,
.heading-5.spacer-less,
h6.spacer-less,
.heading-6.spacer-less {
    margin-bottom: 30px;
}

h1,
.heading-1 {
    font: 900 3em/1em 'sofia_pro', sans-serif;
}

@media only screen and (min-width: 768px) {
    h1,
    .heading-1 {
        font: 900 4.5em/1em 'sofia_pro', sans-serif;
    }
}

h2,
.heading-2 {
    font: 900 3em/1em 'sofia_pro', sans-serif;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) {
    h2,
    .heading-2 {
        font: 900 3.5em/1em 'sofia_pro', sans-serif;
        margin-top: 0;
    }
}

h3,
.heading-3 {
    font: 900 1.6em/1em 'sofia_pro', sans-serif;
}

@media only screen and (min-width: 768px) {
    h3,
    .heading-3 {
        font: 900 2em/1em 'sofia_pro', sans-serif;
    }
}

h4,
.heading-4 {
    font: 900 1.4em/1em 'sofia_pro', sans-serif;
}

@media only screen and (min-width: 768px) {
    h4,
    .heading-4 {
        font: 900 1.5em/1em 'sofia_pro', sans-serif;
    }
}

h5,
.heading-5 {
    font: 900 1.2em/1em 'sofia_pro', sans-serif;
}

@media only screen and (max-width: 992px) {
    h5,
    .heading-5 {
        font: 900 1.3em/1em 'sofia_pro', sans-serif;
    }
}

h6,
.heading-6 {
    font: 900 1em/1em 'sofia_pro', sans-serif;
}

@media only screen and (max-width: 992px) {
    h6,
    .heading-6 {
        font: 900 1em/1em 'sofia_pro', sans-serif;
    }
}

a,
a:link,
a:visited {
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
    color: #4c84c1;
}

a:hover,
a:link:hover,
a:visited:hover {
    color: #327ed1;
}

p {
    display: block;
    padding-bottom: 20px
}

p:last-of-type {
    padding-bottom: 0
}

.sep {
    width: 120px;
    height: 1px;
    background: #d9e200;
    display: inline-block
}

.sep-padding {
    padding-top: 30px
}

.exerpt, .the-content {
    margin-bottom: 45px
}

.exerpt .premier-paragraphe, .the-content .premier-paragraphe {
    font-weight: 500;
    font-size: 1.1em
}

.exerpt ul, .the-content ul {
    list-style: none
}

.exerpt ul li, .the-content ul li {
    position: relative
}

.exerpt ul li:after, .the-content ul li:after {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 1.3rem;
    color: #d9e200;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1
}

.exerpt ol, .the-content ol {
    list-style: decimal
}

.exerpt ul, .the-content ul, .exerpt ol, .the-content ol {
    margin: 15px 0 15px 30px
}

.exerpt ul li, .the-content ul li, .exerpt ol li, .the-content ol li {
    margin-right: 15px;
    margin-bottom: 7.5px
}

.img-center img {
    margin-left: auto;
    margin-right: auto
}

table {
    width: 100%
}

table thead tr th, table thead tr td {
    font-weight: bold;
    background: #e4e4e4
}

table tr th, table tr td {
    padding: 7px;
    border: 2px solid #e4e4e4
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: 1px solid #e4e4e4
    }
}

/**
 * 3- Container
 */
.container {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container--xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px
}

.container--lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px
}

.container--md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 992px
}

.container--sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 768px
}

.container--xs {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 544px
}

.container-fluid {
    width: 100%;
    max-width: 2000px
}

.container-fluid--xl {
    width: 100%;
    max-width: 1400px
}

.container-fluid--lg {
    width: 100%;
    max-width: 1200px
}

.container-fluid--md {
    width: 100%;
    max-width: 992px
}

.container-fluid--sm {
    width: 100%;
    max-width: 768px
}

.container-fluid--xs {
    width: 100%;
    max-width: 544px
}

/**
 * 4- Header
 */
.site-header {
    width: 100%
}

.site-header__main-navigation {
    height: 80px;
    background: #fff
}

@media only screen and (max-width: 768px) {
    .site-header__main-navigation {
        border-bottom: 1px solid #d6d6d6
    }
}

.site-header__main-navigation__site-branding {
    display: inline-block;
    padding: 10px 30px
}

.site-header__main-navigation__site-branding img {
    display: inline-block
}

.site-header__main-navigation__menu-mobile {
    float: right;
    height: 80px;
    width: 80px;
    border-left: 1px solid #d6d6d6;
    display: none;
    position: relative
}

@media only screen and (max-width: 768px) {
    .site-header__main-navigation__menu-mobile {
        display: block
    }
}

.site-header__main-navigation__menu-mobile a {
    width: 100%;
    height: 100%;
    display: block
}

.site-header__main-navigation__menu-mobile .fas {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 1.3em
}

@media only screen and (max-width: 768px) {
    .site-header__main-navigation__liens {
        display: none
    }
}

.site-header__main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-align: right;
    height: inherit;
    float: right
}

@media only screen and (max-width: 768px) {
    .site-header__main-navigation ul {
        float: none
    }
}

.site-header__main-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    height: inherit;
    background: #FFF;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.site-header__main-navigation ul li:after {
    content: '';
}

@media only screen and (max-width: 768px) {
    .site-header__main-navigation ul li {
        display: block;
        width: 100%;
        position: relative;
        height: 65px;
    }
}

.site-header__main-navigation ul li a {
    display: block;
    padding: 8px 15px;
    font-size: 12px;
    color: #0a3c74;
    text-transform: uppercase;
    font-weight: 700;
    width: 128px;
    height: inherit;
    text-align: center;
    position: relative;
    border-right: 1px solid #D6D6D6;
    background: #FFF;
}

@media only screen and (max-width: 1100px) {
    .site-header__main-navigation ul li a {
        padding: 8px;
        width: 105px
    }
}

@media only screen and (max-width: 850px) {
    .site-header__main-navigation ul li a {
        padding: 4px;
        width: 90px;
        font-size: 10px
    }
}

@media only screen and (max-width: 768px) {
    .site-header__main-navigation ul li a {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #D6D6D6;
        font-size: 12px;
        height: 65px;
    }
}

.site-header__main-navigation ul li a:hover {
    background: #E5E5E5;
    color: #0a3c74;
}

.site-header__main-navigation ul li a span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    line-height: 1.5em;
}

@media only screen and (max-width: 1100px) {
    .site-header__main-navigation ul li a span {
        padding: 8px;
    }
}

@media only screen and (max-width: 850px) {
    .site-header__main-navigation ul li a span {
        padding: 4px;
    }
}

.site-header__main-navigation ul li.active a {
    background: #E5E5E5;
    color: #0a3c74;
}

.site-header__main-navigation ul li.has-sub a span:after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: relative;
    top: -2px;
    right: -7px;
    font-size: 15px;
    color: #d9e200;
}

.site-header__main-navigation ul li ul {
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-align: left;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 90%;
    z-index: 1000;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.site-header__main-navigation ul li ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: block;
    height: auto
}

.site-header__main-navigation ul li ul li:after {
    content: ''
}

.site-header__main-navigation ul li ul li a {
    border: 0;
    height: inherit
}

.site-header__main-navigation ul li:hover {
    background: #e5e5e5
}

.site-header__main-navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.site-header__main-navigation ul li:last-of-type a {
    border-right: 0
}

.site-header__secondary-navigation {
    background: #d9e200
}

@media only screen and (max-width: 768px) {
    .site-header__secondary-navigation {
        display: none
    }
}

.site-header__secondary-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-align: right;
    padding: 0 15px
}

.site-header__secondary-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: inline-block;
    border: 0
}

.site-header__secondary-navigation ul li:after {
    content: ''
}

.site-header__secondary-navigation ul li a {
    display: block;
    padding: 8px 15px;
    font-size: 12px;
    color: #0a3c74;
    border: 0
}

.site-header__secondary-navigation ul li a:hover {
    background: #e5e5e5;
    color: #0a3c74
}

.site-header__secondary-navigation ul li a span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    line-height: 1.5em
}

@media only screen and (max-width: 1100px) {
    .site-header__secondary-navigation ul li a span {
        padding: 8px
    }
}

@media only screen and (max-width: 850px) {
    .site-header__secondary-navigation ul li a span {
        padding: 4px
    }
}

.mobile-navigation {
    display: none
}

@media only screen and (min-width: 768px) {
    .mobile-navigation {
        display: none !important
    }
}

.mobile-navigation ul li {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2
}

.mobile-navigation ul li a {
    display: block;
    padding: 8px 15px;
    color: #0a3c74;
    text-transform: uppercase;
    font-weight: 700;
    height: inherit;
    text-align: center;
    position: relative;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    font-size: 12px;
    height: 65px
}

.mobile-navigation ul li span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    line-height: 1.5em
}

.mobile-navigation ul li.has-sub a span:after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: relative;
    top: -2px;
    right: -7px;
    font-size: 15px;
    color: #d9e200
}

.mobile-navigation ul li ul.sub {
    text-align: left;
    padding: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    display: none
}

.mobile-navigation ul li ul.sub li {
    display: block;
    height: auto;
    border-bottom: 1px solid #d6d6d6
}

.mobile-navigation ul li ul.sub li a {
    border: 0;
    height: inherit
}

.mobile-navigation ul li:hover {
    background: #e5e5e5
}

.mobile-navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.mobile-navigation ul li:last-of-type a {
    border-right: 0
}

ul.mobile-navigation__secondary {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-align: right
}

ul.mobile-navigation__secondary li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    display: block;
    background: #d9e200 !important;
    height: auto
}

ul.mobile-navigation__secondary li:after {
    content: ''
}

ul.mobile-navigation__secondary li a {
    background: #d9e200 !important;
    display: block;
    padding: 5px 15px;
    font-size: 10px;
    color: #0a3c74;
    border: 0;
    height: auto;
    text-transform: none;
    text-align: center
}

/**
 * 5- Footer
 */
.site-footer {
    background: #252525;
    padding: 90px 30px
}

@media only screen and (max-width: 768px) {
    .site-footer {
        padding: 60px 30px
    }
}

.site-footer__col {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .site-footer__col {
        text-align: center
    }
}

.site-footer__col:before {
    content: '';
    border-top: 1px solid #5d5d5d;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px)
}

.site-footer__col:after {
    content: '';
    border-bottom: 1px solid #5d5d5d;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px)
}

@media only screen and (max-width: 768px) {
    .site-footer__col:after {
        content: none
    }
}

@media only screen and (max-width: 768px) {
    .site-footer__col:last-of-type {
        padding-bottom: 0
    }
}

.site-footer__col h3 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 800
}

.site-footer__col ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none
}

.site-footer__col a {
    color: #fff;
    font-size: 12px
}

.site-footer__col a:hover {
    color: #fff;
    text-decoration: underline
}

.site-footer__col__ressoc, a.site-footer__col__ressoc {
    font-size: 32px;
    margin-right: 25px
}

.site-footer__col__ressoc:last-of-type, a.site-footer__col__ressoc:last-of-type {
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    .site-footer__col img {
        margin: auto
    }
}

/**
 * 6- Boutons
 */
a.btn,
.btn {
    padding: 15px 32px;
    border-radius: 50px;
    border: 3px solid #d9e200;
    background: #d9e200;
    color: #0a3c74;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    display: inline-block;
    text-align: center
}

a.btn:hover, .btn:hover, a.btn:link:hover, .btn:link:hover, a.btn:visited:hover, .btn:visited:hover {
    color: #d9e200;
    background: transparent;
    border: 3px solid #d9e200
}

a.btn--opactity-hover:hover, .btn--opactity-hover:hover {
    color: #0a3c74;
    background: #d9e200;
    border: 3px solid #d9e200;
    opacity: .8
}

a.btn--big, .btn--big {
    font-size: 1.2em;
    padding: 19px 54px
}

a.btn--darker-hover:hover, .btn--darker-hover:hover, a.btn--darker-hover:link:hover, .btn--darker-hover:link:hover, a.btn--darker-hover:visited:hover, .btn--darker-hover:visited:hover {
    color: #0a3c74 !important;
    background: transparent;
    border: 3px solid #0a3c74 !important
}

a.btn--secondary, .btn--secondary {
    border: 3px solid #0a3c74;
    background: #0a3c74;
    color: #fff
}

a.btn--secondary:hover, .btn--secondary:hover, a.btn--secondary:link:hover, .btn--secondary:link:hover, a.btn--secondary:visited:hover, .btn--secondary:visited:hover {
    color: #0a3c74 !important;
    background: transparent;
    border: 3px solid #0a3c74 !important
}

a.btn--third, .btn--third {
    border: 3px solid #4c84c1;
    background: #4c84c1;
    color: #fff
}

a.btn--third:hover, .btn--third:hover, a.btn--third:link:hover, .btn--third:link:hover, a.btn--third:visited:hover, .btn--third:visited:hover {
    color: #4c84c1 !important;
    background: transparent;
    border: 3px solid #4c84c1 !important
}

a.btn--white, .btn--white {
    border: 3px solid #fff;
    background: #fff;
    color: #0a3c74
}

a.btn--white:hover, .btn--white:hover, a.btn--white:link:hover, .btn--white:link:hover, a.btn--white:visited:hover, .btn--white:visited:hover {
    color: #fff !important;
    background: transparent;
    border: 3px solid #fff !important
}

a.btn--white-border, .btn--white-border {
    border: 1px solid #0a3c74;
    background: #fff;
    color: #0a3c74
}

a.btn--white-border:hover, .btn--white-border:hover, a.btn--white-border:link:hover, .btn--white-border:link:hover, a.btn--white-border:visited:hover, .btn--white-border:visited:hover {
    color: #0a3c74 !important;
    background: transparent;
    border: 1px solid #0a3c74 !important
}

a.btn--plus, .btn--plus {
    width: 60px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    padding: 15px;
    position: relative
}

a.btn--plus:after, .btn--plus:after {
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    color: #0a3c74;
    position: absolute;
    top: 15px;
    left: 20px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    visibility: visible;
    opacity: 1
}

a.btn--plus span, .btn--plus span {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

a.btn--plus:hover, .btn--plus:hover {
    border: 3px solid #d9e200 !important;
    background: #d9e200 !important;
    color: #0a3c74 !important;
    width: 165px
}

a.btn--plus:hover:after, .btn--plus:hover:after {
    visibility: hidden;
    opacity: 0
}

a.btn--plus:hover span, .btn--plus:hover span {
    visibility: visible;
    opacity: 1
}

input[type=text], input[type=url], input[type=email], input[type=password], textarea, select {
    color: #777;
    font: 500 1.7rem/1em 'sofia_pro', sans-serif;
    border: 1px solid #777;
    border-radius: 50px;
    padding: 20px 30px;
    margin-bottom: 1px;
    width: 100%;
    border: 1px solid #d9e200;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(.36, 0, 0, 1);
    transition-timing-function: cubic-bezier(.36, 0, 0, 1)
}

input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus {
    border-color: #d9e200
}

select {
    -webkit-appearance: none
}

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

@media only screen and (min-width: 992px) {
    input[type=text].small,
    input[type=url].small,
    input[type=email].small,
    input[type=password].small {
        width: 25%;
    }
}

@media only screen and (min-width: 992px) {
    input[type=text].medium,
    input[type=url].medium,
    input[type=email].medium,
    input[type=password].medium {
        width: 65%;
    }
}

.groupe-input-multi {
    position: relative;
    display: block;
    color: #777777;
    background: #ffffff;
    font: 500 1.7rem/1em 'sofia_pro', sans-serif;
    border-radius: 50px;
    margin-bottom: 1px;
    border: 1px solid #d9e200;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}

.groupe-input-multi__titre {
    position: relative;
    z-index: 11;
    cursor: pointer;
    padding: 20px 50px 20px 30px;
}

.groupe-input-multi__titre i {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0a3c74;
    pointer-events: none;
}

.groupe-input-multi__titre i.cest-un-arrow {
    -webkit-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px));
}

.groupe-input-multi__modal {
    display: none;
    text-align: center;
    padding: 15px;
    position: absolute;
    top: 25px;
    left: -1px;
    z-index: 10;
    background: #ffffff;
    width: calc(100% + 2px);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 1px solid #d9e200;
    border-right: 1px solid #d9e200;
    border-bottom: 1px solid #d9e200;
}

.groupe-input-multi__modal .group-checkbox-radio {
    position: relative;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
}

.groupe-input-multi__modal .group-checkbox-radio input ~ span {
    color: #777777;
    padding: 20px 0 20px 45px;
}

.groupe-input-multi__modal .group-checkbox-radio input ~ span:before {
    padding-top: 8px;
    height: 26px;
}

.group-input {
    position: relative;
    display: block
}

.group-input--a-un-icon input[type=text], .group-input--a-un-icon input[type=url], .group-input--a-un-icon input[type=email], .group-input--a-un-icon input[type=password], .group-input--a-un-icon textarea, .group-input--a-un-icon select {
    padding: 20px 50px 20px 30px
}

.group-input i {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0a3c74;
    pointer-events: none
}

.group-input i.cest-un-arrow {
    -webkit-transform: translateY(calc(-50% - 3px));
    transform: translateY(calc(-50% - 3px))
}

.group-checkbox-radio {
    position: relative;
    cursor: pointer
}

.group-checkbox-radio input {
    display: none
}

.group-checkbox-radio input ~ span {
    padding: 3px 0 0 45px;
    display: block;
    color: #fff
}

.group-checkbox-radio input ~ span:before {
    content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #0a3c74;
    padding-top: 7px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    width: 35px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d9e200;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.group-checkbox-radio input:checked ~ span:before {
    content: '\f00c'
}

/**
 * 9- Sidebar
 */
/**
 * 10- Pagination
 */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #d9e200;
    border-color: #d9e200
}

.pagination > li > a, .pagination > li > span {
    color: #0a3c74
}

/**
 * 11- Main
 */
.site-content {
    min-height: 80vh
}

.slick-dots {
    z-index: 2
}

.slick-dots li button:before {
    font-size: 16px;
    opacity: 1;
    color: #d9e200
}

.slick-dots li.slick-active button:before {
    color: #0a3c74;
    opacity: 1
}

/**
 * 12- Stacks
 */
.stack--container {
    padding: 30px
}

@media only screen and (max-width: 768px) {
    .stack--container {
        padding: 15px
    }
}

.stack--container-middle {
    padding: 60px 30px
}

@media only screen and (max-width: 768px) {
    .stack--container-middle {
        padding: 15px
    }
}

.stack--container-large {
    padding: 90px 30px
}

@media only screen and (max-width: 768px) {
    .stack--container-large {
        padding: 15px
    }
}

.stack__middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    display: block
}

.stack__heroban-accueil {
    background: #4c84c1 url("../images/eer-img-header-accueil-min.jpg") scroll no-repeat center / cover;
    height: 500px;
    position: relative
}

@media only screen and (max-width: 768px) {
    .stack__heroban-accueil {
        height: auto
    }
}

.stack__heroban-accueil__inner {
    border-top: 3px solid #4c84c1;
    border-left: 3px solid #4c84c1;
    height: 100%;
    position: relative
}

@media only screen and (max-width: 768px) {
    .stack__heroban-accueil__inner {
        border-right: 3px solid #4c84c1
    }
}

.stack__heroban-accueil__inner:before, .stack__heroban-accueil__inner:after {
    content: '';
    position: absolute
}

@media only screen and (max-width: 768px) {
    .stack__heroban-accueil__inner:before, .stack__heroban-accueil__inner:after {
        content: none
    }
}

.stack__heroban-accueil__inner:before {
    width: 3px;
    height: calc(100% - 65px);
    background: #4c84c1;
    top: 0;
    right: 0
}

.stack__heroban-accueil__inner:after {
    height: 3px;
    width: calc(100% - 335px);
    background: #4c84c1;
    bottom: 0;
    left: 0
}

.stack__heroban-accueil__inner .stack__middle {
    text-align: center
}

@media only screen and (max-width: 768px) {
    .stack__heroban-accueil__inner .stack__middle {
        -webkit-transform: none;
        transform: none;
        position: static
    }
}

.stack__heroban-accueil__btn-infolettre {
    position: absolute;
    bottom: 25px;
    right: 30px
}

.stack__heroban-accueil h1 {
    margin-bottom: 45px;
    padding: 0 15px
}

@media only screen and (max-width: 768px) {
    .stack__heroban-accueil h1 {
        padding: 90px 15px 0
    }
}

.stack__heroban {
    background: #4c84c1 scroll no-repeat center / cover;
    height: 500px;
    position: relative
}

.stack__heroban__inner {
    border: 3px solid #4c84c1;
    height: 100%;
    position: relative
}

.stack__heroban__inner .stack__middle {
    text-align: center
}

.stack__heroban__btn-infolettre {
    position: absolute;
    bottom: 25px;
    right: 30px
}

.stack__heroban h1 {
    margin-bottom: 45px;
    padding: 0 15px
}

.stack__heroban .the-content {
    padding: 0 15px
}

.stack__cta-accueil {
    background: #0a3c74
}

.stack__cta-accueil__grid {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 10px;
    padding-bottom: 45px
}

@media only screen and (max-width: 768px) {
    .stack__cta-accueil__grid {
        grid-template-columns:repeat(1, 1fr);
        padding-bottom: 0
    }
}

.stack__cta-accueil__item, a.stack__cta-accueil__item {
    height: 150px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

@media only screen and (max-width: 768px) {
    .stack__cta-accueil__item, a.stack__cta-accueil__item {
        height: 125px
    }
}

.stack__cta-accueil__item__inner, a.stack__cta-accueil__item__inner {
    background: #4c84c1;
    height: 100%;
    display: block;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    color: #02bff2;
    font-size: 1.5em;
    font-weight: 600
}

.stack__cta-accueil__item__inner img, a.stack__cta-accueil__item__inner img {
    display: inline-block;
    padding: 0 15px 5px 0
}

@media only screen and (max-width: 768px) {
    .stack__cta-accueil__item__inner img,
    a.stack__cta-accueil__item__inner img {
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.stack__cta-accueil__item__inner .stack__middle, a.stack__cta-accueil__item__inner .stack__middle {
    text-align: center
}

@media only screen and (max-width: 768px) {
    .stack__cta-accueil__item__inner .stack__middle, a.stack__cta-accueil__item__inner .stack__middle {
        text-align: left;
        padding-left: 150px;
        padding-right: 30px
    }
}

.stack__cta-accueil__item--larger, a.stack__cta-accueil__item--larger {
    height: 200px
}

@media only screen and (max-width: 768px) {
    .stack__cta-accueil__item--larger,
    a.stack__cta-accueil__item--larger {
        height: 125px;
    }
}

.stack__cta-accueil__item--larger .stack__cta-accueil__item__inner, a.stack__cta-accueil__item--larger .stack__cta-accueil__item__inner {
    color: #d9e200
}

.stack__cta-accueil__item:hover .stack__cta-accueil__item__inner, a.stack__cta-accueil__item:hover .stack__cta-accueil__item__inner {
    background: rgba(76, 132, 193, 0.8)
}

.stack__nouvelle-carrousel {
    padding-bottom: 120px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 768px) {
    .stack__nouvelle-carrousel {
        padding-bottom: 180px
    }
}

.stack__nouvelle-carrousel:before, .stack__nouvelle-carrousel:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 450px;
    height: 450px
}

@media only screen and (max-width: 768px) {
    .stack__nouvelle-carrousel:before,
    .stack__nouvelle-carrousel:after {
        width: 300px;
        height: 300px
    }
}

.stack__nouvelle-carrousel:before {
    background: #02bff2;
    bottom: -140px;
    left: -140px
}

@media only screen and (max-width: 768px) {
    .stack__nouvelle-carrousel:before {
        bottom: -150px;
        left: -130px
    }
}

.stack__nouvelle-carrousel:after {
    background: #81318c;
    bottom: -300px;
    left: 100px
}

@media only screen and (max-width: 768px) {
    .stack__nouvelle-carrousel:after {
        bottom: -235px;
        left: 50px
    }
}

.stack__nouvelle-carrousel__slider__item {
    margin-bottom: 45px
}

.stack__nouvelle-carrousel__slider-controllers__precedente {
    position: absolute;
    left: 30px;
    bottom: 60px;
    z-index: 2
}

.stack__nouvelle-carrousel__slider-controllers__suivante {
    position: absolute;
    right: 30px;
    bottom: 60px;
    z-index: 2
}

.stack__nouvelle-carrousel .slick-arrow {
    display: none !important
}

.stack__temoignage-carrousel {
    background: #0a3c74;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 120px
}

@media only screen and (max-width: 768px) {
    .stack__temoignage-carrousel {
        padding-bottom: 90px
    }
}

.stack__temoignage-carrousel__slider__item {
    border: 2px solid #4c84c1;
    margin: 3px 3px 45px 3px;
    padding: 30px;
    color: #fff
}

.stack__temoignage-carrousel__slider__item__personne {
    position: relative;
    margin-bottom: 30px
}

.stack__temoignage-carrousel__slider__item__personne__photo {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

.stack__temoignage-carrousel__slider__item__personne__nom {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 6px 0 0 65px
}

.stack__temoignage-carrousel__slider__item__personne__titre {
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin-left: 65px
}

.stack__temoignage-carrousel__slider__item .the-content {
    margin-bottom: 20px
}

.stack__temoignage-carrousel__slider__item__etoiles .fas {
    color: #02bff2;
    font-size: 10px;
    opacity: .3
}

.stack__temoignage-carrousel__slider__item__etoiles .fas.active {
    opacity: 1
}

.stack__temoignage-carrousel .slick-dots li.slick-active button:before {
    color: #02bff2;
    opacity: 1
}

.stack__temoignage-carrousel .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.stack__temoignage-carrousel .slick-slide {
    height: inherit !important
}

.stack__archive-a-propos {
    position: relative;
    overflow: hidden
}

.stack__archive-a-propos--avec-cercle:before, .stack__archive-a-propos--avec-cercle:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 450px;
    height: 450px
}

@media only screen and (max-width: 768px) {
    .stack__archive-a-propos--avec-cercle:before,
    .stack__archive-a-propos--avec-cercle:after {
        width: 300px;
        height: 300px
    }
}

.stack__archive-a-propos--avec-cercle:before {
    background: #02bff2;
    bottom: -140px;
    right: -140px
}

@media only screen and (max-width: 768px) {
    .stack__archive-a-propos--avec-cercle:before {
        bottom: -150px;
        right: -130px
    }
}

.stack__archive-a-propos--avec-cercle:after {
    background: #d9e200;
    bottom: -300px;
    right: 100px
}

@media only screen and (max-width: 768px) {
    .stack__archive-a-propos--avec-cercle:after {
        bottom: -235px;
        right: 50px
    }
}

.stack__archive-a-propos__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .stack__archive-a-propos__item {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.stack__archive-a-propos img {
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    height: 65px;
}

.stack__archive-a-propos h3 {
    margin-bottom: 20px;
    position: relative;
    z-index: 2
}

.stack__archive-a-propos .the-content {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.stack__archive-a-propos a {
    position: relative;
    z-index: 2
}

.stack__retour a {
    display: block
}

.stack__retour a img {
    display: inline-block
}

.stack__retour a span {
    color: #d9e200;
    font-size: 1.3em;
    font-weight: 900;
    display: inline-block;
    margin-left: 15px;
    vertical-align: text-top;
    -webkit-transition: 400ms all;
    transition: 400ms all
}

.stack__retour a:hover span {
    color: #fff !important
}

.stack__archive-activite-en-reseau {
    background: #0a3c74
}

.stack__archive-activite-en-reseau__grid {
    display: grid;
    grid-template-areas:'filtre filtre filtre filtre' 'archive archive archive sidebar';
    grid-template-columns:repeat(1, 1fr);
    grid-gap: 5px
}

@media only screen and (max-width: 1200px) {
    .stack__archive-activite-en-reseau__grid {
        grid-template-areas:'filtre filtre filtre' 'archive archive sidebar';
        grid-template-columns:repeat(1, 1fr)
    }
}

@media only screen and (max-width: 922px) {
    .stack__archive-activite-en-reseau__grid {
        grid-template-areas:'filtre filtre' 'archive sidebar';
        grid-template-columns:repeat(1, 1fr)
    }
}

@media only screen and (max-width: 768px) {
    .stack__archive-activite-en-reseau__grid {
        grid-template-areas:'filtre' 'archive' 'sidebar';
        grid-template-columns:repeat(1, 1fr)
    }
}

.stack__archive-activite-en-reseau__grid__filtre {
    grid-area: filtre;
    margin-bottom: 25px
}

.stack__archive-activite-en-reseau__grid__filtre label {
    display: inline-block;
    width: 265px;
    vertical-align: middle
}

@media only screen and (max-width: 1500px) {
    .stack__archive-activite-en-reseau__grid__filtre label {
        width: 200px
    }
}

@media only screen and (max-width: 1200px) {
    .stack__archive-activite-en-reseau__grid__filtre label {
        width: 100%;
        margin-bottom: 30px
    }
}

.stack__archive-activite-en-reseau__grid__filtre .groupe-input-multi {
    display: inline-block;
}

.stack__archive-activite-en-reseau__grid__filtre .group-checkbox-radio {
    margin-left: 45px;
    width: 265px
}

@media only screen and (max-width: 1200px) {
    .stack__archive-activite-en-reseau__grid__filtre .group-checkbox-radio {
        margin-left: 0
    }
}

.stack__archive-activite-en-reseau__grid__filtre .btn-filtre {
    display: none
}

@media only screen and (max-width: 1200px) {
    .stack__archive-activite-en-reseau__grid__filtre .btn-filtre {
        display: block
    }
}

.stack__archive-activite-en-reseau__grid__filtre .groupe-filtre {
    display: none;
    padding-top: 30px
}

@media only screen and (min-width: 1200px) {
    .stack__archive-activite-en-reseau__grid__filtre .groupe-filtre {
        display: block !important;
        padding-top: 0
    }
}

.stack__archive-activite-en-reseau__grid__archive {
    grid-area: archive;
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    grid-gap: 5px
}

@media only screen and (max-width: 1300px) {
    .stack__archive-activite-en-reseau__grid__archive {
        grid-template-columns:repeat(1, 1fr)
    }
}

@media only screen and (max-width: 922px) {
    .stack__archive-activite-en-reseau__grid__archive {
        grid-template-columns:repeat(1, 1fr)
    }
}

.stack__archive-activite-en-reseau__grid__sidebar {
    grid-area: sidebar
}

.stack__archive-activite-en-reseau__article {
    position: relative
}

.stack__archive-activite-en-reseau__article--a-un-bandeau .stack__archive-activite-en-reseau__article__titre {
    padding-top: 60px
}

.stack__archive-activite-en-reseau__article__inner {
    border: 3px solid #4c84c1;
    height: 100%;
    padding: 30px
}

@media only screen and (max-width: 768px) {
    .stack__archive-activite-en-reseau__article__inner {
        padding: 15px
    }
}

.stack__archive-activite-en-reseau__article__bandeau {
    position: absolute;
    top: 30px;
    left: 3px;
    background: #4c84c1;
    border-top: 1px solid #d9e200;
    border-bottom: 1px solid #d9e200;
    color: #fff;
    padding: 7px 105px 7px 30px;
    height: 40px
}

@media only screen and (max-width: 1400px) {
    .stack__archive-activite-en-reseau__article__bandeau {
        padding: 7px 50px 7px 30px
    }
}

@media only screen and (max-width: 1200px) {
    .stack__archive-activite-en-reseau__article__bandeau {
        padding: 7px 30px 7px 30px
    }
}

@media only screen and (max-width: 768px) {
    .stack__archive-activite-en-reseau__article__bandeau {
        padding: 7px 30px 7px 15px
    }
}

.stack__archive-activite-en-reseau__article__bandeau:before, .stack__archive-activite-en-reseau__article__bandeau:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.stack__archive-activite-en-reseau__article__bandeau:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #d9e200;
    border-width: 20px;
    margin-top: -20px
}

.stack__archive-activite-en-reseau__article__bandeau:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #0a3c74;
    border-width: 19px;
    margin-top: -19px
}

.stack__archive-activite-en-reseau__article__titre {
    margin-bottom: 20px;
    position: relative;
    z-index: 2
}

.stack__archive-activite-en-reseau__article__contenu {
    margin-bottom: 90px;
    position: relative;
    z-index: 2
}

.stack__archive-activite-en-reseau__article__contenu__item {
    margin-bottom: 30px
}

.stack__archive-activite-en-reseau__article__btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2
}

.stack__archive-activite-en-reseau__side-element {
    background: #d9e200;
    display: block;
    padding: 30px;
    margin-bottom: 5px
}

.stack__archive-activite-en-reseau__side-element img {
    padding-bottom: 15px
}

@media only screen and (max-width: 768px) {
    .stack__archive-activite-en-reseau__side-element {
        padding: 15px
    }
}

.stack__single-actvities-en-reseau {
    display: grid;
    grid-template-areas:'titre titre titre titre' 'article article article sidebar' 'minscrire minscrire minscrire minscrire';
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 10px;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 1200px) {
    .stack__single-actvities-en-reseau {
        grid-template-areas:'titre titre titre' 'article article sidebar' 'minscrire minscrire minscrire';
        grid-template-columns:repeat(3, 1fr)
    }
}

@media only screen and (max-width: 922px) {
    .stack__single-actvities-en-reseau {
        grid-template-areas:'titre' 'article' 'sidebar' 'minscrire';
        grid-template-columns:repeat(1, 1fr)
    }
}

.stack__single-actvities-en-reseau--avec-cercle:before, .stack__single-actvities-en-reseau--avec-cercle:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 450px;
    height: 450px
}

@media only screen and (max-width: 768px) {
    .stack__single-actvities-en-reseau--avec-cercle:before,
    .stack__single-actvities-en-reseau--avec-cercle:after {
        width: 300px;
        height: 300px
    }
}

.stack__single-actvities-en-reseau--avec-cercle:before {
    background: #81318c;
    bottom: -140px;
    right: -140px
}

@media only screen and (max-width: 768px) {
    .stack__single-actvities-en-reseau--avec-cercle:before {
        bottom: -150px;
        right: -130px
    }
}

.stack__single-actvities-en-reseau--avec-cercle:after {
    background: #d9e200;
    bottom: -300px;
    right: 100px
}

@media only screen and (max-width: 768px) {
    .stack__single-actvities-en-reseau--avec-cercle:after {
        bottom: -235px;
        right: 50px
    }
}

.stack__single-actvities-en-reseau__titre {
    grid-area: titre;
    position: relative;
    z-index: 2
}

.stack__single-actvities-en-reseau__titre h1 {
    margin-bottom: 25px
}

.stack__single-actvities-en-reseau__article {
    grid-area: article;
    position: relative;
    z-index: 2
}

.stack__single-actvities-en-reseau__sidebar {
    grid-area: sidebar;
    position: relative;
    z-index: 2
}

.stack__single-actvities-en-reseau__sidebar a.btn {
    width: 100%;
    margin-bottom: 10px
}

.stack__single-actvities-en-reseau__sidebar .bloc-sidebar {
    background: #efefef;
    padding: 30px
}

.stack__single-actvities-en-reseau__sidebar .bloc-sidebar__item {
    border-bottom: 3px solid #4c84c1;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.stack__single-actvities-en-reseau__sidebar .bloc-sidebar__item:last-of-type {
    margin-bottom: 0;
    border: 0;
    padding: 0
}

.stack__single-actvities-en-reseau__sidebar .bloc-sidebar__item h3 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #81318c
}

.stack__single-actvities-en-reseau__sidebar .bloc-sidebar__item a {
    color: #37c9f1;
    font-weight: 900
}

.stack__single-actvities-en-reseau__sidebar .bloc-sidebar .exerpt ul li:after, .stack__single-actvities-en-reseau__sidebar .bloc-sidebar .the-content ul li:after {
    color: #81318c;
    top: 2px;
    left: -20px;
    font-size: 10px
}

.stack__single-actvities-en-reseau__minscrire {
    grid-area: minscrire;
    padding-top: 30px;
    text-align: center;
    position: relative;
    z-index: 2
}

.stack__contenu__date {
    font-size: 14px;
    font-weight: 600;
    color: #0a3c74;
    margin: 0 0 46px
}

.stack__contenu__date .separation {
    margin: 0 7px;
    display: inline-block
}

.stack__contenu__image-a-la-une {
    margin: 30px 0;
    width: 100%
}

.stack__contenu__content {
    margin: 30px 0 100px
}

.stack__contenu__ressoc h5 {
    margin-bottom: 15px
}

.stack__contenu__ressoc a {
    margin-right: 25px
}

.stack__accordeon__item {
    margin-bottom: 30px
}

.stack__accordeon__item__titre {
    border-bottom: 3px solid #4c84c1;
    display: block;
    position: relative;
    padding: 0 75px 0 0
}

.stack__accordeon__item__titre__icone {
    width: 75px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: unset;
    margin-bottom: -15px
}

@media only screen and (max-width: 1100px) {
    .stack__accordeon__item__titre__icone {
        display: none
    }
}

.stack__accordeon__item__titre__heading {
    color: #81318c;
    font-size: 35px;
    display: inline-block
}

.stack__accordeon__item__titre__tooltip {
    color: #81318c;
    display: inline-block;
    margin-left: 15px
}

.stack__accordeon__item__titre__tooltip i {
    font-size: 20px
}

.stack__accordeon__item__titre__trigger {
    position: absolute;
    top: 0;
    right: 0
}

.stack__accordeon__item__contenu {
    display: none
}

.stack__accordeon__item__contenu__item {
    position: relative;
    padding: 30px 30px 30px 100px;
    border-bottom: 3px solid #4c84c1
}

.stack__accordeon__item__contenu__item__icone {
    position: absolute;
    top: 25px;
    left: 30px
}

.stack__accordeon__item__contenu__item h3 {
    color: #02bff2;
    margin-bottom: 30px
}

.stack__accordeon__item__contenu__item .the-content {
    margin: 0
}

.stack__cards {
    margin: 30px 0 60px
}

.stack__cards .stack__archive-activite-en-reseau__article__contenu__item a {
    color: #02bff2;
    font-weight: 900 !important
}

.stack__partenaires header {
    border-bottom: 3px solid #4c84c1;
    margin-bottom: 30px
}

.stack__partenaires main img {
    max-width: 180px;
    display: inline-block
}

.stack__selection-groupe--avec-cercle {
    position: relative;
    overflow: hidden
}

.stack__selection-groupe--avec-cercle .cercle-1, .stack__selection-groupe--avec-cercle .cercle-2, .stack__selection-groupe--avec-cercle .cercle-3 {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px
}

.stack__selection-groupe--avec-cercle .cercle-1 {
    background: #02bff2;
    bottom: -140px;
    right: -140px;
    z-index: 3
}

@media only screen and (max-width: 768px) {
    .stack__selection-groupe--avec-cercle .cercle-1 {
        bottom: -150px;
        right: -130px
    }
}

.stack__selection-groupe--avec-cercle .cercle-2 {
    background: #d9e200;
    bottom: -247px;
    right: 42px;
    z-index: 3
}

@media only screen and (max-width: 768px) {
    .stack__selection-groupe--avec-cercle .cercle-2 {
        bottom: -231px;
        right: 33px
    }
}

.stack__selection-groupe--avec-cercle .cercle-3 {
    background: #81318c;
    bottom: -235px;
    right: 68px;
    z-index: 1;
    width: 450px;
    height: 450px
}

@media only screen and (max-width: 768px) {
    .stack__selection-groupe--avec-cercle .cercle-3 {
        bottom: -150px;
        right: -130px
    }
}

.stack__selection-groupe__grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 10px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1000px) {
    .stack__selection-groupe__grid {
        grid-template-columns:repeat(1, 1fr)
    }
}

.stack__selection-groupe__grid a {
    height: 500px;
    background: #4c84c1 scroll no-repeat center / cover;
    padding: 30px;
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

@media only screen and (max-width: 1000px) {
    .stack__selection-groupe__grid a {
        height: 250px;
        padding: 15px
    }
}

.stack__selection-groupe__grid a:hover {
    opacity: .8
}

.stack__selection-groupe__grid a h3 {
    color: #d9e200;
    min-height: 102px;
    max-width: 225px;
    width: 100%
}

.stack__selection-groupe h2 {
    margin-bottom: 30px
}

.stack__nouvelles {
    padding-bottom: 0
}

.stack__nouvelles__article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #4c84c1
}

.stack__nouvelles__article:last-of-type {
    margin-bottom: 0
}

.stack__nouvelles__article a {
    font-weight: 300;
    display: block;
    position: relative;
    padding-right: 175px
}

@media only screen and (max-width: 768px) {
    .stack__nouvelles__article a {
        padding-right: 0;
        display: inline-block
    }
}

.stack__nouvelles__article a span.btn {
    position: absolute;
    top: 0;
    right: 0
}

@media only screen and (max-width: 768px) {
    .stack__nouvelles__article a span.btn {
        margin-top: 30px;
        position: static
    }
}

.stack__pagination {
    text-align: center
}

.stack__pagination img {
    display: inline-block;
    margin: 0 15px
}

.stack__pagination a {
    font-weight: 900;
    font-size: 24px;
    color: #d9e200;
    display: inline-block;
    margin: 0 15px
}

@media only screen and (max-width: 922px) {
    .stack__pagination a {
        font-size: 20px;
        margin: 0 5px
    }
}

.stack__pagination a.active {
    color: #fff
}

.stack__pagination a:hover {
    color: #f6ff00
}

@media only screen and (max-width: 922px) {
    .stack__pagination a span {
        display: none;
    }
}

.stack__calendrier__header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: 'prev titre titre titre next';
    grid-gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 4px solid #4c84c1;
}

@media only screen and (max-width: 860px) {
    .stack__calendrier__header {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'titre titre' 'prev next';
    }
}

@media only screen and (max-width: 768px) {
    .stack__calendrier__header {
        grid-gap: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.stack__calendrier__header .titre {
    grid-area: titre;
    text-align: center;
    margin: 0;
}

.stack__calendrier__header a.prev,
.stack__calendrier__header a.next {
    color: #d9e200;
    font-size: 1.2em;
    padding-top: 18px;
}

.stack__calendrier__header a.prev:hover,
.stack__calendrier__header a.next:hover {
    color: #f6ff00;
}

.stack__calendrier__header a.prev {
    grid-area: prev;
    text-align: left;
}

.stack__calendrier__header a.next {
    grid-area: next;
    text-align: right;
}

.stack__calendrier__filtre {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .stack__calendrier__filtre {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .stack__calendrier__filtre h5 {
        margin-bottom: 15px;
    }
}

.stack__calendrier__filtre .filtres {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .stack__calendrier__filtre .filtres {
        margin-bottom: 15px;
    }
}

.stack__calendrier__filtre .filtres li {
    color: #ffffff;
    display: inline-block;
    margin-right: 45px;
}

@media only screen and (max-width: 768px) {
    .stack__calendrier__filtre .filtres li {
        width: 100%;
        display: block;
    }
}

.stack__calendrier__filtre .groupe-filtre .group-input,
.stack__calendrier__filtre .groupe-filtre .groupe-input-multi {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .stack__calendrier__filtre .groupe-filtre .group-input,
    .stack__calendrier__filtre .groupe-filtre .groupe-input-multi {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }
}

.stack__calendrier .calendar table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 3px solid #4c84c1;
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar table {
        border: none;
    }
}

.stack__calendrier .calendar table tr th,
.stack__calendrier .calendar table tr td {
    padding: 15px;
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar table tr th,
    .stack__calendrier .calendar table tr td {
        padding: 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar table tr.date-box {
        display: none;
    }
}

.stack__calendrier .calendar th.days {
    padding: 25px 15px;
    border: 3px solid #4c84c1;
    text-transform: uppercase;
    background: #4c84c1;
    color: #ffffff;
    text-align: left;
    font-size: 23px;
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar th.days {
        display: none;
    }
}

.stack__calendrier .calendar .month-view tr td {
    min-width: 120px;
    width: 14%;
    border-top: 0px solid transparent;
    border-left: 3px solid #4c84c1;
    border-right: 3px solid #4c84c1;
    text-align: right;
    background: #ffffff;
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar .month-view tr td {
        width: 100%;
        display: block;
    }
}

.stack__calendrier .calendar .month-view tr td.date-box {
    border-bottom: 0px solid transparent;
    text-align: left;
    padding-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    color: #0a3c74;
}

.stack__calendrier .calendar .month-view tr td.date-box.not-current-month {
    color: #ABBFD5;
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar .month-view:first-of-type {
        border-top: 3px solid #4c84c1;
    }
}

.stack__calendrier .calendar .month-view tr td.single-day {
    border-bottom: 3px solid #4c84c1;
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar .month-view tr td.single-day:after {
        content: attr(headers) " " attr(data-day-of-month);
    }
}

@media only screen and (max-width: 1100px) {
    .stack__calendrier .calendar .month-view tr td.single-day.empty {
        display: none;
    }
}

.stack__calendrier .single-day .inner {
    min-height: 75px;
}

.stack__calendrier .contents {
    line-height: 1.5 !important;
    z-index: 100;
}

.stack__calendrier .event-wrap {
    display: block;
    padding-left: 27px;
    position: relative;
    margin: 0 0 8px 0;
    width: 100%;
    text-align: left;
    color: #0a3c74;
    font-size: 15px;
    font-weight: 600;
}

.stack__calendrier .event-wrap a {
    display: block;
    color: #0a3c74;
}

.stack__calendrier .event-wrap a:hover {
    color: #0e539e;
}

.stack__calendrier .event-color {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    background-color: #aaa;
}

.stack__calendrier .filtres li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

.stack__calendrier .filtres li:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    background-color: #aaa;
}

.stack__calendrier .filtres--filtre-1:after {
    background-color: #02BFF2 !important;
}

.stack__calendrier .filtres--filtre-2:after {
    background-color: #D9E200 !important;
}

.stack__calendrier .filtres--filtre-3:after {
    background-color: #81318C !important;
}

.stack__calendrier .filtres--filtre-4:after {
    background-color: #F3AB30 !important;
}

.stack__calendrier .filtres--filtre-5:after {
    background-color: #5CDF69 !important;
}

.stack__calendrier .filtres--filtre-6:after {
    background-color: #E470CD !important;
}
.site-header__secondary-navigation ul li a {
    display: block;
    padding: 8px 15px;
    font-size: 14px!important;
    color: #0a3c74;
    border: 0;
}

.site-footer__col a {
    color: #fff;
    font-size: 14px!important;
}
container--md the-content color--white p {
    font-size: 19px!important;
}
/*# sourceMappingURL=style.css.map */