@media (min-width: 992px){
    /* ////////////////////////////////////// HEADER ///////////////////////////////// */

    #header{
        height: 180px;
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
    }

    .headerUnconnected{
        margin-top: 40px;
    }
    
    #logo{
        height: 130px;
        width: 130px;
        margin: 0 30px 0 30px;
    }
    
    #logoDiv h1{
        font-size: 3em;
    }
    
    #searchDiv{
        margin: 0 0 10px 5px;
        padding-right: 10px;
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
    }
    
    .headerInfos{
        display: block;
        margin: 0 10px 0 0;
        padding: 0;
        -ms-flex-item-align: end;
            align-self: end;
        justify-self: end;
    }
    
    .headerInfosIcons{
        margin: 0;
        padding: 0;
    }
    
    #languages{
        margin: 0 5px 5px 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-item-align: end;
            align-self: end;
        justify-self: end;
        -ms-grid-column: 1;
            grid-column: 1;
    }
    
    #searchBar{
        -ms-flex-item-align: start;
            align-self: start;
        justify-self: end;
        -ms-grid-column: 1;
            grid-column: 1;
        -ms-grid-row: 3;
            grid-row: 3;
    }
    
    #searchInput{
        width: 400px;
    }
    
    .searchResult{
        top: 43px;
        right: 5px;
        left: unset;
        width: 400px;
    }

    .userBrandName{
        margin: 0 5px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-item-align: center;
            align-self: center;
        justify-self: end;
        -ms-grid-column: 1;
            grid-column: 1;
    }

    .userBrandName img{
        max-width: 20px;
        margin: 0 10px 0 0;
    }

    .userBrandName h3{
        margin: 0;
        font-size: 1.25em;
    }

    /* ///////////////////////////////////////////////////////////// HOME PAGE //////////////////// */

    #slider{
        height: 450px;
    }

    .slidesDiv{
        height: 450px;
    }

    .slidesImages{
        max-height: 450px;
    }

    #carousel{
        height: 450px;
    }

    .carouselItem{
        height: 450px;
    }

    .carouselProductImage{
        height: 225px;
    }

    .contactMap{
        width: 600px;
        height: 450px;
    }
}