.info-file{
    margin-left:12px;
    cursor:pointer;
    color:red;
    font-size:20px;
    transition: all 0.5s ease-in-out;
}

.info-file:hover{
    opacity:0.5;
}

.info-file-dialog{
    background-color:#ffffff;
}

.no-file-found{
    margin-top:12px;
    display:block;
}

#modal-files-info-modal{
    display:none;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    position:fixed;
    padding-top: 4em;
    padding-bottom: 4em;
    background: var(--wp--preset--color--white);
    overflow: hidden;
    overflow-y: auto;
    z-index: 1000;
    font-family: var(--wp--preset--font-family--satoshi);
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 75vh!important;
    width: 80%;
    -webkit-box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 15px 5px rgba(0,0,0,0.2);
    border-radius: clamp(10px, 2vw, 18px);
    border-style: solid!important;
    border-width:3px!important;
    border-color:var(--wp--preset--color--bleu)!important;
    background-color:#ffffff!important;
    padding-left:var(--wp--preset--spacing--padding-36-18)!important;
    padding-right:var(--wp--preset--spacing--padding-36-18)!important;
}

.menu-fixed #modal-files-info-modal{
    top: 150px;
}

#modal-files-info-modal .event-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 32px;
    background-color: var(--wp--preset--color--gris-pale);
    border-radius: 26px;
    padding: clamp(1.125rem, 0.917rem + 1.111vw, 2.25rem);
}

.close-modal-panel{
    position: fixed;
    background: var(--wp--preset--color--gris-pale);
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor:pointer;
    border-radius: 99px!important;
    top: 15px!important;
    right: 15px!important;
    width: 42px!important;
    height: 42px!important;
    background-color:#ffffff!important;
    border:solid 2px #ffffff;
    border-color:var(--wp--preset--color--bleu);
}

.close-modal-panel:hover{
    opacity: 0.5;
}