pre {
    background: lightpink;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}
body {
    overflow-y: scroll;
    background: #1e1e1e;
    font-family: 'Droid Sans', arial, serif !important;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

em {
    /*color: #CEC17B;*/
    font-style: normal;
}
a {
    color: #cec17b;
}

a:hover {
    color: #9d9d9d;
    cursor: pointer;
    text-decoration: none;
}

i {
    margin-left: 5px;
    color: #444;
}

ul {
    margin: 0;
    padding: 0;
}

#wrapper {
    max-width: 930px;
    position: relative;
    z-index: 4;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 10px 0 10px 0;
    font-family: 'Oswald', arial, serif;
    font-weight: normal;
    font-size: 16px;
    color: #c1ad40;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 5px;
}

h1 {
    font-size: 18px;
    color: #9d9d9d;
}

h2 {
    font-size: 16px;
}

#logo {
    padding: 40px 0;
}

#logo img {
    max-width: 100%;
}

.row {
    margin-left: 0;
}

.button,
button{
    font-family: 'Droid Sans', arial, serif !important;
    font-size: 14px;
    color: #f9f9f9;
    padding: 8px 20px;
    background-color: #cec17b;
    background: -moz-linear-gradient(
        top,
        #baab62 0%,
        #cec27b);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#baab62),
        to(#cec27b));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #cec27b;
    -moz-box-shadow:
        0px 1px 3px rgba(207,207,207,0.5),
        inset 0px 0px 5px rgba(206,194,123,0.6);
    -webkit-box-shadow:
        0px 1px 3px rgba(207,207,207,0.5),
        inset 0px 0px 5px rgba(206,194,123,0.6);
    box-shadow:
        0px 1px 3px rgba(207,207,207,0.5),
        inset 0px 0px 5px rgba(206,194,123,0.6);
    text-shadow:
        0px 0px 0px rgba(255,255,255,0.7),
        0px 0px 0px rgba(255,255,255,0.2);
}
.button:hover,
button:hover{
    color:#ffffff;
}
.button-container {
    position: relative;
}

.button-container.right {
    text-align: right;
}

#messages {
    clear: both;
    padding-top: 30px;
}

#messages li {
    list-style-type: none;
    border-radius: 10px;
    padding: 10px;
}

#messages li.error {
    background: lightpink;
}

#messages li.success {
    background: rgb(191, 255, 191);
}

.attention {
    margin-top: 10px;
    background: pink;
    color:#E13300;
    border: 1px solid #E13300;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    position: relative;
    z-index: 1000;
}

.attention h2 {
    background: pink;
    color:#E13300;
    font-weight: bold;
}
/* ==========================================================================
   Fond
   ========================================================================== */

.back-holder {
    max-width: 1990px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    overflow: hidden;    
}

.back-img {
    margin: 0 auto 0 auto;
    max-width: 1990px;
    min-width: 980px;
    width: 100%;
    overflow: hidden;
    max-height: 600px;
    text-align: center;
    z-index: 2;
}

.back-curv {
    background: url(../img/back-curv.png) center top no-repeat;
    height: 452px;
    width: 100%;
    position: relative;
    z-index: 99;
    top: -280px;
    min-width: 980px;
    z-index: 3;
}


/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar {
    color: #fff;

}

#sidebar #langs a {
    margin-right: 10px;
}

.sidebar-top {
    margin: 8px 0 0 0;
    background: url(../img/skin.png) left 0px no-repeat;
    height: 26px;
    display: block;
}

.sidebar-bottom {
    background: url(../img/skin.png) left -122px no-repeat;
    height: 26px;
    display: block;
}

.sidebar-content {
    background: #000;
    padding: 0 30px;
    color: #cecece;
    height: 730px;
}

#coords h2 {
    color: #cec17b;
}

#coords li{
    list-style-type:none;
    margin:7px 0 0 0 !important;
    padding:0 !important;
    line-height:20px !important;
    font-size: 12px;
}	



/* ==========================================================================
   Main
   ========================================================================== */

#main {
    position: relative;
}

.main-top {
    background: url(../../img/skin.png) right 0 no-repeat;
    height: 34px;
    display: block;
}

.main-bottom {
    background: url(../../img/skin.png) right -113px no-repeat;
    height: 34px;
    display: block;
}

