/* @media (orientation: landscape) {
    .player {
      transform: rotate(90deg);
    }
  } */
.volubileHead{
    display: flex;
    justify-content: space-between;
}
.mot{
    position:absolute;
    display:block;
    border:1px solid gray;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;
    border-color: gainsboro;
    box-shadow: 0.7px 0.7px 1px rgba(43, 33, 0, 0.548);
    transform-origin: center;
    /* border-radius: 10px; */
    /* transition-property: all,left, top, opacity;
    transition-duration: 3s,3s, 3s, 3s;
    transition-timing-function: ease-in-out;  */
}
.paramPanel{
    position: absolute;
    margin: 0.25rem !important;
    padding: 0.25rem !important;
    z-index: 1001;
    font-size: small;
    background-color: rgba(204, 205, 206, 0.77);
    border: 1px solid black;
    max-height: 100%;
    max-width: 20%;
    top: 0px;
    min-width: 240px;
    display: block;
    overflow: auto;
}
.paramPannelEx{
    display:none;
    z-index:1001;
    height: fit-content;
    position: absolute;
    background-color:floralwhite;
    margin-top:.2em;
    max-width: 20%;
    overflow: auto;
}
.small{
    font-size:small;
}
.smaller{
    font-size:smaller;
}
.bolder{
    font-weight: 600;
}
.bottomright{
    /* right: 0;
    position: absolute;
    bottom: 0; */
}
.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;
}
 /*margin: 0.5em;*/
/* button, input, optgroup, select, textarea {
    margin: 0.5em 0.5em 0.5em 0em;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  } */
.button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .02rem .15rem;
    font-size: inherit;
    /* font-size: 1rem; */
    border-radius: .10rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-link{
    background: transparent;
    border:none;
}
.checkboxButton, .radioButton {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
  }

.checkboxLabel{

}
.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;
}
.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);
  }

.font-monospace{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.toolbox{
    height: fit-content;
    z-index:1000;
    margin: 0.25rem !important;
}
.toolButton{
    border:1px solid gray;
    border-radius:3px;
    width: 40px;
    transition:opacity 1.7s ease;
    background-color: floralwhite;
    padding: 0.25rem !important;
    display:flex !important;
}
.toolButton.off{
    background-color: rgb(102, 102, 102);

}

.btnPhoto{
    position: absolute;
  bottom: 3%;
  background-color: floralwhite;
  border-radius: 50%;
  /* background-image: url("icones/photo.png"); */
}
.canvasPreviewLetris{
    background-color: floralwhite;
    opacity: .8;
    border-radius: 1px;
}
.canvasLetris{
    /* border:1px solid gray; */
    /* background-color: floralwhite; */
    background-color: black;
    border-radius: 1px;
}

.imgBoutonParametres{
    z-index:999;
    width: 30px;
    position: absolute;
    transition:opacity 1.7s ease;
}
.iconeDownload{
    background-image: url("../icones/download2.png") !important;
    width: 24px;
    height:24px;
    background-size: contain;
}
.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;
}
.blgFormImage{
    display: block;border:1px solid #ced4da;max-width: 100%;
}

.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);
    /* 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;
}
.fittedImage{
    width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: contain;
    border:1px floralwhite solid;
}