@charset "utf-8";
/* =============================================================================

    @note    compresseur de code css : http://www.cleancss.com/

    collection de polices : http://www.alsacreations.com/article/lire/631-quelles-polices-pour-un-site-web.html

    Polices à empattements (serif)
        font-family: Times, "Times New Roman", "Liberation Serif", FreeSerif, serif;
        font-family: Georgia, "DejaVu Serif", Norasi, serif;

    Polices sans empattements (sans-serif)
        font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
        font-family: Tahoma, Geneva, Kalimati, sans-serif;
        font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
        font-family: Impact, "Arial Black", sans-serif;

    Polices à chasse fixe (monospace)
        font-family: Courier, "Courier New", FreeMono, "Liberation Mono", monospace;
        font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace;

    Conventions de nommage des éléments génériques.
        #header {} bloc d'entête
        #footer {} bloc de pied de page
        #main-nav {} navigation principale
        #aside-nav {} navigation latérale
        #secondary-nav {} navigation supplémentaire
        #breadcrumb {} fil d'ariane
        #sidebar {} partie latérale
        #contact {} formulaire de contact
        .error {} signalement des erreurs
        .succes {} signalement d'une opération réussie
        .warnig {} bloc pour attirer l'attention
        .info {} élément ou bloc d'information
        .more {} lien générique type "en savoir plus"
        .block {} block générique

    Si besoin suffixer les classes .block-a, .more-a etc

    Quelques classes génériques si besoin
        .clear-left { clear:left }
        .clear-right { clear:right }
        .clear-both { clear:both }
        .valign-middle { vertical-align:middle }
        .valign-top { vertical-align:top }
        .valign-bottom { vertical-align:bottom }
        .invisible { visibility:hidden }
        .suffix1 { margin-right:XXpx }
        .prefix1 { margin-left:XXpx }
        .prepend-top { margin-top:XXem }
        .append-bottom { margin-bottom:XXem }

========================================================================== */
/* =============================================================================
    Styles par défaut
    ========================================================================== */
body {
    background: #fff url(../images/common/bg.jpg) no-repeat 50% 0;
    color: #818181;
    font:12px/1.6em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
}

a {
    color: #0a509f;
    text-decoration: none;
}

/*
 *  http://www.alsacreations.com/astuce/lire/43-comment-dfinir-lapparence-de-ses-liens.html
 */
a:visited {
    color: gray;
}

a:hover,
a:focus,
a:active {
    color: #da0019;
}

input,
textarea {
    font-family: inherit;
}

img {
    vertical-align: top;
}

h1,
h2,
h3 {
    color: #0a509f;
}

@font-face {
        font-family: 'DINWebPro-Cond';
        src: url('../fonts/DINWebPro-Cond.eot');
        src: url('../fonts/DINWebPro-Cond.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/DINWebPro-Cond.woff') format('woff'),
                 url('../fonts/DINWebPro-Cond.ttf') format('truetype'),
                 url('../fonts/DINWebPro-Cond.svg#daxweb-wide') format('svg');
        font-weight: normal;
        font-style: normal;
}

h1 {
    font-family: 'DINWebPro-Cond';
    font-size: 25px;
}

/* =============================================================================
    Classes génériques
    ========================================================================== */
/*
 *  Micro clear fix http://nicolasgallagher.com/micro-clearfix-hack/
 */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/*
 * Image replacement
 * http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
 */
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*************************************************************************************
 *
 * Styles ajoutés par les dév.
 *
 *************************************************************************************/
.applicationMessage {
    border-width:1px;
    border-style:solid;
    margin:11px auto;
    padding:8px 100px 8px 31px;
	width: 80%;
}

.applicationMessage.success {
    border-color:#b0ceab;
    background:#e6f8e6 url(../images/messages/success.png) no-repeat 9px 7px;
}

.applicationMessage.info {
    border-color:#b3c9e0;
    background:#ecf1f8 url(../images/messages/info.png) no-repeat 9px 7px;
}

.applicationMessage.warn {
    border-color:#FFA500;
    background:#ffe8bf url(../images/messages/warn.png) no-repeat 9px 7px;
}

