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

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

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;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.main-container .wrapper {
    min-height: 600px;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 0px solid #e44d26;
    min-height:260px;
}

.footer-container{
    border-top: 0px solid #e44d26;
    box-shadow: 0 -5px 10px #AAAAAA;
    position:relative;
}

.main aside {
    border-top: 0px solid #e44d26;
}

.header-container,
.footer-container {
    background: url('../img/bgHeader.png') repeat #000;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}

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

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: #333;
    padding: 0px 2% 10px;
}

.footer-container footer {
    color: white;
    padding: 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


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

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

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        margin: 0;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

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

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
    .main aside {
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
    }


/* ============
    WIDE: Menu
   ============ */

    .title {
        float:left;
        color:#0351b5;
        text-shadow:0px 0px 5px #FFF;
        margin: 40px 0 15px 50px;
    }
    .sponsor {
        float:right;
        text-align:center;
        margin: 40px 50px 0 0;
        position: relative;
    }

    nav {
        display:block;
        width: 100%;
        background:url('../img/blueYellowBorder.png') repeat-x center center;
        position:relative;
        z-index:9;
        top:16px;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        display:table;
        width: 100%;
        margin:auto;
        table-layout:fixed;
    }

    .main article section {
        display: table-cell;
        width: 98%;
        padding: 0px 1% 20px 0;
    }

    .main .asideContainer {
        display: table-cell;
        width: 450px;
        vertical-align: top;
    }
    .asideContainer aside {
        display: block;
        width: 84%;
        margin-bottom:35px;
        padding:1px 8%;
    }
}

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

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

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

.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;
}

/* ==========================================================================
   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;
    }
}

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

/* Main */
#menu{
    width: 75%;
    margin: 1px auto;
    padding: 0 0 0 0;
    list-style: none;  
    background: #202020;
    background: -moz-linear-gradient(#333, #202020); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #202020),color-stop(1, #333));  
    background: -webkit-linear-gradient(#333, #202020);    
    background: -o-linear-gradient(#333, #202020);
    background: -ms-linear-gradient(#333, #202020);
    background: linear-gradient(#333, #202020);
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 0px #333;
    -webkit-box-shadow: 1px 1px 0px #333;
    box-shadow: 1px 1px 0px #333;
}

#menu li{
    float: left;
    padding: 0 0 0 0;
    position: relative;
}

#menu li.rightItem{
    float: right;
    padding: 0 10px;
    position: relative;
    background: #212121;
}
#menu li.rightItem a{
    color: #CCC;
    padding: 8px 10px;
}
#menu li.rightItem a:hover{
    opacity:0.6;
}

#menu a{
    float: left;
    height: 25px;
    padding: 8px 25px;
    color: #FFF;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
}

#menu li:hover > a{
    color: #FFF;
    background-color: #212121;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
   /* text-shadow: 0px 0px 0px #FFF; */
}

*html #menu li a:hover{ /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul{
    display: block;
}

/* Sub-menu */

#menu ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 99999;    
    background: #444;   
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px 20px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    margin:0;
}

*html #menu ul a{ /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
    height: 10px;
    width: 150px;
}

#menu ul li a:hover{
    background: #0351b5;
}

#menu ul li:first-child a{
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #0351b5; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

/* Clear floated elements */
#menu:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* Sub-sub-menu */

#menu ul.sub{
    top: 4px;
    left: 129px;
    background: #666;
}

#menu ul.sub li a:after{
    border: 0px
}

#menu ul.sub li:first-child a:after{
    content: '';
    position: absolute;
    left: -12px;
    top: 8px;
    width: 0;
    height: 0;
    border-right: 8px solid #666;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
#menu ul.sub li:first-child a:hover:after{
    border-right-color: #0351b5; 
}

@font-face{ 
    font-family: 'EdoWebFont'; 
    src: url('../fonts/edo-webfont.eot'); 
    src: url('../fonts/edo-webfont.eot?iefix') format('eot'), 
         url('../fonts/edo-webfont.woff') format('woff'), 
         url('../fonts/edo-webfont.ttf') format('truetype'), 
         url('../fonts/edo-webfont.svg#webfont') format('svg'); 
}

.bread{
    margin:auto;
    padding-left:5%;
    padding-right:5%;
    padding-top:15px;
}
.bread h2{
    color: #FFF;
    font-family: 'EdoWebFont';
    font-size:20px;
    font-weight: normal;
    margin-bottom:0
}
.bread div,
.bread div a{
    color: #666;
    font-size:12px;
    text-decoration: none;
}
.bread div a:hover{ text-decoration: underline; }

#layerslider{
    width:100%;
    min-height:300px;
    position:relative;
    z-index:1;
    overflow:hidden;
}

