main>section:first-of-type
{
    height : 55vh;
    width: 100vw;
    background-image: url("../img/icones_videos/combustion_dark.jpg");
    background-size: cover;
    background-position-y: 50% ;
    margin-bottom: 2vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position : relative;
}

section section:first-child
{
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50vw;
    position: relative;
    margin: 0;
}

.box
{
    display: flex;
    flex-direction: column;
    width: 20vw;
    justify-content: space-between;
    align-items: center;
    height: 15vh;
    z-index: 2;
}
.boxTop
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2vh;
    letter-spacing: 0.65vh;
    min-width: 300px;
    text-align: center;
}
#boxBotLeft
{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Oxygen', sans-serif;
    font-size: 2vh;
    font-weight: 200;
    letter-spacing: 0.2vh;
}
#boxBotLeft p
{
    margin: 1vh;
    cursor: text;
}
#boxBotRight
{
    width:14vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    bottom: 2vh;
}
#boxBotRight i
{
    color: white;
    font-size: 4.5vh;
}
#boxBotRight a:hover
{
    text-shadow: #cbcbcb 0px 0px 10px;
}
#whiteBox1
{
    width: 78vw;
    height: 39vh;
    border: solid 1px white;
    position: absolute;
    bottom: 6.5vh;
    right: 10vw;
    z-index: 1;
}
#whiteBox2
{
    width: 78vw;
    height: 39vh;
    border: solid 1px white;
    position: absolute;
    top: 6.5vh;
    left: 10vw;
    z-index: 1;
}

@media (max-width: 980px)
{
    /*main
    {
        height:100vh;
    }*/
    main>section:first-of-type
    {
        height: 58vh;
        background-position: 30%;
    }
    header #pageName
    {
        font-size: 13vw;
    }
    section section:first-child
    {
        flex-direction: column;
        height: 60%;
    }
    .box
    {
        width: 65vw;
        height: 13.5vh;
    }
    #boxBotRight
    {
        width: 40vw;
    }
    #boxBotRight i
    {
        font-size: 6vw;
    }
    #whiteBox1
    {
        border: solid 2px white;
        width: 87vw;
        height: 46vh;
        bottom: 5vh;
        right: 5vw;
    }
    #whiteBox2
    {
        border: solid 2px white;
        width: 87vw;
        height: 46vh;
        top:5vh;
        left: 5vw;
    }
}
