/* Bannier de serveur */

.hero-banner{
    height: 100vh;
}

.hero-banner-logo{
    width: 60px;
    height: 60px;
    background-color: #ffffff0e;
    border: 2px solid #ffffff07;
    border-radius: 50%;
}

#aura-header{
    top: -150px;
    left: calc(50% - 250px);
    width: 500px;
    height: 500px;
    z-index: -1;
    pointer-events: none;
    background-color: #4f02ff;
    opacity: 0.2;
    filter: blur(200px);
    border-radius: 50%;
}

#background-hero{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-image: url('/static/images/background-hero.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.03;
}

#background-grid{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-image: url('/static/images/background-hero.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.history-grid{
    opacity: 0.03;
}

.history-background{
    left: 0;
    padding: 8rem;
}

.history #history-aura{
    top: calc((100% - 80%) / 2);
    left: calc((100% - 80%) / 2);
    width: 80%;
    height: 80%;
    pointer-events: none;
    background-color: #4f02ff;
    opacity: 0.15;
    filter: blur(200px);
    border-radius: 50%;
}

.projects-list{
    grid-template-columns: repeat(2, 1fr);
}

.projects-item{
    background-color: #ffffff09;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-bottom: 4rem !important;
}

.projects-item:hover .projects-item-bg{
    /* border-color: #d0ff2491; */
}

.projects-item-bg{
    border: 2px solid var(--border-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, #100c11 60%, #100c11c4 100%);
    border-radius: 20px;
}

.projects-logo{
    width: 40px;
    height: 40px;
    opacity: 0.1;
}

.projects-header{
    height: 48px;
}

.projects-item .button{
    padding: 0.6rem 2rem;
    width: 150px;
    font-size: 16px;
    text-align: center;
}

.projects-item .button-light{
    background: transparent;
    border: 2px solid #4e02ffa9;
    color: var(--color-text);
}

.projects #projects-aura{
    top: 200px;
    left: calc((100% - 500px) / 2);
    width: 500px;
    height: 60%;
    pointer-events: none;
    background-color: #4f02ff;
    opacity: 0.3;
    z-index: 1;
    filter: blur(200px);
    border-radius: 50%;
}

.projects-last .projects-logo, .projects-last .subtitle{
    filter: blur(2px);
}

.origines #origines-aura{
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    background-color: var(--primary-color);
    box-shadow: 0 0 400px 90px var(--primary-color);
    opacity: 0.8;
}

.origines-grid{
    opacity: 0.03;
}

.origines-background{
    left: 0;
    padding: 5rem;
}

.origines-buble{
    background: #ffffff07;
    border: 2px solid var(--border-color);
    border-radius: 250px;
    height: 250px;
}

.origines{
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url('/static/images/background-globe.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
}

.recruitment{
    height: 100vh;
}

.recruitment #recruitment-aura{
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    background-color: #4f02ff;
    box-shadow: 0 0 500px 120px #4f02ff;
    opacity: 0.8;
}

.recruitment-grid{
    opacity: 0.03;
    height: 60%;
    left: calc((100% - (100vh * 0.5)) / 2);
    z-index: -1;
}

.recruitment-list{
    grid-template-columns: repeat(3, 1fr);
}

.recruitment-box{
    background-color: var(--primary-color);
}

#recruitement-box-dev{
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

#recruitement-box-cm{
    background-color: var(--secondary-color);
    color: var(--text);
}

#recruitement-box-design{
    background-color: #5D24FF;
    color: var(--secondary-color);
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 576px) {

}