.modal-header{
    border-bottom: solid 1px rgb(98, 54, 43);
    padding: 1vw;
}
.modal-header > .modal-title{
    display: contents;  
}   
.modal-header > .close{
    float: right;
    background: rgb(200, 155, 112);
    border-color: rgb(98, 54, 43);
    color: rgb(98, 54, 43);
    height: -webkit-fill-available;
    padding: 0 1vw;
}
.modal-body{
    padding: 1vw 2vw;
}
.modal-footer{
    padding: 1vw;
    display: flex;
    justify-content: space-around;
    border-top: solid 1px rgb(98, 54, 43);
}
.confirm .modal-footer > *:last-child{
    background-color: green;
    border-radius: 0.5vw;
    padding: 0 1vw;
}
.confirm .modal-footer > *:first-child{
    background-color: red;
    border-radius: 0.5vw;
    padding: 0 1vw;
}
.max-dialog {
    background: url(../image/visiteur/fond.png) center/50% repeat;
    border-radius: 1vw;
    margin: auto;
}
dialog::backdrop{
    background: rgba(0, 0, 0, 0.35);
}