/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #333;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input, textarea, select {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #fff;
}

.wrap {
    position: relative;
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper { 
    margin-top: 20px;
    margin-bottom: 25px;
    height: 340px;
    width: 980px;
}

.shadow {
    background: url(../img/bg_container.png) no-repeat center 20px;
}

.through {
    margin-left: -10px;
    margin-right: -10px;
}

header {
    position: relative;
    background: url(../img/bg_header.png) repeat-x;
    height: 120px;
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0.25);
    -o-box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
    z-index: 10;
}

header .logo {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 0;
    margin-top: 10px;
}

header .links {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
}

header .language {
    background-image: url(../img/bg_flag.png);
    background-repeat: no-repeat;
    padding-left: 26px;
}

header .language.fr {
    background-position: 0 0;
}

header .language.en {
    background-position: 0 -20px;
}

header .links a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
} header .links a:hover {
    text-decoration: underline;
}

header a.rss {
    padding-left: 22px;
    background: url(../img/bg_social_header.png) no-repeat left 0px;
}

header a.facebook {
    padding-left: 22px;
    background: url(../img/bg_social_header.png) no-repeat left -20px;
}

header a.twitter {
    padding-left: 22px;
    background: url(../img/bg_social_header.png) no-repeat left -40px;
}

header a.linkedin {
    padding-left: 22px;
    background: url(../img/bg_social_header.png) no-repeat left -60px;
}

header a.viadeo {
    padding-left: 22px;
    background: url(../img/bg_social_header.png) no-repeat left -80px;
}

header nav {
    display: inline-block;
    margin-top: 60px;
    margin-right: 10px;

}

header nav a {
    font: 12px/15px 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    float: right;
    background: url(../img/bg_nav.png) no-repeat left top;
    padding: 20px 20px 10px 20px;
    margin: 0 -20px;
    width: 150px;
    color: #fff;
    text-align: center;
    text-decoration: none;
} header nav a:hover {
    color: #02721a;
}

header nav a.active {
    position: relative;
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    background: url(../img/bg_nav_active.png) no-repeat left top;
    padding: 20px 20px 40px 20px;
    z-index: 9999;
}

nav a:hover {
    text-decoration: none;
}

header nav a span {
    display: block;
    text-transform: uppercase;
}

header nav a.first {
    background: none;
}

header nav a.search {
    width: 130px;
    padding-right: 20px;
    background: url(../img/bg_nav_search.png) no-repeat right top;
    color: #02721a;
}

footer {
    position: relative;
    color: #555;
}

footer.shadow {
    background-position: center bottom;
}

footer .content {
    background: #e6e6e6 url(../img/bg_footer.png) repeat-x center top;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer a {
    color: #666;
}

footer li.social {
    line-height: 20px;
    padding-left: 24px;
    background-image: url(../img/bg_social_footer.png);
    background-repeat: no-repeat;
}

footer li.rss {
    background-position: left 0px;
}

footer li.twitter {
    background-position: left -20px;
}

footer li.facebook {
    background-position: left -40px;
}

footer li.linkedin {
    background-position: left -80px;
}

footer li.viadeo {
    background-position: left -100px;
}

#map_footer {
    position: relative;
}

#map_footer .pin {
    position: absolute;
    display: none;
}

.breadcrumbs {
    position: relative;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    font-style: italic;
    color: #666;
    margin: 10px 0;
}

.breadcrumbs img {
    margin: 0 5px;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #0099cc;
    text-decoration: underline;
}

#newsticker {
    position: relative;
}

#newsticker.shadow {
    background-position: center -100px;
}

#newsticker .news_container {
    position: relative;
    background-color: #d3d3d3;
    height: 40px;
    overflow: hidden;
}

#newsticker .news li {
    line-height: 40px;
    font-size: 13px;
    padding-left: 260px;
}

#newsticker .news li a {
	color: #333;	
}

#newsticker h6 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    background: url(../img/bg_tt_news.png) no-repeat right center;
}

#content {
    min-height: 470px;
}

#content .title {
    background-color: #d3d3d3;
    height: 40px;
    margin-bottom: 15px;
}

.expand ul, .popup ul {
    margin-top: 5px;
}