.main-content {
    background: #fff;
    padding: 0px 30px 20px 30px;
    min-height: 500px;
}
.slider_cover {
    max-width: 100%;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 991;
}


/* ==========================================================================
   Nav
   ========================================================================== */
nav ul.nav-list {
    padding: 0;
    margin: 0;
}
nav .nav-list li {
    border-top: 1px solid #444;
    padding: 10px 0;
}

nav .nav-list li a {
    display: block;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    font-family: 'Oswald', arial, serif;
    text-transform: uppercase;
}

nav .nav-list li a:hover, 
nav .nav-list li a:focus {
    background: none;
    color: #9D9D9D;
}

/* ==========================================================================
   Home
   ========================================================================== */

body.home .main-content #actions {
    text-align: center;
    margin: 30px 0;
}

body.home .main-content #actions a {
    display: inline-block;
    margin: 0 30px 10px;
}


/* ==========================================================================
   Blocs
   ========================================================================== */

#blocs .span3 {
    padding-left:20px;
}

#blocs h2 {
    text-transform: uppercase;
    font-size: 15px;
}

#blocs div {
    text-align: center;
}

#blocs p {
    font-size: 12px;
}

/* ==========================================================================
   Nivo slider
   ========================================================================== */

.slider-wrapper {
    margin-bottom: 30px;
}

.nivoSlider img {
    margin-bottom: 80px;
}

.nivo-caption {
    background: none;
    text-transform: uppercase;
    padding: 0;
    bottom: 35px;
}

.nivo-title {
    padding: 7px;
    opacity: 1;
    font-family: 'Oswald', arial, serif;
    font-size: 22px;
    line-height: 130%;
    margin: 0 0 10px 0;
    background: transparent url(../img/slider-text-background.png) top left repeat;
    display: block;
    max-width: 100%;
    margin-left: 60%;
    margin-bottom: 5px;
    color: #c1ad40;
    text-transform: uppercase;
    text-align: center;
}

.nivo-text {
    opacity: 1;
    font-family: 'Oswald', arial, serif;
    padding: 7px;
    margin: 0;
    font-size: 14px;
    background: transparent url(../img/slider-text-background.png) top left repeat;
    display: block;
    max-width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
    text-align: center;
}

/* ==========================================================================
   Marques
   ========================================================================== */
body.home .main-content #marques {
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

body.home .main-content .marques {
    padding-left: 20px;
    margin-bottom: 10px;
}
body.home .main-content .marques > div {
    text-align: center;
}

body.home .main-content .marques img {
    border: 5px solid #f9f9f9;
    max-width: 75%;
    padding: 5px;
}

body.home .main-content #marques p {
    margin-top:20px;
    text-align: center;
}

body.home .main-content #marques p a {
    display: inline-block;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footer {
    margin: 30px auto 0 auto;
    clear: both;
    width: 940px;
    clear: both;
    overflow: hidden;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
    position: relative;
    z-index: 9;
}


/* footer copyright text */	
#footer .copyright{
    font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
    font-style: italic;
    color:#a1a1a1;
    margin:5px 0 0 0;
}	 

/* footer navigation */

/* footer links */
#footer  a{
    text-decoration:none;
    color:#848484;
}

#footer  a:hover{
    color:#cec17b;
    text-decoration: none; 
}

ul.footer_links{
    list-style:none;
    margin:0 !important;
}

ul.footer_links li{
    list-style-position:outside;
    line-height:100%;
    display:inline;
    padding:0 7px ;
    border-left:1px solid #848484;
}	 

ul.footer_links li.first{ 
    border-left:0;
}    

/* ==========================================================================
   Tarifs
   ========================================================================== */


body.tarifs table {
    width: 100%;
    margin-bottom: 20px;
}

body.tarifs table td {
    border: 1px solid #eee;
    padding: 10px;
}

body.tarifs table td:nth-child(3) {
    text-align: center;
}



/* ==========================================================================
   Services
   ========================================================================== */

body.services .main-content img{
    margin-bottom: 10px;
}

body.services .main-content #services {
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

body.services .main-content .services {
    padding-left: 20px;
    margin-bottom: 10px;
}
body.services .main-content .services > div {
    text-align: center;
}

body.services .main-content .services img {
    border: 5px solid #f9f9f9;
    max-width: 75%;
}

