:root {
    --bs-fzzz-bg-dark : rgb(201, 173, 99);
    --bs-fzzz-bg-normal : rgb(215, 195, 132);
    --bs-fzzz-light : rgb(255, 251, 236);
    --bs-fzzz-bg-black : #978231 !important;
    --ruzzz-blue:#007ccb;
    --expat : #a2e6a2f2;
}    

html{
    background-color: var(--bs-fzzz-bg-dark);
}
body{
    margin:0;
}
.img_logo{
    background-image: url(/rrr/icones/logo.png);
    background-repeat:no-repeat;
    background-position: center center;
    min-height:100%;
}
.bg-expat{
    background-color: var(--expat) !important;
}
.bg-light{
    background-color: var(--bs-fzzz-light) !important;
}
.bg-black{
    background-color: var(--bs-fzzz-bg-black) !important;
    color: var(--bs-fzzz-light);
}
.bg-ruzzz{
    background-color: var(--ruzzz-blue);
    color: var(--bs-fzzz-light);
}
.rrrContainer{
    background-color: var(--bs-fzzz-bg-normal);

}
.container>h1 {
    /* font-size: calc(1.375rem + 1.5vw); */
    font-size: medium;
    /* volub style : */
    color: #0000000f;
    text-decoration: none;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}
.tr-ally{
    color:var(--bs-primary);
}

.volubileHead{
    display: flex;
    justify-content: space-between;
}

.ml-0{
    margin-left:0;
}
.s-48px{
    width:48px;
    height: 48px;
}
.fitcontent{
    width:fit-content;
}

.small{
    font-size:small !important;
}
.smaller{
    font-size:smaller;
}
.bolder{
    font-weight: 600;
}

