.entete-ul .faculte {
    font: 700 16px 'Source Sans Pro' !important;
    line-height: 20px !important;;
    margin-bottom: 5px !important;
	margin-top:40px;
}

.entete-ul .faculte {
    color: #000 !important;
    display: block !important;
    font: 300 18px 'Source Sans Pro' !important;
    line-height: 20px !important;
    text-decoration: none !important;
}
.entete-ul .faculte a{
    color: #000 !important;
}
.ulMenu{
	margin-top:15px;
	margin-left:-5px;
}
.ulMenu li{
	display:inline;
}
.ulMenu li a{
	padding: 0 10px 0 10px;
  border-left: solid 1px #a9a9a9;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.ulMenu li a:hover{
  color: #e30513;
}
.menuUL{
	display:block;
}
.menuULMobile{
	display:none;
}
.ulMenu .firstliUL a{
	border-left:solid 0px #fff !important;
}
/** STYLES POUR LE MENU **/
.menuRecnoir{
	background-color:#000;
}
#logoULtext{
	display:none;
}
#logoULMobile{
	display:none;
}
.nivLink{
	line-height: 17px !important;
	margin-bottom: 5px;
}
.header .ContenuEntete .fondMenu .conteneurMenu .span3 > .btn-group:hover > a:after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 10px;
	width: 99%;
	left: 1px;
	margin: 0 0 -3px 0;
	position: absolute;
	right: 5px;
	z-index: 1000;
}
.vertCartHeader{
	background-color: #e30513;
	height: 31.5px;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
}
.product-image{
	color:#000;
}
.product-name a{
	color:#000;
}
.header .primary .parent:hover > .Contenu{
	opacity: 0.6;
}
.header .primary .sub:hover > .linkGeneral{
	background:#FFF!important;
}
.BarreJaune {
  float:right;
  position: absolute;
  width: 33.33%;
  left: auto;
  right: 0px;
  top: 0px;
  height: 12px;
  border-left: 2px solid #fff;
  border-right: none;
  background-color: #ffcc00;
  background-image: none;
}
.backgroundMenu{
	background-color: #5E5E5E;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	box-shadow: -1px 5px 10px -6px rgba(0, 0, 0, 0.69);
}
.corpsRouge {
  float:left;
  position: absolute;
  width: 100%;
  left: auto;
  right: 0px;
  top: 0px;
  height: 12px;
  border-right: none;
  background-color: #cc0000;
  background-image: none;
}
.paddingBigmenu{
  padding: 20px;
  padding-bottom:30px;
}
.header .primary .navbar .navbar-collapse {
  padding: 0;
  position: relative;
}
.BarreJaune2 {
  float:right;
  position: absolute;
  width: 50%;
  left: auto;
  right: 0px;
  top: 0px;
  height: 12px;
  border-left: 2px solid #fff;
  border-right: none;
  background-color: #ffcc00;
  background-image: none;
}
.corpsRouge2 {
  float:left;
  position: absolute;
  width: 100%;
  left: auto;
  right: 0px;
  top: 0px;
  height: 12px;
  border-right: none;
  background-color: #cc0000;
  background-image: none;
}
#logoUL {
  float:right;
  position: absolute;
  width: 33.33%;
  left: auto;
  height: 52px;
  right: 0px;
  top: 30px;
  height: 52px;
  overflow:hidden;
  border-left: 2px solid #fff;
  border-right: none;
  background-image: none;
}
.Faculte{
  padding-top: 40px;
  font-weight:bold;
  font-size: 18px;
  color:#000;
}
.Faculte a {
  color:#000;
}
.headerWidth{
  width:1100px;
  margin: 0px auto;
  position: relative;
}
.Banniere{
  background-color: #FFF;
  height: 100px;
  width: 100%;
  box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.69);
}
.fondMenu{
  color: rgba(0, 0, 0, 0.2);
  height: 32px;
  width: 100%;
}

