:root {
    --color: #34489e;
    --color-2: #F2B21B;
    --color-3: #ed1c24;
    --primary: #6610f2;
    --secondary: #8897AA;
    --success: #02BC77;
    --info: #28c3d7;
    --warning: #FFD950;
    --danger: #d9534f;
    --light: rgba(24, 28, 33, 0.06);
    --dark: rgba(24, 28, 33, 0.9);
    --font:'Roboto Condensed','Roboto';
}
[class^="qb-"]:before,
[class*=" qb-"]:before {
    font-size: 1.4em;
    line-height: 0em;
    vertical-align: middle;
}
img {
    max-width: 100%;
}
.ico {
    font-size:1.4em;
    line-height: 0;
    /* color:var(--color); */
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: var(--font),
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.47;
    margin: 0;
    padding: 0;
    background: #FFF;
    /* font-family: "Montserrat", sans-serif; */
    color: #333;
}
:not(p) ul {
    margin: 0;
    padding: 0;
    list-style: none;
} 
content {
    display: block;
    max-width: 92vw;
    overflow: auto;
    width: 100%;
}
content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
p ul,
.note-editable ul,
content ul {
    margin: 0 20px;
    padding: initial;
    list-style: initial;
    display: block;
}
content a,
content a:hover,
content a:visited,
content a:active {
    color:var(--color);
}
p {
    margin: 0;
}
.d-none {
    display: none !important;
}
.small {
    font-size: 0.9em;
}
.icon.small {
    font-size: 1.2em;
}
.err {
    display: block;
    background: rgba(255, 51, 100, 0.2);
    border: 1px solid rgba(255, 51, 100, 0.4);
    color: rgba(255, 51, 100, 1);
    padding: 1em;
    margin-bottom: 1em;
}
.err:not(.active) {
    display: none;
}
.msg {
    display: block;
    background: rgba(0, 200, 100, 0.2);
    border: 1px solid rgba(0, 200, 100, 0.4);
    color: rgba(0, 200, 100, 1);
    padding: 1em;
    margin-bottom: 1em;
}
.msg:not(.active) {
    display: none;
}
.inf {
    display: block;
    background: rgba(255, 51, 100, 0.2);
    border: 1px solid rgba(255, 51, 100, 0.4);
    color: rgba(255, 51, 100, 1);
    padding: 1em;
    margin-bottom: 1em;
}
.inf:not(.active) {
    display: none;
}
.tab {
    overflow: hidden;
}
.tab>* {
    display: block;
    float: left;
    margin-right: 20px;
}
.tab>* {
    /* color: var(--color); */
    font-size: 24px;
    font-family: var(--font);
    font-weight: 700;
}
.tab>.active {
    color: var(--color-2);
} 
.tab>.active:after {
    content: '';
    display: block;
    background: #EEE;
    height: 6px;
}
.tab>:hover {
    color:var(--color-2);
}
.container {
    width: 100%;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    margin-right: auto;
    margin-left: auto;
}
main > .container {
    background-color: #FFF;
    box-shadow: 0 0 10px #00000011;
}
.m-0 { margin:0; } .m-1 { margin:4px; } .m-2 { margin:8px; } .m-3 { margin:16px; } .m-4 { margin:1.75rem; }
.mb-0 { margin-bottom:0; } .mb-1 { margin-bottom:4px; } .mb-2 { margin-bottom:8px; } .mb-3 { margin-bottom:16px; } .mb-4 { margin-bottom:1.75rem; }
.mt-0 { margin-top:0; } .mt-1 { margin-top:4px; } .mt-2 { margin-top:8px; } .mt-3 { margin-top:16px; } .mt-4 { margin-top:1em; }
.mr-0 { margin-right:0; } .mr-1 { margin-right:4px; } .mr-2 { margin-right:8px; } .mr-3 { margin-right:16px; } .mr-4 { margin-right:1em; }
.ml-0 { margin-left:0; } .ml-1 { margin-left:4px; } .ml-2 { margin-left:8px; } .ml-3 { margin-left:16px; } .ml-4 { margin-left:1em; }