.applicationMessage.critical {
    border-color:#EE0000;
    background:#fbbfbf url(../images/messages/critical.png) no-repeat 9px 7px;
}
.textError{
    color: #f00;
    font-weight: bold;
}
/* =============================================================================
   Structure
   ========================================================================== */
.wrapper {
    overflow: hidden;
}

.grid-a,
.grid-b,
.grid-c {
    float: left;
}

.grid-a {
    width: 275px;
}

.grid-b {
    width: 240px;
}

.grid-c {
    width: 200px;
}

#global {
    overflow: hidden;
    position: relative;
}

.container {
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    width: 960px;
    z-index: 500;
}

.home .container + .container {
    margin-top: 416px;
}

.home h2 {
    font-size: 12px;
    margin: 15px 0;
    text-transform: uppercase;
}

.main-content {
    background: transparent url(../images/common/bg-main-content.png) no-repeat 0 100%;
    float: left;
    margin: 0 -10px;
    padding: 0 0 80px;
    width: 704px;
}

.main-content-inner {
    background: transparent url(../images/common/bg-main-content.png) repeat-y -712px 0;
    overflow: hidden;
    padding: 20px 35px 0;
}

.main-content h1 {
    border-bottom: 1px solid #0a509f;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0 0 10px;
    text-transform: uppercase;
    width: 400px;
}

.main-content h2 {
    font-size: 27px;
    margin: 25px 0 20px;
}

.aside {
    float: left;
    margin: 0 -2px 0 26px;
    padding: 0 0 40px;
    width: 252px;
}

.aside-block {
    background: transparent url(../images/common/bg-aside-block.png) no-repeat 0 100%;
    padding: 0 0 20px;
}

.aside-block h2 {
    background: transparent url(../images/common/bg-aside-block.png) no-repeat -504px 0;
    margin: 0;
    padding: 17px 0 0 20px;
    font-family: 'DINWebPro-Cond';
    font-size: 22px;
    text-transform: uppercase;
}

.aside-block-content {
    background: transparent url(../images/common/bg-aside-block.png) repeat-y -252px 0;
    padding: 17px 20px 1px;
}

.aside-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aside-menu li {
    border-bottom: 1px solid #dcdcdc;
    padding: 2px 0;
    position: relative;
}

.aside-menu li:first-child {
    border-top: 1px solid #dcdcdc;
}

.aside-menu a {
    color: #818181;
    display: block;
    line-height: 30px;
    margin-left: -20px;
    padding: 0 0 0 20px;
}

.aside-menu a:after {
    border-right: 9px solid #FFFFFF;
    border-top: 30px solid #0A509F;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 0;
}

.aside-menu a:hover,
.aside-menu .current {
    background: #0a509f;
    color: #fff;
}

.aside-menu a:hover:after,
.aside-menu .current:after {
    display: block;
}

/*Layout a ajoute une marge de 10px sur les templates en 2 colonnes*/
.mr1 {
    margin: 0 10px 0 0;
}

/* ============================
   Header
   ============================*/
#header {
    background: transparent url(../images/common/ombre-header.png) no-repeat 0 100%;
    overflow: hidden;
    padding: 0 0 13px;
}

#logo,#logoAgence {
    float: left;
    margin: 0;
}

#baseline {
    float: left;
    margin: 0;
}

.external {
    float: right;
    margin-top: 45px;
}

#breadcrumb {
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    line-height: 28px;
    margin: 0 0 6px;
    padding: 0;
}


#breadcrumb li {
    color: #0a509e;
    display: inline;
}
#breadcrumb span {
   font-family: Courier, "Courier New", FreeMono, "Liberation Mono", monospace;
}

#breadcrumb a {
    color: #818181;
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    margin: 0 6px;
}

/* ============================
   Menu principal
   ============================*/
#main-menu {
    background: transparent url(../images/common/bg-main-menu.png) repeat-x 0 0;
    overflow: hidden;
    clear: both;
}

#main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-menu li {
    float: left;
}

#main-menu li:last-child {
    float: right;
}

#main-menu a {
    display: block;
    height: 47px;
    overflow: hidden;
}

#main-menu .current img,
#main-menu a:hover img {
    margin-top: -47px;
}

/* ============================
   Footer
   ============================*/
#footer {
    border-top: 1px solid #d5d5d5;
    clear: both;
    margin-top: 20px;
    padding: 10px 0;
}

