/*  FOOTER */
footer {
    position: relative;
    width: 100%;
    margin: 80px auto 0;
    padding: 0;
    padding-bottom: 30px;
    background: #173455;
    min-height: 200px;
}
    footer a {
        color: #FFF;
    }
    .footer-row {
        width: 100%;
        display: flex; display: -webkit-flex; 
        flex-flow: row wrap; -webkit-flex-flow: row wrap;
        justify-content: center; -webkit-justify-content: center;
        color: #FFF;
        text-align: center;
    }
        .footer-row .container {
            display: flex; display: -webkit-flex; 
            flex-flow: row wrap; -webkit-flex-flow: row wrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
        }
        .footer-row .container.baseline {
            padding: 35px 0 10px;
            font-size: 80%;
            display: flex; display: -webkit-flex; 
            flex-flow: row wrap; -webkit-flex-flow: row wrap;
            justify-content: center; -webkit-justify-content: center;
            text-align: center;
        }
    .footer-logo {
        margin-top: -25px;
    }
    .footer-col {
        width: 50%;
        margin: 0;
    }
        .footer-col:first-child {
            border-right: 1px solid #254a75;
        }
    .footer-text {
        padding: 15px 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
        color: #FFF;
    }
    .footer-horaires {
        padding: 15px 15%;
        padding-bottom: 25px;
        font-size: 20px;
        color: #FFF;
    }
        .footer-horaires .horaire {
            width: 100%;            
            display: flex; display: -webkit-flex; 
            flex-flow: row wrap; -webkit-flex-flow: row wrap;
            justify-content: flex-start; -webkit-justify-content: flex-start;
            padding-bottom: 10px;
        }
            .footer-horaires .horaire .day {
                width: 50%;
                text-align: left;
            }
            .footer-horaires .horaire .hours {
                width: 50%;
                text-align: right;
                font-weight: bold;
            }
    a.footer-bt {
        font-size: 20px;
        line-height: 1.0;
        color: #FFF;
        display: inline-block;
        font-weight: 500;
        margin: 0 auto;
        padding: 0 20px;
        height: 32px;
        line-height: 28px;
        border: 2px solid #bb975b;
        border-radius: 15px;
    }
        a.footer-bt.booking {
            border: 2px solid #bb975b;
            background: #bb975b;
        }