.mr-0 { margin-right:0; } .mr-1 { margin-right:4px; } .mr-2 { margin-right:8px; } .mr-3 { margin-right:16px; } .mr-4 { margin-right:1em; }
.p-0 { padding:0; } .p-1 { padding:4px; } .p-2 { padding:8px; } .p-3 { padding:16px; } .p-4 { padding:1.75rem; }
.pb-0 { padding-bottom:0; } .pb-1 { padding-bottom:4px; } .pb-2 { padding-bottom:8px; } .pb-3 { padding-bottom:16px; } .pb-4 { padding-bottom:1.75rem; }
.pt-0 { padding-top:0; } .pt-1 { padding-top:4px; } .pt-2 { padding-top:8px; } .pt-3 { padding-top:16px; } .pt-4 { padding-top:1.75rem; }
.pr-0 { padding-right:0; } .pr-1 { padding-right:4px; } .pr-2 { padding-right:8px; } .pr-3 { padding-right:16px; } .pr-4 { padding-right:1.75rem; }
.pl-0 { padding-left:0; } .pl-1 { padding-left:4px; } .pl-2 { padding-left:8px; } .pl-3 { padding-left:16px; } .pl-4 { padding-left:1.75rem; }

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 768px) {
    body .mobile-on {
        display: none !important;
    }

    body .desktop-off {
        display: none !important;
    }
}
@media (max-width: 768px) {
    body .mobile-off {
        display: none;
    }

    body .desktop-on {
        display: none !important;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.1;
    color: #222;
    margin: 1rem 0 1rem 0;
    font-family: var(--font);
}

h1,
.h1 {
    font-size: 2.4rem;
        font-weight: 900;
}
.article h1 {
    text-transform: none;
    font-weight: 700;
}
h2,
.h2 {
    font-size: 1.8rem;
}

h3,
.h3 {
    font-size: 1.6rem;
    font-weight: 400;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}

[href] {
    cursor: pointer;
}

.colored,
.c,
c {
    color: var(--color) !important;
}

.colored2,
.c2,
c2 {
    color: var(--color-2) !important;
}
.colored3,
.c3,
c3 {
    color: var(--color-3) !important;
}

.grid {
    display: grid;
    grid-gap: 1rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
}

.grid-auto-300 {
    grid-template-columns: 1fr 340px;
}

.device-mobile .grid-auto-300 {
    grid-template-columns: 1fr;
}

.grid-300-auto {
    grid-template-columns: 340px 1fr;
}

.device-mobile .grid-300-auto {
    grid-template-columns: 1fr;
}

.device-mobile .col-invert-mobile {
    grid-row: 1;
}

.grid-nogap {
    grid-gap: 0;
}

body:not(.device-mobile) .grid.list {
    grid-gap: 0;
}

body:not(.device-mobile) .grid.list .col {
    grid-column: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #FFF;
}

::-webkit-scrollbar-thumb {
    background: var(--color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color);
}

iframe::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

iframe::-webkit-scrollbar-track {
    background: #FFF;
}

iframe::-webkit-scrollbar-thumb {
    background: var(--color);
}

iframe::-webkit-scrollbar-thumb:hover {
    background: var(--color);
}

::placeholder {
    color: #999;
    font-style: italic;
}

*,
.switcher-indicator::after,
.custom-checkbox .custom-control-label::before {
    border-radius: 0 !important;
}

input,
select {
    border-width: 0;
    outline: none;
    width: 100%;
    background: #FFF;
    color: #222;
    margin-bottom: 1em;
    line-height: initial;
    box-sizing: border-box;
    margin: unset;
    padding: 4px 16px;
    height: 42px;
    border: 1px solid #00000022;
    margin-bottom: 0.5em;
    font-size: 1em;
}

input[type="checkbox"] {
    width: 16px;
    border: 1px solid #EEE;
    display: inline-block;
    height: 16px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

select option {
    background: #FFF;
    color: inherit;
    padding: 0.5em;
}

.checkbox {
    margin: 0 0.5em 0.5em 0;
    user-select: none;
}

.checkbox input[type="checkbox"] {
    height: auto;
    display: none;
}

.checkbox:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #FFF;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 0.5em;
    box-shadow: 0px 0px 1px #000;
}

.checkbox.checked:before {
    width: 14px;
    height: 14px;
    border: 4px solid #FFF;
    background: var(--color);
    box-shadow: 0px 0px 1px #000;
}

input[disabled] {
    color: #999;
    background: #EEE;
}

.is-invalid {
    border: 1px solid rgba(255, 51, 100, 0.4);
    background: rgba(255, 51, 100, 0.1);
}

input[type="currency"],
input[type="number"] {
    text-align: right;
}

label {
    margin: 1em 0em 0.5em 0em;
    display: inline-block;
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    font-weight: 600;
}
input,
select,
.input {
    border-width: 0;
    outline: none;
    width: 100%;
    background: #FFF;
    color: #222;
    margin-bottom: 1em;
    line-height: initial;
    box-sizing: border-box;
    margin: unset;
    padding: 6px 12px;
    border: 1px solid #EEE;
    margin-bottom: 0.5em;
    line-height: 20px;
    min-height: 36px;
}

.input input {
    padding: 0;
    border: 0;
    margin: 0;
    min-height: auto;
}

input[type="checkbox"],
input[type="radio"] {
    width: 16px;
    border: 1px solid #EEE;
    display: inline-block;
    height: 16px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

select option {
    background: #FFF;
    color: inherit;
    padding: 6px 16px;
    line-height: 20px;
}

.checkbox,
.radio {
    margin: 0 0.5em 0.5em 0;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-left: 4px;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    height: auto;
    display: none;
}

.checkbox:before,
.radio:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #FFF;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 0.5em;
    box-shadow: 0px 0px 1px #999;
}

.radio:before {
    border-radius: 100px;
    box-shadow: 0px 0px 2px #999;
}

.checkbox.checked:before,
.radio.checked:before {
    width: 14px;
    height: 14px;
    border: 4px solid #FFF;
    background: var(--color);
}

input[type="date"] {
    padding: 6px;
}

::-webkit-datetime-edit-fields-wrapper {
    font-family: Arial;
}
.btn,
a.btn {
    display: inline-block;
    background: #222;
    color: #FFF;
    text-transform: uppercase;
    padding: 0.5em;
    text-align: center;
}

.btn.btn-dark:hover,
a.btn.btn-dark:hover {
    color: #FFFFFF99;
}

.btn.btn-block {
    width: 100%;
}

input[class*='btn-'] {
    display: inline-block;
}

h1 {
    color: #222;
    font-size: 2.4em;
    margin: 0;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    line-height: 1.1em;
        font-weight: 900;
}

h2, h3 {
    color: #222;
    font-size: 1.6em;
    margin: 0em 0 0.5em 0;
    /* text-transform: uppercase; */
    font-weight: 700;
}
h3 {
    font-size: 1.4em;
}

html {
    height: 100%;
}

body {
    /* overflow: hidden; */
    height: 100%;
}

container {
    display: block;
    height: 100%;
    width: 100%;
    grid-auto-rows: auto 1fr auto auto;
}
main {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    /* border-top: 6px solid #EEE; */
    background: #F8F8F8;
    display: grid;
    grid-template-columns: 1fr;
}
.line {
    display: block;
    height: 6px;
    background-color: #F8F8F8;
    margin:20px 0;
}
main container {
    display: block;
    max-width: 760px;
    width: 100%;
    height: auto;
    grid-auto-rows: auto;
    margin-right: auto;
    margin-left: auto;
}

footer {
    background: #222;
    color: #FFF;
}
footer h3 {
    color: #FFF;
}

header {}

[data-tab]:not(.active) {
    display: none;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background: #FFFFFF99;
    display: grid;
    align-items: center;
    align-content: center;
    grid-column: min-content;
    color: #FFF;
    padding: 1em;
    line-height: 3em;
}

.loading:after {
    content: 'Veuillez patienter...';
    align-self: center;
    font-weight: bold;
    color: #333;
}

.loading:not(.active) {
    display: none;
}

.inline {
    display: inline-block;
}

.center {
    text-align: center;
}

.box {
    background: #FFF;
    box-shadow: 0 0 10px #00000011;
    margin: 1em;
    text-align: left;
}
header {
    /* border-bottom: 4px solid var(--color-2); */
    text-align: center;
    width: 100%;
    /* max-width: 1354px;
    margin: auto; */
}
header .brand .img {
    max-width: 130px;
    margin: 0px 20px 0px 20px;
    background: url(/assets/logo-bwbc.svg) center center no-repeat;
    width: 260px;
    min-height: 100px;
    display: inline-block;
    background-size: contain;
    height: 90%;
}
.dark .brand .img {
    background-image: url(/assets/logo-bwbc-invert.svg);
}
.fullsearch {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FFF;
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
}
[name=inp_fullsearch] {
    border: 0;
    margin: 0;
    padding: 16px 20px;
    height: auto;
}
.fullsearch .no_result {
    padding:20px;
}
#mm-fullsearch-results {
    line-height: 1.2em;
}
#mm-fullsearch-results li {
    padding: 8px 16px;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
    overflow: hidden;
}
#mm-fullsearch-results .title {
    color: var(--color);
    text-transform: uppercase;
}
#mm-fullsearch-results .pic {
    float: left;
    margin-right: 10px;
}

