/* TEMPLATE STYLES */
html,body{  background-color: #392214;}
html,body,.view{height: 95%;}
.card {margin:5px;	display: flex;flex-direction: column;}
.card .content {flex: 1 1 auto;}	
.box {height: 150px;background-color:#e5e5e5;}
.horaire{font-size:90%;}
.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background-color: #000000;
	 height: 40px;
}
/* Navigation*/
.navbar {background-color: transparent;}
.scrolling-navbar {
            -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
            transition: background .5s ease-in-out, padding .5s ease-in-out;
        }
.top-nav-collapse { background-color: #1C2331;}
footer.page-footer {background-color: #301A0F;margin-top: -1px;}
        
        @media only screen and (max-width: 768px) {
            .navbar {
                background-color: #1C2331;
            }
			.container{ padding-left:10px;}
        }
        /*Call to action*/
        
        .flex-center {
            color: #fff;
        }
        
        .view {
			height: 90%;
            background: url("../images/menuisierC.jpg")no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
		
	/* Scrollbar */
::-webkit-scrollbar {width: 8px;}
/* Track */
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);-webkit-border-radius: 10px;border-radius: 10px;}
/* Handle */
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: #1C2331;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
::-webkit-scrollbar-thumb:window-inactive { background: #1C2331;}	
.mj{background-color:#3e2723;color:#ffffff;}
.cocci2 {background-color:#333B47;color:#ffffff;}
.cocci3 {background-color:#1C2331;color:#ffffff;}
[data-toggle="tooltip"]{background-color:#333B47;color:#ffffff;}
.just{text-align: justify;}
.p1{color:#ffffff;}
.p2{color:#ffffff;font-size:14px;}
.p3{padding-top:10px;}
.p4{padding-top:50px;}
.p5{padding-top:20px;}
.pbg1{background-image: url("../images/menuiseC.jpg");}
.pbg2{background-image: url("../images/charpenteC.jpg");}
.pbg3{background-image: url("../images/tiroirsC.jpg");}
.slide-out{background-color:#392214;padding-top:20px;}
@media only screen and (max-width : 992px) {.container, footer { padding-left: 10px;}}
@media only screen and (max-width: 768px) {.navbar {background-color: transparent !important;}}
#toTop{position: fixed;bottom: 25px;right: 10px;cursor: pointer;display: none;}
#toTop .fa {margin-right: 5px;}
#myCarousel {height:200px;}
#gallery {margin:0px auto;display:none;}
#gallery .a {display:none;}
.divider-new {padding:20px;}
.menu{background-color:#392214;padding-top:20px;}
.linker a{color:#D7BD69;}