
        body {
/*            padding-top: 20px;*/
            padding-bottom: 20px;
            margin: 0;
        }
        .main-container {
            max-width: 1200px;
            margin: 0 auto; 
            position: relative; 
        }
        .section {
/*            padding: 20px;*/
/*            border: 1px solid #ddd;*/
/*            background-color: #f9f9f9;*/
        }
        .section-b {
            text-align: center;
            position: relative; 
            z-index: 1; 
/*            margin: 60px 0; */
        }
        .section-a {
            padding: 20px 20px;
            text-align: right;
            position: absolute; 
            top: 0; 
            right: 0; 
            width: 100%; 
            z-index: 10; 
            box-sizing: border-box; 
        }
        .section-c {
            padding: 20px 10px;
            text-align: left;
            position: absolute; 
            bottom: 0; 
            left: 0; 
            width: 100%; 
            z-index: 10; 
            box-sizing: border-box; 
        }

        .index_lang{
        }
        .index_lang a{
            padding:10px;
             color: #003387;
            margin-left: 15px;
            display: inline-block;
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            BACKGROUND-COLOR: #fff;
            
            width: 40px;
            height: 40px;
            padding-top: 7px;
            text-align: center;
            text-decoration: none;
/*            border: solid 1px #cae7fd;*/
/*            box-shadow: inset 1px 1px 25px #38aafff7;*/
/*            border-bottom: solid 1px #ffffff;*/
/*            border-right: solid 1px #ffffff;*/
        }
        .index_lang a:hover{
/*            border: solid 1px #53c3f2;*/
            background-color: #3e95ff;
            color: white;
            text-decoration: none;

        }

        .section-c a {
            color: #003387;
            padding: 10px 10px;
            text-decoration: none;
        }

        .section-c a:hover {
            text-decoration: underline;
        }


        @media (max-width: 991.98px) {
            .section-c {
                padding: 10px 10px;
            }
        }

        @media (max-width: 767.98px) {
            .section-c {
                padding: 20px 0;
                bottom: -120px; 
            }
            .otherLinks_index a{display: inline-block;}

        }