body:not(.nav-open-search) .fullsearch {
    display: none;
}

.nav-fix {
    margin-top: 80px;
}
.nav-fix header {
    position: fixed;
    top: 0;
    background: #FFFFFFEE;
    /* box-shadow: 0 0 10px #00000033; */
    z-index: 100;
    right: 0;
    left: 0;
    max-width: 100%;
}
.nav-fix header nav {
    /* border-bottom: 6px solid var(--color); */
}
.nav-fix header nav .up {
    display: none;
}
.nav-fix:not(.nav-open) header .brand .img {
    max-height: 80px;
    margin: 0;
    width: 130px;
    min-height: 52px;
    /* background-image: url(/assets/logo-vb-x.svg); */
}
.nav-fix:not(.nav-open) header nav .down {
    border:0;
}
.nav-open.nav-fix nav {
    max-height: 100vh;
    overflow: auto;
}
.sticky-head {
    background: #222;
    color: #FFF;
    padding: 4px 8px 4px 8px;
    position: relative;
}
.sticky-head:after {
    top: 100%;
    left: 38px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #222;
    border-width: 10px;
    margin-left: -20px;
}
.sticky-head:empty,
body:not(.nav-fix) .sticky-head {
    display: none;
}
header nav {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
}
header nav .nav {
    display: grid;
    grid-template-columns: 100px 1fr 100px;
    grid-template-rows: 1fr auto;
    align-items: center;
    /*  */
}
body:not(.device-mobile) header nav .nav {
    box-shadow: 0 5px 0px #00000005!important;
}
.device-mobile header {
    box-shadow: 0 5px 0px #00000005!important;
}
body.device-mobile:not(.nav-fix) header {
    position: relative;
}

