/**
 * Description: Elements de style propres à l'application et surcharge de certains éléments de Bootstrap v3
*/
html, body {
  /*padding-bottom: 40px;*/	/* @todo: sticky footer */
  color: #5a5a5a;
  background-color: #ddd;
  font-family:  Calibri,Verdana,Arial,Helvetica,sans-serif;
  height: 100%;
}

.maincontainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0 auto -60px;*/
	background-color: #fff;
	box-shadow: 0em 0.2em 3em black;
}

.navbar-wrapper {
  position: relative;
  z-index: 15;
}

.carousel {
  margin-bottom: 60px;
  /*margin-top: -90px;*/
}

.carousel-caption {
  z-index: 10;
}

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

.carousel-control.right  {
	background-image: none;
}
.carousel-control.left  {
	background-image: none;
}

@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .carousel-caption p {
    margin-bottom: 7px;	/* 15px */
    font-size: 19px;
    line-height: 1.0;	/* 1.4 */
  }
}

.footerlink
{
	margin: 0px;
	padding: 0;
	list-style: none;
	display: inline;
}

.footerlink li
{
	list-style: none;
}

.footercolumn {
	background-color: #fff;
	height:15em;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #999999 70%, #999999 75%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#999999), color-stop(75%,#999999), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#999999 70%,#999999 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#999999 70%,#999999 75%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#999999 70%,#999999 75%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#999999 70%,#999999 75%,#ffffff 100%); /* W3C */
}

.footercolumn h3 {
	margin-bottom: 0;
	margin-top: 8px;
	color: #d80a1d;
	font-size: 1.3em;
}

.newsletter {
	color:#fff;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#333333 100%); /* W3C */
	padding:1em;
}

.nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.nab-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.lastfooter {
	margin-top: 8px;
}

.springcard  {
	/*margin: 15px 25px 50px 50px;*/
}

.springcard  a {
	font-size: 10px;
	color: #fff;
}

.logo-pro-active a {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
}

.logo-pro-active  img {
  vertical-align: baseline;
}

.dashed {
	border-bottom: 1px dashed #d80a1d;
}

.thumbnail {
	min-height: 420px;
}

.headertitle {
	font-size: 26px;
	color: #d80a1d;
}

.newstitle {
	font-size: 20px;
	margin-top: 4px;
	color: #d80a1d;
}

div .breadcrumb {
	margin-top: -20px;
	font-size: 11px;
	background-color: #fff;
	margin-bottom: 15px;
}

.breadcrumb ol {
	display: inline;
}

.breadcrumb>li+li:before {
	content: "\00BB";	/* &raquo; */
}

#ban {
	background-color: #D80A1D;
	color: #fff;
	padding: 2em;
	background: url('../img/banner.jpg');
	border-radius: 4px;
}

#ban h1 {
	font-family: Raleway,Arial,Helvetica,sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #fff;
	margin: 3px;
}

#ban h2 {
	font-family: Raleway,Arial,Helvetica,sans-serif;
	font-size: 1.8em;
	margin: 3px;
}

#image {
	border: 1px solid red;
	float: right;
	display: inline;
	margin-top: -3.9em;
}

#rightcontent {
	min-height: 145em;
	height: 100%;
	display: block;
	font-size: 15px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 51%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(51%,#cccccc), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 51%,#cccccc 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#cccccc 51%,#cccccc 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#cccccc 51%,#cccccc 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#cccccc 51%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
}

#rightcontent ul {
	margin: 0px;
	margin-left: 17px;
	padding: 0px;
	/*list-style: none;*/
	list-style-image: url(../img/ul-puce-2.gif);
}

#productheader {
	margin-top: -15px;
	border-radius: 4px;
}

/* Pour réduire la taille du menu */
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 0px;
}

.navbar {
	min-height: 30px;
}

#contentright {
	padding-top: 10px;
}

#contentleft {
	padding-top: 10px;
	color: #000;
}

#contentright li {
	list-style: none;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}
/* le h1 de la baseline */
.baseline {
	font-size: 18px;
	margin-bottom: 0;
	color: #80685F;
}

.newstitle a {
	color: #d80a1d;
	text-decoration: none;
}

.thumbnail a {
	text-align: center;
	vertical-align: middle;
}

span.required  {
	font-weight: bold;
	color: #D80A1D;
}

label.error {
	color: #D80A1D;
	font-weight: bolder;
}

.thumbnail-small {
	min-height: 225px;
}

.newstitle-small {
	font-size: 18px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.space {
	margin-bottom: 8px;
}

ul.imageRight>li {
	margin-bottom: 5px;
}

.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;}
.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:#fff;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.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;}

.maincontainer  {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -290px;
}

#push, #footer {
	height: 290px;
}

#footer {
	background-color: #f5f5f5;
}
ul.footerlink li a {
	color: #777;
	text-decoration: none;
}

.breadcrumb>li {
	color: #777;
}

ul.breadcrumb li a {
	color: #777;
}

#contentright.col-lg-4 h5 {
	color: #D80A1D;
	font-size: 1.2em;
}

#contentright.col-lg-4 ul li a {
	color: #777;
}

#rightcontent.col-lg-4 h5 {
	color: #d80a1d;
	font-size: 1.2em;
	font-weight: normal;
}

#rightcontent.col-lg-4 ul li a {
	color: #777;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}

#rightcontent.col-lg-4 div.videos div.vd a {
	color: #777;
	text-decoration: none;
}

.content h2 {
	color: #d80a1d;
}

.content h3 {
	color: #d80a1d;
}

.content ul li {
	list-style-image: url(../img/ul-puce-2.gif);
}

.content ul li ul li {
	margin-left: 0.2em;
	list-style-image: url(../img/ul-puce-1.gif);
}

#contentleft a {
	color: #777;
	text-decoration: none;
}

#contentleft h2 {
	color: #d80a1d;
}

#contentleft h3 {
	color: #d80a1d;
}

#contentleft ul li {
	list-style-image: url(../img/ul-puce-2.gif);
}

#contentleft ul li ul li {
	margin-left: 0.2em;
	list-style-image: url(../img/ul-puce-1.gif);
}

.highlights {
	color: #000000;
	background-color: #f8f8f8;
	border-color: #d80a1d;
	border-width: 1px;
	border-style: dashed;
	padding: 10px;
}

#contentleft table h4 {
	color: #d80a1d;
}

#contentleft h3 a {
	color: #d80a1d;
}

#contentleft h1 {
	color: #d80a1d;
}

ul.imageRight li {
	list-style: none;
	margin-left: 0;
}

#peaudezob ul {
	margin-left: 0px;
}

.dropdown-menu {
	background-color: #333333;
	color: #fff;
}

.dropdown-menu a {
	background-color: #333;
	color: #fff;
}

.dropdown-menu>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;	/* #999; */
}

div.carousel-caption.black {
	color: red;
}

#proactive {
	color: #ffffff;
}

.contentb {
	color: #000000;
}

.homebox a {
	text-decoration: none;
	color: #5a5a5a;
}

.btn-champagne {
	background-color: #AE8D80;	/* 80685F */
	color: #fff;
}

.btn-champagne a {
	color: #fff;
}

.btn-champagne:hover {
	color: #fff;
	text-decoration: none;
}