body.services .main-content .services p {
    padding: 0 10px;
}

body.services .main-content #services a {
    display: block;
    text-align: right;
}

/* ==========================================================================
   QSN
   ========================================================================== */

body.qsn .main-content p{
    margin-top: 10px;
}

body.qsn .main-content .row {
    margin-bottom: 17px;
}

/* ==========================================================================
   Devis
   ========================================================================== */

body.devis .main-content p{
    margin-bottom: 10px;
}

body.devis .main-content #devis,
body.devis .main-content #envoi{
    display: block;
    margin: 30px auto;
    width: 250px;
    text-align: center;
}


body.devis .main-content li {
    margin-bottom: 10px;
    list-style-type: none;
}
body.devis .main-content span {
    display: inline;
}

body.devis .main-content span.num {
    height: 20px;
    width: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    background: #d9d9d9;
    border-radius: 10px;
    padding: 5px 7px;
    color: #fff;
}

body.devis .main-content #adresse {
    text-align: center;
    margin-top: 20px;
    color: #CEC17B;
}

body.devis .main-content h2 {
    font-size: 18px;
}


/* ==========================================================================
   Marques
   ========================================================================== */

body.marques .main-content li {
    list-style-type: none;
    display: inline-block;
    width: 120px;
}

/* ==========================================================================
   Delais
   ========================================================================== */

body.delais .main-content table {
    width: 50%;
    margin-left: 25%;
}

/* ==========================================================================
   Contact
   ========================================================================== */

body.contact .main-content li {
    list-style-type: none;
}

body.contact .main-content form textarea {
    width: 95%;
    resize: vertical;
}

body.contact .main-content form button {
    float: right;
}


/* ==========================================================================
   Envoi
   ========================================================================== */

body.envoi .main-content p.warning {
    color: red;
    background: #fee8f0;
    padding: 10px;
    text-align: center;
}

body.envoi .main-content p.warning a {
    color: red;
    text-decoration: underline;
}


/* ==========================================================================
   Envoi étiquette
   ========================================================================== */

body.envoi.etiquette .main-content p {
    margin: 30px 0;
}

/* ==========================================================================
   Kits VD
   ========================================================================== */

body.kitvd .main-content #actions a {
    display: block;
    width: 300px;
    margin: 30px auto;
    text-align: center;
}

body.kitvd .main-content ul {
    padding-left: 30px;
    margin-bottom: 30px;

}

body.kitvd #kitvd {
    width: 500px;
    display: block;
    border-radius: 5px;
    margin: 0 auto 30px;
}

body.kitvd #secure {
    margin-top: 10px;
    opacity: 0.3;
}


/* ==========================================================================
   Responsive
   ========================================================================== */
#mobile-header {
    display: none;
}	

@media only screen and (max-width: 767px) {
    .back-holder {
        display: none;
    }

    body {
        background: #1e1e1e url(../img/back-img.jpg) top center no-repeat;
    }

    #mobile-header {
        background: #000;
        display: block;
        text-align: center;
        padding: 10px;
    }	

    #mobile-logo {
        margin-bottom: 10px;
    }

    #mobile-menu {
        width: 50%;
        margin-bottom: 10px;
    }

    #slider {
        padding-top: 30px;
    }

    #slider .nivo-text,
    #slider .nivo-title{
        font-size: 12px;
    }
    #sidebar,
    .main-top,
    .main-bottom,
    .slider_cover{
        display: none;
    }

    #footer {
        width: auto;
        background: #000;
        padding: 20px;
        margin-top: 0;
    }

    body.home .main-content #devis {
        max-width: 50%;
    }

    body.devis .main-content #devis {
        max-width: 70%;
    }

    body.devis .main-content #envoi {
        max-width: 70%;
    }


    body.home .main-content .marques img {
        max-width: 50%;
        margin: 10px;
    }

    #blocs .span3 {
        padding-left: 0px;
    }

    body.qsn .main-content img {
        margin-bottom: 20px;
    }

    body.devis .main-content img {
        margin-bottom: 20px;
    }

    body.kitvd #secure {
        display: none;
    }

}


/* ==========================================================================
   Bugfixes browsers
   ========================================================================== */

body.internet.explorer #blocs .span3 {
    max-width: 130px;
}

.back-holder {
    left: 0px;
}

.nivo-caption {
    background: transparent; 
}