.main { font-size: 14px; font-weight: normal; }
.main h2 {
    color: #0351b5;
    font-family: 'EdoWebFont';
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    display:table-cell;
}
.main h2 span { color: #000; }
.main aside h2 {
    padding:0 0 10px 0px;
    /*-webkit-box-shadow: 0 9px 11px -11px #CCC;
       -moz-box-shadow: 0 9px 11px -11px #CCC;
            box-shadow: 0 9px 11px -11px #CCC;*/
}

.main a:link, 
.main a:visited, 
.main a:active { color: #0351b5; text-decoration:none; }
.main a:hover { text-decoration:underline; }

footer a:link, 
footer a:visited, 
footer a:active { color: #ffe01a; text-decoration:none; }
footer a:hover { color: #666; }
footer h3 { font-size: 15px; margin:0; padding:0; line-height:60px }

.copyleft { position:absolute; width:400px; font-size:10px; color: #333; text-align: left; top:0px; right:10px; }
.copyleft h5 { color:#FFF; margin:6px 0 0 0;padding:0;line-height:14px; }
.copyleft div { display:inline-block; }
.copyleft a { color: #333; text-decoration:none; }
.copyleft a:hover { color: #666; }

.blockCenter { display:block; width:98%; padding: 0 1% 10px; box-shadow: 0 9px 11px -11px #CCCCCC; margin:0 0 30px 0; }
.modContainer { display:block !important; margin:0 0 30px 0; }
.newsContainer { display:block !important;box-shadow: 0 9px 11px -11px #CCCCCC; margin:0 0 30px 0; }

article > section:last-of-type { box-shadow: none; }

.buttonBlue,
.main input[type="submit"],
.main input[type="input"],
.main input[type="button"],
.main button
{
    -moz-box-shadow: 1px 1px 2px 0px #CCC;
    -webkit-box-shadow: 1px 1px 2px 0px #CCC;
    box-shadow: 1px 1px 2px 0px #CCC;
    /*background-color:#0351b5;
    background-image: -moz-linear-gradient(270deg, #2592d5 25%, #1c72a6); 
    background-image: -webkit-linear-gradient(270deg, #2592d5 25%, #1c72a6); */
    background-color:#2080bc; 
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    text-indent:0;
    border:1px solid #CCC;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    /* font-weight:bold; */
    font-style:normal;
    height:36px;
    line-height:36px;
    padding: 0 15px;
    margin:10px 0;
    text-decoration:none;
    text-align:center;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.buttonBlue:hover,
.main input[type="submit"]:hover,
.main input[type="input"]:hover,
.main input[type="button"]:hover,
.main button {
    background-color:#212121;
    border:1px solid #CCC;
    /* color:#FFFF00 !important; */
}

.buttonBlue:active,
.main input[type="submit"]:active,
.main input[type="input"]:active,
.main input[type="button"]:active,
.main button {
    border:1px solid #CCC;
    position:relative;
    top:1px;
}

a.buttonBlue { color:#FFF !important; text-decoration:none !important; font-weight:normal !important;}

.buttonDark
{
    -moz-box-shadow: 1px 1px 2px 0px #CCC;
    -webkit-box-shadow: 1px 1px 2px 0px #CCC;
    box-shadow: 1px 1px 2px 0px #CCC;
    background-color:#212121;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topright:5px;
    border-top-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
    text-indent:0;
    border:1px solid #CCC;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    /* font-weight:bold; */
    font-style:normal;
    height:36px;
    line-height:36px;
    padding: 0 15px;
    margin:10px 0;
    text-decoration:none;
    text-align:center;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.buttonDark:hover {
    background-color:#2080bc;
    border:1px solid #CCC;
    /* color:#FFFF00 !important; */
}

.buttonDark:active {
    border:1px solid #CCC;
    position:relative;
    top:1px;
}

a.buttonDark { color:#FFF !important; text-decoration:none !important; font-weight:normal !important;}

.main h1 { font-size:20px !important; text-shadow: -4px 4px 2px #999; margin-bottom:30px;}
.main img { border:0; }

ul.puceArrow li { list-style:none; background:url(../img/puceArrow.png) no-repeat left 6px; padding-left:20px; margin-bottom:5px; }



/* RESPONSIVE */

@media only screen and (min-width: 1500px) {

    .wrapper {
        width: 80%; /* 1026px=1140px - 10% for margins */
        margin: 0 auto;
    }
    #menu {
        width: 80%;
    }
    .bread {
        width:75%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1500px) {

    .wrapper {
        width: 90%; /* 1026px=1140px - 10% for margins */
        margin: 0 auto;
    }
    #menu {
        width: 75%;
    }
    .bread {
        width:70%;
    }
    .main .asideContainer {
        width: 450px;
        vertical-align: top;
    }
}

@media only screen and (min-width: 1140px) and (max-width: 1280px) {

    .wrapper {
        width: 95%; /* 1026px=1140px - 10% for margins */
        margin: 0 auto;
    }
    #menu {
        width: 85%;
    }
    .bread {
        width:80%;
    }
    #lastOffer {margin-top:0 !important;}
    #lastOfferButton {position:relative !important; text-align:center; top:10px !important;}
    .main .asideContainer {
        width: 380px;
    }
}

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

    .wrapper {
        width: 95%; /* 1026px=1140px - 10% for margins */
        margin: 0 auto;
    }
    #menu {
        width: 90%;
    }
    .bread {
        width:80%;
    }
    .main .asideContainer {
        width: 380px;
    }
    #lastOffer {margin-top:0 !important;}
    #lastOfferButton {position:relative !important; text-align:center; top:10px !important;}
    /* les titres du slider */
    .ls-s-1 {
        width:380px !important;
        font-size:14px !important;
    }
    /* les textes du slider */
    .ls-s1 {
        width:380px !important;
        font-size:13px !important;
    }
    /* le circuit enduro */
    .ls-s5 {
        left:-100px !important;
        width:800px !important;
        height:116px !important;
    }
}

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

    .wrapper {
        width: 95%; /* 1026px=1140px - 10% for margins */
        margin: 0 auto;
    }
    #menu {
        width: 95%;
    }
    #menu a { 
        padding:8px 20px; 
    }
    .bread {
        width:80%;
    }
    .main .asideContainer {
        display:block;
    }
    /* les titres du slider */
    .ls-s-1 {
        width:360px !important;
        font-size:14px !important;
    }
    /* les textes du slider */
    .ls-s1 {
        width:360px !important;
        font-size:13px !important;
    }
    /* l'enduro */
    .ls-s3 {
        left:7% !important;
    }
    /* la moto de trial */
    .ls-s4 {
        left:4% !important;
    }
    /* le circuit enduro */
    .ls-s5 {
        left:-100px !important;
        width:600px !important;
        height:116px !important;
    }
    /* le rocher */
    .ls-s6 {
        left:17% !important;
    }
}

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

    .wrapper {
        width: 95%; /* 1026px=1140px - 10% for margins */
        margin: 0 auto;
    }
    #menu {
        width: 95%;
    }
    #menu a { 
        padding:8px 20px; 
    }
    .bread {
        width:80%;
    }
    .main .asideContainer {
        display:block;
    }
    .sponsor {
        display:none;
    }
    h1.title {
        width:100%;
        margin:30px 0 20px;
        padding:0;
        text-align:center;
    }
    #layerslider {
        display:none;
    }
}

@media only screen and (max-width: 768px) {
    
    .wrapper {
        width: 95%; /* 1026px=1140px - 10% for margins */
        margin: 0 auto;
    }
    #menu {
        width: 90%;
        margin:auto;
    }
    nav ul li,
    nav ul li.rightItem {
        display: block;
        float:none;
        width:100%;
        text-align:center;
        background:#333 !important;
    }
    nav ul li { 
        border-bottom:1px solid #212121; 
    }
    nav a, 
    #menu a,
    #menu li.rightItem a { 
        float:none; 
        padding:4px; 
        color:#FFF;
        margin:0;
    }
    nav { 
        padding:0 0 20px 0; 
    }
    #menu ul li { 
        display:none; 
    }
    .bread {
        width:80%;
        position: relative;
        top: -35px;
    }
    #menu li.rightItem{
        display:none;
    }
}

