.header {
}
.navbar-red {
  background-color: #da251d;
  box-shadow: 0px 10px 20px 0px;
  border-radius: 0px;
}
.wrap {
}
.navbar-nav li a {
  color: #ffffff;
  display: block;

  zline-height: 20px;
  font-family: Arial;
  font-size: 16px;
  font-weight: lighter;
  color: #ffffff;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  background-color: #da251d;
  border-right: 0px solid #ffffff;
}
.navbar-nav li a:hover {
  background-color: transparent;
  opacity: 0.7;
  transition: opacity 0.7s;
}
.navbar .navbar-toggle{
  border-color: #ddd;
}
.navbar .navbar-toggle .icon-bar {

  background-color:   #fff;

}

/***************** Nouveau code ************************/

html,
body {
  height: 100%;
  background-color: #eeeeee;
}
.items-view {
  background-color: #ffffff;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

/***************** slide ******************/

.slideAcl {
  margin-bottom: 20px;
}
.slideCatAcl {
  height: 300px;
  margin-bottom: 20px;
  background: #fff;
}
.slideCatAcl .carousel-control {
  width: 5%;
}
.slideCatAcl .slide {
  height: 290px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: content-box;
  padding-left: 30px;
}
.slideCatAcl .slide .img-slide {
  max-height: 280px;
  dmax-height: 100%;
}
.slideCatAcl .slide .title {
  font-family: Arial;
  font-size: 25px;
  color: #222a5b;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.cat-acl .scroller {
  margin-bottom: 10px;
}
.slideCatAcl .slide .description a {
  font-family: Arial;
  font-size: 18px;
  letter-spacing: 0.5px;
  text-decoration: none;
  height: 180px;
  font-weight: lighter;
  display: block;
  color: #333333;
}

.slideCatAcl .slide a {
  font-weight: 18px;
  font-weight: bold;
}
/************* item article **************/
.items-view {
  padding-bottom: 20px;
}
.items-view .item-title {
  font-family: Arial;
  font-size: 25px;
  color: #222a5b;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.items-content {
  font-family: Arial;
  font-size: 14px;
  color: #000000;
  font-weight: lighter;
  letter-spacing: 0.5px;
}
.item-image {
  margin-top: 20px;
}
.item-brand, .item-brand:hover {
  text-decoration: none;
  color: #000000;

}
/************ item bloc ***/

.item-bloc-title {
  text-align: center;
  dbackground-color: #222a5b;
  background: rgb(49,34,91);
  background: linear-gradient(87deg, rgba(49,34,91,0.7903362028405112) 0%, rgba(34,42,91,1) 50%, rgba(49,34,91,0.8267507686668417) 100%); 
  text-transform: uppercase;
  font-family: Arial;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.bloc-grey {
  background: #cccccc;
}

.title-blue {
  font-family: Arial;
  font-size: 20px;
  color: #222a5b;
  font-weight: lighter;
  letter-spacing: 0.5px;
}

.item-bloc-content {
  padding: 4px;
}

.separation {
  margin-top: 10px;
}
.separation-down {
  margin-bottom: 10px;
}
.separation-down-x2 {
  margin-bottom: 20px;
}

.item-link-title {
  text-decoration: none;
  color: #222a5b;
  font-weight: bold;
}
.item-link-more {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}
.post-item {
  background: #fff;
  text-align: center;
  max-height: 500px;
  height: 500px;
  padding: 20px;
}
.post-item img {
  border: none;
}


.post-item .promotion-price,
.items-view .promotion-price {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 16px;

}

.post-item .price,
.items-view .price {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 14px;
}
.items-view .price{
  font-size: 18px;
  margin-top: 30px;
  line-height: 18px;
}
.post-item .price .curency,
.items-view .price .curency {
  font-size: 10px;
  line-height: 14px;
}

.items-view .price{
  font-size: 18px!important;
}
/******************* button categorie ************/
.block-grey {
  background: #dddddd;
  padding-bottom: 10px;
}

.block-grey .title,
.block_categories .title {
  background: #bbbbbb;
  font-family: Arial;
  font-size: 25px;
  color: #222a5b;
  font-weight: lighter;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 5px;
}
.block-grey .item-content img {
  padding: 5px 10px;
}
.block-grey .item-content .item-infos {
  font-family: Arial;
  font-size: 16px;
  color: #000000;
  font-weight: lighter;
  letter-spacing: 0.5px;
}

.block-grey .item-content .item-desc {
  height: 140px;
  max-height: 140px;
  line-height: 20px;
  font-weight: 16px;
  overflow: hidden;
}

.block-grey .item-content .item-title {
  font-family: Arial;
  font-size: 25px;
  color: #222a5b;
  font-weight: lighter;
  letter-spacing: 0.5px;
}
.block_categories {
  text-align: center;
}
.block_categories .categorie {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 24%;
  overflow: hidden;
  font-family: Arial;
  font-size: 14px;
  font-weight: lighter;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-align: center;
  background-color: #da251d;
  border-radius: 10px;
  opacity: 1;
}

.block_categories .cats-separation {
  margin-bottom: 5px;
}

/*********** block article **************/

.col-right {
  background-color: #ffffff;
}
.col-right .article{
  padding-right: 10px;
  padding-left: 10px;
  
}

.col-right .col-sep {
  border-bottom: 1px #bbbbbb solid;
}
.block-white {
  display: block;
  padding-bottom: 20px;
  font-family: Arial;
}

.block-white .item-content {
  display: block;
  padding: 5px 5px;
  align-content: center;
}
.block-white .item-content .title {
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
}
.block-white .item-content img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.block-white .item-detail {
  text-align: center;
  color: #222a5b;
  font-weight: lighter;
  padding-left: 10px;
  padding-right: 10px;
}

.block-white .item-detail .item-title {
  font-size: 20px;

  font-weight: bold;
  margin-top: 10px;
}
.block-white .item-detail .item-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000000;
}
.block-white .item-detail .item-desc,.block-white .item-detail .item-desc a {
  font-size: 16px;
  color: #000000;
}

/********************** imageCaroussel********************/

.imageCaroussel .item img {
  margin-left: auto;
  margin-right: auto;
}

/************** banner ***************/

.banner img {
  margin-left: auto;
  margin-right: auto;
}

.banner .block-white {
  margin-top: 15px;
}

/**************************/

.filter-block {
  padding: 10px;
  background-color: #fff;
}

/************* article ********************/

.article {
}
.article .title {
  font-size: 40px;
}
.article img.main {
  margin: 10px 30px 20px 0px;
}
.article .body ,.comparator .body {
  background-color: #fff;
}
.article .article_infos {
  dborder: #c55 1px solid;
  line-height: 30px;
}

.article .article_infos .info {
  margin-right: 10px;
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
}
.article .article_infos .info .category {

  font-weight: bold;
}
.article .body .resume {
  clear: both;
}

.article .block_item .post-item {
  margin-bottom: 10px;
}
.articles img.img-article {
  margin-right: 20px;
}

.articles .post-article {
  background: #fff;
  dtext-align: center;
  max-height: 410px;
  height: 410px;
  padding: 20px;
  dpadding-bottom: 20px;
}
.post-article img {
  border: none;
  max-height: 300px;
}
.articles .post-article .article-link-more {
  position: absolute;
  top: auto;
  bottom: 50px;
}

.cat-acl .col-left .article .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cat-acl .col-left .article .title a,
.cat-acl .col-left .article .title a:hover {
  text-decoration: none;
}
.cat-acl .col-left .article a,
.cat-acl .col-left .article a:hover {
  text-decoration: none;
  color: #23527c;
}
.cat-acl .col-left .article {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 250px;
  max-height: 250px;
  background: #fff;
  display: block;
}
.cat-acl .col-left .article .item-bloc-title {
  margin-bottom: 20px;
}


.cat-acl .col-left .article img {
  dmax-height: 300px;
  dwidth: auto !important;
}

.cat-acl .col-right .article {
}

.cat-acl .col-right .article .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.cat-acl .col-right .article .resume {
  padding-top: 20px;
  padding-bottom: 20px;

  font-size: 18px;
  font-weight: 500;
  dmargin-top: 5px;
  dmargin-bottom: 10px;
  color: #000000;
}
.cat-acl .col-right .article a, .cat-acl .col-right .article a:hover{
text-decoration: none;
color: #23527c;
}
.cat-acl .col-right .articlesmore .readmore {
  font-size: 18px;
  font-weight: bold;
}
.cat-acl .filter_guide{
  margin-top: 10px
}
.cat-acl .brands-filtre{
  padding-top: 10px;
}
.cat-acl .brands-filtre label{
  display: block!important;
max-width: 100%;
}

.article .subtitle{
  padding-top:10px ;
  font-size: 16px;
}

.item-compare{
background: none;
border: none;
font-weight: bold;
font-size: 16px;
line-height: 16px;
color: #23527c;
}

.irs{
dwidth: 300px;
}

.comparator{
  
}


.comparator label{
  width: 100%;
}

.col-left .article .item-bloc-title a,.col-left .article .item-bloc-title a:hover{
  color :#fff;
}
@media screen { 
  .dropdown:hover .dropdown-menu, 
  .btn-group:hover .dropdown-menu { 
      display: block; 
  } 
  .dropdown-menu { 
      margin: auto; 
  } 
  .dropdown-toggle { 
      margin: auto; 
  } 
  .navbar .dropdown-toggle, 
  .nav-tabs .dropdown-toggle { 
      margin: auto; 
  } 
} 