:root {
    --heightBandeau: 5vw;
    --couleurFenetre: white;
}

img {
    filter: grayscale(100%);
}

.auteur,
.auteurOrigine,
.date,
.dateOrigine {
    font-size: var(--font-size-L) !important;
}

.date {
    font-size: 2.5vw;
    margin: auto;
}

.corpsDMF>p {
    width: 100%;
}

.imgDMF {
    width: 100%;
    display: block;
}

.imgDMF>img {
    display: block;
    width: 100%;
}

.titre {
    width: fit-content;
    pointer-events: all;
    white-space: nowrap;
}

h2 {
    margin-top: .8vw;
    margin-bottom: 1vw;
    font-size: var(--font-size-M);
}

.closingCross {
    width: fit-content;
    padding: .3vw;
    padding-left: .5vw;
    padding-right: .5vw;

}

.closingCross:hover{
    color: white;
    background-color: black;
}

.fenetre {
    display: flex;
    flex-flow: wrap;
    justify-content: center;

    border: 2px solid black;
}

.bandeau {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    background-color: white;
    height: var(--heightBandeau);
    align-items: center;
    border-bottom: 2px solid black;
    padding: .6vw;
}

.closingCross {
    z-index: 3;
}

.closingCross:hover {
    cursor: pointer;
}

.foot {
    height: 1vw;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.corpsDMF::-webkit-scrollbar {
    width: 0px;
}

.corpsOrigine::-webkit-scrollbar {
    width: 0px;
}
.corpsDMF > p:last-of-type{
    padding-top: 0;
    padding-left: 1vw;
    padding-right: 1vw;
}

.corpsDMF,
.corpsOrigine {
    text-indent: 1vw;
    position: absolute;
    overflow: scroll;
    padding: .3vw;
    top: var(--heightBandeau);
    padding-bottom: var(--heightBandeau);
    scrollbar-width: 0px;



    font-size: 26pt;
    line-height: normal;
    width: 100%;

}

.corpsDMF {
    display: block;
    background-color: var(--light-color1);
}

.corpsDMF>p {
    font-size: var(--font-size-M);
}

.titre {
    font-size: var(--font-size-L);
}

.corpsOrigine {
    display: none;
    flex-wrap: wrap;
    background-color: var(--light-color2);
}

.corpsOrigineImgs>img {
    width: 49%;
    margin-top: 2%;
}

.corpsOrigineImgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resize {
    width: 1vw;
    height: 100%;
    position: relative;
    display: block;
}

.resize:hover {
    cursor: nw-resize;
}

.resizeSw {
    left: 0%;
}

.resizeSw:hover {
    cursor: ne-resize;
}

.resizeSe {
    left: 100%;
    transform: translate(-100%, -100%);
}

.gif {
    width: 100%;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.projet-dmf {
    background-color: var(--red);
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: all;
}

.projet-origine {
    pointer-events: all;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    cursor: pointer;
}

.projet-dmf:hover{
    background-color: black !important;
    color: white !important;
}
.projet-dmf:active{
    background-color: var(--color1) !important;
    color: white !important;
}
.projet-origine:hover{
    background-color: black !important;
    color: white !important;
}
.projet-origine:active{
    background-color: var(--color2) !important;
    color: white !important;
}

.fenetre {
    width: 60vw;
    background-color: var(--couleurFenetre);
    position: absolute;
    overflow: hidden;
}

.titre>p {
    display: inline;
    margin: none;
}

.bandeau>p {
    margin: none;
}