.expand ul.top {
    margin-top: 0;
}

.expand li, .popup li {
    background: url(../img/bullet.png) no-repeat left 8px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.expand a {
    text-decoration: underline;
} .expand a:hover {
    text-decoration: none;
}

.expand a.products {
    display: block;
    line-height: 24px;
    padding-left: 40px;
    margin-bottom: 5px;
    background-image: url(../img/bg_products.png);
    background-repeat: no-repeat;
    cursor: pointer;
    color: #333;
}

.expand a.vehicule {
    background-position: left 0px;
}

.expand a.vehicule.active {
    background-position: -120px 0px;
}

.expand a.container {
    background-position: left -24px;
}

.expand a.container.active {
    background-position: -120px -24px;
}

.expand a.meuble {
    background-position: left -48px;
}

.expand a.meuble.active {
    background-position: -120px -48px;
}

.expand a.products.active {
    color: #7cce1a;
    text-decoration: none;
}

.froid {
    background: url(../img/perce-neige.jpg) no-repeat right bottom;
}

.popup {
    width: 480px;
}

.keyfigure {
    width: 110px;
    float: left;
    text-align: center;
}

.figure {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size: 11px;
    line-height: 1.2em;
    background: url(../img/bg_keyfigure.png) no-repeat center top;
}

.number {
    font-family: 'ModenaExtraBoldRegular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
}

.affiliate {
    display: inline-block;
    margin: 0 15px;
}

#direct_access {
    position: relative;
    height: 105px;
    margin-top: 30px;
}

#direct_access .content {
    background: #fff url(../img/bg_direct_access.png) repeat-x center top;
}

#direct_access .title {
    float: left;
    font-family: 'ModenaLightBold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #7d7d7d;
    text-align: center;
    text-transform: uppercase;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-right: 16px;
    width: 108px;
    background: url(../img/bg_tt_direct_access.png) no-repeat right center;
}

#direct_access .title span {
    color: #afafaf;
}

#direct_access ul {
    float: left;
    margin-left: 10px;
}

#direct_access li {
    float: left;
    position: relative;
    font: 12px "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    width: 130px;
    height: 90px;
    text-align: center;
    padding-top: 10px;
    background: url(../img/shadow_direct_link.png) no-repeat center bottom;
}

#direct_access li a {
    color: #333;
    text-decoration: none;
} #direct_access li a:hover {
    color: #996633;
}

#direct_access li img {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -50px;
    padding-top: 20px;
} #direct_access li a:hover img {
    padding-bottom: 3px;
}

#footer_home {
    position: relative;
    padding-top: 25px;
    background-position: center -400px;
}

#footer_home p {
    margin-bottom: 0;
}

#footer_home a.more, .menu_page a {
    display: inline-block;
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: italic;
    background: url(../img/link.png) no-repeat left 6px;
    padding-left: 12px;
    text-decoration: underline;
}

#footer_home .offres li {
    background: url(../img/bullet.png) no-repeat left 8px;
    padding-left: 10px;
}

#footer_home .offres a {
    color: #333;
}

.menu_page {
    cursor: pointer;
}

#footer_home article, .menu_page article {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
    margin-right: 20px;
}

.expand {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 30px 10px;
    margin-top: 20px;
    margin-bottom: -29px;
    font-size: 12px;
    display: none;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.legal {
    padding: 5px 0 30px 0;
    font-size: 11px;
    color: #666;
}

.legal a {
    color: #666;
}

.legal .part {
    padding: 0 8px;
    border-right: 1px solid #999;
    margin: 0 8px;
}

#content a.rss {
    display: block;
    font-family: 'ModenaRegularRegular', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    text-decoration: underline;
    padding-left: 24px;
    background: url(../img/bg_social_footer.png) no-repeat left -60px;
}

.large { width: 100%; }
.medium { width: 50%; }
.small { width: 25%; }



/* ==========================================================================
   Notification
   ========================================================================== */

.notif {
    font-family: 'ModenaRegularBold', Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #5cc151;
    background-repeat: repeat-x;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.notif.error {
    background-color: #c34d34;
    color: #fff;
}

.notif .content {
    padding: 5px;
    text-align: center;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
    */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}