header nav .up,
header nav .down {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    /* padding-right: 10px; */
}
header nav .up {
    margin-top: auto;
    margin-bottom: auto;
}
header nav .down {
    border-top: 6px solid #F8F8F8;
}
.nav-fix header nav .nav {
    grid-template-columns: 1fr auto auto auto auto 1fr;
}
body:not(.device-xs) header nav .menus {
    max-height: 70px;
}
header nav .menus ul {
    display: inline-block;
    margin: 0;
    list-style: none;
    max-width: 100%;
    padding-left: 10px;
    white-space: nowrap;
}
header nav .menus > ul > li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    font-family: var(--font);
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 10px 0 10px 0;
}
header nav .menus > ul > li > a {
    display: block;
    white-space: nowrap;
    text-align: center;
    padding:0 0 0 0;
    /* color: var(--color); */
}
header nav .menus > ul > li.active > a {
    color: var(--color-2) !important;
}
header nav .menus>ul>li>a span {
    display: inline-block;
}
/* header nav .menus > ul > li.active > a span:after {
    content: '';
    display: block;
    background: #EEE;
    height: 6px;
    margin-bottom: -6px;
} */
header nav .menus>ul>li:hover>a span {
    color:var(--color-2);
}
header nav .menus > ul > li > a i.ico.qb-icos-chevron-bottom {
    font-size: 14px;
    /* position: absolute; */
    bottom: 14px;
    /* left: 0; */
    /* right: 0; */
    color: #CCC;
    transition: margin 0.2s;
    margin-right: -1em;
    margin-left: 0.2em;
}
body:not(.device-mobile) header nav .menus>ul>li.active>a i.ico.qb-icos-chevron-bottom,
body:not(.device-mobile) header nav .menus>ul>li:hover>a i.ico.qb-icos-chevron-bottom {
    /* display: none; */
    margin-bottom: -5px;
    transition: margin 0.2s;
}

header nav .menus ul ul {
    display: block;
    background: #FFF;
    position: absolute;
    top: 41px;
    left: 0;
    width: auto;
    max-width: initial;
    /* color: #FFF; */
    padding: 0 0 6px 0;
    white-space: nowrap;
    min-width: 250px;
    /* border-top: 6px solid #00000033; */
    z-index: 99;
    box-shadow: 0 6px 6px #00000011;
}
.nav-fix header nav .menus > ul > li {
    padding: 24px 0 24px 0;
}
.nav-fix header nav .menus ul ul {
    top: 69px;
}
body:not(.device-mobile) header nav .menus ul>li:not(:hover) ul,
.device-mobile header nav .menus ul>li:not(.open) ul {
    display: none;
}
header nav .menus ul ul li {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: normal;
    border-top: 1px solid #EEE;
}
header nav .menus ul ul li a {
    display: block;
    padding: 5px 20px;
    text-align: left;
}
header nav .menus ul ul li:hover {
    background: #00000005;
}

.lastnews {
    margin: 20px 30px 20px 10px;
}
.lastnews .title {
    color: var(--color);
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
    font-family: var(--font);
}
header .tools {
        /* position: absolute; */
        top: 10px;
        right: 10px;
}
.dark, .dark h3 {
    background: #222;
    color: #FFF;
}
.dark, .dark h3 {
    background: #222;
    color: #FFF;
}
.dark .ico {
    color: #FFF;
}
.dark nav {
    background:#222;
    border-bottom: 5px solid #444;
}
.dark .menus ul ul {
    background: #222;
}

.dark .menus ul ul li {
    border-top: 1px solid #FFFFFF22;
}

.dark .menus ul ul li:hover {
    background:#FFFFFF11;
}
body.modal-open {
    overflow: hidden;
}

