/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  background-image: url('image/fond.jpg');
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow:none;

}
#fileContent
{
  opacity: 1;
}
.click
{
  box-shadow: 0px 0px 1px #888888;
  cursor: pointer;
}
.click:hover
{
  box-shadow: 0px 0px 10px #888888;
}
#loader
{
  margin-left: 48%
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  background-attachement: fixed;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
    width:100%;

}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: rgba(50,50,50,0.9);
  box-shadow:  0 0 0 1px #ffffff, 0 0 0 2px #000;
}

.navbar-wrapper .navbar .container {
  width: auto;
}
li
{
  font-size: 1.1em;
}
#logo
{
  margin-right: 15px;
}
#partenaire
{
  display: inline;

}
#contacte
{
    display:inline;
}
#partenaire2
{
  display: none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
a {
  text-decoration: none;
}
ul, ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content {  
  font-size: 1em;
}
.menu {
  width: auto;
  height: auto;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a {
  background-color: #616975;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
  background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
  border-bottom: 1px solid #33373d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
  -moz-box-shadow: inset 0px 1px 0px 0px #878e98;
  box-shadow: inset 0px 1px 0px 0px #878e98;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 2.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu ul li a {
  background: #fff;
  border-bottom: 1px solid #efeff0;
  width: 100%;
  height: 2.75em;
  line-height: 2.75em;
  text-indent: 2.75em;
  display: block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.923em;
  font-weight: 400;
  color: #878d95;
}
.menu ul li:last-child a {
  border-bottom: 1px solid #33373d;
}
.menu > li > a:hover, .menu > li > a.active {
  background-color: #35afe3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 199, 235)),to(rgb(38, 152, 219)));
  background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: -moz-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: -o-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: -ms-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  background-image: linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
  border-bottom: 1px solid #103c56;
  -webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  -moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
  box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.menu > li > a.active {
  border-bottom: 1px solid #1a638f;
}
.menu > li > a:before {
  content: '';
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  font-size: 36px;
  height: 1em;
    width: 1em;
  position: absolute;
    left: 0;
  top: 50%;
  margin: -.5em 0 0 0;
}
.item1 > a:before {
  background-position: 0 0;
}
.item2 > a:before {
  background-position: -38px 0;
}
.item3 > a:before {
  background-position: 0 -38px;
}
.menu > li > a span {
  font-size: 0.857em; 
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%; 
  background: #48515c;
  line-height: 2em;
  height: 2em;
  width: 3em;
  margin: -.8em 0 0 0; 
  color: #fff;
  text-indent: 0;
  text-align: center;
  -webkit-border-radius: .769em;
  -moz-border-radius: .769em;
  border-radius: .769em;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
  text-shadow: 0px 1px 0px rgba(0,0,0,.5);
  font-weight: 500;
}
.menu > li > a:hover span, .menu > li a.active span {
  background: #2173a1;
}
.menu > li > ul li a:before{
  content: '▶';
  font-size: 8px;
  color: #bcbcbf;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
  color: #32373D;
}
#menu
{
  margin-top: 100px;
}
#item
{
  height: 200px;
  border-bottom: 1px solid #cccccc;
}
a
{
  cursor: pointer;
}
.item_prod
{
  margin-left: 40px;
}
#presentation_prod
{

  border-radius: 5px;
  padding: 15px;
  border : 1px solid #ccc;
  box-shadow: 0px 0px 50px #000;
  margin-top: 61px;
  background-color: #fff;
}
h2
{
  color: #fff;
}
#tel_groupe1
{
  opacity: 0;
}
footer
{
  margin-top: 40px;
  text-align: right
}
#produit_tel
{
  background-image: url('image/yo2.png');
  background-size: 100% 100%;
  border-radius : 20px;
  padding: 15px;
  cursor: pointer;
  color:white;
  text-align: center;
}
#produit_tel:hover
{
  background-image: url('image/yeyay.png');
}
#produit_info
{
  background-image: url('image/yo2.png');
  background-size: 100% 100%;
  border-radius : 20px;
  padding: 15px;
  cursor: pointer;
  color:white;
  text-align: center;
}
#produit_info:hover
{
  background-image: url('image/yeyay.png');
}
#produit_secur
{
  background-image: url('image/yo2.png');
  background-size: 100% 100%;
  border-radius : 20px;
  padding: 15px;
  cursor: pointer;
  color:white;
  text-align: center;
}
#produit_secur:hover
{
  background-image: url('image/yeyay.png');
}
.prod
{
  list-style: none;
  text-align: left;
  margin-left: 0px;
}
.prod a
{
  color : #ffffff;
}
#chemin
{
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
}
#fileContent_item1
{
  background-size: 100% 100%;
  border-radius: 5px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px; /* Space out the Bootstrap <hr> more */
  border: 1px solid grey;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.imgContent
  {
    width: 200px;
  }
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 250px) {
  .imgContent
  {
    width: 200px;
  }
}
@media (min-width: 500px) {
  .imgContent
  {
    width: 300px;
  }
}
@media (min-width: 500px) {
  .imgContent
  {
    width: 350px;
  }
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  #partenaire
  {
    display: none;
  }
  #contacte
  {
      display:none;
  }
  #partenaire2
  {
    display: inline;
  }


  /* The navbar becomes detached from the top, so we round the corners */

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .navbar-wrapper .navbar .container li
  {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (min-width: 800px) {
  .navbar-wrapper .navbar .container li
  {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 840px) {
  .navbar-wrapper .navbar .container li
  {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 900px) {
  .navbar-wrapper .navbar .container li
  {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 50px;
  }
  #partenaire
  {
    display: inline;
  }
  #partenaire2
  {
    display: none;
  }
  #contacte
  {
    display:inline;
  }
  .navbar-wrapper .navbar .container li
  {
    margin-right: 5px;
    margin-left: 5px;
  }
  .imgContent
  {
    width: 250px;
  }
}
@media (min-width:1050px){
  .navbar-nav>li>a:hover{
    color:#5577ff;
    font-weight:bold;
  }
  .navbar-wrapper .navbar .container li
  {
    margin-right: 10px;
    margin-left: 10px;
  }
  .imgContent
  {
    width: 300px;
  }
}
@media (min-width:1150px){
  .navbar-wrapper .navbar .container li
  {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width:1200px){
  #partenaire
  {
    display: inline;
  }
  #partenaire2
  {
    display: none;
  }
  #contacte
  {
    display:inline;
  }
  .navbar-wrapper .navbar .container li
  {
    margin-right: 22px;
    margin-left: 22px;
  }
  .navbar-wrapper .navbar .container 
  {
    margin-left: auto;
    margin-right:auto;
    width: 1170px;
  }
}
@media (min-width:1300px){
  .imgContent
  {
    width: 350px;
  }
}
