
:root { /* TODO Variables de couleur du theme */
    --background: #fff;
    --foreground: #000;
    --divider: #dcdcdc;
    --overlay: #888;
    --bs-secondary-color: #bfbdbc;
    --strong-pastille: #e4dddd;
    --body-text-color: #77737D;  /* brun foncé */
    --bs-black-rgb: 119, 115, 125;
	--body-bg-color: #f6f7e2;  /* creme */
    --bs-secondary-rgb: 128, 128, 128;
    --bs-secondary-rgb-fonce: 128, 128, 128;
    --bs-primary-rgb: 255, 128, 128; /* saumon */
    --bs-primary-rgb-fonce: 204, 102, 102; /* saumon foncé */
}
/* TODO Dark mode */
[data-bs-theme=dark] {
	color-scheme: dark;
	--background: #fff;
	--foreground: #000;
	--divider: #dcdcdc;
	--overlay: #888;
	--bs-secondary-color: #bfbdbc;
	--strong-pastille: #e4dddd;
	--body-text-color: #f6f7e2; 
	--body-bg-color: #212529; 
	--bs-secondary-rgb: 128, 128, 128;
	--bs-secondary-rgb-fonce: 128, 128, 128;
	--bs-primary-rgb: 255, 128, 128; 
	--bs-primary-rgb-fonce: 204, 102, 102; 
}
.select_verset {
    cursor: pointer;
}
.logo {
    max-width: 250px;
}
.page-link {
	background-color: var(--strong-pastille);
	border-color: var(--body-text-color);
	color: var(--body-text-color);
    cursor: pointer
}
.page-link:focus, .page-link:hover {
	color: rgb(var(--bs-primary-rgb)) !important;
	box-shadow: none
}
.active>.page-link, .page-link.active {
	background-color: rgb(var(--bs-primary-rgb));
	border-color: rgb(var(--bs-primary-rgb));
	color: white
}
#sommaire .note {
    display: none
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}
.list-group-item .note,
.list-group-item .popover {
    display: none
}
.popover {
    background-color: rgb(var(--bs-secondary-rgb));
    font-family: 'Literata', sans-serif;
}
.popover-header {
    background-color: var(--body-text-color);
    color: white
}
.popover-body {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.icone {
    max-width: 21px;
    margin-right: 2px;
    margin-left: -1px;
}
.trigger_fonction {
    margin: 0 .3em;
    color: white !important;
    padding: .5em .5em
}
.trigger_fonction:hover {
    background-color: var(--strong-pastille);
    color: rgb(var(--bs-secondary-rgb)) !important
}
.trigger_fonction .bi {
    display: none
}
/* on affiche plus ou moins d'éléments */
.nav-item:nth-child(6) .trigger_fonction .texte {
    display: none
}
.nav-item:nth-child(6) .trigger_fonction .bi {
    display: inline-block
}
.nav-item:nth-child(5) .trigger_fonction .texte {
    display: none
}
.nav-item:nth-child(5) .trigger_fonction .bi {
    display: inline-block
}
@media (max-width: 1600px) {
    .nav-item:nth-child(4) .trigger_fonction .texte {
        display: none
    }
    .nav-item:nth-child(4) .trigger_fonction .bi {
        display: inline-block
    }
}
@media (max-width: 1395px) {
    .nav-item:nth-child(3) .trigger_fonction .texte {
        display: none
    }
    .nav-item:nth-child(3) .trigger_fonction .bi {
        display: inline-block
    }
}
@media (max-width: 1310px) {
    .nav-item:nth-child(2) .trigger_fonction .texte {
        display: none
    }
    .nav-item:nth-child(2) .trigger_fonction .bi {
        display: inline-block
    }
}
.trigger_fonction.active .texte {
    display: inline-block !important
}
.trigger_fonction.active .bi {
    display: none !important
}
#ressources {
    padding-bottom: .5em;
    border-bottom: 1px solid white;
}
.btn-primary {
    background-color: rgb(var(--bs-primary-rgb));
    border-color: rgb(var(--bs-primary-rgb-fonce))
}
.selection [data-strong] {
	color: var(--body-text-color);
}
[data-strong] {
    border: 1px solid var(--strong-pastille);
}
[data-strong].result_cur_fix_same {
    background-color: rgb(var(--bs-primary-rgb))!important;
    color: white!important
}
[data-strong].result_cur {
    border-color: rgb(var(--bs-primary-rgb))!important
}
.btn-primary:hover, 
.btn-primary:focus {
    background-color: rgb(var(--bs-primary-rgb-fonce));
    border-color: rgb(var(--bs-primary-rgb-fonce))
}
.form-control:focus {
    border-color: rgb(var(--bs-primary-rgb));
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb),.25);
}
body>.container-fluid {
    max-width: 1600px;
}
.align-middle {
    vertical-align: middle
}
.accordion-button:focus {
    box-shadow: none;
}
.footnote svg path {
    fill: #aaa7ad;
}
.ico-legend {
    font-family: 'Literata', sans-serif;
    font-size: 13px
}