body.modal-open:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}

.modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    box-sizing: border-box;
    padding: 0.5em;
    overflow-y: auto;
}
body.modal-open .modal {
    display: block;
}
.modal>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 100%;
    padding: 0.5em;
    max-height: 100%;
}

.modal>div>div {
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
}

.modal>div>div>div {
    padding: 1em;
}

.modal>div>div>div+div {
    border-top: 1px solid #EEE;
}

.modal-header {
    font-size: 1.4em;
}

.modal-close {
    position: absolute;
    top: 1em;
    right: 1em;
    color: var(--color);
    line-height: 1em;
}
/****** mm-carousel ******/
.mm-carousel {
    position: relative;
    /*overflow: hidden;*/
    max-width: 100%;
}

.mm-carousel .overflow {
    position: relative;
    background-color: #000;
    padding-top: 40%;
    width: 100%;
    margin: 0;
    padding-top: 470px;
    overflow: hidden;
}

.device-mobile .mm-carousel .overflow {
    padding-top: 200px;
}

.mm-carousel .slides {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
}

.mm-carousel .slides>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transition: margin 1s;
    font-size: 0;
    text-align: left;
}

.mm-carousel .slides>ul>li {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    white-space: normal;
    user-select: none;
    font-size: initial;
}

.mm-carousel>.points {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1em;
    position: absolute;
    z-index: 90;
}

.mm-carousel>.points>div {
    display: inline-block;
    border-radius: 100% !important;
    width: 12px;
    height: 12px;
    line-height: 0;
    margin: 0 0.4em;
    cursor: pointer;
    border: 2px solid #FFF;
    box-shadow: 1px 1px 4px #00000022;
}

.mm-carousel>.points>div.active {
    background-color: #FFF;
}
.mm-carousel .title {
    padding: 8px 0;
    font-size: 46px;
    font-weight: 700;
    font-family: var(--font);
    line-height: 40px;
    display: inline-block;
    text-shadow: 0 0 8px #000000;
}
.mm-carousel .infos {
    background: var(--color-2);
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font);
    line-height: 14px;
    display: inline-block;
}
.mm-carousel .nextback {
    position: absolute;
    width: 100%;
    margin-top: -30px;
    height: 60px;
    top: 50%;
    pointer-events: none;
    z-index: 99;
}
.mm-carousel .nextback>div {
    width: 100%;
    max-width: 1140px;
    margin: auto;
}
.mm-carousel .nextback .next,
.mm-carousel .nextback .back {
    display: inline-block;
    color: #FFF;
    width: 60px;
    height: 60px;
    pointer-events: initial;
    float: right;
    font-size: 40px;
    font-family: 'quba';
    line-height: 60px;
    cursor: pointer;
    text-shadow: 1px 1px 4px #00000066;
}
.mm-carousel .nextback .back {
    float: left;
}
.mm-carousel .nextback .back:after {
    content: '\e00c';
}
.mm-carousel .nextback .next:after {
    content: '\e00d';
}
.mm-carousel .text {
    color:#FFF;
    position:absolute;
    bottom:60px;
    left:60px;
    line-height: 0;
}
.grid-infos {
    grid-template-columns: 1fr 300px;
    
}
ul.infos-p {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.infos-p>li {
    display: grid;
    grid-gap: 0.2rem;
    justify-content: center;
    grid-template-columns: 40px 1fr;
    margin: 0.5em 0;
    border-bottom: 1px solid #EEE;
    padding: 0.5em 0;
    margin-left: -10px;
}

ul.infos-p>li>div .ico {
    font-size: 1.4em;
    width: 40px;
    text-align: center;
}
/**** mm-gallery ****/
.mm-gallery {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.mm-gallery .mm-col:nth-child(1n+14) {
    display: none;
}

#modal-gallery>div {
    width: 800px;
    line-height: 0;
    cursor: pointer;
    user-select: none;
}

#modal-gallery>div>div {
    background: transparent;
    border: 0.5em solid #FFF;
    background: #000;
}

#modal-gallery>div img {
    max-width: 100%;
}

#modal-gallery .back,
#modal-gallery .next {
    position: absolute;
    z-index: 999;
    width: 3em;
    height: 3em;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    line-height: 3em;
    color: #FFF;
    text-shadow: 0 0 4px #000;
    font-size: 1.4em;
    cursor: pointer;
}

