body{
    background-color:white;
}
div{
    margin:0;
    padding:0;
}
h1{
    text-align:center;
}
.photmanif_cadre_container{
    display:inline-grid;
    position:relative;
    background-color: transparent; /*#f8f8f8;*/
    margin:3px;
}

/* Tooltip text */
.photmanif_tooltiptext_top {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    font-size: small;
    position: absolute;
    font-weight:initial;
    left:0;
    bottom:calc(1em + 10px);
    z-index: 1;
}

.photmanif_nom_page{
    display: block;
    text-align: center;
    font-size: xx-small;
}
.photmanif_cadre_stars:hover .photmanif_tooltiptext_top {
    visibility: visible;
}

.photmanif_span{
    font-size:120%;
    position: fixed;
    top:10px;
    right:10px;
    z-index:10000;
}

.photmanit_tooltip_btn{
    color:yellow;
    background-color:rgba(50,50,50,0.8);
    border-color:rgba(255,255,255,0.7);
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px;
    margin-left:15px;
    cursor:default;
    font-weight: bold;
}
.photmanit_tooltip_btn_near{
    margin-left:5px;
}
.photmanit_tooltip_btn:hover .photmanif_tooltiptext {
    visibility: visible;
}

.photmanif_tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: medium;
    position: absolute;
    font-weight:initial;
    right: 5px;
    top:calc(100% + 5px);
    z-index: 1;
    box-shadow: 6px 6px 10px #202020;
}

.photmanif_aide{
    font-size:120%;
    position: fixed;
    top:10px;
    left:10px;
    z-index:10000;
    color:yellow;
    background-color:rgba(50,50,50,0.8);
    border-color:rgba(255,255,255,0.7);
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    padding:5px;
    cursor:default;
    font-weight: bold;
}
.photmanif_aide:hover .photmanif_tooltiptext_aide {
    visibility: visible;
}
.photmanif_tooltiptext_aide {
    visibility: hidden;
    white-space: nowrap;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    font-weight:initial;
    z-index: 1;
    box-shadow: 6px 6px 15px #202020;
    transform-origin: top left;
}
.photmanif_tooltiptext_aide p{
    padding-left:30px;
}
.photmanif_tooltiptext_aide .mini{
    font-style: italic;
    font-size:80%;
}
.photmanif_tooltiptext_aide h3{
    padding-left:15px;
}
.photmanif_tooltiptext_aide hr{
    margin:1.5em;
}
.photmanif_tooltiptext_aide .ye{
    color:yellow;
}
.photmanif_tooltiptext_aide .yebtn{
    background-color:#f1f1f1;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    border-color:gray;
    padding: 1px 4px 1px 4px;
    color:black;
        height:1em;
    width:1em;
    display: inline-block;
    text-align:center;
}
.photmanif_tooltiptext_aide .sub_btn{
    font-size:120%;
    color:yellow;
    background-color:rgba(50,50,50,0.8);
    border-color:white;
    border-style:outset;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px;
    cursor:  grab;
    font-weight: bold;
    margin-left:1em;
}
.photmanif_tooltiptext_aide .sub_btn_fake{
    font-size:120%;
    color:yellow;
    background-color:rgba(50,50,50,0.8);
    border-color:white;
    border-style:outset;
    border-radius: 5px;
    border-width: 1px;
    padding: 5px;
    font-weight: bold;
}
.sub_btn:hover{
    background-color:rgba(80,80,80,1);
}
.sub_btn:active{
    border-style: inset;
    color:rgba(255,255,0,0.8);
}
:fullscreen{
    background-color:rgb(46,46,46);
}
.photmanif_disconnected{
    font-size:120%;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:10001;
    color:red;
    background-color:rgba(0,0,0,0.8);
    border-color:red;
    border-style: solid;
    border-radius: 5px;
    border-width: 2px;
    padding:0.5em;
    cursor:default;
    font-weight: bold;
}
.photmanif_cadre{
    position:absolute;
    top:0;
    left:0;
    background-color:transparent;
    pointer-events:none;
}
.photmanif_photo{
    position:absolute;
    background-color:transparent;
    cursor: zoom-in;
}
.photmanif_cadre_bottom{
    position:absolute;
    background-color:transparent;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    text-shadow: 0.01em 0.01em 0.1em white, -0.01em -0.01em 0.1em white, -0.01em 0.01em 0.1em white,0.01em -0.01em 0.1em white;
}
.photmanif_cadre_top{
    position:absolute;
    background-color:transparent;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    /*text-shadow: 0.01em 0.01em 0.1em white, -0.01em -0.01em 0.1em white, -0.01em 0.01em 0.1em white,0.01em -0.01em 0.1em white;*/
}

