@charset "UTF-8";
/* CSS Document */

.MagentaHouza {
    color: #90278E;
}
.bg-extra-light {
	background-color: #D1D3D4;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.navbar-light {
    /* background-color: transparent !important; */
    z-index: 100;
    opacity: 0.9;
    }

.backg_image_houza {
 	background-image: url("/img/topimagehouzawebR6.png");
 	background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
	background-size: cover;
}

.backg-chacha {
	background-image: url("../img/Carr_Nouveautes.jpg");
    background-size: contain;
    min-height: 600px;
	background-repeat: no-repeat;
    background-position: center;
}

/* Footer et SiteMAP */

.backg_image_sitemap {
	background-image:url(../img/FondSitemap.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
}
.sitemap {
	position: relative;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 14px;
}
.sitemap ul {
	margin: 0;
	padding: 0;
}
.sitemap li {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	display: block;
}
	
.sitemap a {
	padding: 3px 12px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.sitemap a:hover {
	color: #000;
}
.sitemap .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
.sitemap  h6 {
	font-size: 12px;
}

/*   NAVBAR OVER write CSS Bootstrap  */
#wrapper {
   padding:90px  0px;
}
.navbar-expand-lg .navbar-nav.side-nav {
   flex-direction: column;
}
.card {
   margin-bottom: 0px;
   border-radius:0;
}
.leftmenutrigger { 
   display: none
}
@media(min-width:992px) {
      .leftmenutrigger {
         display: block;
         display: block;
         margin: 7px 20px 4px 0;
         cursor: pointer;
      }
      #wrapper {
         padding: 90px 15px 15px 15px; 
      }
      .navbar-nav.side-nav.open {
         left:0px;
      }
      .navbar-nav.side-nav {
         background: #D1D3D4;
         box-shadow: 2px 1px 2px rgba(0,0,0,.1);
         position:fixed;
         top:56px;
         flex-direction: column!important;
         left:-220px;
         width:200px;
         overflow-y:auto;
         bottom:0;
         overflow-x:hidden;
         padding-bottom:40px;
      }
}
.animate {
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
