section {
    margin-bottom: 0;
}

.project-info-container {
    margin-top: 30px;
}

#link_caracteres_masquees {
    color: black;
}

.full-screen-project-tile img,
.full-screen-project-tile video {
    margin-bottom: 20px;
}

.see-more-project-button a {
    text-decoration: none;
    color: black;
}

@media (max-width : 600px) {

    section {
        margin-bottom: 0px;
    }

    .project-info-container {
        margin-top: 15px;
    }

    .project-info-item-container {
        margin-bottom: 15px;
    }

    .more-project-separator {
        margin: 20px 0;
    }

    #more-project-component .project-thumbnail-img {
        margin-bottom: 10px;
    }

    #more-project-component,
    .more-project-separator {
        display: none;
    }

    .full-screen-project-tile img {
        margin-bottom: 10px;
    }
}