.photmanif_icon_club{
    grid-column: 1;
    justify-self:left;
    align-self: start;
    object-fit: scale-down;
    object-position: left top;
    width:98%;
}
.photmanif_title{
    grid-column: 2;
    justify-self:center;
    align-self: start;
    font-weight: bold;
    text-align:center;
    padding: 0 0.3em 0 0.3em;
    position:relative;
}
.photmanif_extra{
    grid-column: 2;
    justify-self:center;
    align-self: center;
    font-weight: bold;
    text-align: center;
    padding: 0 0.3em 0 0.3em;
    margin-top:0.3em;
    /*position:relative;*/
    background-color: white;/*rgba(255,255,255,0.7);*/
    border-color: brown;
    border-width: 0.05em;
    /*border-style: solid;*/
    border-radius: 0.3em;
    box-shadow: 0.3em 0.3em 0.5em black;
}
.photmanif_author{
    grid-column: 3;
    justify-self:right;
    align-self: start;
    font-style:italic;
    text-align:right;
}

.photmanif_biseau{
    position:absolute;
}

.photmanif_cadre_stars {
    position:absolute;
    color:yellow;
    background-color:rgba(50,50,50,0.8);
    border-color:rgba(255,255,255,0.7);
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    margin-bottom:5px;
    padding:2px;
    box-shadow: 6px 6px 8px #202020;
}

.photmanif_select_cadre {
    position:absolute;
    color:yellow;
    background-color:black;
    border-color:white;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    margin:4px;
    padding:2px;
    box-shadow: 0px 0px 8px #101010;
}

.photmanif_select[data-select="0"]::after{
    content: "\2610";
    background-color:black;
}
.photmanif_select[data-select="1"]::after{
    content: "\2714"; /*\2611";*/
    background-color:purple;
}
.photomanif_rating[data-rating="0"]::before{
    content: "\272A\2606\2606\2606\2606\2606";
}
.photomanif_rating[data-rating="0"]::first-letter{
    color:red;
}
.photomanif_rating[data-rating="1"]::before{
    content: "\00D7\2605\2606\2606\2606\2606";
}
.photomanif_rating[data-rating="2"]::before{
    content: "\00D7\2605\2605\2606\2606\2606";
}
.photomanif_rating[data-rating="3"]::before{
    content: "\00D7\2605\2605\2605\2606\2606";
}
.photomanif_rating[data-rating="4"]::before{
    content: "\00D7\2605\2605\2605\2605\2606";
}
.photomanif_rating[data-rating="5"]::before{
    content: "\00D7\2605\2605\2605\2605\2605";
}

.photomanif_cmd[data-cmd="111"]::before{
    content: "\25C0\2001\25CB\2001\25B6";
}
.photomanif_cmd[data-cmd="120"]::before{
    content: "\25C0\2001\25CF\2001\25B7";
}
.photomanif_cmd[data-cmd="021"]::before{
    content: "\25C1\2001\25CF\2001\25B6";
}

.photmanif_full_container{
    position:fixed;
    left:0%;
    top:0%;
    width:100%;
    height:100%;
    background-color:rgba(50,50,50,0.7);
    z-index:1000;
}
.cursorBig{
    cursor: url(./images/manifs/1969-1970/cursorBig.png) 4 12, auto;
}

.dialogAH{
    background-color : lightyellow;
}
.dialogAHcontainer{
    grid-template-columns: 1fr;
    gap: 0.5em;
    display:grid;
}
/*.dialogAH div{
    padding:0.5em;
}*/
.dialogAHcontainer button{
    justify-self: end;
    padding-left:1em;
    padding-right:1em;
}

