﻿/* lg */
@media (min-width: 1200px) {
    .home {
        background: #141c31 url(../images/BG-LG.jpg) no-repeat top right;
        background-size: cover;
    }

    .frenchContent .text02 {
        margin-left: 10px;
    }

    .englishContent .middlePart {
        line-height: 55px;
        margin-top: 20px;
    }

    .frenchContent .middlePart {
        line-height: 55px;
    }

        .frenchContent .middlePart .text02 {
            display: block;
            margin-left: 0;
        }

        .frenchContent .middlePart .text03 {
            font-size: 55px;
        }
    .englishContent .text01{
        margin-right:10px;
    }
    .englishContent .text01,
    .frenchContent .text01 {
        display: inline-block;
        margin-top: 20px;
    }
    
}
    /* md */
    @media (min-width: 992px) and (max-width: 1199px) {
        .home {
            background: #141c31 url(../images/BG-md.jpg) no-repeat top right;
            background-size: cover;
        }

        .frenchContent .text02 {
            margin-left: 10px;
        }

        .frenchContent .middlePart {
            line-height: 65px;
        }

            .frenchContent .middlePart .text02 {
                display: block;
                margin-left: 0;
            }
            .frenchContent .middlePart .text03 {
                font-size: 60px;
            }
        .englishContent .middlePart {
            line-height: 55px;
            margin-top: 20px;
        }
        .englishContent .text01,
        .frenchContent .text01 {
            display: inline-block;
            margin-top: 20px;
        }
        .englishContent .text01 {
            margin-right: 10px;
        }
    }

    /* sm */
    @media (min-width: 768px) and (max-width: 991px) {
        .englishContent .text01 {
            margin-right: 10px;
        }
        .home {
            background: #141c31 url(../images/BG-md.jpg) no-repeat top right;
            background-size: cover;
        }
        .text01 {
            font-size: 45px !important;
        }

        .text03 {
            font-size: 55px !important;
        }

        .text02 {
            font-size: 35px !important;
        }
        .englishContent .middlePart {
            line-height: 55px;
            margin-top: 10px;
        }
        .frenchContent .text02 {
            margin-left: 10px;
        }

        .frenchContent .middlePart {
            line-height: 50px;
        }

            .frenchContent .middlePart .text02 {
                display: block;
                margin-left: 0;
            }

            .frenchContent .middlePart .text03 {
                font-size: 45px!important;
            }
        .englishContent .text01,
        .frenchContent .text01 {
            display: inline-block;
            margin-top: 20px;
        }
    }

    /* xs */
    @media (max-width: 767px) {
        .home {
            background: #141c31 url(../images/BG-md.jpg) no-repeat top right;
            background-size: cover;
        }
        .text01 {
            font-size: 45px !important;
        }

        .text03 {
            font-size: 55px !important;
        }

        .text02 {
            font-size: 35px !important;
        }

        .welcomingNote {
            line-height: 45px;
        }

        .searchInput {
            margin-bottom: 0 !important;
        }

        .welcomingNote {
            line-height: 50px!important;
        }
    }
    /* extra small screen */
    @media (max-width: 567px) {
        .lang {
            left: 110px;
        }
    }
    /* CUSTOM */
    @media (min-width: 1389px) {
        .lang {
            left: 160px;
        }
    }

    @media (min-width: 568px) and (max-width: 1388px) {
        .lang {
            left: 135px;
        }
    }