#footer ul {
    padding: 0;
}

#footer li {
    display: inline;
}

#footer li + li:before {
    content: '/';
    margin: 0 2px;
}

#footer a {
    color: #818181;
}

#footer em,
#sitemap em {
    color: #1e5ea7;
    font-style: normal;
}

#sitemap {
    overflow: hidden;
    padding-bottom: 20px;
}

#sitemap a {
    color: #b5b5b5;
}

#sitemap ul {
    padding: 0;
}

#sitemap li {
    background: transparent url(../images/common/square.gif) no-repeat 0 12px;
    list-style: none;
    line-height: 27px;
    padding: 0 0 0 10px;
}

/* =============================================================================
   Éléments génériques
   ========================================================================== */
/* ============================
    Boutons print / retour férés à droite
    ============================*/
.action-button {
    float: right;
    margin: 0 -25px 0 0;
}

.extra-button {
    margin: 35px 0;
    text-align: center;
}

.extra-button p {
    margin: 5px 0;
}

.extra-button a {
    color: red;
    text-decoration: underline;
}

.extra-link {
    margin-top: 30px;
}

.extra-link a {
    background: transparent url(../images/common/picto-extra-link.png) no-repeat 0 0;
    display: block;
    line-height: 22px;
    padding: 0 0 0 27px;
    text-decoration: none !important;
}

.extra-link .item-pdf {
    background-position: -19px -36px;
}

.extra-link .item-file {
    background-position: -38px -18px;
}

.extra-link .item-video {
    background-position: 0 -54px;
}

.extra-link .item-print {
    background-position: -57px 10px;
    border-top: 1px solid #dcdcdc;
    margin: 5px 0 0;
    padding-top: 10px;
}

.meta.date {
    font-size: 10px;
}

.accroche {
    color: #000;
    font-weight: bold;
}

/* ============================
   Règle de la zone administrable
   ============================*/
.text-editor {
    margin: 10px 0;
    overflow: hidden;
}

.text-editor h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0 10px;
}

.text-editor h3:first-child,
.text-editor:first-child{
    margin-top: 0;
}

.text-editor a {
    color: #0a509f;
    text-decoration: underline;
}

.text-editor ul {
    padding: 0;
}

.text-editor li {
    background: transparent url(../images/common/square.gif) no-repeat 0 8px;
    list-style: none;
    padding: 0 0 0 10px;
}

.text-editor blockquote {
    background: transparent url(../images/common/quotes.png) no-repeat -30px -34px;
    position: relative;
    margin: 25px 0;
    padding: 0 70px;
}

.text-editor blockquote:after {
    bottom: 25px;
    content: url(../images/common/quotes.png);
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 34px;
}

.text-editor blockquote > div {
    border-bottom: 1px dotted #b7b7b7;
    padding-bottom: 15px;
}

.text-editor blockquote h2 {
    color: #01447c;
    font-size: 20px;
    font-style: italic;
    margin: 0 0 20px;
}

.text-editor hr {
    margin: 25px 0;
}

.text-editor hr + * {
    margin-top: 0 !important;
}

/* =============================================================================
   Homepage
   ========================================================================== */
#slideshow {
    height: 482px;
    left: 50%;
    margin-left: -561px;
    position: absolute;
    top: 164px;
    width: 1122px;
}

.slides_container {
    display: none;
    height: 482px;
    width: 1122px;
}

#slideshow .pagination,
#slideshow .slick-dots {
    bottom: 26px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 2px 5px 11px;
    position: absolute;
    right: 100px;
    text-align: right;
    z-index: 600;
}

#slideshow .pagination li,
#slideshow .slick-dots li {
    margin: 0 5px;
}

#slideshow .pagination li a,
#slideshow .slick-dots li button {
    background: #fff;
    border: 2px solid #fff;
    display: block;
    /*float: left;*/
    height: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 10px;
}

#slideshow .pagination li.current a,
#slideshow .slick-dots li.slick-active button {
    background: #0a509f;
}

#slideshow .slick-dots li button:before {
    display: none;
}

.slick-slide {
    position: relative;
}

