/* * *
 *
 * DEFAULTS
 *
 * Colors: [noir: #404041, vert: #7ebe55, gris: #939598]
 * * */

body {
    /*background-image: url(../img/wild_oliva_light.png);*/
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.5em;
}

a {
    color: #7ebe55;
}

a:hover, a:focus {
    color: #939598;
    text-decoration: none;
    background-color: transparent;
}

/* * *
 *
 * HEADER
 *
 * * */
 
header {
	background-image: url(../img/wild_oliva.png);
    border-bottom: solid 2px #ccc;
}

header .navbar {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0px 0;
}

header .navbar-inner {
    background-image: none;
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
}

header .brand {
    display: inline-block;
    background-image: url(../img/benzinfo_logo.png);
    background-repeat: no-repeat;
    height: 100px;
}

#logoSDS img{
    width:45px;
    /*margin-left: -2%;*/
    margin-top: -75px;
    margin-bottom: 25px;
}

#logoSDS > a{
    border-bottom: none;
}

#logoSDS > a:hover{
    border-bottom: none;
}

header .navbar .navbar-inner .nav {
    /*margin-top: 80px;*/
    margin-top: 60px;
}

header .navbar .navbar-inner .nav > li {
	padding-bottom: 4px;
}

header .navbar .navbar-inner .nav > li:not(:last-child) {
	margin-right:  5px;
}

header .navbar .navbar-inner .nav > li > a {
    font-weight: 400;
    font-size: 1.3em;
    color: #000000;
	/*border-bottom: solid 2px #ccc;*/
	border-bottom: solid 2px #7EBE55;
	text-shadow: 0 1px 0 #f3f3f3;
	text-transform: uppercase;
	height: 20px;
}

header .navbar .navbar-inner .nav > li > a.active {
    color: #7EBE55;
}

header .navbar-inner .nav ul.dropdown-menu li a {
    font-size: 1.1em;
	border-bottom: solid 1px #ccc;
}

/*header .navbar-inner .nav ul.dropdown-menu li:last-child a {
    border: none;
}*/

header .navbar-inner .nav ul.dropdown-menu li {
    padding: 5px;
}

header .navbar-inner .nav ul.dropdown-menu li:last-child {
    padding-bottom: 3px;
}

.dropdown-menu 
{
    padding-bottom: 0px;    
}

.dropdown-menu>li>a:hover 
{
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ffffff));
    
    /*text-decoration:none;
    color: #ffffff;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top,#08c,#ffffff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#ffffff));
    background-image: -webkit-linear-gradient(top,#08c,#ffffff);
    background-image: -o-linear-gradient(top,#08c,#ffffff);
    background-image: linear-gradient(to bottom,#08c,#ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffffff',GradientType=0);*/
}

header .navbar-inner .nav a:hover,
header .navbar-inner .nav a:focus,
header .navbar-inner .nav li.active a {
	border-bottom: solid 2px #7ebe55;
}

header .navbar .navbar-inner .nav > li.dropdown > ul.dropdown-menu {
    margin-top: 0px;
}

header .navbar .navbar-inner .nav.pull-right .dropdown-menu { 
  left:auto; 
  right: 0;
} 


header .navbar .navbar-inner .nav > li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

header .navbar .navbar-inner .nav > li.dropdown > ul.dropdown-menu::before, 
header .navbar .navbar-inner .nav > li.dropdown > ul.dropdown-menu::after {
    border: none;
    content: none;
}

header .navbar .navbar-inner .nav > li.dropdown > ul.dropdown-menu li a:hover,
header .navbar .navbar-inner .nav > li.dropdown > ul.dropdown-menu li a:focus {
    background: #7ebe55;           
}

header .container {
    position: relative;    
}

