html, body {
    height: 100%;
}
body {
    background: url("../images/patterns/black_twill.png");
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #333;
}
.panel-body {
    padding: 0;
}

/***** HEADER *****/
header {
    background: url("../images/patterns/kindajean.png");
    height: 150px;
    border-bottom: 2px solid #333;
}
header #header_warp {
    margin-top: 15px;
}
#logo-site {
    display: block;
    margin: 0 auto;
}
.navbar {
    background: url("../images/patterns/subtle-patterns/subtle-pattern-10.jpg");
    background: #000;
    height:24px;
}
/** Sider **/
header .bt_handles {
    top: 5px !important;
}
header .container .row .slides_container .slides_control > div {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 4px;
}
header .bt-cs .slides_container .bt-inner .bt-title  h4 {
    margin-top: 0;
    margin-bottom: 0;
}
/** Header-right-menu **/
header .search .btn-primary {
    border-radius: 0 4px 4px 0;
}
header .form-control {
    border-color:  #666;
    height: 33px;
}
/****** MAIN ******/
main {
    background: url("../images/patterns/kindajean.png");
    position: relative;
    overflow: hidden;
    min-height: calc(100% - 350px);
    border-bottom: 1px solid #999;
    padding-top: 10px;
    padding-bottom: 15px;
}
#intro {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: none;
}
.home #menu_warp {
  margin-top: 10px;
}
.home #content_warp input,
.home #content_warp  textarea,
.home #content_warp .uneditable-input {
    width: auto;
}
#content_warp .contact {
    padding: 10px;
}
#content_warp .contact .form-actions {
    background: #FFF;
}
#content_warp .badge-info {
    background-color: rgba(0,0,0,0.7);
}
a {
    color: #333;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.breadcrumb a {
    color: #111;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
a:hover, a:focus {
    color: #c33;
    text-decoration: none;
}
.breadcrumb a:hover,.breadcrumb a:focus {
    color: #C33;
}
h3 a {
    padding: 0 10px 0;
}
header .bt-cs .readmore {
    margin: 5px 0;
}
.btn-primary {
    background-color: #666;
    background-image: none;
    border-color: #333;
    font-size: 13px;
    color: #FFF;
/*    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.75);
    margin-left: 0; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #c33;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
/**  Footer **/
footer {
    background: url("../images/patterns/black_twill.png");
    height: 200px;
    border-top: 4px solid #FFF;
}
footer .container .row .mini-btn {
    margin-bottom: 10px;
}
footer h1,
footer h2,
footer h3,
footer h4 {
    color: #FFF
}
footer .btn-group {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
footer .scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    padding: 5px;
    white-space: nowrap;
}
/**/
footer #contact {
    background-color: #FFF;
    border-radius: 4px;
    padding: 5px 15px;
}
footer #contact #parrainage {
    height: 33px;
    float: right;
}
footer #contact #parrainage img {
    width: auto;
    height: 100%;
}
footer .copyright {
    margin: 25px 0 0;
    text-align: center;
    color: #FFF;
    font-size: .8em
}