.caption {
    background: transparent url(../images/common/bg-caption.png) no-repeat 0 0;
    bottom: 0;
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    left: 0;
    margin: 0 0 0 35px;
    padding: 0 20px 0 55px;
    position: absolute;
    text-transform: uppercase;
    z-index: 500;
}

.caption div {
    background: transparent url(../images/common/bg-caption.png) no-repeat 100% -88px;
    height: 68px;
    padding: 20px 31px 0 0;
}

#category {
    /*background: transparent url(../images/common/bg-home-category.png) no-repeat 0 0;*/
    background-color: #fff;
    list-style: none;
    margin: 0 -10px 25px;
    overflow: hidden;
    padding: 0 10px;
}

#category li {
    float: left;
}

#category a {
    display: block;
    height: 127px;
    overflow: hidden;
    width: 160px;
}

#category a:hover img {
    margin-top: -127px;
}

.row-home {
    overflow: hidden;
}

.row-home a {
    text-decoration: underline;
}

.row-home .content {
    margin: 15px 0;
}

.row-home .grid-a + .grid-a {
    margin-left: 59px;
}

.grid-a :first-child {
    margin-top: 0;
}

/* =============================================================================
   Google map + légende
   ========================================================================== */
#gmap-network {

}
#bigGmap {
	width: 622px;
	height: 406px;
}

#gmap-network .legend {
    padding: 16px;
}

#gmap-network .legend a {
    color: #818181;
    display: inline-block;
    line-height: 21px;
    margin: 0 35px 0 0;
}

#gmap-network .legend img {
    margin: 0 14px 0 0;
}

/* ===============================
   Liste bloc règles génériques
   =============================== */
.block-list-a {
    background: transparent url(../images/common/ombre-bottom.png) repeat-x 0 100%;
    margin: 15px 10px 15px 0;
    padding-bottom: 3px;
    position: relative;
}

.block-list-a > a {
    margin-top: -17px;
    position: absolute;
    right: -17px;
    top: 50%;
}

.block-list-a > div {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
}

.block-list-a .cell {
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
}

.block-list-a > div .cell:first-child {
    padding-left: 10px;
}

.block-list-a ul {
    padding: 0;
}

.block-list-a li {
    background: transparent url(../images/common/square.gif) no-repeat 0 8px;
    list-style: none;
    padding: 0 0 0 10px;
}

.block-list-a h3 {
    text-transform: uppercase;
}

.block-list-a a {
    color: #7c7c7c;
}

/* ===============================
   Liste bloc règles spécifiques (ex : reseau de levage)
   =============================== */
.agency > a {
    margin-top: -10px;
}

.agency > p:after {
    border-top: 17px solid #fff;
    border-left: 17px solid #0a509f;
    content: '';
    height: 0;
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
}

.agency > p {
    background: #0a509f;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 17px;
    margin: 0;
    padding: 0 11px;
    position: relative;
    text-transform: uppercase;
}
.agency > p.klaasAgence {
    background: #E32E28;
}

.agency > p.klaasAgence:after {
    border-left: 17px solid #E32E28;
}

.agency > div {
    margin-top: -1px;
}

.agency .cell + .cell {
    background: transparent url(../images/common/sepa-cell.gif) no-repeat 0 50%;
}

.agency .cell:first-child {
    width: 140px;
}

.agency .cell:first-child + .cell {
    width: 165px;
}

.agency .cell:first-child + .cell + .cell {
    width: 210px;
}

.agency h3 {
    background: transparent url(../images/common/chevron.gif) no-repeat 100% 2px;
    display: inline-block;
    margin: 0;
    padding: 0 18px 0 0;
}

/* ===============================
   Liste bloc règles spécifiques (ex : occasions)
   =============================== */
.bargain h2 {
    background: transparent url(../images/common/chevron.gif) no-repeat 100% 62%;
    display: inline;
    font-size: 22px;
    font-weight: 700;
    padding: 0 18px 0 0;
}

.bargain > img:first-child {
    position: absolute;
    right: 0;
    top: 0;
}

.bargain .cell + .cell {
    width: 225px;
}

/* ===============================
   Liste bloc règles spécifiques (ex : accessoires)
   =============================== */
.accessory h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.accessory em {
    color: #0a509f;
    font-style: normal;
}

.accessory .cell + .cell {
    width: 225px;
}