.icones-logos a:hover {
    border: none!important
}

.icones-logos a {
    vertical-align: middle
}
.table-concordance .footnote {
    display: none;
}
.bible-annotee .verset {
    padding: .3em .5em
}

#ld_chapitre,#ld_livre,#ld_verset,#ld_version {
    padding: .22em;
    width: 100%
}

.close_search,.quick_pick,.quick_pick_d,.strong {
    cursor: pointer
}
.sr {
    display: none;
}
.close_search,.container { 
    display: block!important
}
.small-caps {
    font-variant: small-caps
}

#ListeChapitre,#notes h5 {
    text-align: left!important
}


.list-group-item small {
    color: #ccc
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Alegreya Sans', serif;
    font-weight: 900;
    font-display: swap;
    font-display: optional;
    -moz-osx-font-smoothing: grayscale
}

#menuba li,.nav-tabs>li {
    list-style-type: none
}

.grec,.hebreu {
    font-size: 1.2em
} 
#logos .note {
    display: none
}
.panel-body .note {
    display: none
}

#menuba li a,article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

#cover,#menuba li a {
    height: 101%;
    width: 100%
}



.quick_pick_d {
    color: inherit!important
}

#copy,#copy a,.text-muted,dfn {
    color: #999
}

#copy,dfn {
    font-style: italic;
    text-align: center
}

#copy a {
    text-decoration: underline
}

#atlas {
    width: 100%;
    height: 80vh
}

* {
    outline: 0
}

select {
    -webkit-appearance: menulist;
    appearance: menulist
}

.cross,.cross a {
    color: #777;
    cursor: pointer;
    font-size: .9em;
    font-style: italic
}

@media (min-width: 769px) {
    .stickynote {
        position:fixed!important;
        top: 75px;
        bottom: 0;
        z-index: 77;
        width: 25%;
        height: 92.5%;
        overflow-y: scroll
    }
}

#logos,#notes {
    overflow-wrap: break-word
}

#logos {
    font-size: 20px;
    line-height: 1.5
}


@media (max-width: 768px) {
    #logos {
        min-height:inherit!important
    }
}


.hebreu {
    font-family: EzraSIL
}

.grec {
    font-family: GalatiaSIL
}

a.grec,a.hebreu {
    color: #40454a
}

.demistrong {
    width: 50%
}

#menuba ul {
    width: 100%;
    margin: 1em 0;
    padding: 0
}

#ListeChapitre a {
    margin: .2em;
    background: 0 0;
    color: #90909a;
    border: 1px solid #efefeb;
    padding: 4px 8px;
    display: inline-block;
    min-width: 35px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5
}

#menuba li a.on,#menuba li a:hover,#menuba li.divider {
    background-color: #ebebeb
}

.two-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.two-column a {
    margin: .5em;
    display: inline-block
}
@media (max-width: 768px) {
    .two-column {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2
    }
    .two-column a {
        margin: 1em;
    }
}

#menuba h5 {
    margin-left: 2em
}

#menuba li.divider {
    min-height: 1em
}

#menuba li a {
    min-height: 3em;
    padding-top: .7em;
    padding-left: 2em;
    border-bottom: 1px solid #dcdddd
}

.curverset {
    background-color: rgba(200,200,200,.4)
}
#dico_aff,#figure_aff,#livre_aff,#verset_aff {
    background-color: #f6f7e2;
    z-index: -77777777;
    padding: 1em;
    width: 40%;
    margin: 0 auto;
    opacity: 0;
    top: 20vh;
    left: 0px;
    right: 0px;
    position: fixed;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    max-height: 65%;
    overflow: auto;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
#verset_aff .footnote {
    display: none;
}
#strong_aff {
    background-color: #fff;
    z-index: -77777777;
    padding: 1em 1em 0 1em;
    width: 40%;
    margin: 0 auto;
    opacity: 0;
    bottom: 0;
    left: -23px;
    max-width: 700px;
    right: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: left .3s ease-out;
    -o-transition: left .3s ease-out;
    transition: left .3s ease-out;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    max-height: 50%;
    overflow: auto;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

#figure_aff {
    max-width: 700px;
    width: 80%
}

