﻿
.noRights {
    /*cursor: not-allowed;*/
    /*cursor: url("images/cursor.png"),pointer;*/
    pointer-events: none;
}
    /*.noRights:hover {
        pointer-events: none;
    }*/

:root {
    --rouge: #bd130c;
    --fondBlanc: #ffffffad;
    --blum: darkblue;
    --fondBeige: #fff5f0;
    --tabHeader: #fce0d5;
    --orange: #ef814b;
    --click: #8496ff;
    --beige: #fae3db; 
}
.rouge {
color:var(--rouge); 
}

body {
    opacity: 1;
    font-family: Raleway, 'Trebuchet MS';
    font-weight: 400;
    letter-spacing: 1px;
    background-image: url('images/hebFondD.png');
    background-attachment: fixed;
    background-position: left top;
    background-repeat: repeat;
    background-blend-mode: lighten;
    color: dimgray;
    padding-bottom: 200px !important;
    font-size: large;
    line-height: 160%;
}

    body > * {
        flex-shrink: 0;
    }

.page {
    display: none;
}





* {
    box-sizing: border-box;
}


    *[lang='en'] { /*pour contrer sysRules*/
        font-family: unset;
    }

span, li, p:not(#contWordLinks p), h2, dl, h4, bdo, bdi {
    background-image: linear-gradient(to right, transparent, white, white, white, transparent);
    /*background-image: radial-gradient(white,white,white,transparent,transparent);
    border-radius: 50%;*/
}
a:not(.noBG) {
    background-image: linear-gradient(to right, transparent, white, white, white, transparent);
}
.elBG {
    background-image: radial-gradient(white,white,white,transparent,transparent);
    border-radius: 50%;
}
.elBGL {
    background-image: linear-gradient(to right, transparent, white, white, white, transparent);
}
.indent {
    /*text-indent: 20px;*/
    padding-left: 30px;
}

.dataTxt {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}

.link {
    font-family: inherit;
    color: var(--click) !important;
    font-style: italic !important;
    letter-spacing: 2px;
}
.transBut {
    border: 1px solid;
    padding: 0 6px;
    border-radius: 4px;
    margin-right: 4px;
    user-select: none;
    width: fit-content;
}
.dotAfter:after {
    content: "\0025CF";
    color: var(--click);
    font-size: 23px;
    display: inline-block;
    margin-left: 7px;
}
.dotBefore:before {
    content: "\0025CF ";
    color: var(--click);
    font-size: 120%;
    margin-right: 10px;
}

.gramLink {
    text-transform: capitalize;
    font-family: RusticRoadway !important;
    font-style: italic;
    font-size: 24px !important;
    font-weight: lighter;
    padding: 0 5px;
    color: dimgray !important;
    font-weight: 400;
    font-size: 130%;
    font-style: normal;
}

.number {
    font-family: Alef !important;
    color: black;
    white-space: nowrap;
}

.rubTitle {
    position: relative;
    font-size: xxx-large;
    margin: 0 auto;
    color: black;
    padding: 10px 25px;
    font-weight: 100;
    margin-bottom: 40px;
    width: fit-content;
    font-family: WhisperingSignature;
    text-align: center;
    text-transform: capitalize;
    line-height: normal;

}

    .rubTitle:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1px;
        width: 30%;
        border-bottom: 1px solid var(--rouge);
    }

    .rubTitle:before {
        content: "";
        position: absolute;
        bottom: 0;
        bottom: 0;
        /*height: 1px;*/
        height: 70%;
        border-right: 6px double var(--rouge);
    }

.firstLetter::first-letter {
    font-size: 160%;
    font-weight: bold;
    font-family: WhisperingSignature;
    color: #bd130c;
    vertical-align: bottom;
    line-height: .9em;
}

.pageSubTitle {
    border-radius: 3px;
    text-transform: lowercase;
    color: black;
    padding: 4px 20px;
    font-weight: 100;
    margin-bottom: 10px;
    font-size: 30px !important;
    margin-top: 15px;
    width: fit-content;
    letter-spacing: 3px;
    font-family: WhisperingSignature !important;
}
    .pageSubTitle bdo {
        font-size: 100%;
        vertical-align: super;
    }
    .pageSubTitle::first-letter {
        text-transform: uppercase;
        font-size: 90%;
        font-family: inherit;
        color: var(--rouge);
        font-weight: 600;
        vertical-align: super;
    }

