// Your footer style
@import "../variables/colors.scss";

.main-footer {
    position: relative;
    min-height: 150px;
    color: white;
    padding-top: 30px;
    // position: absolute;
    bottom: 0;
    font-size: 12px;
    left: 0px;
    margin-bottom: 0;

    clear: both;
    //z-index: 10;
    margin-top: -3.1em;

    .hide-minus {
        color: $comet;
    }

    ul {
        margin-bottom: 0;
        padding-top: 15px;
    }

    p {
        font-size: 12px;
        color: white;
    }

    i {
        margin-top: 10px;
        color: white;
    }

    i:hover {
        margin-top: 10px;
        color: $secondary;
    }

    a {
        color: white;
    }

    a:hover {
        color: $grey-border;
    }
}

.main-footer.is-landing {
    padding-top: 0px;
}

.social {
    display: block;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 2.13em;
    color: $grey-border;
    padding-bottom: 6px;
}

.primary_section {
    padding-top: 20px;

    li {
        margin-bottom: 10px;
    }
}

.footer-presse {
    text-align: center;
    padding: 4em 0em;
    min-height: 20em;
    margin: -0.5em 0em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#949fb7+0,545d70+100 */
    background: rgb(148, 159, 183);
    /* Old browsers */
    background: -moz-linear-gradient(top,
            rgba(148, 159, 183, 1) 0%,
            rgba(84, 93, 112, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top,
            rgba(148, 159, 183, 1) 0%,
            rgba(84, 93, 112, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,
            rgba(148, 159, 183, 1) 0%,
            rgba(84, 93, 112, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949fb7', endColorstr='#545d70', GradientType=0);
    /* IE6-9 */
}

.footer-presse-header {
    color: #fbfbfb;
    font-size: 2.4em;
    margin: 0.3em 0em 0.31em 0em;
}

.footer-presse-image {
    filter: grayscale(50%) contrast(80%);
    padding: 0em 2em;
    margin: 1em 0em;
}

.background-black {
    background-color: #26282c;
}

.padding-top-m {
    padding-top: 25px;
}

.primary_section {
    padding-top: 20px;

    li {
        margin-bottom: 10px;
    }
}

.margin-top-m-fixe {
    margin-top: 24px;
}

.text-9 {
    font-size: 9px;
}


.text-15 {
    font-size: 15px;
}

.text-open-sans {
    font-family: "Open sans";
}

.white-text {
    color: white;
}

.margin-top-s {
    margin-top: 10px;
}

.orange-text {
    color: $secondary;
}