body{
    background-color: rgb(113, 74, 80);
    background-image: url(../../../images/frameback.webp), url(../../../images/frameshadow.webp), url(../../../images/wallpaper3.webp);
    background-size: contain, contain, 800px;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center center, center 15vh, left top;
    background-attachment: fixed, fixed, fixed;
    padding: 0px;
    margin: 0px;
    align-items: center;
    justify-content: center;
}
.ambiance {
    display: block;
    position: fixed;
    padding: 0px;
    height: 100vh;
    width :100vw;
    background-image: url(../../../images/ambiance.webp);
    background-size: 100% 100%;
    z-index: 2;
}
a {
    text-decoration: none;
}
#back {
    display: block;
    position: fixed;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40pt;
    padding: 10px;
    margin: 10px;
    /*background-color: rgba(235, 96, 138, 0.247);*/
    border-radius: 10%;
    z-index: 4;

}
#back a{
    color:rgba(236, 195, 118, 0.522);
    
    
}
#back a:hover {
    color:red;
}
.container {
    position: absolute;
    display: flex;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 80vh;
    max-height: 800px;
    justify-content: center;
    align-items: center;
    border: solid white 0px;
    z-index: 3;
}
.picholder{
    margin-right:auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    width: 80vw;
    height: 100%;
    overflow-y: scroll;
    border:  red 0px;
    z-index: 3;
    
}
/* width */
::-webkit-scrollbar {
width: 30px;
}

/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
background: #e1b7b98f;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(226, 169, 125, 0.701); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #ddc36d; 
}
::-webkit-scrollbar-button{
    background: rgba(186, 109, 109, 0.723);

}
.image1{
    display: block;
    margin: 20px;
    margin-top: 35px;
    width: 20%;
    min-width: 200px;
    height: 20%;
    border:  white 2px;
    overflow-y: hidden;
    box-shadow: -3px -20px 20px rgba(0, 0, 0, 0.653);
    background: linear-gradient(rgba(0, 0, 0, 0.615), rgba(0, 0, 0, 0));
}
.image1 img{
    position:relative;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
   
    
}
.title {
    position: fixed;
    display: flex;
    background-image: url(../../../images/plaque2.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100vw;
    justify-content: center;
    align-items: center bottom;
    text-justify: center;
    text-shadow: 1px 0 3px rgb(57, 38, 0), 0 2px 1px rgb(255, 238, 108);
    color: #775f0080;
    font-family: Garamond, 'Times New Roman', serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 25px;
    line-height: 70px;
    z-index: 3;
}
.title a{
    color: #775f0080;
}
.title a:hover{
    color: #ffdc52b0;
}
.full {
    display: none;
    position:absolute;
    background-color: rgba(255, 123, 145, 0.699);
    border: solid rgb(255, 127, 142) 10px;
    border-radius: 5%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 900px;
    max-width: 90vw;
    z-index: 10;
    justify-content: center;
    align-items: center;
}
.full img{
    display: block;
    position:relative;
    left:45%;
    max-width: 90%;
    margin: 5%;
    box-shadow: none;
    border: dashed rgba(246, 255, 127, 0.723) 4px;

}
.caption {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    justify-content: center;
    width:80%;
    background-color: rgba(246, 255, 127, 0.723);
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgb(255, 84, 119);
    text-shadow: rgb(25, 215, 0) 1px 2px 1px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}
.caption a{
    color: rgb(0, 184, 165);
}
