body, html
{
    font-family: 'ABeeZee', sans-serif;
    background: #323232;
    padding: 0px;
    margin:0px;
    width: 100%;
}

a
{
    color: inherit;
    text-decoration: inherit;
}

body>header div
{
    color: #111;
    text-align: center;
    text-shadow: 1px 1px 1px #ddd;
    background-color: #CBC1AF;
}
body>header h1
{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline-block;
    font-style: italic;
}


#headAddr
{
    display: block;
    text-align: left;
    font-size: 18px;
    padding-bottom: 5px;
    text-align: center;
}
#headAddr p 
{
    margin: 0px;
    padding: 0px; 

}
#headAddr span,#headAddr a{ color: #000; }
#headAddr>a{display: block;}

nav
{
    background-color: #FF9000;
    box-shadow: 0px 0px 10px 2px #FF9000;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    border-top: solid 0.1em #87671F;
    border-bottom: solid 0.1em #87671F;
}
nav ul{margin: 0px; padding: 0px;}
nav li
{
    list-style: none outside none;
    padding: 0px 10px;
}
nav a {
    color: black;
    text-decoration: none;  
    font-size: 1.2em;
    text-shadow: 1px 1px 0px #ffd525;
}
nav li:hover, #select
{
    background-color: #FCB415;
    border-radius: 10px;
    border: solid 2px #fbee0d;
    box-shadow: 0px 0px 5px #FCB415;
}

#textInfo
{
    text-align: center;
    text-shadow:0px 0px 8px #666; 
    color:#aaa;
}
section
{
    background-color: #DCDCDC;
    border-radius: 10px;
    padding:1.2em 0.5em 0.5em 0.5em;
    box-shadow: 1px 1px 1px #fff, inset 2px 2px 2px #aaa;
    border:solid 1px #666;
    text-shadow: 1px 1px #f5f5f5;
    margin: 20px 5px;
}

#page header
{
    background-color: #4093ff;
    margin-top: -2.2em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.3em;
    border-radius:0.7em;
    border: inset 1px #17e8ee;
    text-align: center;
    text-shadow: 1px 1px #739fff;
}
#page h1
{
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
}


#page a
{
    color:#3D88D7;
    text-decoration: none;
    font-weight: bold;
}

#box
{
    font-size: 0.8em;
}

#box section>div
{
    display:none;
}

#box section:hover>div
{
    display:block;
}


#box a
{
    text-decoration: inherit;
    color: inherit;
}


#box header
{
    background-color:#FCB415;
    text-shadow: 1px 1px #ffd373;
    margin-top: -2em;
    margin-bottom: 0.5em;
    padding: 0.2em;
    padding-left: 0.4em;
    border-radius:0.5em;
}
#box h3
{
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;

}

#box section{
    margin-bottom: 1.5em;
}

#boxInfo ul
{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-left: 20px;
}

footer a
{
    color: inherit;
    text-decoration: none;
}
footer
{
    clear:left;
    margin-top: 10px !important;
    background-color: #444;
    border-radius: 10px;
    padding-top: 5px;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
}
footer>ul
{
    margin: 0px;
    color: #aaa;
    font-weight: bold;
}

footer>ul>li
{

    display: block;
    margin: 5px;
    list-style: none;
    text-align: left;
}
footer>ul>li>ul
{
    color:black;
    font-weight: normal;
    padding-left: 1.2em;
}

footer>p
{
    clear:left;
}

figure
{
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 5px #333;
    background-color: #e1e1e1;
    margin: 5px;
    max-width: 90%;
}

figure img
{
    max-width: 100%;
    height: auto;
}

#listeNeuf ,#listeNeuf ul
{
    padding: 5px;
}
#listeNeuf li
{
    list-style: none;
}
#listeCatNeuf
{
    text-align: center;
    background-color: #8cbeff;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #000;
}

#listeCatNeuf a
{
    color: #111;
    font-size: 18px;
    display: block;

}

#listeCatNeuf a:hover
{
    color: #FF9000;
}

.gamme
{
    display: block;
    text-align: center;
}
.gamme>ul
{
    background-color: #ffe4bf;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #555;
}

.modele
{
    text-align: center;
    display: block;
    margin: 5px;
    vertical-align: top;
    background-color: #FFEFD9;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #AAAAAA;
    min-width: 190px;
}

.modele h4
{
    margin: 0px;
}


.vehi
{
    display:inline-block;
}
.vehi figure
{
    min-width: 160px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 2px #333;
    background-color: #e1e1e1;
    margin-bottom: 6px;
    display: block;
}

.vehi figure:hover
{
    box-shadow: 0px 0px 6px #333;
}

.occas
{
    display: inline-block;
}

.occas .vendu
{
position:absolute;
transform:rotate(-40deg);
font-size:25px;
top:25px;
left:-30px;
color:red;
display:block;
background-color:white;
box-shadow: 0px 0px 5px #000;
width:160px;
text-align:center;
}
.occas .contImgOccas
{
position:relative;
overflow:hidden;
display:inline-block;
float:left;
}

