.brand-wrap {
	display:block;

}
.brand-wrap .top-brand .titre {
	display:block;
	text-align:left;
}
.brand-wrap .top-brand .titre h1 {
	font-weight: 600 !important;
    font-size: 20px !important;
    position: relative;
    line-height: 25px !important;
    color: #000;
    padding-bottom: 16px;
    text-transform: none !important;
}
.brand-wrap .top-brand .logo {
	display:block;
	text-align:center;
}
.brand-wrap .top-brand .text {
	display:block;
	text-align:left;
	font-size:15px;
}


#reco-prod-new {
	position:relative;
	display: block;
    width: 1000px;
}
#reco-prod-new .pack-prod {
	background-color:#F5F5F5;
	border-radius:5px;
	padding:10px;
	display:block;
	max-width: 250px;
	height: 325px;
	cursor:pointer;
}
#reco-prod-new .pack-prod:hover a.nom { 
 color:#0A3782;
}
#reco-prod-new .pack-prod:hover img { 
 opacity:0.8;
}
#reco-prod-new .pack-prod img {
    max-width: 100%;
    height: auto;
}
#reco-prod-new .pack-prod .container-available {
	display:none;
}
#reco-prod-new .container-image {
    display: block;
    height: 167px;
}

#nav-news {
	height:auto!important;
}

.big-titre {
	display:block;
	width:900px;
	text-align:left;
	box-sizing:border-box;
	color: #1d1d1b;
	font-weight: 700;
    line-height: 32px;
    font-size: 28px;

}


.reco-brand img ,
.reco-produit .pack-prod img,
.brands-carousel-item img {
    mix-blend-mode: multiply;
}
.blog-produit {
    display: block;
    width: 1000px;
}
.blog-produit .owl-nav , 
.top-categorie .owl-nav, 
.reco-produit .owl-nav,
.reco-brand .owl-nav {
	z-index: 1000;
    position: absolute;
    top: -55px;
    right: -15px;
    margin: 0;
}
.blog-produit ul, .nav-top-categorie {
	position:relative;
}
.blog-produit .owl-next, .blog-produit .owl-prev, 
.top-categorie .owl-next, .top-categorie .owl-prev, 
.reco-produit .owl-next, .reco-produit .owl-prev,
.reco-brand .owl-next, .reco-brand .owl-prev {
	background: transparent !important;
}
.blog-produit .owl-dots, 
.top-categorie .owl-dots,
.reco-produit .owl-dots,
.reco-brand .owl-dots  {
	display:none !important;
}


.cadrealpha {
	display:block;
	background-color: #f5f5f5;
	border-radius:10px;
	padding:15px;
	text-align:center;
}
.cadrealpha ul {
	display:inline-block;
}
.cadrealpha li {
	min-width: 35px;
    border: 2px solid transparent;
	display: inline-block;
}
.cadrealpha li:nth-child(2) {
    margin-left: 5px !important;
}
.cadrealpha li:hover {
    border-color: #e1e1e1;
    cursor: pointer;
}
.cadrealpha li a {
    color: #373737;
    width: 100%;
    display: block;
	text-decoration: none;
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
}

.liste-marque {
	display:block;
	margin-top:30px;
}
.liste-marque ul {
    -webkit-columns: 100px 4;
    -moz-columns: 100px 4;
    columns: 100px 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}
.liste-marque li {
	font-size:16px;
	box-sizing: border-box;
}

.liste-marque li .letter-container {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}
.liste-marque li .letter-container span {
    width: 20%;
    float: left;
    color: #2e9ba0;
    font-weight: 600;
    border-right: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
}
.liste-marque-letter li {
    width: 80%;
    float: left;
    padding-left: 20px;
}
.liste-marque-letter li a {
    color: #373737;
}

.reco-brand  {
	display:block;
	width:1000px;
	position:relative;
}
.reco-brand .brands-carousel-item {
	position: relative;
    text-align: left;
    box-sizing: border-box;
    height: auto;
    cursor: pointer;
	overflow:hidden;
	background-color: #F5F5F5;
	padding:10px;
	border-radius:5px;
	z-index:1
}
.reco-brand .brands-carousel-item img {
	z-index:2;
    width: 124px !important;
    display: block;
    height: 65px  !important;
    /*filter: grayscale(100%);*/
    margin: 5px auto;
    transition: all 0.3s ease 0s;
}
.reco-brand .brands-carousel-item a:hover img {
	filter: grayscale(0);
}
.reco-brand .brands-carousel-item span {
	position:absolute;
	z-index:-2;
	top:50%;
	left:50%;
	opacity:0;
}

.brand-cat .block-cat .cat-image {
	transition: all 0.5s ease-out;
	padding:20px;
}
.brand-cat .block-cat:hover .cat-image {
	opacity:0.8;
}
.brand-cat .block-cat .cat-name {
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:400;
}
.brand-cat .block-cat:hover .cat-name {

}
.brand-footer .wrap {
	background-color: #F5F5F5;
    padding: 10px 30px 40px 30px;
    border-radius: 5px;
}
.brand-footer, .brand-footer * {
	font-size:14px;
}
.brand-footer h2 {
	font-size:18px;
	padding:20px 0 10px 0;
	font-weight:600;
}
.brand-footer h2 strong{
	font-size:18px;
	font-weight:600;
}
.brand-footer h3, .brand-footer h4  {
	font-size:16px;
	padding:15px 0 10px 0;
	font-weight:600;
}
.brand-footer h3 strong, .brand-footer h4 strong  {
	font-size:16px;
	font-weight:600;
}


