.home_container {
    flex: 1;

    display: flex;
    flex-direction: column;

    justify-content: justify;

    width: 100%;

    color: #000000;
    background-color: #FFFFFF;
}

.home_photo_container {
    width: 100%;
    height: 50vh;
    
    background-image: url("../../res/img/home_connaissances.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_orange_container {
    display: flex;
    flex-direction: row;

    width: 100%;

    background-color: #FF6D2C;
}

.home_orange_text_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    width: 100%;
    max-width: 980px;
    padding: 10px; 

    font-size: 1em;

    color: #FFFFFF;
}

.home_orange_left {
    box-sizing:border-box;
    width: 37%;

    transform: translateY(-3.4em);

    text-align: left;

    margin-right: 20px;
}

.home_logo_bloc {
    flex: 1;

    max-height: 1px;
}

.home_logo_image {
    width: 100%;

    aspect-ratio : 954 / 1001;

    transform: translateY(-54%);
}

.home_orange_right {
    box-sizing:border-box;
    width: 37%;

    transform: translateY(-3.4em);

    text-align: right;
}

.home_orange_standard_text {
    font-size: 1.2em;
}

.home_orange_bigger_text {
    font-size: 1.9em;
    font-weight: bold;
    white-space: nowrap;
}

.home_text_container {
    display: flex;  
    flex-direction: row;

    width: 100%;

    background-color: #FFFFFF;
}

.home_text_bloc {
    width: 980px;
    padding: 10px;

    font-size: 1.3em;

    text-align: center;
}