/* ===============================
   Liste bloc règles spécifiques (ex : produits)
   =============================== */
.products-list h1 {
    background: #0a509f;
    border: 0;
    color: #FFF;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin: 30px 0 0 -25px;
    padding: 0 50px 0 25px;
    position: relative;
    text-transform: none;
    width: auto;
}

.products-list h1:after {
    border-top: 40px solid #0a509f;
    border-right: 20px solid #fff;
    content: '';
    height: 0;
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
}

.product h2 {
    background: transparent url(../images/common/chevron.gif) no-repeat 100% 50%;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding: 0 25px 0 0;
}

.product ul {
    border-top: 1px solid #d2d2d2;
    margin: 15px 0 0;
    padding: 15px 0 0;
}

.product li {
    background: none;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
}

.product li strong {
    color: #0a509f;
}

.product .cell + .cell {
    width: 225px;
}

/* ===============================
   Navigation secondaire des pages produits et occasions
   =============================== */
.sub-navigation {
    list-style: none;
    overflow:  hidden;
    padding: 0;
}

.sub-navigation li {
    float: left;
}

.sub-navigation a {
    display: block;
    padding: 0 0 10px;
}

.sub-navigation img {
    display: block;
}

.sub-navigation a span {
    display: block;
    height: 167px;
    overflow: hidden;
}

.sub-navigation a:hover img,
.sub-navigation .current img {
    margin-top: -167px;
}

.sub-navigation p {
    background: transparent url(../images/common/sub-nav-current.gif) no-repeat 50% 0;
    color: #0a509f;
    display: none;
    font-size: 16px;
    margin: -1px 0 0;
    padding: 20px 0 0;
    text-align: center;
}

.sub-navigation a:hover + p,
.sub-navigation .current p {
    display: block;
}

.sub-navigation big {
    font-size: 22px;
    font-weight: 700;
}

/* ===============================
   fiche produit
   =============================== */
.gallery {
    margin-top: 0;
    overflow: hidden;
}

.gallery a {
    display: block;
    position: relative;
}

.gallery dt a {
    /*height: 170px;*/
    width: 250px;
}

.gallery a img:first-child {
    bottom: 0;
    position: absolute;
    right: 0;
}

.gallery dd {
    float: left;
    margin:9px 10px 0 0;
}

.text-editor.product-sheet {

}

.text-editor.product-sheet h2 {
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
}

.text-editor.product-sheet h3 {
    color: #818181;
    margin: 0 0 25px;
}

.text-editor.product-sheet h4,
.text-editor.product-sheet .h4like {
    background: #b1b1b1;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    line-height: 22px;
    margin: 25px 0 20px;
    padding: 0 10px;
    text-transform: uppercase;
}

.text-editor.product-sheet ul {
    margin: 25px 0;
}

.text-editor.product-sheet .options {
    text-align: center;
    width: 100%;
}

.text-editor.product-sheet .options th {
    background: transparent url(../images/common/bg-th.png) repeat-x 0 0;
    color: #fff;
    line-height: 32px;
    text-transform: uppercase;
}

.text-editor.product-sheet .options th + th {
    border-left: 1px solid #fff;
}

.text-editor.product-sheet .options td {
    border-bottom: 1px solid #d5d5d5;
    line-height: 30px;
}

/* ===============================
   Bouton suivant / précédent (ex: fiches produits)
   =============================== */
.btn-navigation {
    background: #0a509f;
    line-height: 30px;
    margin-top: 37px;
    padding: 0 30px;
    position: relative;
    color: #fff !important;
    font-size: 13px;
}

.btn-navigation:hover {
    background: #02356c;
}

.btn-navigation.prev {
    float: left;
    margin-left: -25px;
}

.btn-navigation.next {
    float: right;
    margin-right: -25px;
}