#figure_aff img {
    width: 90%;
    height: auto;
    margin: 0 auto
}

#dico_aff,#livre_aff,#verset_aff {
    width: 40%;
    max-width: 600px;
    max-height: 65%;
    overflow-x: hidden
}

#livre_aff {
    width: 80%;
    max-width: 800px
}

@media (min-width: 501px) and (max-width:800px) {
    #dico_aff,#strong_aff,#verset_aff {
        width:60%
    }

    #livre_aff {
        width: 100%;
        max-height: 100%;
        top: 0
    }
}

@media (max-width: 500px) {
    #dico_aff,#verset_aff {
        width:80%
    }

    #strong_aff {
        width: 100%
    }

    #livre_aff {
        width: 100%;
        max-height: 100%;
        top: 0
    }
}

#cover {
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    z-index: -7;
    opacity: 0;
    left: 0;
    top: -1px
}

.quick_pick_d {
    border-bottom: 1px dotted;
	cursor: pointer
}
.quick_pick {
    border-bottom: 1px dotted;
	cursor: pointer;
    font-weight: bold
}

.strong {
    font-size: .8em;
    color: #51ab6d
}

.nostrong .strong {
    /* cursor: default; */
    color: inherit;
	border: none;
	background-color: inherit;
}

/* .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 40%;
    max-width: 30vw;
    padding: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
} */

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 18px !important;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent !important;
    border-style: solid
}

#logos,#logos a,.verset,sub,sup {
    position: relative
}

.read-more p,[hidden],a#ChapP span,a#ChapS span,template {
    display: none
}

.img-thumbnail,.list-inline>li,audio,canvas,video {
    display: inline-block
}

a#ChapP span {
    text-align: left;
    left: 40px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-color: transparent !important;
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.left>.arrow:after,.popover.right>.arrow:after {
    bottom: -10px;
    content: " "
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-color: transparent !important;
    border-left-width: 0
}

.popover.right>.arrow:after {
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
    border-color: transparent !important;
}


.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.hidden-lg .search__container {
    width: auto!important;
    height: auto!important;
    float: none;
    text-align: left;
    line-height: inherit!important;
    border: 0
}

.hidden-lg .search__container:hover {
    background-color: transparent
}

.liste_livre ul {
    margin-left: 0;
    padding-left: 0
}
#copy {
    font-size: .9em
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background: 0 0
}

a:active,a:hover {
    outline: 0
}

address,cite {
    font-style: normal
}

hr {
    margin: .5rem 0
}

*,:after,:before,input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

code,kbd,pre,samp {
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}


textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    border: 2px solid rgba(0,39,59,.2);
    border-radius: 4px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

.carousel-caption,.carousel-control {
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.verset,a {
    text-decoration: none
}

.verset.clic {
    color: var(--bs-secondary-color);
    cursor: pointer
}

*,:after,:before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: rgb(var(--bs-primary-rgb))
}
body {
    font-family: 'Literata', sans-serif;
    font-size: 18px;
    color: var(--body-text-color);
    background-color: var(--body-bg-color)
}
@media (max-width: 600px) {
    body {
        padding-bottom: 60px;
    }
}
.verset {
    font-size: .9em;
    font-weight: bold;
    line-height: .9
}
#dropdown-livres .dropdown-menu,
#dropdown-versions .dropdown-menu {
    max-height: 400px;
    border-width: 0;
    width: 315px;
    overflow-y: scroll
}
#livres .accordion-item {
    border-bottom: 0;
}
.dropdown-header {
    font-size: 18px
}
#dropdown-versions .dropdown-menu {
    width: 450px;
    max-width: 45vh
}
#notes {
    min-height: 200px;
    max-height: 100vh;
    overflow: auto;
}
.navbar.fixed-bottom {
    padding-bottom: 20px;
}
a#ChapP, a#ChapS {
    position: relative;
    margin-top: 1em;
    display: inline-block;
    font-size: 2em;
    border-radius: 100%;
    color: #aaa7ad;
    top: 0;
}
a#ChapS {
    float: right;
}
.plan {
    padding: .5em;
    border-radius: .5em;
    border: 1px solid
}

.play {
    cursor: pointer
}

.alert-info .plan {
    padding: 0;
    border-width: 0;
    background-color: transparent
}
a.quick_pick {
    color: #40454a!important;
    border-bottom: 1px dotted #ccc!important
}

#logos {
    padding: 0
}