.occas>div
{
    background-color: #e9e9e9;
    box-shadow: 0px 0px 3px #333;
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    width: auto;
    display: inline-block;
}
.barreSocial{text-align:center;}
.barreSocial>*{display:inline-block;vertical-align:top; margin:1px;}
.occas img
{
    margin-right: 10px;
}

.occas span:not(span[itemprop="manufacturer"])
{
    display: block;
}

.occas div
{
    color: black;
}
.occas span[itemprop="model"]
{
    font-size: 20px;
    font-weight: bold;
}
.occas span[itemprop="price"]
{
    color: red;
    text-shadow: none;
    font-size: 18px;
}

#occasDetail strong
{
    display: block;
    text-align: center;
    padding: 5px;
    background-color: #ffdaa6;
    border-radius: 5px;
    box-shadow: -1px 1px 2px #777;
}

#occasDetail span
{
    margin-top: 5px;
    display: block;
    padding: 5px;
    background-color: #e8e8e8;
    box-shadow: 1px 1px 2px #555;
    border-radius: 5px;
}
#occasDetail>div
{
    margin: 5px;
}
#financement
{
    display: block;
    padding: 5px;
    background-color: #ffffcc;
    box-shadow: 1px 1px 2px #555;
    border-radius: 5px;
    font-size: 14px;
}


.occasDetailMulti p
{
    display: block;
    padding: 5px;
    background-color: #e8e8e8;
    box-shadow: 1px 1px 2px #555;
    border-radius: 5px;
}
#venduDetail{
text-align:center;
background-color: white;
box-shadow: 0px 0px 6px 1px #000000;
font-size: 30px;
margin:5px 0px;
border-radius:5px;
}
#venduDetail span{color: red;}
#occasDetailPrix
{
    color: red;
    font-size: larger;
    background: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important;
    text-align: right;
    font-weight: bolder;
}
#occasDetailImg strong
{
    float: none;
}
#occasDetailImg img
{
    margin: 5px;
    box-shadow: 0px 0px 3px #333;
    padding: 5px;
    border-radius: 5px;
}
#occasDetailImg>div
{
    text-align: center;
}




fieldset
{
    background-color: #cce1ff;
    border-radius: 5px;
    border: 1px solid #006EFF;
    box-shadow: 1px 1px 3px #333;
    margin-bottom: 10px;
}
legend
{
    padding: 5px;
    border-radius:8px;
    background-color: #fcbb2d;
    border: 1px solid #FBEE0D;
    font-weight: bold;
    text-shadow: none;
}

.fieldNormal>p
{
    position:relative;
}
.fieldNormal>p span
{
    display: block;
    margin-bottom: 10px;
    background-color: #ffeacc;
    box-shadow: 0px 0px 2px #555;
    padding: 5px;
    border-radius: 5px;
    text-shadow: none;
    text-align: center;
}


.fieldNormal>p>label
{
    background-color: #e5f0ff;
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 5px;
    box-shadow: -2px 1px 2px #888;
    margin-right: 5px;
    width: 95%;
}


.fieldNormal>p>input, .fieldNormal textarea
{
    padding: 5px;
    display: block;
    border-radius: 5px;
    border: 1px solid #006EFF;
    background-color: #fbfbfb;
    box-shadow: 2px 1px 2px #888;
    width: 95%;
}

.fieldNormal textarea
{
    min-height: 150px;
}

.fieldNormal select
{
    padding:5px;
}

.fieldNormal, #btnEnvoyer
{
    display: none;
}

#fieldDemand input
{
    visibility: hidden;
}

.DemandeSelect
{
    background-color: #ffeacc !important;
    box-shadow: 0px 0px 8px 2px #000 !important;
}

#fieldDemand p
{ text-align: center;}
#fieldDemand label
{
    padding: 20px 10px;
    margin: 5px;
    box-shadow: 0px 0px 2px #888;
    background-color: #eaeaea;
    border-radius: 10px;
    display: block;
}

#fieldDemand label:hover
{
    background-color: #fff;
    box-shadow: 0px 0px 5px #222;
    cursor: pointer;
}

#fieldInfo div p
{
    text-align: left;
    margin-left: 20%;
}

#champVehiNeuf
{
    display:none;
}


.gauche{float: left;}
.droite
{
    float: right;
    margin: 5px;
}
.stopD
{
    clear: right;
}
.stopG{clear:left;}

.erreur
{
    display: block;
    padding: 4px;
    margin: 5px;
    box-shadow: 0px 0px 5px #000;
    background-color: #e58d7a;
    border-radius: 5px;
    text-shadow: none;
}
#reseauSociaux{text-align:center;}
#reseauSociaux .fb-share-button span 
{
	margin-left:0px !important;
}
#reseauSociaux .twitter-share-button { 
background-color: #E8E8E8;
border-radius: 5px;
box-shadow: 1px 1px 2px #555555;
display: block;
padding: 5px;
display: inline-block;
vertical-align: top;
}