﻿
/* FOOTER GENERAL CSS*/

footer {
	position: absolute;
	width: 100%;
	/*height: 300px !important;*/
    bottom: 0px;
}

/* Footer color*/
.footer {
    background-color: #434343;
    background-image: url('/_layouts/15/ILR.Internet/Images/Master/footer-bg.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: 35% auto; 
    /*margin-top: 50px;*/ 
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;  
}

/* Links color*/
.footer, .footer a, .footer h4 {
    color: #fff;
}

/*Links Hover color*/
.footer a:hover {
    text-decoration: none;
    color: #ED2939;
}

.footer p {
    font-size: 18px;
    color: #BBBCBF;
    margin: 20px 0 40px 0;
}

.footer ul {
   
}

.footer li {
    
}

/* Logo in the footer*/
.footer-logo {
    text-align: center;
    margin-top: -25px;
    z-index: 1;
    position: absolute;
}
.footer-logo-center {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50px;
}

/* Dynamic Arborescence --> Legislation, Publications */
#footer-arbo {
    border-bottom: 1px solid #575757;
    padding-top: 10px;
    min-height: 50px;
    text-align: center;
}

#footer-arbo h4 {
    
}

/* Static Sub links*/
#footer-sub {   
    padding-top: 10px;
    padding-left: 10px;   
}

#footer-sub li:after {
    content: "|";
}

#footer-sub li:last-child:after {
    content: "";
}

#footer-sub li {
    padding: 0;
}

#footer-sub li a {
    margin-left: 5px;
    margin-right: 10px;
}


@media (max-width: 991px) {
     #footer-sub ul.list-inline {
        width: 100%;
    }

    #footer-sub ul.list-inline li:after {
        content: "";
    }

    #footer-sub ul.list-inline li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        float: none;
    }

    #footer-sub ul.list-inline a {
        font-size: 16px;
        z-index: 1000;
        text-decoration: none;
    }

    .copyright-responsive {
        padding-top: 5px;
        border-top: 1px solid #575757;
    }
    #footer-sub {
        padding-top: 30px;
    }
}

@media print {
    footer {
        display: none;
    }
}