.text-primary-emphasis {
    color: #343332 !important
}
.bg-primary-subtle {
    background-color: #CDCCCB !important
}
.border {
    border-color: #343332 !important
}
.dropdown-item.text-white:focus, .dropdown-item.text-white:hover {
    color: #aaa7ad !important
}
.intro {
    padding: 9px;
    border-radius: 3px;
    border-color: #ddd;
    box-shadow: 0 0 15px rgba(0,0,0,.15) inset
}
.nav-pills .nav-link {
    max-width: 250px;
}
::-moz-selection {
    background: #aaa7ad;
    color: #fff
}
.selection {
    border-bottom: 1px dashed rgb(var(--bs-primary-rgb));
    color: var(--body-text-color)
}

::selection {
    background: #aaa7ad;
    color: #fff
}

@media (max-width: 750px) {
    .rwd-break {
        display:block
    }
}

.compact br {
    display: none
}

.compact sup {
    top: 0
}

.quote {
    margin-left: 1em;
    display: block
}

.compact .quote,.panel-body .quote {
    display: inline;
    margin-left: inherit
}

.compact h2,.panel-body h2 {
    display: none
}

.new {
    color: #ff4500!important;
    font-size: .8em
}

.versetdecale {
    float: left;
    margin-right: .4em
}

.onchange {
    animation: pulse .75s ease-in-out both;
    -webkit-animation: pulse .75s ease-in-out both
}

@keyframes pulse {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes pulse {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.down,.up {
    font-size: 1.5em;
    margin-top: .2em;
    cursor: pointer;
    width: 27px
}

.fil {
    font-size: .9em;
    margin-right: .5em
}

@media (max-width: 768px) {
    .fil>.pull-right {
        float:none!important;
        display: inline-block;
        text-align: center
    }

    .fil>.pull-right .pull-right {
        float: none!important;
        display: inline!important
    }
}

.navbar-fixed-top .down,.navbar-fixed-top .up {
    margin-right: .5em;
    margin-top: .5em
}

.pericope {
    display: block;
    margin: 1em 0;
    font-weight: 400;
    line-height: 1.4;
    color: #2f343b;
    font-size: 1.5em
}

.social__container a {
    display: block;
    width: 100%;
    height: 100%
}

@media (max-width: 580px) {
    .navbar-fixed-top .down,.navbar-fixed-top .up {
        display:none
    }
}

.text-center img {
    margin: 0 auto
}

.img_icon {
    width: 25px;
    height: 25px
}

li.result-selected {
    color: #51ab6d!important
}

@media print {
    #ChapP,#ChapS,hr {
        display: none!important
    }

    .header {
        margin-bottom: 1em!important
    }

    #logos h2 {
        font-size: 24px!important
    }

    .verset {
        vertical-align: initial!important
    }

    #logos h3 {
        font-size: 19px!important;
        margin: .7em 0!important
    }

    h1 {
        margin: .5em 0!important
    }

    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        border: none!important
    }

    a,a:visited {
        text-decoration: none
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    .navbar,.navbar-fixed-top,audio {
        display: none
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: 2cm .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    select {
        background: #fff!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

@media (max-width: 500px) {
    .fil .col-xs-12 {
        float:left!important
    }

    .fil .col-xs-12 .pull-right {
        float: none!important;
        margin-top: .5em!important
    }
}

#notes span.hidden-sm,#notes span.hidden-xs {
    display: inline!important
}

@media (max-width: 767px) {
    #notes span.hidden-sm,#notes span.hidden-xs {
        display:none!important
    }
}

body {
    scrollbar-color: rgb(var(--bs-primary-rgb));
    scrollbar-width: thin
}
#notes {
    scrollbar-color: rgb(var(--bs-primary-rgb));
    scrollbar-width: thin
}
.list-group-item .footnote {
    display: none
}
#notes::-webkit-scrollbar,::-webkit-scrollbar {
    width: 8px;
    height: 5px
}
#notes::-webkit-scrollbar-track,::-webkit-scrollbar-track {
    border-radius: 8px
}
#notes::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb {
    border-radius: 8px
}
#notes::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-thumb:hover {
    background: rgb(var(--bs-primary-rgb))
}
.text-white {
    color: #f6f7e2;
}
.form input[type=email],.form input[type=text],.form textarea,.form-inline input[type=text] {
    border: 2px solid rgba(0,39,59,.2)!important;
    background-color: #fff!important;
    color: #333!important;
    border-radius: 4px
}

.lettre {
    min-width: 300px
}

@media (max-width: 600px) {
    .lettre {
        min-width:100%
    }
}
#sheet {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
}

#sheet[aria-hidden="true"] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#sheet .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: transparent;
	opacity: 0.5;
}

