<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Passion+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* &gt; NORMALIZE
-------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, 
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* &gt; COMMUNS
-------------------------------------------------------------------------------------------------------------------------------- */
.font-passion-one {
    font-family: 'Passion One', cursive;
}
.font-open-sans{
    font-family: 'Open Sans', sans-serif;
}

body {
    
}

a { color:inherit }
a img{ border:none; }

ol li, ul li { list-style:none }

h1,
.h1_like { 
    color:#0095d9;
    font-size: 47px;
    font-family: 'Passion One', cursive;
    text-transform: uppercase;
}

h2,
.h2_like {
    color:#0095d9;
    font-size: 26px;
    font-family: 'Passion One', cursive;
}

h3,
.h3_like { 
    color:#231f20;
    font-size: 20px;
    font-family: 'Passion One', cursive;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h4,
.h4_like { 
    font-size: 50px;
    font-family: 'Passion One', cursive;
    font-weight: bold;
}


li {
    background:url('../images/puce.gif') no-repeat;
    background-position: 0px 10px;
    padding-left: 10px;
    line-height: 20px;
}

/* &gt; CLASS BLOCKS
-------------------------------------------------------------------------------------------------------------------------------- */
/* &gt; Flux ---------------------------- */
.left { float:left; }
.right { float:right }
.clearleft { clear:left; }
.clearight { clear:right; }
.clear { display:block; clear: both; height: 0; }
.clearfix { display:block; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* &gt; Block (base 100%) ---------------------- */
.content_row { position:relative; width:100%; max-width:990px; margin:0 auto; }
.content_row_20 { position:relative; width:100%; max-width:950px; margin:0 auto; padding:20px; }
.content_row_30 { position:relative; width:100%; max-width:930px; margin:0 auto; padding:30px; }

.wp20  { width:20% }            /* &gt; 1/5  */
.wp25  { width:25% }            /* &gt; 1/4  */
.wp30  { width:30% }
.wp33  { width:33.3333333333% } /* &gt; 1/3  */
.wp40  { width:40% }            /* &gt; 2/5  */
.wp50  { width:50% }            /* &gt; 1/2  */
.wp60  { width:60% }            /* &gt; 3/5  */
.wp66  { width:66.6666666666% } /* &gt; 2/3  */
.wp70  { width:70% }
.wp75  { width:75% }            /* &gt; 3/4  */
.wp80  { width:80% }            /* &gt; 4/5  */
.wp100 { width:100%; }

.content_row, .content_row_20, .content_row_30,
.wp20, .wp25, .wp30, .wp33, .wp40, .wp50, 
.wp60, .wp66, .wp70, .wp75, .wp80, .wp100 {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

/* &gt; HEADER
-------------------------------------------------------------------------------------------------------------------------------- */
#header { 
    background-color: #ffcb05;
    text-align: center;
}

#menu { 

}
    #header img{
        /*display: block;*/
        width: 100%;
        max-width: 990px;
    }

#block2 #entrepot_moto{
    display: block;
    /*width: 100%;*/
    max-width: 990px;
}

/* &gt; FIL D'ARIANE
-------------------------------------------------------------------------------------------------------------------------------- */
#breadcrumb { 
    margin:0 20px 10px 20px; 
    font-size:10px; 
}
#breadcrumb li { 
    display:inline; 
    list-style:none; 
}
#breadcrumb li:before { content:"&gt; "; }
#breadcrumb li:first-child:before {  content:""; }
#breadcrumb li a {
    color:#58585A;
    text-decoration:none;
}
#breadcrumb li a:hover {
    color:#eb751e;
}

/* &gt; CONTENT
-------------------------------------------------------------------------------------------------------------------------------- */
#content {
    font-family: 'Open Sans', sans-serif;
    /*text-align: center;*/
    /*margin: 0 auto;*/
}

#block2{
    position:relative;
}

#prix_bas{
    position: absolute;
    right: 30px;
    top:150px;
}

.sep{
    background: url('../images/bg-sep.png') repeat-x;
    width: 100%;
    height: 45px;
}

#map-home { height:340px; background:#ccc; }

/* &gt; CONTENT ASIDE
-------------------------------------------------------------------------------------------------------------------------------- */
#sidebar {
    
}

/* &gt; FOOTER
-------------------------------------------------------------------------------------------------------------------------------- */
#footer {
    
}

/* &gt; CLASSES GEOMETRY
-------------------------------------------------------------------------------------------------------------------------------- */
/* &gt; Break hauteur -------------------------- */
.hspace_10 { clear:both; height:10px; }
.hspace_20 { clear:both; height:20px; }
.hspace_30 { clear:both; height:30px; }
.hspace_50 { clear:both; height:50px; }