header .nav.social {
    position: fixed;
	top: 0;
	right: 20.5%;
	z-index:1000;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

header .nav.social li.divider span {
    display: block;
    border: solid 1px rgba(0,0,0,0.25);
    height: 30px;
    margin: -5px 5px;
}

header .nav.social li {
    display: inline-block;
}

header .nav.social li a {
    background-color: transparent;
	padding: 5px;
	color: #000000;
	font-size: 2.0em;
}

header .nav.social li a:hover,
header .nav.social li a:focus {
    color: #7ebe55;   
}

header .nav.social li.lang {
    vertical-align: top;
    padding-top: 8px;   
}

header .nav.social li.lang a {
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: 600;
    text-align: center;
    color: #ccc;
    background-color: #000000;
    margin: 0 5px;
}

header .navbar .navbar-inner .nav > li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

header .nav.social li.lang a:hover,
header .nav.social li.lang a:focus {
    background-color: #7ebe55; 
}

.navbar .brand {
    margin-left :0px;
}

.newsFeed {
    position: fixed;
    z-index: 1000;
    left: 30%;
    top: 20%;
    border: 1px solid;
    padding: 0px 10px 10px 10px;
	background-image: url(../img/wild_oliva.png);
	display:none;
}

.newsFeed-iFrame {
    width:100%;
    height:200px;
}

/*[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}*/

/* * *
 *
 * CONTENT
 *
 * * */
 
h2.subtitle    
{ 
	color: #7EBE55;
} 
h4.subtitle    
{ 
	font-size:16px
} 
.popover {
    max-width: 1000px;
}

img.imgVision:hover {
    cursor: pointer;
}

.quoteProject
{
    padding: 5px 10px 5px 10px;
    background-color: #dfdfdf;
    border: 3px dotted grey;
    float:right;
    margin-top:20px;
}
.blockquote
{
    padding: 5px 10px 5px 10px;
    background-color: #dfdfdf;
    border: 3px dotted grey;
}
.ServiceDescShort
{
    padding: 5px 10px 5px 10px;
    background-color: #dfdfdf;
    border: 3px dotted grey;
    float:right;
}

ul.ulBenzinfo
{
    list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

ul.ulBenzinfo li
{
    padding-left: 25px;
    margin-top: 10px;
    background: url('../img/benzinfo_logo_oreille_bulletpoint.png') left top no-repeat;
}
 
#iconnew{
    background: #000000;
    /*margin: 0px 10px ;*/
    width: 20px;
    height: 20px;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 6pt;
    font-weight: bold;
    top: -7px;
    left: -33px;
}

#iconnew:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background: #7ebe55;
}

#iconnew:after {
    content: "New";
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background: #7ebe55;
}

#iconnew:before {
    -webkit-transform: rotate(20deg);
       -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
         -o-transform: rotate(20deg);
}

#iconnew:after {
    -webkit-transform: rotate(-20deg);
       -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
         -o-transform: rotate(-20deg);
}

#content {
    min-height: 500px; /* pour simuler du contenu. */
    padding: 0px 0;
}

#content #projects h2.subtitle:hover 
{
    text-decoration: underline;
    cursor:pointer;
}

a.collapsed img
{
    background-image: url('img/fleche_bas.png');
}

div#alc div.image {
	background-repeat: no-repeat;
}

div#alc div.logo-alc {
	background-image: url(../img/air_liquide_logo.png);
	background-position: left top;
	margin-top: 5px;
	height: 60px;
	width: 160px;
	position: relative;
    /*float: left;*/
}

section.main-slogan {
	text-align: center;
	margin: 0px 0 0 0;
}

section.main-slogan.first {
	margin: 20px 0 40px 0;
}

section.main-slogan h1 {
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -1px;
	line-height: 1;
}

section.main-slogan p {
	margin: 20px 0;
	font-size: 16px;
	line-height: 20px;
}

section.main-slogan p span {
	color: #0c0;
	font-weight: 600;
}

section.main-slogan p strong {
	font-weight: 600;
}

section#main-services,
section#main-projects {
	padding-top: 0px;
	margin-bottom: 0px;
}

section#main-services h2 {
	font-weight: 400;
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	white-space: nowrap;
}

section#main-projects h2 {
	font-weight: 400;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
	white-space: nowrap;
}

section#main-services .service {
	text-align: left;
}

.icon-service {
	margin-bottom: 20px;
	font-size: 125px;
}

section#main-services .service > h3 {
	line-height: 1;
}

section#main-services .service > p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

section#main-services a {
	color: #333;
}

section#main-projects .thumbnails {
	margin-left: 0px;
}

section#main-projects .thumbnail {
	background-color: #ddd;
}

section#main-projects .thumbnail > .image {
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain; /*cover | contain*/
}

section#main-projects .thumbnail > .projet-rcr {
	background-image: url(../img/projet_rcr.jpg);
}

section#main-projects .thumbnail > .projet-alms {
	background-image: url(../img/projet_alms.jpg);
}