#sheet .contents {
	border-radius: 1rem 1rem 0 0;
	background-color: rgba(var(--bs-secondary-rgb),1)!important;
	position: relative;
	overflow-y: hidden;
	--default-transitions: transform 0.5s, border-radius 0.5s;
	transition: var(--default-transitions);
	transform: translateY(0);
	max-height: 100vh;
	height: 30vh;
	max-width: 70rem;
    width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	padding-top: 3rem;
}
#sheet .contents:not(.not-selectable) {
 	transition: var(--default-transitions), height 0.5s;
}
#sheet .contents.fullscreen {
  	border-radius: 0;
}
body:not(.body-strong) .icone-strong-blanc {
    display: inline-block
}
body:not(.body-strong) .icone-strong-noir {
    display: none
}
.body-strong .icone-strong-noir {
    display: inline-block
}
.body-strong .icone-strong-blanc {
    display: none
}
#sheet[aria-hidden="true"] .contents {
  	transform: translateY(100%);
}
#sheet .draggable-area {
	position: absolute; 
	touch-action: none;
	top: 0;
	left: 0;
	right: 0;
	width: 3rem;
	margin: auto;
	padding: 1rem 0;
	cursor: grab;
}
#sheet .draggable-thumb {
	width: inherit;
	height: 0.25rem;
	background: var(--divider);
	border-radius: 0.125rem;
}
#sheet .close-sheet {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}
#sheet .body {
	height: 100%;
	overflow-y: auto;
	gap: 1rem;
} 
.gm-style-iw-d {
    text-align: left!important
}
#logos h2,#logos h3,#notes h2,#notes h3,#notes h4,#notes h5,#notes h6 {
    margin: 1.3em 0
}
@media (max-width: 700px) {
    #logos h2,#logos h3,#notes h2,#notes h3,#notes h4,#notes h5,#notes h6 {
        text-align:center!important
    }
}

#notes h2 {
    font-size: 24px
}

#notes h3 {
    font-size: 22px
}

#notes h4 {
    font-size: 20px
}

#notes h5 {
    font-size: 18px
}

#notes h6 {
    font-size: 16px
}

blockquote {
    font-style: italic;
    font-weight: 300;
    font-size: 1.1em;
    margin-left: .5em;
}
blockquote footer {
    font-size: .9em;
    color: var(--bs-secondary-color);
}
.panel-body blockquote {
    margin: 0 0 15px 0
}

.nostrong [data-strong],.nostrong [data-strong].result {
    /* cursor: default; */
}

[data-strong],[data-strong].result {
    background-color: var(--strong-pastille)!important;
    cursor: pointer;
    min-width: 25px;
    display: inline-block;
    border-radius: 25px;
    padding: 0 9px;
    min-height: 25px;
    margin: 3px 0 -5px 0
}
.nostrong [data-strong].result_cur {
    padding: 0 .5em!important;
	color: var(--body-text-color) !important;
}

.footnote {
    background: transparent !important;
    border: none !important;
    top: -10px !important;
    position: relative !important;
    padding: 0 !important;
}
.footnote svg {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    padding-bottom: 5px
}
.form-select {
	background-color: rgb(var(--bs-secondary-rgb));
	color: white;
}
.form-select:focus {
	border-color: white;
	box-shadow: none;
}
.nostrong [data-strong]:not(.result_cur) {
    /* cursor: default!important; */
	border: none !important;
    background-color: initial!important;
    /* cursor: initial!important; */
    min-width: none;
    display: inline;
    padding: 0;
    min-height: auto;
    margin: 0
}
.nostrong span.result_cur_fix:empty,
.nostrong span.result_cur:empty {
    display: inline-block !important;
    min-width: 20px !important;
    min-height: 20px !important;
}

.results-concordance [data-strong] {
    padding: 0;
    margin: 0;
    background-color: transparent!important;
    min-height: 0;
    min-width: 0;
    /* cursor: default */
}

.results-concordance .result {
    padding: 0 .3em;
    color: rgb(var(--bs-primary-rgb));
    font-weight: bold;
}
.ligne_resultat {
    border-radius: 10px;
    margin: 1em 0;
    padding: .5em;
    border: 1px solid rgb(var(--bs-primary-rgb))
}
.results-concordance .result .result {
    padding: 0
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--bs-secondary-color);
}
.nav-link, a {
    color: var(--bs-secondary-color)
}
.nav-link:focus, .nav-link:hover {
    color: #aaa7ad
}

input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover {
    border: 2px solid rgba(0,39,59,.2)!important;
    background-color: #fff!important;
    color: #333!important;
    border-radius: 4px
}

.btn-video {
    background: 0 0!important;
    border: none
}

.btn-video {
    color: #0d8632!important
}