/* &gt; Margin --------------------------------- */
.marg0    { margin:0; }
.margt0   { margin-top:0; }
.margt10  { margin-top:10px; }
.margt20  { margin-top:20px; }
.margt30  { margin-top:30px; }
.margt50  { margin-top:50px; }
.margl0   { margin-left:0; }
.margl10  { margin-left:10px; }
.margl20  { margin-left:20px; }
.margl30  { margin-left:30px; }
.margl40  { margin-left:40px; }
.margl50  { margin-left:50px; }
.margr0   { margin-right:0; }
.margr10  { margin-right:10px; }
.margr20  { margin-right:20px; }
.margr30  { margin-right:30px; }
.margr50  { margin-right:50px; }
.margb0   { margin-bottom:0; }
.margb10  { margin-bottom:10px; }
.margb20  { margin-bottom:20px; }
.margb30  { margin-bottom:30px; }
.margb50  { margin-bottom:50px; }
.margauto { margin-left:auto; margin-right:auto; }

/* &gt; Padding --------------------------------- */
.pad0    { padding:0; }
.pad10   { padding:10px; }
.pad15   { padding:15px; }
.pad20   { padding:20px; }
.pad30   { padding:30px; }
.pad40   { padding:40px; }
.padt0   { padding-top:0; }
.padt10  { padding-top:10px; }
.padt20  { padding-top:20px; }
.padt30  { padding-top:30px; }
.padt50  { padding-top:50px; }
.padt80  { padding-top:80px; }
.padl0   { padding-left:0; }
.padl10  { padding-left:10px; }
.padl20  { padding-left:20px; }
.padl30  { padding-left:30px; }
.padl50  { padding-left:50px; }
.padr0   { padding-right:0; }
.padr10  { padding-right:10px; }
.padr20  { padding-right:20px; }
.padr30  { padding-right:30px; }
.padr50  { padding-right:50px; }
.padb0   { padding-bottom:0; }
.padb10  { padding-bottom:10px; }
.padb20  { padding-bottom:20px; }
.padb30  { padding-bottom:30px; }
.padb50  { padding-bottom:50px; }
.padb80  { padding-bottom:80px; }
.padLR0  { padding-left:0; padding-right:0 }
.padLR10 { padding-left:10px; padding-right:10px }
.padLR15 { padding-left:15px; padding-right:15px }
.padLR20 { padding-left:20px; padding-right:20px }
.padLR30 { padding-left:30px; padding-right:30px }
.padLR40 { padding-left:40px; padding-right:40px }
.padTB0  { padding-top:0; padding-bottom:0 }
.padTB10 { padding-top:10px; padding-bottom:10px }
.padTB15 { padding-top:15px; padding-bottom:15px }
.padTB20 { padding-top:20px; padding-bottom:20px }
.padTB30 { padding-top:30px; padding-bottom:30px }
.padTB40 { padding-top:40px; padding-bottom:40px }

/* &gt; FONTS / TEXTS
-------------------------------------------------------------------------------------------------------------------------------- */
/* &gt; couleurs --------------------------------------------------- */
.fc-blanc   { color:#ffffff; }
.fc-gris    { color:#828282; }
.fc-noir    { color:#000000; }
.fc-jaune   { color: #ffcb05; }

.bg-jaune   { background-color: #ffcb05; }

/* &gt; font-weight ------------------------------------------------ */
.fw-300     { font-weight:300; }
.fw-400     { font-weight:400; }
.fw-500     { font-weight:500; }
.fw-700     { font-weight:700; }
.fw-900     { font-weight:900; }
.fw-norm    { font-weight:normal; }
.fw-bold    { font-weight:bold; }
.fs-italic  { font-style:italic; }
.fs-norm    { font-style:normal; }

/* &gt; font-size ------------------------------------------------ */
.f24{font-size:24px;}
.f25{font-size:25px;}

/* &gt; textes ------------------------------------------------------ */
.undernone { text-decoration:none; }
.underline { text-decoration:underline; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:none; }
.text-justify   { text-align:justify; }
.text-center    { text-align:center; }
.text-right     { text-align:right; }
.text-left      { text-align:left; }
.text-middle      { vertical-align:middle; }

/* &gt; fonts -------------------------------------------------------- */
/*
*   font-family: 'Roboto', sans-serif;
*/
.font-roboto-11 {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
}
.font-roboto-12 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}
.font-roboto-13 {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
.font-roboto-14 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.font-roboto-16 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.font-roboto-18 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.font-roboto-20 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.font-roboto-24 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
}
.font-roboto-28 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}
.font-roboto-30 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
.font-roboto-36 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
}
.font-roboto-40 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
}


/* &gt; QUERIES
-------------------------------------------------------------------------------------------------------------------------------- */
@media print {
  #menu, #footer, aside {
    display:none;
  }
  body {

  }
}

/* &gt; ANIMATIONS
-------------------------------------------------------------------------------------------------------------------------------- */
/* TRANSITIONS ------------------------------------------------------------------- */
.transition {
    -webkit-transition:all .3s linear;
       -moz-transition:all .3s linear;
         -o-transition:all .3s linear;
            transition:all .3s linear;
}
.transition_color {
    -webkit-transition:color .3s linear;
       -moz-transition:color .3s linear;
         -o-transition:color .3s linear;
            transition:color .3s linear;
}
.transition_background {
    -webkit-transition:background .3s linear;
       -moz-transition:background .3s linear;
         -o-transition:background .3s linear;
            transition:background .3s linear;
}
</pre></body></html>