.btn-navigation:after,
.btn-navigation:before {
    content: '';
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.btn-navigation.prev:after {
    border-top: 30px solid #0a509f;
    border-right: 7px solid #fff;
    right: -7px;
}

.btn-navigation.next:before {
    border-bottom: 30px solid #0a509f;
    border-left: 7px solid #fff;
    left: -7px;
}

.btn-navigation.prev:hover:after {
    border-top-color: #02356c;
}

.btn-navigation.next:hover:before {
    border-bottom-color: #02356c;
}

/* ===============================
   Formulaire de contact
   =============================== */
.form-contact {
    overflow: hidden;
}

.form-contact em {
    color: #0a509f;
}

.form-contact label em {
    font-style: normal;
}

.form-contact fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.form-contact fieldset + p {
    color: #0a509f;
    margin: 30px 0;
}

.form-contact .infos > div {
    float:left;
    width: 50%;
}

.form-contact p {
    margin: 2px 0;
}

.form-contact label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.form-contact input[type="text"] {
    height: 19px;
    line-height: 19px;
}

.form-contact input[type="text"][size="30"] {
    width: 170px;
}

.form-contact textarea,
.form-contact input[type="text"],
.form-contact select {
    border: 1px solid #d9d9d9;
    color: #818181;
    padding: 3px;
}

.form-contact .infos label {
    width: 82px;
}

.form-contact .details > div p {
    display: inline-block;
}

.form-contact input[type="checkbox"] {
    vertical-align: middle;
}

.form-contact .details > p {
    margin: 0 0 15px;
}

.form-contact .details select {
    width: 190px;
}

.form-contact .details .title-subject {
    color: #0a509f;
    font-family: 'DINWebPro-Cond';
    font-size: 22px;
    width: 134px;
}

.form-contact .details div > .label {
    width: 135px;
}

.form-contact .checkbox-row1 label {
    width: 145px;
}

.form-contact .checkbox-row1 .label + p label {
    width: 105px;
}

.form-contact .checkbox-row1 .label + p + p label {
    width: 91px;
}

.form-contact .checkbox-row2 label {
    width: 215px;
}

.form-contact .checkbox-row3 {
    padding: 0 0 0 138px;
}

.form-contact .checkbox-row3 label {
    width: 215px;
}

.form-contact .input-row {
    margin: 10px 0;
}

.form-contact .input-row p:first-child label {
    width: 134px;
}

.form-contact .input-row p + p {
    margin: 0 0 0 13px;
}

.form-contact .input-row p + p label {
    margin: 0 5px 0 0;
}

.form-contact .input-row input[type="text"] {
    width: 100px;
}

.form-contact input[type="image"] {
    float: right;
    margin: 0 58px 0 90px;
}

.form-contact small {
    line-height: 1;
}

.form-contact .last label {
    margin:0 0 0 10px;
}

.form-contact .last p {
    line-height: 1.1;
    margin: 15px 0;
}

/* ===============================
   Présentation groupe
   =============================== */
.group td {
    vertical-align: top;
}

.group td:first-child {
    text-align: center;
    width: 285px;
}

.group td:first-child + td {
    width: 350px;
}

/* ===============================
   Layout fiche actu
   =============================== */
.layout-b {

}

.layout-b h2:first-child {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.layout-b .aside-link a {
    background: transparent url(../images/common/chevron2.gif) no-repeat 0 50%;
    display: block;
    margin: 5px 25px 0 0;
    padding: 0 0 0 14px;
    text-decoration: none;
}

.layout-b .aside-link a:hover {
    color: #F00;
}

.headrest {
    margin: 0 0 25px;
}

.resume-news {
    margin: 0 0 30px;
    overflow: hidden;
}

.resume-news > .float-left {
    margin: 0 30px 0 0;
}

.resume-news h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.resume-news a {
    text-decoration: underline;
}

.resume-news h2 a {
    color: #0A509F;
    text-decoration: none;
}

.resume-news p a {
    color: #818181;
    text-decoration: none;
}

/* ===============================
   Layout mini-site
   =============================== */
.layout-c {

}

.layout-c .grid-c ul {
    margin: 0;
    overflow: hidden;
}

.layout-c .grid-c li {
    background: none;
    float: left;
    margin:0 10px 10px 0;
    padding: 0;
}

.layout-c h1 ~ h1 {
    margin: 25px 0 5px;
}

.layout-c h2 {
    font-size: 15px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.strong-point {
    margin: 20px 0 40px;
}

.strong-point li {
    background: transparent url(../images/common/picto-points-forts.gif) no-repeat 0 0;
    color: #0a509f;
    font-size: 15px;
    margin: 10px 0;
    padding: 0 0 0 23px;
    text-transform: uppercase;
}

.partners {
    border-top: 1px solid #c0c0c0;
    margin: 25px 25px 0 0;
    padding-top: 15px;
}

.partners img {
    max-width: 100%;
}

.partners p {
    margin: 15px 0;
}

#gallery .zoom {
    bottom: 5px;
    height: 16px;
    position: absolute;
    right: 5px;
    width: 16px;
}

#gallery ul {
    list-style: none;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
}

#gallery li {
    float: left;
    text-align: center;
    width: 198px;
}

