#about_us {
    color: white;
    background-color: #211E1F;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin-top: -5vh;
}

.lines_about_us_icone {
    width: 4vw;
    padding-left: 8vw;
}

.About_content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 999;
}

.About_text {
    display: flex;
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.About_content p {
    line-height: 3.5vh;
    font-family: 'Proxima_Nova_Soft';
    font-size: 1.2vw;
    align-content: center;
    text-align: center;
    width: 40vw;
    font-weight: 400;
    margin-top: -2vh;
}
.About_content h1{
    line-height: 0vh;
    font-size: 7vw;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.bg_eclipse_about_us{
    display: flex;
    position: absolute;
    bottom: 0vh;
    justify-content: flex-end;
    width: 100vw;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.trajet_eclipse_about_us{
    width: calc(40vw + 40vh);
}
.eclips1_about_us , .eclips2_about_us , .eclips3_about_us{
    width: calc(3vw + 2vh);
    height: calc(3vw + 2vh);
}
.eclips1_about_us{
    position: absolute;
    top: 10vh;
    left: 69vw;
}
.eclips2_about_us{
    position: absolute;
    top: 25vh;
    left: 87vw;
}
.eclips3_about_us{
    position: absolute;
    bottom: 7vh;
    left: 47vw 
}
@media (max-width : 1024px){
    .About_content h1 {
    
    font-size: 10vw;
    }
    .About_content p {
    font-size: 2.5vw;
    width: 50vw;
    }
}
@media (max-width : 768px){
    .About_content h1 {
        line-height: 6vh;
        
    }
    .About_content p {
        font-size: 4.5vw;
        width: 50vw;
        color: #ffffffb0;
        line-height: 3.5vh;
    }
}