.header{
   height: 130px;
}

.Design1{
	background-image: url(http://localhost:8080/mirage/img/rouge.png);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
margin-bottom: 15px
}
.Design2{
	background-image: url(http://localhost:8080/mirage/img/noire.png);
	-webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0 100%);
}

.head{
	padding-right: 0px;
}
#main-menu{
	padding: 0px;
}

.contacttel{
	padding-left: 50px;padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;font-size: 16px;    float: right;
}
.contacttel i{
 padding-right: 5px;
}
.contacttel span{
	padding-right: 10px
}
.barrerecherche{
	text-align: center;      height: 20px;
}
.barrerecherche form{
	   margin-left: 28px;
}

.barrerecherche input{
	margin: 8px 0px 0px 0px;padding: 6px;color: #000;background-color: #fff;border: 1px solid #555;border-radius: 9px;
}

.btnrecherche
{
	position: relative;color: #fff;bottom: 33px;right: -145px;background-color: #df0c1e;font-size: 15px;width: 39px;height: 33px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;
}
.btnrecherche button{
    background-color: transparent;border: inherit;    padding-top: 3px;
}

.section-titl{
	font-size: 36px;
    color: #454545;
   /* text-transform: uppercase;*/
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-family: 'Roboto-medium';
    font-weight: bold;
}
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #000;
}

.btnrecherchef{
	    position: relative;
    color: #fff;
    bottom: 40px;
    float: right;
    background-color: #000;
    font-size: 15px;
    width: 104px;
    height: 40px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.btnrecherchef button{
    background-color: transparent;border: inherit;    padding-left: 11px;
    padding-top: 6px;
}
@media (min-width: 768px){
.navbar-collapse {
    width: auto; 
}
}
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
    
    height: 50px;
}
.cbp-hrmenu > ul > li > a {
    padding: 13px 14px;
    }

#testimonials .title{
        color: #e31018;
    text-align: center;
    padding-bottom: 20px;
}

#testimonials .title h3{
    color: #e31018;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #c0000d;
    border-radius: 10px;
    }

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #c0000d;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: bold;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    color: #c0000d;
    font-weight: bold;
}

/************ SLIDER D ACTUALITE *******************/


/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.preve,
.nexts {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nexts {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.preve:hover,
.nexts:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}



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

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #c0000d;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
    background-color: #c0000d;
    color: #fff;
}


@media (min-width: 768px){
.navbar-collapse {
    width: auto; 
}
}

    .dropbtn {
      background-color: #000;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
    }
    .dropbtn a:hover {
      color: #fff;
    }
   
    .dropdown {
      position: relative;
      display: inline-block;
    }
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #000;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    .dropdown-content a {
      color: #fff;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    .dropdown-content a:hover {
      background-color: #f1f1f1;
    }
    .dropdown:hover .dropdown-content {
      display: block;
    }
    .dropdown:hover .dropbtn {
      background-color: #000;
    }
    /* Reset */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.nav a { text-decoration: none; }


.nav li { list-style: none; }

/* Menu Container */
.nav {
  display: inline-block;
  position: relative;
  cursor: default;
  /*z-index: 500;*/
  left: 25%;
}

/* Menu List */
/*.nav > li {
  display: block;
  float: left;
}*/

/* Menu Links */


.nav > li:hover > a { background: #4b4441; }

.nav > li:first-child > a {
  border-radius: 3px 0 0 3px;
  border-left: none;
}

/* Search Form */
.nav > li.nav-search > form {
  position: relative;
  width: inherit;
  height: 54px;
  z-index: 510;
  border-left: 1px solid #4b4441;
}

.nav > li.nav-search input[type="text"] {
  display: block;
  float: left;
  width: 1px;
  height: 24px;
  padding: 15px 0;
  line-height: 24px;

  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #999999;
  text-shadow: 0 0 1px rgba(0,0,0,.35);

  background: #372f2b;

  -webkit-transition: all .3s ease 1s;
  -moz-transition: all .3s ease 1s;
  -o-transition: all .3s ease 1s;
  -ms-transition: all .3s ease 1s;
  transition: all .3s ease 1s;
}

.nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.nav > li.nav-search input[type="text"]:focus,
.nav > li.nav-search:hover input[type="text"] {
  width: 110px;
  padding: 15px 20px;

  -webkit-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  -ms-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
}

.nav > li.nav-search input[type="submit"] {
  display: block;
  float: left;
  width: 20px;
  height: 54px;
  padding: 0 25px;
  cursor: pointer;

  background: #372f2b url(../img/search-icon.png) no-repeat center center;

  border-radius: 0 3px 3px 0;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.nav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 50px;
  left: 0;

  opacity: 0;
  visibility: hidden;
  overflow: hidden;

    background: #000000;
  border-radius: 0 0 3px 3px;

  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}

.nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
  float: left;
    width: 20%;
    padding: 0px 0px 0px 10px;
}

.nav .nav-column h3 {
  margin: 20px 0 10px 0;
  line-height: 18px;
  
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #372f2b;
  text-transform: uppercase;
}
.nav .nav-column  h4 {
  color: #999;
  font-size: 15px;
}

.nav .nav-column:hover {
   background-color: #4b4441;
}
.nav .nav-column:hover h4 {
   color: #fff;
}
/*.nav .nav-column h4 {
   color: #c0040c;
    font-size: 15px;
}*/
.logomirage{
    padding: 0px;    width: 338px;
  }
.nav .nav-column h3.orange { color: #ff722b; }

.nav .nav-column li a {
  display: block;
  line-height: 26px;
  
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }
    input, button, select, textarea {
    font-family: Arial;}

@media (min-width: 768px){ 
  .xs
  {
    display: none;
  }
  .nav > li > .Informatiques
  {
    z-index: 9999;
    width: 1024px;
    position: absolute;
    left: -74px;
  }
  .nav > li > .mobilierdubureau
   {
    z-index: 9999;
    width: 1024px;
    position: absolute;
    left: -74px;
  }
  .nav > li > .reseausecurite
  {
    z-index: 9999;
    width: 1024px;
    position: absolute;
    left: -74px;
  }
  .nav > li > .consomable
   {
    z-index: 9999;
    width: 1024px;
    position: absolute;
    left: -74px;
  }
}
@media (max-width: 769px){
  .logomirage{
    padding: 0px;    width: 172px;
  }
  .xs
  {
    background-color: #c0000d; height: 50px; margin-bottom: 24px;
  }
  .nav > li > div{
    z-index: 9999;
    width: 400px;
    position: absolute;
    left: -74px;
  }
  .header{
   height: auto;
}
}

.disponible {
  width: min-content; background: #c0000d;padding: 5px;position: absolute;z-index: 14;
}
#grid a .disponible{
  display: block;
}
#grid a:hover .disponible{
  display: none;
}