.hebRed {
    color: var(--rouge);
}

.hebOrange {
    color: #ef814b;
}



.tabTop {
    /* border: 1px solid red; */
    width: -webkit-fill-available;
    padding: 10px 15px 10px 15px;
}

#divTop {
    box-shadow: 2px 2px 4px #000000;
    position: fixed;
    vertical-align: middle;
    /*padding-left: 5px;*/
    cursor: pointer;
    /*padding: 17px 20px 9px 20px;*/
    width: 100%;
    background-image: url('images/hebFondD.png');
    z-index: 1;
}
.aMenu {
    letter-spacing: -4px;
    vertical-align: super;
}


.tools {
    float:right;
}
    .tools td {
        padding: 6px;
        /* border: 1px solid red; */
        text-align: right;
        vertical-align: middle;
        width: fit-content;
    }
    .tools * {
    user-select:none;
    }

.aShareWrap {
    /* text-align: right; */
    margin-bottom: -16px;
}

.aShare {
    /*width: 30px;*/
}
.aGram {
    font-family: 'Brush Script MT';
    font-size: smaller;
    /*vertical-align: sub;*/
}
.aFindWrap {
    font-size: 32px;
    margin-top: 8px;
}

.aHebTimer {
    border-radius: 50%;
     border: 1px solid; 
    font-size: large;
    padding: 4px 13px 1px 13px !important;
    color: black;
    background-color: white;
    border-color: lightgray;
    margin-top: 5px;
    font-weight: lighter;
    font-family: system-ui;
    font-weight: 100;
}

.aFindWrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 160%;
    align-items: center;
}
.findNum {
border:1px solid white;
border-radius:50%;
padding:0 12px;
}
.findCaption {
    margin-bottom: 15px;
    cursor: pointer;
}

.aGramWrap {
    font-size: xxx-large;
    color: var(--rouge);
}

#watcher {
    bottom: 15px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 50%;
    padding: 17px 10px 7px 9px;
    text-align: center;
    background-color: white;
    user-select: none;
    left: 50%;
    transform: translateX(-50%)
}
    #watcher * {
        user-select: none;
    }

#watcher .popCloser {
    margin-bottom:-1px;
}
.aLense img {
    /*vertical-align: top;*/
}

*[title] {
    direction: ltr;
    text-align: left;
}

.shadowedText {
    text-shadow: 1px 1px 0 #4b4848, 5px 5px 5px #80632e;
    color: ghostwhite;
}

.fleeingBoders {
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    border-image: linear-gradient(to right, transparent, gray, gray, gray, transparent) 1;
}

.formDisplay {
    padding: 12px 0;
    background-image: linear-gradient(to right, transparent, white,white, white,transparent);
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, gray,gray, gray,transparent) 1;
}
.formDisplayArrow {
    padding: 12px 0;
    background-image: linear-gradient(to right, transparent, white,white, white,transparent);
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, gray,gray, gray,transparent) 1;
    position: relative;
}
    .formDisplayArrow::after {
        content: ""; /* Insert your desired character here */
        position: absolute;
        bottom: -6px; /* Adjust position as needed */
        left: 50%; /* Center the character */
        transform: translateX(-50%); /* Align the character perfectly in the middle */
        background-color: white; /* Optional: Add background if needed */
        padding: 0 4px; /* Optional: Add space around the character */
        width: 10px; /* Adjust image size */
        height: 10px; /* Adjust image size */
        background-image: url('images/arrowD.png'); /* Replace with your image path */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .formDisplayBot {
    padding: 12px 0;
    background-image: linear-gradient(to right, transparent, white,white, white,transparent);
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, gray,gray, gray,transparent) 1;
}
#contRecd {
    text-align: right;
    width: 56%;
}
#recIframe {
    margin-top: 10px;
    width: 41px;
    height: 42px;
    vertical-align: sub;
}



@media only screen and (max-width: 750px) {
    .aFindWrap {
        font-size: 26px;
        margin-top: 8px;
    }
}


@media print /*=============================================================*/ {
    body {
        visibility: hidden;
        display: none
    }
}