.conteneurMenu{
  width: 1100px;
  margin: 0px auto;
  position: relative;
}
/* BARRE DE RECHERCHE */
.search-active {
  bottom: 0;
  display: none;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 0px;
  position: absolute;
  right: 0;
  height:35px;
  top: 0;
  z-index: 50;
}
.search-active .close {
  margin: -27px 10px 0px 5px;
}
.close{
  color:#e30513;
}
.search-active .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
  color:#e30513;
}
.search-active form {
  height: 100%;
  margin: 0;
  width: 100%;
}
.search-active .search-string,
.search-active .search-string:hover {
  border-radius:0px;
}
.search-active .search-string:focus {
  border-color: #ccc;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-active .search-submit {
   background: none repeat scroll 0% 0% transparent;
   border-left-width: 1px;
   height: 30px;
   line-height: 1;
   margin: 0px;
   outline: medium none;
   padding: 0px;
   position: absolute;
   right: 1px;
   width: 56px;
   top: 10px;
	cursor: pointer;
   transition: all 0.3s linear 0s;
}
.search-active .search-submit svg {
	margin-top: 2px;
}
.search-active .search-submit svg path {
	fill: #1e1e1e;
}
.search-active .search-submit:hover {
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.header .cart-header .dropdown-menu .close-box {
	line-height: 12px;
	margin: 0 0 13px;
	text-align: right;
}
.close,
.close:visited {
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #7f7f7f;
  position: relative;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  vertical-align: top;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close:hover,
.close:focus {
  color: #1e1e1e;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.close span {
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  line-height: 12px;
  margin-top: 2px;
  vertical-align: top;
}
/* NAVIGATION */
.header .primary .navbar .nav {
  float: none;
  margin: 0;
}
.header .primary .navbar .nav a .new {
  background: #c10841;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-weight: bold;
  line-height: 1;
  padding: 3px 4px;
}
.header .primary .navbar .nav > li:hover > a {
  background: #fff;
  border-color: #B9B9B9;
  color:#000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  -webkit-transition: all 0.2s linear;
  transition: all 0s linear;
}
.borderSub{
  border-top: 1px solid #ccc;
}
.header .primary .sub a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub .sub {
  left: 100%;
  top: 0;
}
.header .primary .navbar .nav > li.parent.megamenu:hover > .sub {
    opacity: 1;
    transition-delay: 0.2s;
    visibility: visible;
}
.header .primary .navbar .nav > li.parent.megamenu > .sub {
    opacity: 0;
    visibility: hidden;
}
.header .primary .navbar .nav > li.parent.megamenu:hover > a:after {
  margin-left: -5px;
  margin-right: -5px;
}
.header .primary .megamenu.four-columns > .sub .box {
  width: 170px;
}
.header .primary .megamenu.five-columns > .sub .box {
  width: 128px;
}
.header .primary .megamenu > .sub .promo-block .promo-article {
  margin: 2px 0 11px;
}
.header .primary .megamenu > .sub .promo-block .promo-article img {
  float: left;
  margin: 7px 19px 15px 0;
  max-height: 70px;
  max-width: 70px;
}
.header .primary .megamenu > .sub .promo-block p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 18px 0;
}
.header .primary .sub .sub .sub .sub {
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
.header .primary .sub .sub .sub .parent > a {
  background: none !important;
}
.fixed-header.hidden-top.fixed .header .primary .navbar .nav > li.parent:hover > a {
  color:#000;
  background-color:#FFF;
}
.fixed-header.hidden-top.fixed .header .primary .navbar .nav > li.parent:hover > a {
  color:#000;
  background-color:#FFF;
}
.invisible{
  visibility:hidden;
}
/* Primary Menu */
.header .primary .navbar {
  margin: 0 0 0 0px;
}
.header .primary .navbar .nav > li {
  padding: 0 1px;
  position: relative;
}
.header .primary .navbar .nav a .new {
  background: #c10841;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  float: right;
  font-weight: bold;
  line-height: 1;
  padding: 3px 4px;
}
.header .primary .navbar .nav > li.parent:hover > a {
  background: #fff;
  border-bottom-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 0px 0px 0 0;
}
.header .primary .navbar .nav > li.parent:hover > a:after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 6px;
	left: 5px;
	margin: 0 0 -3px 0;
	position: absolute;
	right: 5px;
	z-index: 1000;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.menuChevron{
	margin-right: 5px;
	font-size: 0.7em !important;
}
.header .primary .sub li {
  font-size: 14px;
  line-height: 24px;
}
.header .primary .parent:hover > .sub {
	box-shadow: 0 0 5px rgba(0,0,0,.15);
	position: absolute;
}
.sub:hover{
	display:block !important;
}

.header .primary .sub a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.header .primary .sub .sub {
  left: 100%;
  top: 0;
}
.header .primary .navbar .nav .parent.megamenu {
  position: static;
}
.header .primary .navbar .nav .parent.megamenu > a {
  position: relative;
}
.header .primary .megamenu > .sub {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0px;
  left: 1px;
  margin: 0;
  padding: 0px 0px 0px 0;
  width: 745px;
}
.header .primary .megamenu > .sub .box {
  float: left;
 padding: 0 0 0px 10px;
  width: 240px;
}
.header .primary .navbar .nav .parent .parent > a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  line-height: 1;
  position: absolute;
  right: -10px;
  top: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .primary .sub {
  background: #fff;
  background-image: url(../img/textureBlason.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  border: 1px solid #B9B9B9;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 0px 0px 0px;
  /* -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15); */
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  /* box-shadow: 0 0 5px rgba(0,0,0,.15); */
  font-size: 13px;
  line-height: 24px;
  margin: -1px 0 0;
  padding: 15px 20px;
  position: absolute;
  z-index: 905;
}
.header .primary .megamenu.four-columns > .sub .box {
  width: 170px;
}
.header .primary .megamenu.five-columns > .sub .box {
  width: 128px;
}
.header .primary .megamenu > .sub .box.first {
  clear: left;
/*  margin-bottom: 15px !important;*/
}
.header .primary .megamenu > .sub .promo-block {
  float: right;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.header .primary .megamenu > .sub .promo-block:before {
  border-left: 0px solid #e6e6e6;
  bottom: -35px;
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: -35px;
}
.header .primary .megamenu > .sub .promo-block .promo-article {
  margin: 2px 0 11px;
}
.header .primary .megamenu > .sub .promo-block .promo-article img {
  float: left;
  margin: 7px 19px 15px 0;
  max-height: 70px;
  max-width: 70px;
}
.header .primary .megamenu > .sub .promo-block p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 18px 0;
}
.header .primary .megamenu > .sub .promo-block .big-image {
  margin-bottom: 0px;
}
.header .primary .megamenu .title,.header .primary .megamenu .titleNoSub {
  font-size: 14px;
  /*line-height: 23px;*/
  /*margin: 0 0 3px;*/
  line-height:16px;
  margin:8px 0 8px;
/*  text-transform: uppercase;*/
}
.header .primary .megamenu > .sub a {
  width: 100%;
  color: #000;
}
.header .primary .megamenu > .sub a:hover{
	color:#e30513;
}
.header .primary .sub .sub .sub .sub {
  background: none;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  left: 0;
  padding: 0;
  position: relative;
  -webkit-animation: fadeIn 0;
  animation: fadeIn 0;
}
.header .primary .sub .sub .sub .parent > a {
  background: none !important;
}
/* Button */
.btn,
.btn:visited {
  background: #1e1e1e;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
  padding: 9px 20px;
  text-shadow: none;
  filter: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background: #565656;
  *background: #565656;
  color: #fff;
  outline: none;
  -webkit-transition:
    background .2s linear,
    color .2s linear;
  transition:
    background .2s linear,
    color .2s linear;
}
.btn:active,
.btn.active {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0 5px 7px rgba(0,0,0,.47);
  -moz-box-shadow: inset 0 5px 7px rgba(0,0,0,.47);
  box-shadow: inset 0 5px 7px rgba(0,0,0,.47);
}
.btn-group.open .btn.dropdown-toggle {
  background: #1e1e1e;
  background-color: rgba(30,30,30,.75);
  -webkit-box-shadow: inset 0 5px 7px rgba(0,0,0,.47);
  -moz-box-shadow: inset 0 5px 7px rgba(0,0,0,.47);
  box-shadow: inset 0 5px 7px rgba(0,0,0,.47);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  color: #ffffff;
  background-color: #555555;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #e30513;
}
.span3 {
  width: 280px;
  float: right;
}
.header.fa:hover{
  color:#000;/*#ccc*/
  /*cursor:pointer;*/
}
.fa fa-search{
  width:1em;
}
/* Cart  */
.header .cart-header {
  float: right;
  font-size: 12px;
  white-space: normal;
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.header .cart-header.no-open {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .cart-header .dropdown-toggle {
  border-width: 1px;
  border-color: #fff;
  border-color: transparent;
  border-bottom: 0 none;
  color: #FFF;
  display: block;
  outline: none;
  padding: 8px 10px 8px;
  text-decoration: none;
  text-shadow: none;
  z-index: 48;
}
.header .cart-header .dropdown-toggle .icon {
  display: inline-block;
  height: 22px;
  margin: 0 8px 0 0;
  vertical-align: top;
  width: 16px;
  fill:#FFF;
}
.header .cart-header .dropdown-toggle .icon svg {
  margin-top: 2px;
  vertical-align: top;
}
.header .cart-header .dropdown-toggle:after {
  transition: none;
  z-index: 999;
}
.cart-button{
    float:left;
  }
.header .cart-header.open .dropdown-toggle {
  background: #fff;
  border-color: #ccc;
  border-bottom: 0 none;
  fill: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  -webkit-transition:
    border-color 0.4s linear,
    box-shadow 0.4s linear,
    -moz-box-shadow 0.4s linear,
    -webkit-box-shadow 0.4s linear;
  color:#000;
  transition:
    border-color 0.4s linear,
    box-shadow 0.4s linear,
    -moz-box-shadow 0.4s linear,
    -webkit-box-shadow 0.4s linear;
}
.header .cart-header.open .dropdown-toggle .icon {
  fill:#000;
}
.header .cart-header .dropdown-menu {
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  left: auto;
  margin: -1px 0 0 0;
  margin-right: -1px;
  padding: 17px 20px 20px;
  right: 0;
  width: 315px;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  z-index: 0;
}
.header .cart-header .dropdown-menu .close-box {
  line-height: 12px;
  margin: 0 0 13px;
  text-align: right;
}
.header .cart-header .dropdown-menu .close {
  font-size: 26px;
  line-height: 12px;
  text-transform: uppercase;
  vertical-align: top;
}
.header .cart-header .dropdown-menu .close span {
  line-height: 14px;
  margin: 0 5px 0 0;
}
.header .cart-header .dropdown-menu > strong {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}
.header .cart-header .dropdown-menu > ul {
  margin: 0 0 20px;
}
.header .cart-header .dropdown-menu > ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 5px 5px 5px;
  position: relative;
}
.header .cart-header .dropdown-menu .product-image {
  display: block;
  float: left;
  /*margin: 0 15px 0 20px;*/
  width: 0px;
}
.header .cart-header .dropdown-menu .product-name {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 0px;
  padding-left: 25px;/*55*/
}
.header .cart-header .dropdown-menu .cart-button .checkout {
  margin-left: 6px;
}
/* Phone & Search Header */
.phone-header,
.search-header {
 /*border-right: 1px solid rgba(59, 59, 59, 1);*/
  border-right:1px solid #5C5B5B;
  color: #1e1e1e;
  float: right;
  height: 32px;
  position: relative;
  text-align: center;
  width: 41px;
  z-index: 49;
}
.phone-header a,
.search-header a {
  display: block;
  height: 23px;
  padding-top: 7px;
  width: 100%;
  font-weight: bold;
  color:#FFF;
}
.phone-header a:hover{
  color:#000;
}
.phone-header span
{
  display: block;
  height: 23px;
  padding-top: 7px;
  width: 100%;
  font-weight: bold;
  color:#000;
  text-decoration:line-through;
}
.phone-header a svg,
.search-header a svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.phone-header a:hover svg,
.search-header a:hover svg {
  opacity: .5;
  filter: alpha(opacity=50);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
/* Phone & Search Active Header */
.search-active .close {
  float: right;
  font-size: 36px;
  color:#e30513;
  border-left: 1px solid #CCC;
  padding-left: 5px;
  position: absolute;
  right: 0px;
}
.search-active .close span {
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  text-transform: uppercase;
  color:#e30513;
  font-size:1.4em
}
.search-active .search-string,
.search-active .search-string:hover {
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  color: #1E1E1E;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  margin: 0px;
  width: 300px;
  float: right;
  padding-right: 70px;
  border-top: 1px solid #CCC;
  padding-left: 10px;
}
.open{
  border-radius:0px;
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
  /**background-color: #e6e6e6;*/
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
 /* filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
 /*webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);*/
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  color: #ffffff;
 /*ext-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #e30513;
  /*background-image: -moz-linear-gradient(top, #2e5481, #2e3881);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e5481), to(#2e3881));
  background-image: -webkit-linear-gradient(top, #2e5481, #2e3881);
  background-image: -o-linear-gradient(top, #2e5481, #2e3881);
  background-image: linear-gradient(to bottom, #2e5481, #2e3881);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e5481', endColorstr='#ff2e3881', GradientType=0);
  border-color: #2e3881 #2e3881 #1a2049;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2e3881;
  Darken IE7 buttons by default so they stand out more given they won't have borders 
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  padding: 0 15px;
	font-weight: bold;
cursor: pointer;
border: none;
height: 36px;
line-height: 36px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
display: inline-block;
margin: 5px;
    margin-left: 5px;
margin-left: 0px !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #555555
}
.btn-primary:active,
.btn-primary.active {
  background-color: #555555
}
.icon-search {
  background-position: -48px 0;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.cart-header .dropdown-toggle:hover{
	color:#000;
}
.header .span3 .cart-header:hover{
	background-color:#FFF;
	border-right: 1px solid #ccc;
	color:#000;
}
.header .span3 .cart-header:hover > .dropdown-menu{
	display:block;
	-webkit-animation: fadeIn 0.4s;
}
.header .span3 .cart-header:hover a{
	color:#000;
}
.header .span3 .cart-header:hover .dropdown-menu .cart-button .social a{
	color:#FFF;
}
.header .span3 .cart-header .unstyledli:hover a{
	color:#e30513;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #555555
}
.nav {
  margin-left: 0;
  margin-bottom: 22px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 22px;
  *position: relative;
  *z-index: 2;
}
.navbar .container {
  width: auto;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #efefef;
  color: inherit;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: inherit;
  text-decoration: none;
  background-color: #efefef;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #989898;
  background-image: -moz-linear-gradient(top, #f2f2f2, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#111111));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #111111);
  background-image: -o-linear-gradient(top, #f2f2f2, #111111);
  background-image: linear-gradient(to bottom, #f2f2f2, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ff111111', GradientType=0);
  border-color: #111111 #111111 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #111111;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #111111;
  *background-color: #040404;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #000000 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #cecece;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: #cecece;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #efefef;
  color: inherit;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 22px;
  color: #7f7f7f;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #7f7f7f;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2b4f79;
  background-image: -moz-linear-gradient(top, #2e5481, #27486e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e5481), to(#27486e));
  background-image: -webkit-linear-gradient(top, #2e5481, #27486e);
  background-image: -o-linear-gradient(top, #2e5481, #27486e);
  background-image: linear-gradient(to bottom, #2e5481, #27486e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e5481', endColorstr='#ff27486e', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #7f7f7f;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.visible-print {
  display: none !important;
}
.container-fluid {
  padding: 0;
}
.container {
  width: auto;
}
.row-fluid {
  width: 100%;
}
.row,
.thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: none;
  margin-left: 0;
}
.span12,
.row-fluid .span12 {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="offset"]:first-child {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 0;
}
@media (min-width:979px) {
  .fondMenu {
    position: fixed;
    z-index: 999;
  }
}
@media (max-width: 979px) {
	.menuUL{
	  display:none;
	}
	.nivLink{
	  padding-left:60px;
	}
	.linkGeneral .fa {
		display: none;
	}
	.header .ContenuEntete .fondMenu .conteneurMenu .span3 > .btn-group:hover > a:after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 10px;
	width: 99%;
	left: 1px;
	margin: 0 0 -3px 0;
	position: absolute;
	right: 5px;
	z-index: 1000;
}
  .headerWidth{
    width:100%;
    margin: 0px auto;
    position: relative;
  }
  .paddingBigmenu{
    padding:0px;
  }
  .header .primary .navbar .nav > .parent.active > a,
  .header .primary .navbar .nav > .parent.active:hover > a,
  .header .primary .navbar .nav .open-sub span,
  .header .primary .navbar .btn-navbar .icon-bar{
    background-color: #168D2E;
  }
  .fixed-header.hidden-top.fixed .header .primary .navbar .nav > li.parent:hover > a {
    color:#FFF;
  }
  .fixed-header.hidden-top.fixed .header .primary .navbar .nav > li > a,
  .header .primary .navbar .nav > li > a:visited {
    border-width: 1px;
    border-color: #fff;
    border-color: transparent;
    color: #000;
    padding: 8px 60px;
    text-shadow: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .BarreJaune {
    float:right;
    position: absolute;
    width: 66.6%;
    left: auto;
    right: 0px;
    height: 12px;
    border-left: 2px solid #fff;
    border-right: none;
    background-color: #ffcc00;
    background-image: none;
  }
  .fixed-header.hidden-top.fixed .header,
  .fixed-header.hidden-top.visible-top.fixed .header {
    margin-top: 0px;
    -webkit-transition: margin-top 0.2s linear;
    transition: margin-top 0.2s linear;
  }
  .corpsRouge {
    float:left;
    position: absolute;
    width: 100%;
    left: auto;
    right: 0px;
    height: 12px;
    border-right: none;
    background-color: #cc0000;
    background-image: none;
  }
  #logoUL {
    width: 66.6%;
	overflow:visible;
  }
  #logoUL a img{
	  width:120px;
	}
  .Faculte{
    display:none;
  }
  .Faculte a {
	  color: #000;
  }
}
@media only screen and (max-width: 1100px){
	.Faculte a {
		width: 100%;
		padding: 0 20px;
	}
	.menuUL{
		padding: 0 20px;
	}
	  .conteneurMenu{
		width: 100%;
		margin: 0px auto;
		position: relative;
	}
	.header .primary .navbar .nav {
		padding-left: 20px;
	}
	.span3 {
		width: 266px;
		float: right;
		margin-right:20px;
	}
}
@media (max-width: 979px) {
	.header .primary .megamenu > .sub .box.first {
		clear: left;
		margin-bottom: 0px !important;
	}
		.search-active .span9 {
		width: 100%;
	}
	.header .primary .navbar .nav > li.parent.megamenu > .sub {
		opacity: 1;
		visibility: visible;
	}
	 .header .cart-header .dropdown-menu {
		left: auto;
		padding: 17px 20px 20px;
		right: 0px;
		width: 315px;
		animation: 0.4s ease 0s normal none 1 fadeIn;
		z-index: 1000;
	}
  .phone-header,
  .search-header {
    border-right: 1px solid #FFF;
    color: #1e1e1e;
    float: right;
    height: 32px;
    position: relative;
    text-align: center;
    width: 41px;
    z-index: 49;
  }
  .navbar .nav > li > a {
    float: none;
    padding: 10px 0px 7px 0px;
    text-decoration: none;
    width: 130px;
    text-align: center;
    height: 36px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f2f2f2;
  }
}
@media only screen and (max-width: 1200px) {
	.nav{
		margin-left: 20px;
	}
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 22px;
  }
}
@media (max-width: 340px) {
  .span3 {
    width: 266px;
    float: right;
    margin-right:10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .span3 {
    width: 266px;
    float: right;
    margin-right:10px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
}
@media (min-width: 980px) {
	.header .primary .navbar .nav > li.parent:hover > .transitionOut {
		background: #fff!important;
		border-left: 1px solid rgba(49, 139, 115, 0)!important;
		border-right: 1px solid rgba(49, 139, 115, 0)!important;
	}
	.transitionOut{
		transition: opacity .25s ease-in-out!important;
		-webkit-transition: background 1s;
	}
	.linkGeneral:hover{
		background:#FFF!important;
	}
	.borderW{
		border-right: 1px solid #5E5E5E!important;
	}
	.borderR{
		border-right: 1px solid #5E5E5E!important;
	}
	.navbar .nav > li > a {
	  float: none;
	  padding: 8px 10px 10px;
	  color: rgba(255, 255, 255, 1);
	  text-decoration: none;
	  /*width: 136px;*/
	  text-align: center;
	  height: 32px;
	  border-right: 1px solid rgba(49, 139, 115, 0);
	  border-left:1px solid rgba(49, 139, 115, 0);
	  border-bottom-left-radius: 3px;
	  border-bottom-right-radius: 3px;
	  background: #474747;
	}
	.row {
	  margin-left: -30px;
	  *zoom: 1;
	}
	.row:before,
	.row:after {
	  display: table;
	  content: "";
	  line-height: 0;
	}
	.row:after {
	  clear: both;
	}
	[class*="span"] {
	  float: left;
	  min-height: 1px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
	  width: 1170px;
	}
	.span3 {
	  width: auto;
	  float: right;
	  text-align: center;
	  height: 32px;
	  border-bottom-left-radius: 3px;
	  border-bottom-right-radius: 3px;
	  background: #474747;
	}
	.row-fluid {
	  width: 100%;
	  *zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
	  display: table;
	  content: "";
	  line-height: 0;
	}
	.row-fluid:after {
	  clear: both;
	}
	.row-fluid [class*="span"] {
	  display: block;
	  width: 100%;
	  min-height: 32px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  float: left;
	  margin-left: 2.564102564102564%;
	  *margin-left: 2.5109110747408616%;
	}
	.row-fluid [class*="span"]:first-child {
	  margin-left: 0;
	}
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (max-width: 979px) {
	.ulMenu {
		margin-top: 0px !important;
		margin-left: 0px !important;
	  }
	.menuULMobile{
		display:block;
	}
	.menuULMobile li{
		width:100%;
		float:left;
		background-color:#fff;
		padding-left:50px;
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:2px solid #F2F2F2;
	}
	.menuULMobile li:hover{
		background-color:#ccc;
	}
	.menuULMobile li a{
		border:0px solid #fff !important;
	}
	.menuULMobile li a:hover{
		color:#000;
	}
	.linkGeneral{
		font-weight:bold !important;
		color:#525252 !important;
		padding-top: 10px !important;
	}
	.parent.active > .linkGeneral{
		color:#fff !important;
	}
	.nav .parent .sub .paddingBigmenu .box .title a .fa{
		display:none !important;
	}
	#logoUL{
		display:none;
	}
	#logoULtext{
		display: block;
		float: right;
		position: absolute;
		width: 66.66%;
		left: auto;
		height: 52px;
		right: 0px;
		color: #000;
		top: 30px;
		font-weight: bold;
		height: 50px;
		overflow: hidden;
		/* border-left: 2px solid #000; */
		border-right: none;
		font-size:18px;
		background-image: none;
	}
	#logoULMobile{
		max-width: 100%;
		display: block;
		float: left;
		width: 25%;
		left: auto;
		height: 52px;
		right: 0px;
		top: 60px;
		height: 52px;
		/* padding-right: 8px; */
		margin-top: 30px;
		margin-left: 20px;
		overflow: hidden;
		border-right: 2px solid #000;
		border-right: none;
		background-image: none;
	}
	.header .ContenuEntete .fondMenu .conteneurMenu .span3 > .btn-group:hover > a:after {
		background: #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 10px;
		width: 99%;
		left: 1px;
		margin: 0 0 -3px 0;
		position: absolute;
		right: 5px;
		z-index: 1000;
	}
  #tm-page-title {
    padding-top:40px;
    padding-right:0px;
    padding-left:0px;
  }
  .fondMenu{
    background-color:    rgba(82, 82, 82, 1);
  }
  .header {
    width: auto;
  }
  .header .primary {
    left: 0;
    margin-top: -80px;
    position: absolute;
    top: 0;
  }
  .header .primary .navbar {
    margin: 0 0 0 -7px;
  }
  .header .primary .navbar .btn-navbar {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0 none;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 0px 0px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: left;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 8px 6px 16px;
    position: relative;
    text-shadow: none;
     *z-index: 10;
    margin-top: 80px;
    margin-left: 20px;
    padding-bottom: 32px;
  }
  .header .primary .navbar .btn-navbar.collapsed {
    background: none;
    border: 1px solid transparent;
    margin-left: 20px;
  }
  .header .primary .navbar .btn-navbar .text {
    color: #1e1e1e;
    float: right;
    line-height: 15px;
    padding: 0 0 0 30px;
  }
  .header .primary .navbar .btn-navbar.collapsed .text {
    color: #FFF;
  }
  .fixed-header.hidden-top.fixed .header .primary .navbar .btn-navbar.collapsed .text {
    color: #FFF;
  }
  .header .primary .navbar .btn-navbar .icon-bar {
    background-color: #1e1e1e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 3px;
    margin: 0;
    width: 22px
  }
  .header .primary .navbar .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  .fixed-header.hidden-top.fixed .header .primary .navbar .btn-navbar.collapsed .icon-bar {
    background-color: #FFF;
  }
  .header .primary .navbar .btn-navbar.collapsed .icon-bar {
    background-color: #FFF;
  }
  .collapse {
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: height 0.35s ease 0s;
  }
  .header .primary .navbar .nav-collapse {
    left: -7px;
    margin: -2px -20px 0px;
    position: absolute;
    right: -7px;
    top: 94%;
    width: 1100%;
    z-index: 1000;
  }
  .header .primary .navbar .nav {
    background-color: #fff;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    padding: 6px 6px 3px;
	margin-left: 20px;
  }
  .header .primary .navbar .nav > li {
    margin: 0 0 3px;
    padding: 0;
  }
  .header .primary .navbar .nav > li > a {
    background-color: #f2f2f2;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    margin: 0;
    padding: 8px 10px 8px 60px;
    text-decoration: none;
    text-align: left;
  }
  .header .primary .navbar .nav > li > a:hover,
  .header .primary .navbar .nav > li:hover > a {
    background-color: #e9e9e9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header .primary .navbar .nav > .parent > a,
  .header .primary .navbar .nav > li.parent:hover > a {
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
  }
  .parent .linkGeneral i{
    /*display:none;*/
    float: right;
    padding-right: 10px;
  }

  .header .primary .navbar .nav .parent .parent > a,
  .header .primary .navbar .nav .parent:hover .parent > a {
    background: none;
  }
  .header .primary .navbar .nav .open-sub {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
    padding-left: 15px;
  }
  .header .primary .navbar .nav .open-sub span {
    background: #008d71;
    display: block;
    height: 2px;
    margin: 19px 0 0 15px;
    position: absolute;
    width: 16px;
  }
  .header .primary .navbar .nav .open-sub span + span {
    height: 16px;
    margin: 12px 0 0 22px;
    width: 2px;
  }
  .header .primary .navbar .nav .parent .parent > a .open-sub span,
  .header .primary .megamenu .title .open-sub span {
    background: #7f7f7f;
    height: 2px;
    margin: 14px 0 0 28px;
    position: absolute;
    width: 12px;
  }
  .header .primary .navbar .nav .parent .parent > a .open-sub span + span,
  .header .primary .megamenu .title .open-sub span + span {
    height: 12px;
    margin: 9px 0 0 33px;
    width: 2px;
  }
  .header .primary .navbar .nav > li.parent:hover > a:after {
    display: none;
  }
  .header .primary .sub,
  .header .primary .parent .sub,
  .header .primary .parent:hover > .sub {
    background: #f7f7f7;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    font-size: 13px;
    left: 0;
    line-height: 24px;
    padding: 6px 0 5px;
    position: relative;
    width: 100%;
  }
  .header .primary .navbar .nav > li.parent:hover > a {
    background-color: #e9e9e9;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .header .primary .navbar .nav > .parent.active > a,
  .header .primary .navbar .nav > .parent.active:hover > a{
    background: #008d71;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header .primary .navbar .nav > .parent.active > a .open-sub span {
    background: #fff;
  }
  .header .primary .navbar .nav .parent.active > a .open-sub span + span,
  .header .primary .megamenu .box.active .title .open-sub span + span {
    display: none;
  }
  .header .primary .parent:hover > .sub {
    -webkit-animation: fadeIn 0;
    animation: fadeIn 0;
  }
  .header .primary .sub li {
    line-height: 22px;
  }
  .header .primary .sub a,
  .header .primary .sub a:visited {
    background: none;
    color: #7f7f7f;
    padding: 4px 9px 4px 10px;
    text-decoration: none;
    width: auto !important;
  }
  .header .primary li:hover > .sub a {
    background: none;
  }
  .header .primary .sub .sub {
    left: 0;
    margin-left: 10px;
  }
  .header .primary .megamenu > .sub {
    padding: 6px 0 5px;
    width: 100%;
  }
  .header .primary .megamenu > .sub .promo-block {
    display: none;
  }
  .header .primary .megamenu > .sub .box,
  .header .primary .megamenu.four-columns > .sub .box,
  .header .primary .megamenu.five-columns > .sub .box {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .header .primary .megamenu .title,.header .primary .megamenu .titleNoSub {
    color: #7f7f7f;
    cursor: pointer;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 4px 9px 4px 60px;
    position: relative;
	font-size:14px;
    text-transform: none;
  }
  .header .primary .megamenu > .sub .box ul {
    display: none;
    margin-left: 10px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 11px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #7b7b7b;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #7b7b7b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #1e1e1e;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 11px 15px;
    margin: 11px 0;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
}
@media (min-width: 979px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .header .ContenuEntete .fondMenu .conteneurMenu .span3 > .btn-group:hover > a:after {
		background: #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 10px;
		width: 99%;
		left: 1px;
		margin: 0 0 -3px 0;
		position: absolute;
		right: 5px;
		z-index: 1000;
	}
}
@media (max-width: 767px) {
  .header .row > .span3 {
    margin-right: -80px;
  }
  .search-active .search-string,
  .search-active .search-string:hover {
    padding-left: 8px;
  }
  .search-active .search-string,
  .search-active .search-string {
    padding-left: 8px;
	width:100% !important;
  }
  .header .cart-header .dropdown-menu {
    width: 290px;
  }
  #logoULtext{
		display: block;
		float: right;
		position: absolute;
		width: 66.66%;
		left: auto;
		height: 52px;
		right: 0px;
		color: #000;
		top: 30px;
		font-weight: bold;
		height: 50px;
		font-size:14px;
		overflow: hidden;
		/* border-left: 2px solid #000; */
		border-right: none;
		background-image: none;
	}
}