section#main-projects .thumbnail > .projet-moc {
	background-image: url(../img/projet_moc.jpg);
}

section#main-projects .thumbnail > .projet-cpf {
	background-image: url(../img/projet_cpf.jpg);
}

section#main-projects .thumbnail > .caption {
	border-top: solid 4px #ddd;
	background-color: #fff;
	height: 150px;
	max-height: 150px;
	overflow: hidden;
}

section#main-projects .thumbnail > .caption > h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 18px;
}

section#main-projects .thumbnail > .caption > p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}

#content .carousel img {
    margin: auto;
}

div.projet-rcr {
	background-image: url(../img/projet_rcr.jpg);
	height: auto;
	width: auto;
}

div.projet-alms {
	background-image: url(../img/projet_alms.jpg);
}

div.projet-moc {
	background-image: url(../img/projet_moc.jpg);
}

div.projet-cpf {
	background-image: url(../img/projet_cpf.jpg);
}

p {
    text-align: justify;    
}

.bs-docs-sidenav {
    max-height: 340px;
}

.affix {
    position: fixed;
    top: 50px
    width: 240px;
}

#contactPage li {
    list-style-type: none;
    margin-bottom: 10px;   
    font-size: 16px;
}

#contactPage .social {
	display: inline-block;
	margin-left: 40px;
	font-size: 24px;
	vertical-align: middle;
}

#contactPage .social > a {
	padding: 5px;
	color: #000000;
}

#contactPage .social > a:hover,
#concontactPagetact .social > a:focus {
	color: #7ebe55;
	text-decoration: none;
}

div#alc h3, div#alc h3:hover {
    color: #333;       
}

#reportPage {
    padding-top: 20px;
}

#reportDivTable .span3 {
    padding-top: 5px;
}

#reportDivTable .span12 {
    padding-bottom: 10px;
}

#reportDivTable input {
    width:207px;
}

#reportDivTable textarea {
    max-width:414px;
    width:414px;
}

.menu-index {
    /*background-image: linear-gradient(to bottom, #696969 0%, #1B1B1B 100%);*/
    background-color:#EEEEEE;
    transition: background-color 0.5s ease;
}

.menu-index:hover {
   background-color: #EEEEEE;
}

.menu-border-index {
    border-right: solid 1px #7ebe55;
    height: 200px;
}
.menu-index h4 a
{
    color:#000000;    
}
.menu-index ul li a
{
    color:#000000;    
}
#content-index {
    padding: 0px 0;
}

.textbox-report {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 75px;
}

/* * *
 *
 * FOOTER
 *
 * * */
 
footer {
	background-image: url(../img/wild_oliva_dark.png);
    border-top: solid 2px #000;
	color: #eee;
}

footer a:hover, 
footer a:focus {
    color: #fff;
}

footer ul {
    margin-left: 0;   
}

footer li {
    list-style-type: none;
    margin-bottom: 10px;
}

footer #partners {
    background-color: rgba(0,0,0,0.25);
    padding: 10px 0 0 0;
    margin: 20px 0;
    border-width: 2px 0;
    border-color: #000;
    border-style: solid;
}

footer #partners a.thumbnail:hover, 
footer #partners a.thumbnail:focus {
    border-color: #7ebe55;
}

footer #contact .social {
	display: inline-block;
	margin-left: 40px;
	font-size: 24px;
	vertical-align: middle;
}

footer #contact .social > a {
	padding: 5px;
	color: #fff;
}

footer #contact .social > a:hover,
footer #contact .social > a:focus {
	color: #7ebe55;
	text-decoration: none;
}

footer form .add-on {
	color: #555;   
}

footer #copyright {
	padding: 10px 0;
	border-top: solid 2px #000;
	background-color: rgba(0,0,0,0.25);
}

div#alc-footer div.image {
	background-repeat: no-repeat;
}

div#alc-footer div.logo-alc {
	background-image: url(../img/air_liquide_logo.png);
	background-position: center center;
	height: 60px;
	width: 160px;
	position: relative;
	margin-left: -25px;
}

footer h5 {
	text-align: center;
	margin-top: -2px;
}

footer div#contact {
	margin-left: 50px;
}

footer div#map {
	margin-left: 10px;
}

footer div.container {
	margin-bottom: 5px;
}

footer img.thumbnail {
    width: 60%;
    margin: auto;
}
.dotted {
    border: 3px dotted grey;
}