@font-face {
    font-family: herbik;
    src: url(herbik/Herbik-Regular.woff2);
}

@font-face {
    font-family: herbik;
    src: url(herbik/Herbik-RegularItalic.woff2);
    font-style: italic;
}


@font-face {
    font-family: telas;
    src: url(Telas/Telas-Medium.woff2);
}


::selection{
    background-color: var(--mColor);
    color: black;
}


/* width */
::-webkit-scrollbar {
    width: 5px;    
  }
  
/* Track */
::-webkit-scrollbar-track {
background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888; 
background: black; 

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: black; 
}


body{
    margin : 0 auto;
    background-color: rgb(230, 230, 230);
    font-size: 1.2vw;
    scroll-behavior: smooth;
    font-family:herbik;
}




.objet{
    width: 100%;
    display: block;
    height: auto;
    background-color:var(--mColor);
}

.objet p img{
    max-height: 60vh;
    max-width: 80%;
    height: auto;
    display: block;
    width: auto;
    margin: 0 auto;
}

#wrap{
z-index: 4;
padding-bottom: 2vw;

}



.entry span:first-of-type{
    text-align: left;
    margin: 0 5px ;
    font-family: telas;
}

.entry span:last-of-type{
    margin:0 5px;
    font-family: telas;
    text-align: right;
}

.entry span:nth-of-type(2){
    font-family: telas;
}

.invert{
}

.invert .entry{
    background-color: white;
}

.invert .contentObjet{
    
}

strong{
    font-family: telas;
    font-weight: unset;
    font-size: .9em;
    line-height: 1.1;
}

.entry{
    top: 0;
    width: 100%;
    display : flex;
    cursor: pointer;
    margin: 0;
    z-index: 4;
    text-align: center;
    transition: .3s;
    background-color: white;
    position: sticky;
    justify-content: space-between;
}

.entry span{
    text-transform: lowercase;
}


.window{
    transition: .2s;
}

.window:hover{
    background-color: var(--mColor);
    padding:1vw 0;
}

.entry:hover span:nth-of-type(2)::before{
    content: "";
}

.entry:hover span:nth-of-type(2)::after{
    max-width: 2vw;
}

.entry span:nth-of-type(2)::after{
    content: " →";
    max-width: 0px;
    display: inline-block;
    margin: 0;
    margin-left: .5vw;
    vertical-align: middle;
    margin-right: .5vw;
    transition: .5s;
    position: relative;
    overflow: hidden;
}




.contentObjet{
    display: block;
    color: black;
    transition: .5s;
    z-index: 3;
    font-size:1.3vw;
    overflow: visible;
    background-color: white;
    position: relative;
    margin: 0 1.3% 0 1.3% ;
    padding: 0 26%;

}

.contentObjet p:first-of-type::before{
    content: " ";
    display: block;
    white-space: pre;
}

p{
    margin: 0;
    display: block;
    line-height: 1.2;
    width: 100%;
}

h4{
    font-style: italic;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.1;
    margin: 0 10%;
    font-weight: unset;
}

h4::after{
    display: block;
    content: " ";
    font-size: 1em;
    white-space: pre;
}


h5{
    font-weight: unset;
    margin: 0 5% 0 46%;
    font-style: italic;
    font-size: unset;
}

h6{
    font-family: telas;
    font-size: unset;
    font-size: .5em;
    transform: translateY(-100%);
    margin: 0 55% 0 0;
    font-weight: unset;
}

.descImage p{
    background-color: white;
    color: black;
    font-size: .5em;
    font-family: telas;
    width: calc(100% - 10px);
    padding: 5px;
    margin: 0;
}

.descImage p::before, .descImage p::after{
    display: none !important;
}

.imgMult{
    display: block;
    overflow: visible;
    line-height:0;
    text-align: justify;
    transform: translate(-17.5%,0);
    width: 150%;
}

.imgMult::after{
    display: block;
    content: " ";
    line-height: 1;
    white-space: pre;
}

.imgMult div{
    display: inline-block;
    height: 100%;
    vertical-align: top;
    margin-bottom: 5px;
    width: calc(33% );
    height: auto;
}

.imgMult div img{
    width: 100%;
    height: auto;
}

p a{
    transform-origin: center;
    display: inline-flex;
    transition: .2s;
    background-color: var(--mColor);    
}

p a:hover{
    color: var(--mColor); 
    background-color: whitesmoke;
}

p::after{
    display: block;
    content: " ";
    white-space: pre;
}

p strong{
    font-size: .5em;
}


blockquote{
    text-align: justify;
    text-align-last: center;
    font-size: .9em;
    margin : 0 15%;
}

blockquote p:first-of-type::before{
    display: none !important;
    white-space: unset;
}

a{
    text-decoration: none;
    color: unset;
}

#dc{
    display: block;
    position: fixed;
    bottom: 0;
    font-family: telas;
    background-color: white;
    width: 100%;
    z-index: 5;
    padding: 0 5px;
    
    color: black;
    left: 0;
}

#dc span{
    color: transparent;
}

#bc{
    display: block;
    position: fixed;
    bottom: 0;
    font-family: telas;
    width: calc(100% - 10px);
    background-color: white;
    z-index: 5;
    text-align: justify !important;
    text-align-last: justify !important;
    padding: 0 5px;
    color: black;
    left: 0;
}

#bc span{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-align: left !important;
}

#bc span:last-of-type{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: .9em;
}

#infos{
    margin-bottom: .2vw;
}

#txtInfo{
max-height: 0;
font-size: .9em;
text-align: left;
text-align-last: left;
transition: 1s;
}

#txtInfo p::after{
    display: none;
    }

@media (orientation:portrait){

    body{
        font-size: 4vw;
    }

    .contentObjet{
       
        font-size:4vw;
        margin: 0 ;
        padding: 0 5%;
    
    }

    .entry{
        vertical-align: middle;
    }

    .entry span:first-of-type{
        text-align: left;
        margin: 5px;
        font-size: .5em;
        font-family: telas;
    }
    
    .entry span:last-of-type{
        margin: 5px;
        font-size: .5em;
        font-family: telas;
        text-align: right;
    }
    
    .imgMult{
           transform: translate(0,0);
        width: 100%;
    }

    .imgMult div{
        margin-bottom: 10px;
        width: calc(48%);
        height: auto;
    }

    h5{
        font-weight: unset;
        margin: 0 0 0 20%;
        font-style: italic;
        font-size: unset;
    }

    h6{
        font-family: telas;
        font-size: unset;
        font-size: .5em;
        transform: translateY(0);
        margin: 0 55% 0 0;
        font-weight: unset;
    }

    h5::after{
        display: block;
        line-height: .7em;
        content: " ";
        white-space: pre;

    }

    h6::after{
        display: block;
        content: " ";
        white-space: pre;
        
    }

    .entry:hover span:nth-of-type(2)::after{
        max-width: 0;
    }

    blockquote{
        text-align: justify;
        text-align-last: center;
        font-size: .8em;
        margin : 0 5%;
    }

    #wrap{
        z-index: 4;
        padding-bottom: 5vh;
        
        }

        #infos{
            margin-bottom: 1.5vw;
        }
        
        
#txtInfo{

    transition: .6s;
    }
    

}