/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

/* BackOffice
-------------------------------------------------- */
.visuel-bo {
    max-width: 500px;
}

.map {
    min-height: 250px;
    margin: 15px auto;
}

.video-responsive {
    width: 100%;
    height: 360px;
}

.list-head {
    border-bottom: 1px solid #eee;
}

.img-thumbnail {
    max-height: 400px;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #ccc;
}

.main-sticky {
    margin-bottom: 85px;
}