﻿@import url(http://fonts.googleapis.com/css?family=Electrolize);
a{
  color: #08336C;
}
a:hover{
  color:#081F3D;
}

.SlideConcess ul > li:nth-child(1) a,.SlideConcess ul > li:nth-child(2) a 
{
    line-height: 40px !important;
}

body 
{
  margin:0;
  padding:10px 0 0 0;
  font-family: 'Electrolize', sans-serif;
  font-size:12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Electrolize', sans-serif; margin-top: 10px !important; }
h1 
{
  color:#333;
  /*padding:4px 8px;*/
  padding: 0 8px;
  font-size:20px;
  font-weight:300;
  /*width:970px;*/
  /*margin:15px 5px;*/
  margin: 5px;
}
/* sliders */
.slideShowControls label {
  border-color: #324F16;
  background-color: #71bf44;
}
.slideShowControls input:checked + label { /* ie8 est un rigolo : il ne supporte pas :checked mais ne supporte pas plus une propriété css si au moins un de ses sélecteurs n'est pas interprétable pour lui. Moralité : obligé de séparer les deux */
  background-color: #324F16;
}
.slideShowControls input[checked] + label {
  background-color: #324F16;
}
.slideShowSlides figcaption, .homepage h1 {
  border-color: #71bf44;
  color: #324F16;
}
#login 
{
  position:absolute;
  top:2px;
  left:2px;
  font-size:11px;
}
#login a 
{
  color:#CCC;
  text-decoration:none;
}
header 
{
  position:relative;
  height:110px;
  z-index:10;
  /*Bug menu z-index*/
}
#Logo 
{
  background:url(../images/under_logo.png) bottom right;
  width:252px;
  height:110px;
  line-height:123px;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index: 5;
  //padding-left:2%;
}
#LogoHead 
{
  position:absolute;
  right:5%;
  top:0;
}
#LogoHead img
{
  display:none;
  position: absolute;
  right:0
}
nav#Main.collapse 
{
  background: #333;
  border:0 none;
  border-top:5px solid #777;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:55px !important;
  margin:0;
  z-index: 0;
  border-radius:0;
  transition : border 500ms ease-out; 
  -webkit-transition : border 500ms ease-out; 
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
}
.DF nav#Main { border-top:5px solid #7BC242; }
.Same nav#Main { border-top:5px solid #D82626; }
.Lambo nav#Main { border-top:5px solid #777; }

nav#Main.collapse  > ul
{
  list-style:none;
  padding:0;
  margin:0;
  text-align:center;
  width:80%;
  float:right;
  height:55px;
  line-height:50px;
}
nav#Main.collapse  > ul > li
{
  display:inline-block;
  border-left:1px solid white;
  height:25px;
  vertical-align:middle;
}
nav#Main.collapse  > ul > li:first-child
{
  border:0 none;
}
nav#Main.collapse  > ul > li > a
{
  color:#FFF;
  font-size:16px;
  padding:0 15px;
}
nav#Main.collapse  > ul > li > a:hover
{
  background:inherit;
  color:#555;
}
#Slider 
{
 height:300px; 
 width:100%;
}
#Slider .Slide
{
 height:300px; 
 max-width:100%;
 width:100%;
 position:relative;
 background-position:center top;
 background-size:cover;
}

div.SlideDF 
{  background:url(../images/img_deutz.jpg) no-repeat; }
div.SlideDF ul li
{  background:#08336C; }

div.SlideLambo 
{  background:url(../images/slide_lambo.jpg) no-repeat; }
div.SlideLambo ul li
{  background:#333; }

div.SlideSame
{  background:url(../images/slide_same.jpg) no-repeat; }
div.SlideSame ul li
{  background:#D82626; }

div.SlideConcess
{  background:url(../images/img_concess.jpg) no-repeat; }
div.SlideConcess ul li
{  background:#71bf44; }

.Slide ul 
{
  list-style:none;
  padding:0;
  margin:0;
  width:80%;
  position:absolute;
  bottom:0;
  left:10%;
}
.Slide ul > li
{
  display:inline-block;
  margin:0 2%;
  width:15%;
  text-align: center;
  height:50px;
  vertical-align:bottom;
}
.Slide ul > li > a
{
  color:#FFF;
  padding:5px;
  font-size:16px;
  display:block;
  line-height:20px;
}
.Slide ul > li:hover > a
{
  color:#333;
}
.Slide ul > li > a:hover
{
  text-decoration:none;
  color:#333;
}
.Slide ul > li:hover
{
  background: #FFF;
}

.SlideSame ul > li:nth-child(3) a, .SlideLambo ul > li:nth-child(3) a
{
  line-height: 40px !important;
}
.SlideDF ul > li:nth-child(4) a
{
  line-height: 40px !important;
}

.SlideConcess ul > li:nth-child(4) a {
    line-height: 40px !important;
}

#toto 
{
  padding:10px;
}
span.actuTitre  
{
  text-align:left;
  font-size:14px;
}
span.actuIntro 
{
  text-align:left;
  margin:5px 0;
}
#Footer 
{
  background: #333;
  color:#FFF !important;
  text-align:center;
  clear:both;
  margin-bottom:15px;
}
#Footer p 
{
  color:#FFF;
  line-height:40px;
  font-size:16px;
}
#BtnPromo 
{
  background:#333;
  color:#FFF;
  display:block;
  padding:5px;
  margin:5px 0;
}
#HomePromo, #toto, #HomeOccas
{
  height:380px;
  margin-bottom:50px
}
.PromoContainer 
{
  border:0 none;
}




.intern #content
{
  overflow:hidden;
  background:white;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.breadcrumbs 
{
  padding:0;
}
#HomeOccas 
{
}
.remonteeAnnoncesItem 
{
  display:inline-block;
  width:33%;
  text-align:center;
  margin-bottom:15px;
}
.remonteeAnnoncesItem a
{
  display:block;
  text-align:center;
  text-decoration:none;
}
.remonteeAnnoncesItem a:hover img
{
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.8);
  box-shadow: 0 1px 10px rgba(0,0,0,.8);
  transition: box-shadow 0.3s;
}
.remonteeAnnoncesItem img 
{
  width:200px;
  display:block;
  margin:4px auto;
  padding:4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
  box-shadow: 0 1px 4px rgba(0,0,0,.3);
  transition: box-shadow 0.3s;
}
.remonteeAnnoncesItem span 
{
  display:block;
  font-size:13px;
  line-height:20px;
}
.remonteeAnnoncesItem .prix 
{
  color:#333;
  font-size:16px;
}
.slideShowControls label {
  border-color: rgb(206,103,14);
  background-color: rgb(255, 134, 29);
  height: 15px;
  width: 15px;
  border-width:3px;
}
.slideShowControls input:checked + label {
  background-color: #FFF;
  border-color: rgb(255, 134, 29);
}
#SideContent 
{
  float:left;
  margin:0 7px;
}
.intern #MainContent 
{
  float:right;
  width:740px;
  padding:10px;
}
.cms-pagecontents 
{
  padding:10px;
}
.form-horizontal 
{
  padding:20px;
  }
.flexslider 
{
  box-shadow:none;
}
#Footer p
{
  margin:0;
}

/****************** Promotions **********************/
.PromoContainer.societaire{
  background-color : #71bf44;
}
.PromoContainer.societaire .PromoHead{
  background-color : #F9F9F9;
  color : #68781D;
}
.PromoContainer.societaire .PromoTexte{
  color : #FFFFFF;
}
.PromoContainer.societaire .PromoBouton{
  background-color : #F7DF00;
}
.PromoContainer.societaire .PromoBouton a{
  color : #1E1E1E;
}

/************************************************** OCCASIONS ***********************************************************************/

#arboOccasions li > span {
  border-bottom: 2px solid #333;
}
#arboOccasions > li > ul
{
  margin:0;
  padding:0 0 0 5px;
  list-style:none;
  font-size:12px;
}
#arboOccasions > li > ul > li a:before
{
  content:"- ";
}

#arboOccasions a {
  text-decoration:none;
}

#occasions-resultsAjax .annonce {
  background: url(../images/green.png) no-repeat -80px -10px #FFF;
  border-color:#777;
}
#occasions-resultsAjax .annonce .lPrix
{
  background: url(../images/brown-mini.png) repeat #FFF;
  color : #333;
  text-align:center;
}
#occasions-resultsAjax .lBarre {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 62%, #cecece 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(62%,#ffffff), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 62%,#cecece 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 62%,#cecece 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 62%,#cecece 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 62%,#cecece 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
  height: auto;
  line-height:25px;
  color:#000;
}
#occasions-resultsAjax .lBarre a  {
  color:#000;
}
#occasions-resultsAjax .lTypeMateriel {
  color: #000;
}
#occasions-resultsAjax .annonce:hover span.tooltip {
  opacity: 1;
  visibility: visible;
  right: 0;
}
#remonteeAnnonces 
{
  width: 100%;
  margin-top:20px;
}
#AccepteUtilisation 
{
  float:left;
  width:10%;
  height:20px;
  margin-top:15px;
}
label[for="AccepteUtilisation"] 
{
  float:right;
  width:90%;
}
#reseauxSociauxPartage
{
   padding:0;
   margin-bottom: 20px;
}
#reseauxSociauxPartage > *
{
   display:inline-block;
}












