#titleSection {
    padding-top: 4vw;
    width: 100vw;
}

.text_presentation {
    margin-top: 2.5vw;
}

.fullscreen.idc {
    width: 34vw;
    height: 35vw;
    background: url(../images/idc.jpg) no-repeat center center;
    background-size: contain;
    position: relative;
}

.fullscreen .bottomtext {
    position: absolute;
    bottom: 0;
    width: 30vw;
    text-align: center;
    font-family: Raleway;
    font-weight: 400;
    font-size: 2vw;
    line-height: 1.25vw;
    padding-top: 2.75vw;
    padding-bottom: 2.5vw;
    color: black;
    background: #ffffff99;
}

.certifications {
    width: 80vw;
    margin-top: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.certifications img {
    width: 10vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    cursor: pointer;
}

.text_presentation_panel {
    background: #017bbc;
    border-radius: 1.125vw;
    padding-left: 1vw;
    padding-right: 0vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    width: 95vw;
}
.text_presentation.semilong {
    width: 50vw;
    color: white;
    font-size: 1.3vw;
    line-height: 2.6vw;
}
.text_presentation.semilong.final {
    margin-top: 0vw;
}
.text_presentation.semilong.final2 {
    margin-top: -0.25vw;
}
.text_presentation_panel.company {
    margin-top: 2vw;
}

#titleSection {
    height: 12.5vw;
}

@media (max-width: 960px) {
    #titleSection {
        padding-top: 35vw;
    }
    .fullscreen.idc {
        width: 95vw;
        height: 95vw;
        background: url(../images/idc.jpg) no-repeat center center;
        background-size: contain;
        position: relative;
    }
    .text_presentation.semilong {
        width: 87.5vw;
        color: white;
        font-size: 3vw;
        line-height: 5.2vw;
    }
    .certifications img {
        width: 20vw;
    }
}
@media (max-width: 960px) and (orientation: landscape) {
    .fullscreen.idc {
        width: 60vw;
        height: 60vw;
    }
    .text_presentation.semilong {
        width: 70vw;
    }
    .certifications img {
        width: 20vh;
    }
    #titleSection {
        padding-top: 40vh;
    }
    
}