#modal-gallery .next {
    right: 0;
}
.grid-main {
    grid-template-columns:1fr 300px;
}
.grid-main .right {
    border-left: 6px solid #F8F8F8;
    padding: 0 0 0 20px;
}
.device-mobile .grid-main ,
.device-tab .grid-main {
    display: block;
}
.device-mobile .grid-main .right,
.device-tab .grid-main .right {
    padding: 20px 0 0 0;
    border: 0;
    border-top: 6px solid #F8F8F8;
    margin-top: 1em;
}
.breadcrumb {
    width: auto;
    height: 32px;
    overflow: auto !important;
    white-space: nowrap;
    margin: 0;
    text-overflow: ellipsis;
    max-width: 100vw;
    padding: 0;
    line-height: 32px;
    margin-left: -1em;
    padding: 0 1em;
}
.breadcrumb ul {
        width: max-content;
/*     position: absolute;
    overflow: hidden;
    max-width: 100%; */
}
.breadcrumb::-webkit-scrollbar { 
    width: 0;
    height: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:nth-child(2) {
    font-weight:bold;
}
.breadcrumb li + li:before {
    content: '\E00D';
    font-family: 'quba';
    font-weight: bold;
    line-height: 1em;
    vertical-align: middle;
    margin: 0 4px;
}
.breadcrumb .ico {
    color: inherit;
    font-size: inherit;
    margin-bottom: 2px;
    display: inline-block;
}
body:not(.device-mobile) .newspaper.np2>div:not(:first-child) {
    border-left: 2px solid #EEE;
    padding-left: 10px;
    margin-left: -10px;
}
body:not(.device-mobile) .newspaper.np2 {
    gap: 20px;
}
.newspaper:not(.np2) {
    column-count: 2;
    column-fill: auto;
    column-gap: 30px;
    column-width: 230px;
    column-rule-color: #00000011;
    column-rule-width: 2px;
    column-rule-style: solid;
}
.device-mobile .newspaper .little-line {
    margin-top: 20px;
    margin-bottom: 20px;
}
.newspaper .image {
    overflow: hidden;
    display: block;
    margin: -0.5em -0.5em 0.5em -0.5em;
    line-height: 0;
    border: 1px inset #00000011;
    background: #00000005;
}
.newspaper img {
    max-width: 100%;
    /* margin: 6px -2px -10px -2px; */
    /* border-top: 4px solid var(--color); */
    /* filter: grayscale(1); */
    /* border: 2px inset #00000011; */
    width: 100%;
    transition: all 0.2s;
    transform-origin: center center;
}
.newspaper .item:hover img {
    filter: grayscale(0.5);
    transition: all 0.2s;
    transform: scale(0.9);
    transform-origin: center center;
}
.newspaper .documents {
    transition: all 0.2s;
}
.newspaper .item:not(:hover) .documents {
    color: #222;
    border-color: #222;
    transition: all 0.2s;
}
.newspaper div:not(:hover) .go {
    background: #CCC;
    transition: all 0.2s;
    display: none;
}
.newspaper .item {
    position: relative;
    border: 1px solid #00000011;
    padding: 1em;
}
.newspaper p {
    overflow: hidden;
    /* text-align: justify; */
    /* font-size: 12px; */
    /* line-height: 1.2em; */
    margin: 0.5em 0 0 0;
    /* margin-bottom: 20px; */
    white-space: pre-line;
}
/* .newspaper p::first-letter {
    font-size:24px;
    line-height: 16px;
} */
.device-mobile .newspaper p {
    font-size: 16px;
}
.newspaper h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    font-family: var(--font);
    line-height: 1.2em;
}
.device-mobile .newspaper h3 {
    font-size:28px;
    line-height: 28px;
}
.infos-stack {
    /* display: grid; */
    /* grid-template-columns: auto auto 1fr; */
    margin-top: 6px;
    line-height: 1.2em;
    font-size: 0.9em;
}
/* .infos-stack + p {
    margin-bottom: -6px;
} */
.infos-stack .type {
    display: inline-block;
    /* background: var(--color-2); */
    /* color: #FFF; */
    /* padding: 2px 6px; */
}
.infos-stack .date {
    /* background: var(--color); */
    /* color: #FFF; */
    /* padding: 2px 6px; */
}
.infos-stack span {
    white-space: nowrap;
}
.infos-stack span + span {
    margin-left: 0.5em;
}
.infos-stack span + span:before {
    content: '|';
    margin-right: .5em;
}
/* .device-mobile .newspaper .sep-dates {
    display: none;
} */
.go {
    display: inline-block;
    float: right;
    background-color: var(--color);
    min-width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #FFF;
}

.go:after {
    content: "\e00d";
    font-family: 'quba';
    color: #FFF;
    transition: all 0.2s;
    vertical-align: middle;
    margin: 4px;
}