/* ----------------- RESPONSIVE -------------- */

#BtnNavResp 
{
  position:absolute;
  right:0;
  bottom:0;
  background:#333;
}
.icon-bar 
{
  background:white;
}
.flexslider .slides img 
{
  width:auto;
  max-width:100%;
}
/* Large desktop */
@media (min-width: 1200px)  
{
  
}
 
/* Portrait tablet to landscape and desktop */
@media (max-width: 992px) 
{
  nav#Main.collapse > ul 
  {
    width:70%;
  }
  nav#Main.collapse > ul > li
  {
    height:auto;
  }
  nav#Main.collapse > ul > li > a
  {
    font-size:12px;
    padding: 0 5px;
  }
  #Slider 
  {
    margin-bottom:60px;
  }
  .Slide ul 
  {
    bottom:-50px;
    width:100%;
    left:0;
  }
  .Slide ul > li
  {
    display:block;
    width:20%;
    float:left;
    margin:0;
    border-left:1px solid #AAA;
  }
  #Slider, #Slider .Slide
  {
   height:250px; 
  }
  #HomePromo, #toto, #HomeOccas 
  {
    height:auto;
  }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  nav#Main.collapse, #sidebar-collapse.collapse
  {
    display:none;
  }
  nav#Main > ul > li
  {
    height:auto;
  }
  #Slider 
  {
    height:410px;
    margin:10px 0;
  }
  #Slider .Slide
  {
   height:250px; 
  }
  .Slide ul 
  {
    width:100%;
    position: static;
    margin-top:200px;
  }
  .SlideSame ul > li:nth-child(3) a, .SlideLambo ul > li:nth-child(3) a
  {
    line-height: 40px !important;
  }
  .Slide ul > li
  {
    display:block;
    width:100%;
    float:left;
    margin:0;
    border:0 none;
    border-bottom:1px dashed #AAA;
    height:40px;
  }
  .Slide ul > li a
  {
    line-height:40px;
    padding:0;
  }
  #HomePromo, #toto, #HomeOccas 
  {
    height:auto;
  }
  .navbar-collapse {
    overflow-y: auto;
    display: block;
    top:110px;
  }
  .navbar-collapse > ul.nav 
  {
    margin:0;
    padding:0;
    width:100% !important;
  }
  .navbar-collapse > ul.nav > li
  {
    margin:7px 0;
  }
  .navbar-collapse li a
  {
    line-height:22px;
    display: block;
  }
  #LogoHead 
  {
    right:0;
    width:30%;
  }
  #LogoHead img
  {
    width:100%;
  }
  #Logo 
  {
    width:40%;
    background:none;
    margin-top:-10px;
  }
  #Logo img
  {
    width:100%;
    max-height:100px;
  }
  #HomePromo, #toto, #HomeOccas 
  {
    overflow:hidden;
    margin:0;
    border-bottom:1px solid #CCC;
    padding-bottom:20px;
  }
  #Footer p
  {
    font-size:12px;
  }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {  }
@media (max-width: 350px)  
{
  
}