.sponsors{ width:100%;margin:auto;text-align:center; background-color:#F8F8F8; border-top: 1px solid #F0F0F0;}
.sponsors img{ 
    padding:15px 20px 20px 20px;
    opacity:0.5;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.sponsors img:hover{
    filter: none;
    opacity:1;
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
         -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
            filter: grayscale(0%); 
}


.main input[type="text"],
.main input[type="password"],
.main input[type="email"],
.main select{ 
    background: #F1F1F1;
    padding: 10px 10px 10px 30px;
    margin: 0 0 8px 0;
    width: 270px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
} 
.main input[type="text"]:focus,
.main input[type="password"]:focus,
.main input[type="email"]:focus,
.main input[type="text"].inputLogin:focus,
.main input[type="text"].inputPhone:focus,
.main select:focus { 
    background-color: #f8fbfe; 
    border-color: #0351b5; 
    outline: none; 
    -moz-box-shadow: 0 0 0 1px #0351b5 inset; 
    -webkit-box-shadow: 0 0 0 1px #0351b5 inset; 
    box-shadow: 0 0 0 1px #0351b5 inset; 
}      
.main input[type="text"] {
    background: url(../img/infoIcon.png) no-repeat #F1F1F1;
    background-position: 8px 10px !important;
} 
.main input[type="text"].inputLogin {
    background: url(../img/loginIcon.png) no-repeat #F1F1F1;
    background-position: 8px 10px !important;
}   
.main input[type="password"] {
    background: url(../img/passwIcon.png) no-repeat #F1F1F1;
    background-position: 8px 9px !important;
} 
.main input[type="email"] {
    background: url(../img/mailIcon.png) no-repeat #F1F1F1;
    background-position: 8px 10px !important;
} 
.main input[type="text"].inputPhone {
    background: url(../img/phoneIcon.png) no-repeat #F1F1F1;
    background-position: 8px 9px !important;
} 

.date { float:left; width:80px; }

.date span.day {
    display:block;
    width:55px;
    line-height:30px;
    text-align:center;
    border-radius: 5px 5px 0 0;
    background-color: #2080bc;
    color:#FFF;
    font-size:22px;
    font-weight:bold;
}
.date span.month {
    display:block;
    width:55px;
    line-height:25px;
    text-align:center;
    border-radius: 0px 0px 5px 5px;
    background-color: #444;
    color:#FFF;
    font-size:14px;
    border-top:1px solid #999;
}

.moreInfos { display:table-row; width:80px; }
.moreInfos span.autor {
    background: url(../img/loginIcon.png) no-repeat left 4px;
    display:inline-block;
    font-size:12px;
    color:#999;
    padding-left:20px;
}
.news { margin-top:20px; text-align:justify; }

#resellers { border-collapse: separate; border-spacing: 5px; border:0;}
#resellers tr:nth-child(even) td:nth-child(even) { background:#D8D8D8; }
#resellers tr:nth-child(even) td:nth-child(odd) { background:#E8E8E8; }
#resellers tr:nth-child(odd) td:nth-child(even) { background:#E8E8E8; }
#resellers tr:nth-child(odd) td:nth-child(odd) { background:#D8D8D8; }
#resellers tr td { text-align: center; padding:10px; }
#resellers tr td:hover { 
    background:#333 !important; 
    color:#FFF; 
    cursor:help; 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



/* fade a l'accueil */
#large {
    display: none;
    position: fixed;
    background: #121212;
    padding: 5px 40px;
    z-index: 10;
    height: 360px;
    width: 600px;
    margin-top:20%;
    margin-left:50%;
    left:-340px;
    top:-160px;
    border-radius: 7px;
    text-align: center;
    box-shadow:30px 30px 80px #000;
}


#large span{
    font-size: 12px;
    color:#CCC;
    position:relative;
    top:-10px;
    display: block;
}

