@media screen and (max-width:1080px) 
{

    #menuNavBar ul 
    {
        display: none;
    }
    #menuHamburgerButton {
        visibility: visible;
    }
    .firstHomePage
    {
        flex-wrap: wrap;
    
    }   
    .firstHomePage div 
    {
        text-align: center;
    } 
    .firstHomePage div img 
    {
        width: 250px;
    }
    .rightHomeTitle
    {
        display: none;
    }
    .split
    {
        width: 100%;
    }

    main 
    {
    margin-top: 100px;
    }
    #sectionOfCompetence
    {
        width: 100%;
     
    }
    .breakWord
    {
        word-break: break-word;
        padding: 0;
        
    }
    .paddingAdjustement
    {
        padding: 10px 0 10px 10px;
    }
    .left
    {
        display: none;
    }
    .right 
    {
        display: none;
    }
    .leftEndPage
    {
        display: none;
    }
    .splitEndPage
    {
        width: 100%;
        height: 50vh;
    }
    #presentationContainer 
    {
        display: none;
    }
    .centeredEndPage
    {
        margin-top: 50px;
        padding: 0;
    }

    .splitEndPage{
        padding-top: 0;
    }
   
    .iconClass svg
    {
        width: 70px;
        height: 70px;
    }

    footer div p
    {
        padding-bottom: 0;
    }


}
@media screen and (max-width:650px) 
{
    main 
    {
    margin-top: 0;
    }

    .bigTitle {
        font-size: 3.5em;

    }
    .middleBigTitle{
        font-size: 2.5em;
    }

    .centered h2{
        font-size: 1.5em;
    }
   
    .titleLang{
        font-size: 1em;
    }


    .competenceLogo svg{
        width: 50px;
        height: 50px;
       
    }

    .diplomeYear{
        font-size: 1.5em;
    }
    .diplomeContainer{
        font-size: 1em;
    }
    
    h3{
        font-size: 1.5em;
    }
    h4{
        font-size: 1em;
    }
    h6{
        font-size: 0.7em;
        word-break: break-word;
    }
    .jobTitle{
        font-size: 1em;
        word-break: break-word;
    }
    .grid-container{
        display: none;
    }
    
    .iconClass svg
    {
        width: 50px;
        height: 50px;
    }

    .middleForm p
    {
        margin-left: 20%;
        margin-top: auto;
        margin-bottom: auto;
    }
    
    footer div p
    {
        padding-top: 10px;
    }

    .constructionPage
    {
    
    width: 100% !important;
    padding-left: 0!important;
    padding-top: 100px;
    
    }
    .constructionPage img {
        width: 100% !important;
        height: auto !important;
    }

    

}



@media screen and (max-width:300px){

    
    h3{
        font-size: 1.5em;
    }
    h4{
        font-size: 1em;
    }
    h6{
        font-size: 0.7em;
        word-break: break-word;
    }
    .jobTitle{
        font-size: 1em;
        word-break: break-word;
    }
    .cardRow{
        display: none;
    }
   
}