.main {
    height: 100%;
}

.main-content {
    border-left: 2px solid var(--line);
    margin-left: 85px;
    height: calc(100vh - 67px - 67px);
    display: flex;
}

.folder-content {
    border-right: 1px solid var(--line);
    width: 15%;
    height: 100%;
}

.principal-folder {
    display: flex;
    border-bottom: 2px solid var(--line);
    padding: 15px 0; 
    cursor: pointer;
}

.principal-folder-arrow-bottom {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
}

.subfolder {
    display: flex;
    margin-top: 15px;
    cursor: pointer;
}

.subfolder-chevron {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 2px;
}

.subfolder-folder {
    margin-top: 2px;
    color: #ffda73;
}

.subfolder-title {
    margin-top: 2px;
    margin-left: 10px;
}

.file-content {
    margin-left: 45px;
    display: flex;
    cursor: pointer;
    margin-top: 15px;
}

.file-logo-content {
    margin-top: 2px;
    color: #ffda73;
}

.file-logo {

}

.file-title {
    margin-left: 10px;
    margin-top: 4px;
}

.first-file-content {
    margin-top: 17px;
}

.principal-second-folder {
    display: flex;
    border-bottom: 2px solid var(--line);
    border-top: 2px solid var(--line);
    padding: 15px 0; 
    margin-top: 10px;
    cursor: pointer;
}

.contact-mail-content {
    display: flex;
    padding: 15px 0;
    cursor: pointer;
}

.contact-mail-logo-content {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
}

.contact-mail {
    color: var(--greenText);
}

.contact-phone-content {
    display: flex;
    padding: 15px 0;
    cursor: pointer;
}

.contact-phone-logo-content {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
}

.contact-phone {
    color: var(--greenText);
}

.developpement-content {
    /* background-color: red;    */
    width: 82%;
    border-right: 2px solid var(--line);     
}

.developpement-top-content {
    display: flex;
    height: 51px;
    border-bottom: 2px solid var(--line);
}

.developpement-top-content-open-file {
    display: flex;
    width: 20%;
    border-right: 2px solid var(--line);
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.developpement-top-content-open-file-name {
    margin-left: 15px;
}

.developpement-top-content-open-file-close {
    margin-right: 15px;
    cursor: pointer;
}

.developpement-bottom-content {
    width: 100%;
    height: calc(100% - 51px - 50px);
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: space-around;
}

.subfolder-title-not-selected, .file-title-not-selected {
    color: var(--text);
}

.developpement-bottom-content-card {
    /* background-color: red; */
    width: 30%;
}

.developpement-bottom-title {
    /* margin-left: 15px; */
    margin-top: 15px;
    margin-bottom: 25px;
}

.develppement-bottom-content-card-content {
    background-color: #011221;
    border: 2px solid #4B647D;
    border-radius: 8px;
}

.developpement-bottom-content-card-content-img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.developpement-bottom-content-card-content-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;    
    text-align: center;
    color: var(--text);
    margin-bottom: 100px;
}

.developpement-bottom-content-card-content-btn-text {
    color: var(--greenText);
    text-align: center;
    cursor: pointer;
    background-color: #1E2D3D;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
}

.developpement-content-orangetext {
    color: var(--orangeText);
}

.developpement-content-greytext {
    color: var(--text);
}

.developpement-title-greentext {
    color: var(--greenText);
}