#large p {
    line-height: 50px;
    color: #FFF;
    font-size: 24px;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

#background{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}


#large .buttonBlue
{
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    margin:20px 5px;
    border: 0px solid #000;
}

#large .buttonBlue:hover,
#large .buttonBlue:active
{
    border: 0px solid #000;
}

table.tarifs{
    margin:15px auto;
    width:90%;

}
table.tarifs tr:first-child td{
    background-color: #CCC;
}
table.tarifs tr td:first-child{
    width:70%;
}
table.tarifs tr td.type{
    background-color: #F8F8F8;
}
.bike{
    position: absolute;
    display: block;
    top:203px;
    z-index: 9;
    background: url('../img/atala2017.png') no-repeat;
    height:260px;
    width: 310px;
    left: -290px;
  -webkit-animation: bikeBox 5s;
  -moz-animation: bikeBox 5s;
  animation: bikeBox 5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.bike:hover{
    left:0;
    cursor: pointer;
}
.bike:after{
    width: 10px;
    height:10px;
    background:#FFF;
}

.bike span{
    position: absolute;
    color:#DDD;
    z-index: 9;
    text-align: center;
    font-size: 11px;
    background: #000;
    width: 280px;
    line-height: 14px;
}

@-webkit-keyframes bikeBox {
  0% {
    left: -290px;
  }
  20% {
    left: 0px;
  }
  80% {
    left: -80px;
  }
  100% {
    left: -290px;
  }
}
@-moz-keyframes bikeBox {
  0% {
    left: -290px;
  }
  20% {
    left: 0px;
  }
  80% {
    left: -80px;
  }
  100% {
    left: -290px;
  }
}
@keyframes 'bikeBox' {
  0% {
    left: -290px;
  }
  20% {
    left: 0px;
  }
  80% {
    left: -80px;
  }
  100% {
    left: -290px;
  }
}

#google_translate_element {
    position: absolute;
    top: 55px;
    right: 85px;
}
.goog-te-gadget { color:transparent !important; }
.goog-te-gadget span { display: none; }