/**
 * FOOTER RULES
 * 
 * 001 - BOTTOM PAGE
 * 002 - FOOTER PAGE
 *     002A - Global
 *     002B - Address
 *     002C - Footer Menu
 *     002D - Contact Form Access
 * 
 */


/* 001 - BOTTOM PAGE */

#page-bottom {
    margin: 0 16px;
    padding: 24px 0;
    border-top: 1px solid #242976;
}
#bottom-menu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#bottom-menu li {
    list-style: none;
    padding: 0;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    display: inline-block;
}
#bottom-menu li:after {
    content: '-';
    margin-left: 10px;
}
#bottom-menu li:first-child {
    margin: 0;
}
#bottom-menu li:last-child:after {
    display: none;
}
@media all and (min-width: 1060px) {
    #page-bottom {
        margin: 0;
    }
    #bottom-menu li {
        font-size: 0.6em;
    }
}

/* 002 - FOOTER PAGE */

/* 002A - Global */

.site-footer .site-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
}
@media all and (min-width: 768px) {
        .site-footer .site-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
    }
}
@media all and (min-width: 1060px) {
}
@media all and (min-width: 1360px) {
}

/* 002B - Address */

footer .address {
    margin: 16px auto;
}
#logo-bottom {
    display: block;
    width: 190px;
    height: 55px;
    background: url(../images/new-logo.svg) center center no-repeat transparent;
    background-size: contain;
    margin-bottom: 16px;
    margin-left: -45px;
}
.no-svg #logo-bottom,
.gecko.win #logo-bottom {
    background: url(../images/new-logo.png) center center no-repeat transparent;
    background-size: contain;
}
footer .address {
    font-size: 0.9em;
    line-height: 1.3em;
}
.address-office,
.address-postal,
.address-name {
    margin: 5px 0;;
}
.address-office,
.address-postal {
    padding: 5px 0 5px 24px;
}
.address-office {
    background: url(../images/pictos/address1.svg) left center no-repeat transparent;
    background-size: 18px auto;
}
.address-postal {
    background: url(../images/pictos/address2.svg) left center no-repeat transparent;
    background-size: 18px auto;
}
.no-svg .address-office,
.gecko.win .address-office {
    background: url(../images/pictos/address1.png) left center no-repeat transparent;
    background-size: 18px auto;
}
.no-svg .address-postal,
.gecko.win .address-postal {
    background: url(../images/pictos/address2.png) left center no-repeat transparent;
    background-size: 18px auto;
}
.address hr {
    opacity: 0.3;
    margin: 10px 0;
}
.social-links {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.social-links li {
    list-style: none;
    margin: 0 5px;
}
.social-links li a {
    font-size: 0;
    vertical-align: middle;
}
.social-links li a:before {
    font-size: 13px;
}
.social-links li a.socicon-linkedin:before {
    font-size: 12px;
}
@media all and (min-width: 768px) {
    footer .address {
        width: 40%;
        padding-right: 8px;
        margin: 0;
        font-size: 0.75em;
    }
    #logo-bottom {
        width: 110px;
        height: 40px;
        background: url(../images/new-logo.svg) center center no-repeat transparent;
        background-size: contain;
        margin-left: 0;
    }
    .no-svg #logo-bottom,
    .gecko.win #logo-bottom {
        background: url(../images/new-logo.png) center center no-repeat transparent;
        background-size: contain;
    } 
    .address-content {
        margin-left: 27px;  
    }
    .address-office {
        background-size: 15px auto;
        padding: 3px 0 3px 20px;
    }
    .address-postal {
        background-size: 15px auto;
        padding: 3px 0 3px 20px;
    }
    .social-links {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .social-links li {
        margin: 0 10px 0 0;
    }
}
@media all and (min-width: 1060px) {
    footer .address {
        padding-right: 12px;
        font-size: 0.625em;
        width: 25%;
    }
    #logo-bottom {
        width: 155px;
        height: 60px;
    }
    .address-content {
        margin-left: 39px;   
    }
    .address-office {
        background-size: 18px auto;
        padding: 5px 0 5px 26px;
    }
    .address-postal {
        background-size: 18px auto;
        padding: 5px 0 5px 26px;
    }
}
@media all and (min-width: 1360px) {
    footer .address {
        padding-right: 16px;
        width: 20%;
    }
    #logo-bottom {
        width: 180px;
        height: 70px
    }
    .address-content {
        margin-left: 45px;   
    }
}
/* 002C - Footer Menu */

@media all and (min-width: 768px) {
    #footer-menu {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }
    #footer-menu li {
        list-style: none;
        padding: 0;
    }
    #footer-menu .sub-menu {
        margin: 0;
        padding: 0;
    }
    ul#footer-menu > li {
        float: left;
        width: 20%;
        font-size: 1em;
        font-weight: 700;
        padding-left: 16px;
        -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    ul#footer-menu li {
        background: transparent !important;
        line-height: 1.3em;
    }
    ul#footer-menu > li a {
        margin-bottom: 8px;
        display: block;
    }
    ul#footer-menu .sub-menu li {
        font-weight: 400;
        font-size: 0.75em;
        padding: 0;
        margin-bottom: 5px;
    }
    ul#footer-menu .sub-menu li a {
        margin-bottom: 0;
    }
}
@media all and (min-width: 1060px) {
    ul#footer-menu .sub-menu li {
        font-size: 0.625em;
    }
}
/* 002D - Contact Form Access */

.contact-form-access.mobile-only {
    width: 100%;
    padding: 16px;
}
#email-to-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-form-access.mobile-only .title {
    color: #FFF;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.contact-form-access .title {
    font-size: 12px;
}
#email-to-contact input[type="email"] {
    width: 100%;
    font-size: 0.75em;
    padding: 7px 10px;
    line-height: 1.3em;
    text-transform: uppercase;
    background: #242976;
    border: 1px solid #FFF;
    color: #FFF;
    width: calc(100% - 105px);
}
#email-to-contact input[type="submit"] {
    background: #23b9ad;
    border: 1px solid #23b9ad;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 7px 30px;
    display: inline-block;
    border: none !important;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none;
    line-height: 1.3em;
    margin: 0 0 0 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 768px) {
    .contact-form-access {
        padding-top: 32px;
        margin-left: 8px;
        padding-bottom: 16px;
        border-bottom: 1px solid #242976;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        color: #242976;
        padding-top: 11px;
    }
    #email-to-contact {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px)
    }
    #email-to-contact input[type="email"] {
        background: #FFF;
        border: 1px solid #242976;
        color: #242976;
        width: calc(100% - 110px);
    }
}
@media all and (min-width: 1060px) {
    .contact-form-access {
        margin-left: 12px;
        padding-bottom: 24px;
        padding-top: 23px;
    }
    #email-to-contact {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px)
    }
    #email-to-contact input[type="email"] {
        width: calc(100% - 120px);
    }
}
@media all and (min-width: 1360px) {
    .contact-form-access {
        margin-left: 16px;
        padding-bottom: 32px;
        padding-top: 26px;
    }
    #email-to-contact input[type="email"] {
        width: calc(100% - 130px);
    }
}