.go:before {
    content: 'Lire la suite';
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    color: #FFF;
}
.little-line {
    width: 100px;
    height: 2px;
    background-color: #222;
    margin: 1em auto;
    clear: both;
}
.nav-mobile { display: none; }
.list-arrow {
    /* font-size: 0.9em; */
}
.list-arrow > li {
    display: block;
    margin: 4px 4px 4px 22px;
    font-weight: 500;
    /* color: var(--color); */
    transition: all 0.2s;
}
.list-arrow>li:hover {
    margin-left: 26px;
    margin-right: -26px;
    color: var(--color-2);
    transition: all 0.2s;
}
.list-arrow>li:before {
    content: '\E00D';
    font-family: 'quba';
    /* color: var(--color); */
    font-weight: bold;
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 1em;
    width: 22px;
    display: inline-block;
    text-align: center;
    margin-left: -22px;
}
canvas.mapboxgl-canvas {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.popup-map-infos {
    z-index: 2;
}

.map-sideinfos {
    width: 33%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #F8F8F8CC;
    overflow: hidden;
    z-index: 99;
    padding: 10px;
    border-left: 6px solid var(--color);
    box-shadow: 0px 0px 10px #00000033;
}

.device-mobile .map-sideinfos {
    width: 100%;
    position: static;
    height: auto;
    background: #F8F8F8;
    border-left: 0;
    border-bottom: 6px solid var(--color);
}

.map-sideinfos:not(.show) {
    display: none;
}

.mapscroll {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mapscroll .map-enable {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: grid;
    align-items: center;
    text-align: center;
}
.mapscroll .map-enable:after {
    content: "Cliquer sur la carte pour la manipuler.";
    display: inline-block;
    background: var(--color);
    color: rgb(255, 255, 255);
    width: auto;
    font-size: 12px;
    margin-top: 50%;
    position: absolute;
    bottom: 10px;
    padding: 2px 20px;
    opacity: 0.8;
    line-height: 20px;
}
.mapscroll.active .map-enable {
    display: none;
}
.mapscroll.active .map-disable {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
}

.mapscroll.active .map-disable:after {
    content: "\f103";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.mapscroll:not(.active) .map-disable {
    display: none;
}
body:not(.device-desktop) .share-buttons>div,
.share-buttons.full-size>div {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
}
@media (min-width: 577px) {
    .share-buttons {
        overflow: hidden;
    }
    .share-buttons:not(.full-size)>div {
        float: right;
        /* transform: scale(0.8);
        transform-origin: right top; */
    }
}
@media (min-width: 992px) {
    .newspaper:not(.np2) {
        /* display: none; */
    }
}
@media (max-width: 576px) {
    header {
        /* background: #F8F8F8; */
    }
    header nav {
        grid-template-columns:1fr;
    }
    .mobile-block {
        display: block;
    }
    header nav .nav,
    header nav .nav > div:not(.menus) {
        display: none;
    }
    .nav-fix:not(.nav-open) header .brand .img {
        max-height: 60px;
        margin: 0 0 -10px 0;
        width: 120px;
        height: 52px;
        /* background-image: url(/assets/logo-vb-x.svg); */
    }
    header .nav-mobile {
        display: grid;
        grid-template-columns: auto 1fr auto;
        text-align: center;
        align-items: start;
    }
    header .nav-mobile .brand {
        display: inline-block !important;
        padding: 5px;
    }
    header .nav-mobile .brand img {
        width: 150px;
        padding: 0;
        margin: 0;
    }
    header .nav-mobile .burger a,
    header .nav-mobile .search a {
        display: inline-block;
        padding: 20px;
    }
    body.nav-open header nav .nav {
        display: block;
        padding: 0;
    }
    
    header nav .menus ul,
    header nav .menus ul li {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 16px;
        border-top:0!important;
    }

    header nav .menus ul li a {
        display: block;
        line-height: 2em;
        text-align: left;
        padding: 0.5em 1em;
        border-top: 1px solid #EEE;
    }
    .dark .menus ul li a {
        border-top: 1px solid #FFFFFF11;
    }
    header nav .menus>ul>li>a i.ico.qb-icos-chevron-bottom {
        position: absolute;
        right: 10px;
        left: auto;
        bottom: auto;
        top: auto;
        margin: auto;
        line-height: 30px;
    }
    header nav .menus ul ul {
        position: static;
        /* border-bottom: 6px solid #00000033; */
        padding: 0;
        border-top: 0;
        background: #00000005;
        color:inherit;
        box-shadow: none!important;
    }
    .nav-fix header nav .menus > ul > li {
        padding: 0;
    }
    body.nav-open header nav .down .search {
        display: none;
    }
    body.nav-open header nav .menus {
        padding: 1em 0;
    }
    header nav .menus ul ul li a {
        display: block;
        padding: 0.2em 2em;
        text-align: left;
        font-size: .9em;
    }
    .mm-carousel .text {
        bottom: 30px;
        left: 50px;
        width: 124%;
        transform: scale(0.6);
        transform-origin: left bottom;
    }
    .mm-carousel .overflow {
        padding-top: 200px;
    }
    .grid-main {
        grid-template-columns: 1fr;
    }
    .newspaper {
        column-width: 400px;
    }
    .tab>* {
        font-size: 16px;
    }
    .grid-infos {
        grid-template-columns: 1fr;
    }
    .grid-infos .right {
         grid-area: 1!important;
         border: 0!important;
         padding: 0!important;
    }
}

/* WP */
.wp-block-file {}

a.wp-block-file__button {
    margin: .5em;
    display: inline-block;
    background: var(--color);
    color: #FFF;
    padding: .5em 1em;
    line-height: 1em;
    font-size: .8em;
    vertical-align: middle;
}

a.wp-block-file__button:hover,
a.wp-block-file__button:visited {
    color: #FFF;
    opacity: 0.8;
}
content p {
    /* margin: 0.5em auto; */
}
.device-desktop .item:hover h3 {
    color: var(--color);
}
.device-desktop .item:hover .readmore {
    background-color: #222;
    color:#FFF!important;
}
.readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.4em 0.8em 0.2em 0.8em;
    background: #F9F9F9;
    color: #222!important;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
    border: 1px solid #EEE;
    border-bottom: 0;
    border-right: 0;
    border-radius: 7px 0 0 0!important;
}

body:not(.admin-mode) .admin-mode {
    display: none!important;
}
.admin-tools {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    text-align: right;
    z-index: 999;
}
.admin-tools > a {
    content: 'i';
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #111;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 6px #00000022;
    border-radius: 100%!important;
    border: 1px solid #00000022;
    cursor: pointer;
    color: #FFF;
}
.admin-tools > div {
    margin-bottom: 0.5em;
    background: #111;
    color:#FFF;
    box-shadow: 0 0 6px #00000011;
    border: 1px solid #00000011;
    border-radius: 0.5em!important;
    min-width: 100px;
    text-align: left;
    padding: 1em;
}
.admin-tools > div > a, .admin-tools > div > div {
    color: inherit;
    font-size: 0.9em;
    padding: 0.5em 0;
    display: block;
}
.admin-tools > div a .ico {
    margin-right: 0.5em;
}
.admin-indic-id {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 990;
}
.admin-indic-id:after {
    content: '\f5a1';
    border-radius: 100%!important;
    background: #111;
    color: #FFF;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0.4em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
}
body:not(.admin-mode-open) .admin-tools > div,
body.admin-mode-open .admin-tools > div:empty,
body:not(.admin-mode-open) .admin-indic-id {
    display: none;
}
body.admin-mode-open .admin-tools > a {
    background: #333;
}
.admin-indic-id:hover:after {
    background-color: var(--color);
}
.wp-preview-pdf {
    border: 1px solid #00000011;
    width: 100%;
    aspect-ratio: 21/29;
}
.wp-preview-pdf:not(.loaded) {
    display: none;
}
.wp-preview-pdf-btn {
    display:inline-block;
    margin:1em 0;
    border:1px solid #00000011;
    padding:.2em .8em;
}
#st-2 .st-btn {
    border-radius: 100%!important;
    margin: 0 0.2em;
}
[data-share] .icon {
    line-height: 0;
    font-size: 1.4em;
    display:inline-block;
    background: url() center center no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    /* vertical-align: middle; */
}
.share-btn {
    display: inline-block;
}
.share-btn [data-share] {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 52px;
    border-radius: 100px!important;
    margin: 2px;
    background-color: #000;
}
[data-share="fb"] .icon { background-image: url(/assets/img/social/facebook.svg); }
[data-share="fb"]:hover { background-color: #3b5b99!important;} 
[data-share="messenger"] .icon { background-image: url(/assets/img/social/messenger.svg); }
[data-share="messenger"]:hover { background-color: #448aff!important;} 
[data-share="twitter"] .icon { background-image: url(/assets/img/social/twitter.svg); }
[data-share="twitter"]:hover { background-color: #00aced!important;}
[data-share="linkedin"] .icon { background-image: url(/assets/img/social/linkedin.svg); }
[data-share="linkedin"]:hover { background-color: #0084b1!important;}
[data-share="whatsapp"] .icon { background-image: url(/assets/img/social/whatsapp.svg); }
[data-share="whatsapp"]:hover { background-color: #25d366!important;}
[data-share="pinterest"] .icon { background-image: url(/assets/img/social/pinterest.svg); }
[data-share="pinterest"]:hover { background-color: #cb2027!important;}
[data-share="sms"] .icon { background-image: url(/assets/img/social/sms.svg); }
[data-share="sms"]:hover { background-color: #ffbd00!important;}
.left {
        max-width: 92vw;
}