.floatBottomRight{
    float: right;
    height: 100%;
    display: flex;
    align-items: flex-end;
    shape-outside: inset(calc(100% - 100px) 0 0);
}
.verticalFlexCentered{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.verticalAlign{
    vertical-align: middle;
}
li>.nav-item.active{
    background-color: aqua;
}

/* details{
    border-bottom: 1px solid #cccdce;
    text-align: left;
} */
/* summary{
    border-bottom: 1px solid #89a;
    font-weight: bold;
    text-align: left;
    
} */
details:not(.alert){
    /* background-color: #cccdcec4; */
    padding-left: 6px;
    /* padding-right: 2px; */
}

nav.transport{
    border:1px solid rgba(0, 0, 0, 0.692);
    display: flex;
    height: fit-content;
    border-radius: 2px;
    background-color: rgba(221, 221, 221, 0.514);
    margin: 5px;
}
 
.FzzLinkIcone{
    background-color: #525543;
    margin: 0px 2px 0px 2px;
}
.btn-link{
    background: transparent;
    border:none;
}
.checkboxButton, .radioButton {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
  }


.checkboxButton:checked + .checkboxLabel,.radioButton:checked + .radioLabel{
    /* , .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active { */
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.checkboxButton:not(checked) + .checkboxLabel,.radioButton:not(checked) + .radioLabel{
/* , .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active { */
    background-color: #10192714;
}

label[for]{
    /* padding-right: 5px; */
    vertical-align: top;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.ql-editor a,
a.boldLink{
    color:var(--bs-color-dark);
    font-weight: bold;
    text-decoration: none;
    transition: ease .4s;

}
.ql-editor a:hover
{
    /* transform: scale3d(1.06, 1.06, 1) !important; */
    font-size: large !important;
}
.ql-editor pre{
    background-color: black !important;
    color:floralwhite  !important;
    padding: 0px 5px !important;
}
.ql-editor img,svg{
    vertical-align: text-top !important;
}
.volubileurWindowDefault{
    width:100%;
    height:300px;
    border:1px solid gray;
}

dialog {
    border:1px solid var(--bs-card-border-color);
    border-radius: 0.5rem;
}
dialog::backdrop {
    background: rgba(0, 0, 0, 0.363);
  }

.text-justify {
    text-align: justify !important;
}
.font-monospace{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.toolButton{
    border:1px solid black;
    border-radius:3px;
    z-index:1000;
    width: 32px;
    transition:opacity 1.7s ease;
    background-color: floralwhite;
    padding: 0.25rem !important;
    display:flex !important;
}


.imgBoutonParametres{
    z-index:999;
    width: 30px;
    position: absolute;
    transition:opacity 1.7s ease;
}
.bootStrap5MarginLeftCorrection{
    margin-left: calc(0.5 * var(--bs-gutter-x));
}

.blgFormLabel{
    min-width: 145px;
    /* min-width: 120px; */
    /* max-width:90px; */
    text-align: left;
    overflow-wrap: normal;
}

/*  CHAT    */
#chatDiv{
    padding-left:.2em;
    overflow-y: auto;
    height: 100%;
}
#chatDiv>p{
    margin-bottom: 0;
}

/* IMAGE */
/* 
.blgFormImage{
    display: block;border:1px solid #ced4da;max-width: 100%;
} */
.card-menu{
    max-width: 250px;
    align-self: stretch !important;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-clip: border-box;
    border: 1 solid rgba(0,0,0,0.175);
    border-radius: 0.375rem;
    margin-bottom: 1em;
    margin-left: 0.5em;
    margin-right: .5em;
    text-decoration: none;
    font-weight: normal !important;

    text-align: center !important;
}
.card-menu:hover{
    color: var(--bs-fzzz-light);
    font-size: unset !important;
}
@media screen and (max-width: 480px){
    .card-menu{
        align-self: unset !important;
        max-width: unset;
        flex: 1 1 auto !important;
    }
}
.left-sidebar {
    --top-bar-allocated-space:50px;
    position:sticky;
    /* width: 164px; */
    flex-shrink: 0;
    /* box-shadow: 0 0 0 hsla(0,0%,0%,0.05); */
    /* transition: box-shadow ease-in-out .1s,transform ease-in-out .1s; */
    transform: translateZ(0);
    top: var(--top-bar-allocated-space);
    max-height: calc(100vh - var(--top-bar-allocated-space));
}
.element-in-view{
    /* background-color: #d7e2e366; */
    border-radius: 21px;
    /* border: #d7e2e366 3px solid; */
}
.btn.card-body{
    border:none;
}
.btn.card-body:hover{
    border:none;
}
.nav-link-icone{
    min-width:32px;
}
.hoverzoom:not(.nav-link-icone){
    transition: ease .4s;
    width: fit-content;
}
div.hoverzoom:hover{
    transform: scale3d(1.06, 1.06, 1);
    /* border-color: var(--bs-card-bg); */
    box-shadow: 1px 2px 5px #b0b0b0;
}
a.hoverzoom:hover{
    transform: scale3d(1.06, 1.06, 1);
    font-size:large;
    border-color: var(--bs-card-bg);

    /* text-shadow: 1px 2px 5px #b0b0b0; */
    
}
img.hoverzoom:hover{
    transform: scale3d(1.06, 1.06, 1);
    /* border-color: var(--bs-card-bg); */
    filter:drop-shadow(1px 2px 5px #b0b0b0);
}
.imgIndent{
    float: right;
    margin: 0 0 20px 20px;
    max-width: 60%;
}
.pIndent{
    margin: 1em auto;
    text-align: left;
    text-indent: 1em;
}

.card-bg,
.card-bg:hover
{
    background-color:rgb(215, 195, 132);
}


div.greyed{
    background-color: darkgray;
}

/*TABLES */
a.greyed,
a.greyed:hover,
tr.greyed{
    background-color:#595858a3;
}
td.vertical-middle{
    vertical-align: middle;
}

.trJourMail{
    border: none;
    background-color: gainsboro;
}

.defendable,.attaquable{
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    /* max-width: 24px;
    max-height: 24px;
    background-size: contain; */
    /* background-origin: content-box; */
}
.defendable{
    background-image: url(../icones/icone_degat_defense.gif);
}
.attaquable{
    background-image: url(../icones/icone_degat_attaque.gif);
}

/* ANIMATIONS */
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
  }
  @keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }
  @-webkit-keyframes blink-animation {
    to {
      visibility: hidden;
    }
  }