


.title{
    height: 14vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{
    height: 5vh;
}

.banner{
    height: 55vh;
    background-image: url("images/foret1.jpg");
    background-size: cover;
    background-position: right;
}

.main_title{
    font-size: 2.5vh;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.main_text{
    font-family: 'Lato', sans-serif;
    font-size: 1.8vh;
    margin-bottom: 0;
    line-height: 1.3em;
}

.main_picto{
    height: 26px;
    margin-bottom: 10px;
}

.main{
    height: 28vh;
}


.production,
.contribution{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 28vh;

}

.production{
    border: 0px dotted blue;


}

.border{
height: 80%;
    background-color: red;
    width: 100%;
}

.production_container,
.contribution_container{
    width: 30vw;


}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3vh;
    background-color: black;
    color: white;
    text-align: center;
}



@media only screen and (max-width: 1000px) {
    .banner {
        height: 28vh;
    }

@media only screen and (max-width: 1000px) {
    .production_container,
    .contribution_container{
        width: 60vw;
    }

}