#gallery li + li {
    margin-left: 20px;
}

#gallery .photo {
    border: 1px solid #c7c7c7;
    display: block;
    height: 145px;
    margin: 0 0 7px;
    padding: 5px;
    position: relative;
    width: 186px;
}

#gallery .text {
    /*background: transparent url(../images/common/chevron.gif) no-repeat 100% 100%;*/
    color: #7c7c7c;
    /*display: inline-block;*/
    /*padding: 0 16px 0 7px;*/
}

.more{
    color:#0A509F !important;
}
.more:hover{
    color:#DA0019 !important;
}
#titreActuHome{
	color: #0A509F;
	text-decoration: none;
}

.marginBot10{
	margin-bottom: 10px;
}

#blocLogos{
	background: #fff;
	margin-bottom: 15px;
	width: 960px;
	overflow: hidden;
}

.videoTab{
	margin-bottom: 25px;
}

.checkboxMulti label input, .checkboxMulti2 label input, .checkboxCatalogue label input{
	margin-right: 5px;
}
.checkboxMulti label {
	width: 150px !important;
}
.checkboxMulti label.optional, .checkboxMulti2 label.optional{
	width: 120px !important;
}

.checkboxMulti2 label[for="produitSouhaite-3"], .checkboxMulti2 label[for="produitSouhaite-5"]{
	margin-left: 123px;
}
.g-recaptcha {
    margin-top: 25px;
}
.checkboxMulti2 label {
	width: 220px !important;
}

.agencies .agency{
	border-bottom: solid 1px #DADADA;
	margin-bottom: 10px;
    padding-bottom: 10px;
}

.agencies .agency h3{
	background: none;
}
.agencies .agency:last-child{
	border-bottom: none;
}

.adresseAgence span {
    background: url(../images/common/sprite-contact.jpg) no-repeat top left;
	padding-left: 12px;
}
.faxAgence{ background-position: 0 0; width: 9px; height: 11px; }
.telAgence{ background-position: 0 -61px !important; width: 9px; height: 11px; }

.occas{
	background: url(../images/common/ruban-occasion.gif) no-repeat top right;

}
.img-ruban-occas{
    position: absolute;
    top: 0;
    right: 0;
}
.global-occas{
    position: relative;
}
.occasVendu{
	background: url(../images/common/ruban-vendu.gif) no-repeat top right !important;

}
#occasFiche {
	position: relative;
}
#occasRuban{
	position: absolute;
	margin-top: 115px;
}
#occasTitre{
	color: #E71C12;
	font-size: 21px;
}

.textBleu{
	color: #0A509F;
}
.textRouge{
	color: #E71C12;
}

.titreBleu{
	font-size: 20px;
    font-weight: 400;
	color: #0A509F;
}

.sousTitreBleu{
	font-size: 14px;
	color: #0A509F;
}

.titreRouge{
	color: #E71C12;
	font-size: 21px;
}
.navigSiteMap li a{
	color: #0A509F;
}
.navigSiteMap li a:hover{
	color: #E71C12;
}

.addthis_toolbox{
	margin-top: 25px;
	clear: both;
}

.centerAddThis{
	margin-left: 195px;
}

#formAcces{
	margin:55px 0 175px;
}

#fieldLogin{
	margin:55px 0;
}

#infosFab{
	margin-top: 25px;
	display: block;
}

.checkboxCatalogue label{
	width: 150px !important;
}
.checkboxCatalogue label.optional{
	width: 150px !important;
}

.navigSiteMap a.hiddenLi{
	display: none;
}

#linkSocial a{
	padding-right: 5px;
}

.bandeau-print {
    display: none;
}

