/*TEMPLATE_AFFICHAGE_LEGAL*/

.TEMPLATE_AFFICHAGE_LEGAL{
    width:100%;
    padding:0px 15px 15px 0px;
}
.TEMPLATE_AFFICHAGE_LEGAL--titre{
    font-size:28px
}

.TEMPLATE_AFFICHAGE_LEGAL--documents{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.TEMPLATE_AFFICHAGE_LEGAL--document{
    background: #cecece;
    border-radius : 5px;
    padding: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
}

.TEMPLATE_AFFICHAGE_LEGAL--documentDate {
    display: none;
}

.downloadDocumentButtonChoice{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.documentSelectedCounter{
    font-size: 25px;
    color: #5C6B76;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.qrCodeDownloadPage {
    font-family: Arial, sans-serif;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.qrCodeDownloadPage_content{
    background-color: #fff;
    padding: 3vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 5vh 5vw;
    width: 100%;
    max-width: 500px;
}

.qrCodeDownloadPage_title{
    font-size: 1.5em;
    font-weight: bold;
    color: #5C6B76;
    text-align: center;
}

.qrCodeDownloadPage_text{
    font-size: 1em;
    color: #5C6B76;
    text-align: center;
}

.qrCodeDownloadPage_documents{
    display: flex;
    flex-direction: column;
}

.qrCodeDownloadPage_document{
    border: solid 1px #5C6B76;
    text-decoration: none;
    color: #5C6B76;
    padding: 10px;
    font-size: 1em;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}

.TEMPLATE_AFFICHAGE_LEGAL_show_Checkbox_Buttons{
    background: #fff;
    color:#76655B;
    border: solid 2px #76655B;
    width: 25em;
    border-radius: 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.TEMPLATE_AFFICHAGE_LEGAL_show_Checkbox_Buttons_selected {
    background-color: #76655B;
    color: #fff;
    border: solid 2px #76655B;
    width: 25em;
    border-radius: 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.TEMPLATE_AFFICHAGE_LEGAL_show_Checkbox_Buttons_selected:hover {
    color: #fff;
}

.TEMPLATE_AFFICHAGE_LEGAL-modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 50px;
    display: none;
    align-items: center;
}

.qrCodeImg{
    text-align: center;
    margin-bottom: 30px;
}

.qrcodeModalFinishButton {
    display: block;
    margin: 20px;
    text-align: center;
    background-color: #fff;
    color: #76655B !important;
    border: solid 2px #76655B;
    border-radius: 20px;
    font-size: 1.5em;
    padding: 10px;
    text-decoration: none;
}

.TEMPLATE_AFFICHAGE_LEGAL-modal-title {
    color: #5B6B78;
    font-size: 35px;
    margin-bottom: 30px;
}

.modal-email-input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #5B6B78;
}

.TEMPLATE_AFFICHAGE_LEGAL-modal-content {
    background-color: white;
    margin: 10% auto;
    border-radius: 5px;
    width: 80%;
    padding: 30px;
}

.TEMPLATE_AFFICHAGE_LEGAL-modal-close-btn {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.openEmailModalButton{
    color: #fff;
    background-color: #5B6B78;
    border-radius: 50%;
    font-weight: 100;
    font-size: 15px;
    width: 40px;
    height: 40px;
}

.document-checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    visibility: hidden;
}

.sendEmailButton {
    margin-top: 20px;
    width: 100%;
    background: #fff;
    color:#5B6B78;
    border: solid 1px #5B6B78;
    border-radius: 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px;
}

.document-item {
    position: relative;
    text-align: center;
}

.selectFilesInfoSentence {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size:20px;
}

@media (max-width: 1024px) {
    .TEMPLATE_AFFICHAGE_LEGAL--documents{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
