div.schaIntro {
    padding-bottom: 1rem;
}

.miniature {
    max-width: 100%;
    max-height: 100%;
    cursor: zoom-in;
}

.miniature video {
    max-height: 450px;
    max-width: 100%;
}

.miniatureArticle {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.cardMiniature:hover div.infoImg {
    display: block;
}

div.infoImg {
    position: absolute;
    opacity: 0.8;
    font-size: 1.25rem;
    color: white;
    display: none;
    top: 0;
    right: 0;
    width: 3rem;
    background: var(--color-color);
    border-bottom-left-radius: 1rem;
}

div.infoImg div {
    opacity: 0.8;
    font-size: 1.25rem;
    color: white;
    cursor: pointer;
    display: block;
    margin-bottom: 0.5rem;
    position: relative;
    float: right;
    clear: both;
    margin-right: 0.5rem;
}

div.infoImg div:first-child {
    margin-top: 0.5rem;
}


div.infoImg div>div {
    top: -1.0rem;
    font-size: 1rem;
}

div.unite {
    left: -0.8rem;
}

div.diz {
    left: -1.0rem;
}

div.cent {
    left: -1.5rem;
}

div.likeIcon:hover, div.commentIcon:hover, div.viewIcon:hover, div.realNameIcon:hover, div.commentShowIcon:hover {
    opacity: 1.0;
}

div#schaOverlay {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    background-color: gray;
    z-index: 1000;
}

div.schaModal {
    display: none;
    height: 95%;
    width: 100%;
    position: fixed;
    top: 2.5%;
    left: 0;
    z-index: 1001;
}

div#schaModalContent {
    margin: 0 auto;
    height: 100%;
    display: inline;
    position: relative;
    white-space: nowrap;
}

div#schaModalOther {
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
}
#schaModalImg {
    display: inline-block;
    height: 100%;
    position: relative;
    width: calc(100% - 7rem);
}

#imgBig {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 0%;
    width: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#imgBigImg {
    opacity: 0;
    width: 100%;
    height: 100%;
}

div#schaModalOption {
    position: fixed;
    top: 0rem;
    right: 0rem;
    padding: 0.7rem 0rem 0.7rem 0.7rem;
    border-bottom-left-radius: 1rem;
    background-color: var(--color-colora5);
}

div#schaModalQuit {
    padding-right: 0.7rem;
}

div#schaModalOption div:not(#schaModalComments) {
    display: inline-block;
    padding-left: 0.7rem;
}
div#schaModalOption div#schaModalComments div {
    display: block;
}

div.schaModalNav {
    color: white;
    font-size: 2.0rem;
}

div.schaModalNav:hover {
    opacity: 1.0;
    cursor: pointer;
}

div#schaModalNext {
    padding-left: 1rem;
    position: fixed;
    top: calc(50% - 2.5rem);
    width: 2.5rem;
    right: 1rem;
}

div#schaModalPrevious {
    position: fixed;
    top: calc(50% - 2.5rem);
    padding-right: 1rem;
    width: 2.5rem;
    left: 1rem;
}

div#schaModalOptions div:hover {
    opacity: 1.0;
}

.schaCards {
    text-align: center;
    padding: 0 0.5rem;
}

.schaCardsRight {
    text-align: right;
}
.schaCardsLeft {
    text-align: left;
}

.schaCard {
    display: inline-block;
    margin-bottom: 1.25rem;
    position: relative;
}
.schaCard .miniature {
    box-shadow: 0.3rem 0.3rem 0.6rem 0.15rem #666666;
}

.schaCard:not(:first-child) {
    margin-left: 1.25rem;
}

.schaCardsLeft .schaCard {
    margin-left: 0rem;
    margin-right: 1.25rem;
}

.schaCard img {
    height: 100%;
    width: 100%;
}

#schaModalComment {
    display: none;
    background-color: white;
    z-index: 2;
}

#schaModalComment>div, #schaModalComments>div {
    padding: 0.5rem;
}

div.schaModalCommentTitre {
    font-weight: bolder;
    position: relative;
}

div.schaModalCommentTitreClose {
    position: absolute;
    top: .25rem;
    right: .25rem;
    color: black;
}

div.schaModalCommentTitreClose:hover {
    cursor: pointer;
}

div#schaModalCommentContent textarea {
    resize: none;
}

div#schaModalCommentBottom {
    padding-bottom: .5rem;
    text-align: right;
}

div#schaModalComments {
    display: none;
    background: white;
    opacity: 0.95;
    max-height: calc(100% - 6rem);
    width: calc(100% - 6rem);
    position: fixed;
    top: 57px;
    left: 3rem;
    overflow: auto;
    z-index: 1002;
}
div#likeIconBig,div#commentsIconBig {
    position: relative;
}
div#likeIconBig>div, div.likeIcon>div, div.viewIcon>div,div.commentIcon>div,div.commentShowIcon>div {
    position: absolute;
    font-weight: bolder;
}

div#likeIconBig>div, div#commentsIconBig>div {
    position: absolute;
    top: 0;
    font-size: 1.25rem;
}

div#likeIconBig>div.unite,div#commentsIconBig>div.unite {
    left: -0.8rem;
}

div#likeIconBig>div.diz,div#commentsIconBig>div.diz {
    left: -1.1rem;
}

div#likeIconBig>div.cent,div#commentsIconBig>div.cent {
    left: -1.6rem;
}

#schaModalCommentsContent {
    white-space: normal;
    text-align: left;
    font-size: smaller;
}

#schaModalCommentsContent>div {
    border-bottom: 1px dotted gray;
    padding-bottom: 0.5rem;
}

#schaModalCommentsContent>div:not(:first-child) {
    padding-top: 0.5rem;
}
#schaModalCommentsContent>div>div:nth-child(2n+1) {
    font-weight: bolder;
}
#schaModalCommentsContent>div>div:nth-child(2n+1)>div {
    float: right;
}

.prvList {
}

.prvList .btn {
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    max-width: 15rem;
    white-space: normal;
}

.galList .btn {
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    max-width: 15rem;
    white-space: normal;
}

.infoCplIcon {
    position: relative;
}

div.infoImg div.imgInfoCpl {
    position: absolute;
    top: 48px;
    width: 199px;
    right: -8px;
    background: var(--color-color);
    color: white;
    border-radius: 4px;
    padding: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    opacity: 1;
}

.schaPulseTwice {
    animation: pulse 2s 2;
}

@keyframes pulse {
    0% {
	opacity: 100%;
    }

    50% {
	opacity: 0%;
    }

    100% {
	opacity: 100%;
    }
}