#titreFiche{
	font-size: 23px;
    margin-bottom: 5px;
}

#sousTitreFiche{
	font-size: 20px;
}
#overflowPrevNext{
	overflow: hidden;
}
/* =============================================================================
   Bouton scrollTop
   ========================================================================== */
#top-link  {
    display:none;
    position:fixed;
    left:50%;
    margin-left:515px;
    bottom:30px;
    text-decoration:none;


}
#containerKlaasPopup{
display:none;
}

#captcha-input {
    display: block;
    margin-top: 12px;
}


label[for="captcha-input"] {
    display: block;
    margin-bottom: 5px;
}

.photos-videos {
    list-style: none;
    margin: 0 -19px;
    padding: 0;
}

.photos-videos li {
    float: left;
    height: 155px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 155px;
}

.photos-videos li a {
    display: block;
    position: relative;
    height: 155px;
    width: 155px;
}

.photos-videos li a .marker {
    background:transparent url(../images/common/plus.png) no-repeat 0 0;
    display: none;
    height: 35px;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 35px;
}

.photos-videos li a:hover .marker {
    display: block;
}

.photos-videos li img {
    border: 1px solid #e7f0f7;
    max-width: 100%;
}

.mobile-nav {
    display: none;
}

.mobile-bar {
    background-color: #014071;
    clear: both;
    overflow: hidden;
}

.mobile-menu {
    background-color: #014071;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu.visible {
    display: block;
}

.mobile-menu a {
    color: #fff;
    display: block;
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu > li > a {
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.mobile-menu > .active > a,
.mobile-menu > li > a:hover {
    background-color: #ea2c26;
}

.mobile-menu ul li a {
    padding-bottom: 3px;
    padding-top: 3px;
}

.mobile-menu ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 980px) {

    #main-menu {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

}

@media screen and (max-width: 768px) {

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

    .container {
        width: auto;
    }


    .external {
        float: none;
    }

    .main-content {
        background-color: #fff;
        background-image: none;
        float: none;
        margin: 0 10px;
        width: auto;
    }

    .main-content-inner {
        background-image: none;
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    }

    .grid-a {
        width: 236px;
    }

    .row-home .grid-a + .grid-a {
        margin-left: 20px;
    }

}

@media screen and (max-width: 768px) {

    .aside {
        display: none;
    }

}
@media screen and (max-width: 548px) {

    .sub-navigation li {
        float: none;
        width: 212px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-product-select {
        padding-left: 0 !important;
    }
    .sub-navigation li a {

    }
}
@media screen and (max-width: 360px) {
    #category.home li {
        float: none;
    }
    #category.home a {
        margin-left: auto;
        margin-right: auto;
    }
    .padding-mob{
        padding-left: 50px;
    }
    .mobile-product-select{
        padding-left: 60px;
    }
    .form-contact input[type="text"][size="30"] {
        width: 140px;
    }
    .form-contact textarea {
        width: 285px;
    }
    .checkboxMulti2 label {
        width: 220px !important;
    }
    .checkboxMulti2 label[for="produitSouhaite-3"]{
        margin-left: 0px !important;
    }
    .checkboxMulti label {
        width: 220px !important;
    }
    .form-contact .input-row p + p {
        margin: 0px;
    }
    .form-contact .input-row p + p label {
        margin: 0 32px 0 0;
    }
}
@media screen and (max-width: 640px) {

    #category {
        background: none;
    }

    #slideshow {
        display: none !important;
    }

    .home .container + .container {
        margin-top: 0;
    }

    .text-editor .grid-a {
        float: none;
        width: 100%;
    }

}

@media screen and (max-width: 640px) and (min-width: 481px) {

    .block-list-a .cell {
        vertical-align: top;
    }

    .block-list-a .cell:first-child {
        width: 35%;
    }

    .block-list-a .cell + .cell {
        padding-left: 0;
        width: 55%;
    }

    .grid-a {
        width: 193px;
    }

}

@media screen and (max-width: 480px) {

    .block-list-a .cell {
        display: block;
    }

    #baseline, .external {
        display: none;
    }

    .main-content-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-a {
        float: none;
        width: auto;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }

    #blocLogos{
        width: auto;
    }

    .grid-c {
        float: none;
        width: auto;
    }

}
