﻿

:root {
    --SCPI-blue: #8f8f8f;
    --red-hover: #D94438;
    --blue-hover: #044e9e;
}

.TableScroll {
    overflow:auto;
    max-width:100%
}

.GridGray {
    height: 10em;
    padding: 10px;
    /*background: #C0C0C0;*/
    background: #DDDDDD;
}

td i.fas{
    font-size:2em;
    color:var(--red-hover);
}

td{
    text-align:center;
}

td, table {
    border-color: var(--red-hover) !important;
    border: 2px solid;
    text-align: center;
    vertical-align:top;
}

table.black,table.black td,table.black tr {
    border-color: black!important; 
    border:1px solid;
}

table.black,table.black td,table.black tr {
    border-color: black!important; 
    border:1px solid;
}
table thead {
    background-color: var(--red-hover);
    color: rgba(255,255, 255, 1);
}
    table th {
        border-color: rgba(255,255, 255, 1);
    }

@font-face {
    font-family: SemplicitaPro;
    src: url('Fonts/semplicitapro/SemplicitaPro.ttf') format('truetype');
}

/*@font-face {
    font-family: 'Montserrat';
    src: url('Fonts/eras-light-itc/ErasLightITC.ttf') format('truetype');
}*/



body {
    overflow-y: scroll;
    font-family: SemplicitaPro, sans-serif !important;
}



.btn-SCPI {
    background-color: var(--red-hover);
    text-decoration: none;
    color: #FFF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #3d3d3c;
    font-family: SemplicitaPro;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    font-size: 0.8em;
    border-radius: 50rem;
}

    .btn-SCPI:hover {
        background-color: transparent;
        color: #3d3d3c;
        border-color: #8c1533;
        border-color: var( --red-hover);
    }

    .btn-SCPI:active {
        background-color: #8c1533;
        border-color: #8c1533;
        background-color: var(-- --red-hover);
        border-color: var(--red-hover);
        color: #FFF;
    }

    .btn-SCPI:focus {
        border-color: #8c1533;
        background-color: var( --red-hover);
        border-color: var( --red-hover);
        color: #FFF;
    }




.bg-red-urban {
    background-color: var(--red-hover);
}

.bg-red-urban label {
    color:white;
    text-transform: uppercase;
    font-weight: bold;
}

.border-urban {
    border: 1px solid #dee2e6;
}

.sidebar a {
    color: black;
}

.sidebar a:hover {
    text-decoration: underline;
    color: #ac0d19;
}

.header-link-urban a {
    font-size: 48px;
    color: var(--red-hover);
}

.header-link-urban label {
    font-size: 12px;
    font-weight: bold;
}

main {
    min-height: 100vh;
}

#sidebarMenu a.icon {
    font-size: 24px;
  
}

.bg-header-SCPI {
    background-color: var(--red-hover);
}

.page-item.active .page-link {
    background-color: var(--red-hover) !important;
    color:#FFF!important;
}

.nav-link.active {
    background-color: var(--red-hover) !important;
    color: #FFF !important;
}


.page-link {
    color: var(--red-hover)!important;
}

.nav-link{
    color:black!important;
}

h3{
    color:var(--red-hover);
}

/********information personnelle*/
.infoSouscription {
    border: solid black 1px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    float: left;
    width: 100%;
    height: 97%;
}

.infoAdresseFiscal {
    border: solid black 1px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    float: left;
    width: 100%;
    font-size: .875rem;
}

.infoJustificatif {
    border: solid black 1px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:10px;
    background-color: white;
    float: left;
    width: 99%;
}

.legendInformation {
    margin-left: 20px;
    margin-top: -14px;
    background-color: white;
    font-size: 0.9rem;
}

.legendSouscription {
    width: 235px;
}

.legendCoSouscription {
    width: 220px;
}

.legendAdresse {
    width: 115px;
}

.legendBancaire {
    width: 210px;
}

.legendRevenus {
    width: 190px;
}

.legendFiscale {
    width: 115px;
}

.legendDossier {
    width: 230px;
}

.legendRepresentant {
    width: 180px;
}

.contenuInfo {
    padding: 10px;
}
.obligatoire.error {
    border-color: red;
}
.obligatoire.valid {
    border-color: green;
}

/***************/

/******Bibliotheque*********/
table.tablebibliotheque {
    border-color: white !important;
    border: 2px solid;
}
    table.tablebibliotheque tr {
        border-color: white !important;
        background-color: #F6F6F6;
        border: 2px solid;
    }
    table.tablebibliotheque th {
        border: 0px !important;
        background-color: #EEEEEE;
        font-weight: bold;
        text-align: left;
    }
table.tablebibliotheque td {
    border: 0px !important;
    text-align:left;
}
/***************/

.footer {
    /*position: fixed*/
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: rgb(255,255,255);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 2;
}