/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for intersport

Author: elements.at 
--------------------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* Basic CSS Rules                                             */
/* ----------------------------------------------------------- */

body {
    background-color: #fafafa;
    margin: 0;
    padding: 0;
    min-width: 960px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464b50;
    padding-bottom: 40px;
    overflow-x: hidden;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed, table {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
    text-align: left;           
}

h1 , h2 , h3 , h4 , h5 , h6 {
    font-family: 'Arvo', serif;
    color: #111;
    letter-spacing: -1px;
}

h1 {
    color: #464b50;
    font-size: 28px;
    line-height: 33px;
    font-weight: normal;
}

h2 {
    color: #464b50;
    font-size: 17px;
    line-height: 22px;
}


h3 {
    color: #464b50;
    font-size: 14px;
}

h4 {
    color: #464b50;
}

object {
    display: block;
}

a:link {
    color: #143ca0;
    text-decoration: none;
}

a:visited {
    color: #143ca0;
    text-decoration: none;
}

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

a:active {
    color: #143ca0;
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.clear {
    clear: both !important;
}

.debug {
    border: 1px solid #000;
}


/* fonts
----------------------------------------------------------- */




/* background-image
----------------------------------------------------------- */

#background_image_container {
    background: url(img/backgrounds/bg.jpg) center bottom repeat-x;
    background-size: cover;
    width: 100%;
    height: 648px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}



/* general site containers
----------------------------------------------------------- */
#balo_contentborders {
    min-width: 990px;
}

#site {
    width: 990px;
    height: auto;
    overflow: visible;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
}

#site .stroke_top {
    behavior: url(/static/js/iepngfix.htc);
    background: url(img/stroke-top.png) left top no-repeat;
    width: 861px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#head {
    width: 990px;
    height: auto !important;
    margin-bottom: 40px;
}

#main {
    width: 990px;
    height: auto;
    position: relative;
    z-index: 1;
}



/* ----------------------------------------------------------- */
/* TOP CONTAINER                                               */
/* ----------------------------------------------------------- */

#body {
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}

#top {
    background: url(img/backgrounds/top-bg.jpg);
    border-bottom: 1px solid #111;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

#top .topcontainer {
    width: 990px;
    height: 34px;
    margin: 0 auto;
    padding: 16px 0 0 0;
    position: relative;
}

#top .topcontainer .topright {
    width: 743px;
    height: 34px;
    padding: 0 10px;
    float: right;
}

#top .topcontainer .topright #lang {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    padding-top: 10px;
}

#top .topcontainer .topright #lang li {
    list-style: none;
    display: block;
    float: left;
    width: 16px;
    height: 11px;
    margin-left: 10px;
}

#top .topcontainer .topright #lang li a {
}

#logo {
    width: 229px;
    position: absolute;
    left: -2px;
    top: 0;
    margin-top: 15px;
    -webkit-animation: slideTop .5s;
    -moz-animation: slideTop .5s;
}

@-webkit-keyframes slideTop {
    
    from {
        top: -55px;
    }

    to {
        top: 0;
    }
}

@-moz-keyframes slideTop {
    
    from {
        top: -55px;
    }

    to {
        top: 15px;
    }
}

#logo span {
    color: #fff;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    font-size: .9em;
    text-align: center;
}

#logo img {
    behavior: url(/static/js/iepngfix.htc);
}


/* ----------------------------------------------------------- */
/* META NAVIGATION                                             */
/* ----------------------------------------------------------- */
#metanav {
    height: 34px;
    overflow: visible;
    margin: 0 0 0 10px;
    float: left;
}

#metanav ul {
    list-style: none;
}

#metanav ul li.main {
    display: block;
    height: 34px;
    line-height: 34px;
    float: left;
    position: relative;
    border-left: 1px solid #1646b4;
    border-right: 1px solid #102f7c;
}

#metanav ul li a.top {
    display: block;
    font-family: 'Arvo', serif;
    font-size: 13px;
    color: #fff;
    padding: 0 12px;
}

#metanav ul li:first-child { border-left: none; }
#metanav ul li:last-child { border-right: none; }

#metanav ul li.hover a.top {
    z-index: 6;
    background: rgba(255,255,255,.1);
    position: relative;
}

#metanav ul li.hover a.top:after {
    content: '';
    display: block;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -7px;
}

#metanav ul li.no-subnav a.top:after {
    display: none;
}


/* METANAVIGATION - sous-menus
----------------------------------------------------------- */

#metanav .main .down {
    display: none;
    position: absolute;
    width: 280px;
    background: #fff;
    padding: 20px;
    left: 0;
    top: 35px;  
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);  
    border-radius: 0 0 2px 2px;
    behavior: url(/static/js/PIE.htc);
}

#metanav .main.hover .down {
    display: block;
}
#metanav .main .down li{
    margin: 5px 0;
}
#metanav .main .down a {
    color: #10288F;
    font-family: Arial;
    margin-bottom: 10px;
}

#metanav .main .down a:hover {
    color: #DE000A;
}

#metanav .main .locations {
    background: url(img/backgrounds/subnav-locations.jpg) no-repeat left bottom #fff;
    padding-left: 70px;
}



/* ----------------------------------------------------------- */
/* PROMOS                                                      */
/* ----------------------------------------------------------- */


#promos-fr, #promos-en {
    clear: both;
    padding-left: 20px;
}

#promos-fr ul li,#promos-en ul li{
    list-style: none;
    display: block;
    width: 231px;
    height: 96px;
    float: left;
    margin-right: 10px;
    text-indent: -9000px;
}
#promos-fr ul li {
    background: url(img/content/promos-fr.png) no-repeat;
}
#promos-en ul li {
    background: url(img/content/promos-en.png) no-repeat;
}


#promos-fr #promo-1,#promos-en #promo-1 { background-position: 0 0; }
#promos-fr #promo-2,#promos-en #promo-2 { background-position: 0 -96px; }
#promos-fr #promo-3,#promos-en #promo-3 { background-position: 0 -192px; }
#promos-fr #promo-4,#promos-en #promo-4 { background-position: 0 -288px; }


/* ----------------------------------------------------------- */
/* FOOTER                                                      */
/* ----------------------------------------------------------- */
#footer {
    width: 990px;
    color: #565a5e;
}

#footer a {
    color: #565a5e;
}

#footer a:hover {
    color: #e60a0a;
}

#footer .linkscontainer {
    padding: 20px;
}

#footer .linkscontainer table {
    width: 100%;
}

#footer .linkscontainer table th {
    background: url(img/vline.gif) left top repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding: 0 30px 4px 10px;
    min-width: 130px;
}

#footer .linkscontainer table td {
    background: url(img/vline.gif) left top repeat-y;
    vertical-align: top;
    padding: 0 30px 2px 10px;
}

#footer .linkscontainer table .no-bg {
    background: none;
}

#footer .bottomline {
    background-color: #F0F0F0;
    border-top: 1px solid #d9dcdf;
    padding: 10px;
    height: 20px;
    border-radius: 0 0 2px 2px;
}

#footer .bottomline a {
    margin: 0 15px 0 0;
}

.links {
    float: left;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    height: 160px;
}
#links-1{ width: 380px; padding-left: 0;}
#links-2{ width:250px;}
#links-3{ width:250px;}
#links-3 ul li{line-height:2em;}
.links.no-bg {
    border: none;
}

.links h3 {
    margin-bottom: 10px;
}

.links li {
    list-style: none;
}

#footer #partager {
    margin-bottom: 20px;
}

#footer #partager a {
    margin-right: 10px;
}

#footer #partager a img {
    vertical-align: -3px;
}

/* content.css
------------------------------------------------------------------------
This stylesheet contains the content CSS rules for intersport

Author: elements.at 
--------------------------------------------------------------------- */


.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* --------------------------------------------------------------------- */
/* HEADER AREA (teaser etc...)                                           */
/* --------------------------------------------------------------------- */
#head .teaser,
#head .teaser.left {
    width: 347px;
    background: url(img/opacity/white_90.png);
    background: rgba(255,255,255,.9);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    position: relative;
    z-index: 2;
}

#bloc-location-accueil-moteur {
    padding: 20px;
    position: relative;
}

#bloc-location-accueil-moteur .input-date {
    margin: 10px 0;
}

#bloc-location-accueil-moteur h4 {
    margin-bottom: 5px;
}

#bloc-location-accueil-moteur .red {
    color: #fff;
    margin: 10px 0;
    background: #DE000A;
    margin: 10px -30px;
    padding: 0 30px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    font-size: 1.15em;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

#bloc-location-accueil-moteur #arrow-left {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #ad0000;
    z-index: -1;
    top: 83px;
    left: -20px;
}

#bloc-location-accueil-moteur #arrow-right {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #ad0000;
    z-index: -1;
    top: 83px;
    right: -20px;
}
#bloc-location-accueil-moteur input[type=text] {
    width: 135px;
    border: 1px solid #5F7EAD;
    padding: 5px;
    background: url(img/buttons/calendar.gif) 124px 4px no-repeat #fff;
    border-radius: 2px;
}

#bloc-location-accueil-moteur #frm-resa-submit {
    display: block;
    background: #143b9f;
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: left;
    margin-top: 10px;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 1px 0 black;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#bloc-location-accueil-moteur .gradient {
    height: 56px;
}

.gradient .bloc-cadre-input {
    background: #fff;
    border:1px solid #5F7EAD;
    border-radius: 2px;
    padding: 5px;
    position: relative;
}

.gradient .bloc-cadre-input .icon-arrow-combo {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
}

#frm-resa.open .input-date,
#frm-resa.open #frm-resa-submit {
    visibility: hidden;
}

.gradient .bloc-cadre-input #mag_selected {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

#mag_selector{
    position: absolute;
    margin-bottom: -81px;
    left: -1px;
    top: 28px;
    width: 305px;
    background-color: #eee;
    z-index: 10;
    border-right: 1px solid #5f7ead;
    border-left: 1px solid #5f7ead;
    border-bottom: 1px solid #5f7ead;
    display: none;
    color: #5F7EAD;
}

#mag_selector ul li{
    list-style-type: none;
    margin: 5px 0;
    padding: 2px 5px;
    font-weight: bold;
}
#mag_selector ul li.activ{
    background-color: #0f37a2;
    color: #fff;
}

/* --------------------------------------------------------------------- */
/* GENERAL SITECONTAINERS                                                */
/* --------------------------------------------------------------------- */
#main {
    width: 990px;
    background: url(img/opacity/white_90.png);
    background: rgba(255,255,255,.9);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#textarea {
    width: 550px;
    padding: 40px;
    float: left;
}

#sidebar {
    width: 360px;
    padding: 17px 0 20px 0;
    margin: 0;
    float: right;
}


/* --------------------------------------------------------------------- */
/* CONTENT BLOCK - general styles                                        */
/* --------------------------------------------------------------------- */
#textarea h2 {
    padding: 0 0 14px 0;
    font-size: 25px;
    font-weight:normal;
}

#textarea .contentblock {
    overflow: hidden;
}

#textarea .contentblock.bigfont {
    font-size: 14px;
}

#textarea .contentblock h1 {
    padding: 0 0 14px 0;
}

#textarea hr.separateur {
    background: url(img/hrule.jpg) center bottom no-repeat;
    border: none;
    padding: 0 0 22px 0;
    margin: 0 0 10px 0;
}
#textarea hr{
    clear : both;
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    visibility: hidden;
}
#textarea ul , #textarea p {
    margin-bottom: 20px;
    font-size:1.1em;
    color: #808080;
}
#textarea ul {
    margin-left: 10px;
}
#textarea ul li {
    list-style: disc inside;
}



/* CONTENT - liste marques
------------------------------------------------*/

.marque {
    border:1px solid #EBECEE;
    float:left;
    margin:5px;
    padding:10px;
}


/* CONTENT - contact
------------------------------------------------*/

.bloc-magasin-photo {
    background-color:#F8F9FA;
    border:1px solid #E7E7E7;
    float:left;
    margin: 0 20px 20px 0;
    padding:4px;
    text-align: center;
}

.bloc-magasin-photo p {
    text-align: center;
}

.form-contact {
    border:1px solid #D3D7DB;
    margin:10px 0;
    padding:5px;
}

.form-contact-field {
    border-left:3px solid #315996;
}

#textarea .form-contact-field p {
    color:#315996;
    font-weight:bold;
    margin:0;
    padding:0 5px 7px;
}

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

.form-contact-input input {
    border:1px solid #CCCCCC;
    padding:4px 3px;
    width:98%;
}

.form-contact-input textarea {
    border:1px solid #CCCCCC;
    height:4em;
    margin:0;
    padding:4px 3px;
    width:98%;
    max-width:98%;
}

#textarea .bloc-magasin p {
    margin-bottom: 0;
}


/* --------------------------------------------------------------------- */
/* SIDEBAR                                                               */
/* --------------------------------------------------------------------- */
#sidebar {
    overflow: hidden;
}

#sidebar .hline {
    height: 0;
    font-size: 0px; /* ie6 */
;
    border-bottom: 1px solid rgba(255,255,255,.5);
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
}

#sidebar .teaser {
    color: #464b50;
    width: 360px;
    position: relative;
    padding-top: 10px;
}

#sidebar .teaser .shadow {
    behavior: url(/static/js/iepngfix.htc);
    background: url(img/sidebar-shadow.png) left top repeat-y;
    width: 11px;
    height: auto !important;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

#sidebar .teaser .shadow.top {
    background: url(img/sidebar-shadow-top.png) left top no-repeat;
}

#sidebar .teaser .text {
    width: 340px;
    font-size: 12px;
}

#sidebar .teaser .text h2,
#sidebar .teaser .text h2 a {
    font-size: 18px;
    color: #143ca0;
    padding: 0 0 10px 0;
}

#sidebar .teaser .text.red h2,
#sidebar .teaser .text.red h2 a {
    color: #e60a0a; 
}

#sidebar .teaser .text.blue h2,
#sidebar .teaser .text.blue h2 a {
    color: #143ca0; 
}

#sidebar .teaser.bgimg .text.white h2,
#sidebar .teaser.bgimg .text.white h2 a {
    color: #fff;
}


#sidebar .teaser .text p {
    color: #464b50;
    width: 340px;
    margin: 0 0 10px 0;
}

#sidebar .teaser.bgimg .text.white p { color: #fff; }
#sidebar .teaser.bgimg .text.red p { color: #e60a0a; }
#sidebar .teaser.bgimg .text.blue p { color: #143ca0; }

#sidebar .teaser.bgimg .image {
    width: 360px;
    overflow: hidden;
}

#sidebar .teaser.imgtext .image,
#sidebar .teaser.bgimg .image {
    background: #fff;
}

#sidebar .teaser.imgtext img,
#sidebar .teaser.bgimg img {
    behavior: url(/static/js/iepngfix.htc);
}

#sidebar .teaser.imgtext .text {
    padding: 6px 10px;
}

#sidebar .teaser.bgimg .text {
    margin-top: 10px;
    margin-left: 10px;
    width: 340px;
}

#sidebar #actualite h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

#sidebar h2 [class*="icon-"] {
    display: block;
    float: left;
    font-size: .9em;
    background: #0f38a3;
    color: #fff;
    width: 30px;
    height: 23px;
    text-align: center;
    padding-top: 7px;
    margin-top: -6px;
    margin-right: 10px;
    margin-left: -14px;
    border-radius: 100%;
}

#sidebar #actualite .actu strong {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

#sidebar #actualite .actu {
    margin: 20px 0 0 0;
}

#sidebar #actualite .actu a {
    display: block;
}

#sidebar #actualite .actu a:hover {
    background: #F0F0F0;
    padding: 10px;
    margin: -10px;
}

#sidebar #actualite .actu .date {
    display: block;
    width: 40px;
    float: left;
    font-size: 12px;
    color: #999;
    font-weight: lighter;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    margin-right: 10px;
    border-radius: 3px;
}

#sidebar #actualite .actu .date .month,
#sidebar #actualite .actu .date .year {
    display: block;
    width: 100%;
    text-align: center;
    height: 14px;
    line-height: 14px;
    font-weight: bold;
}

#sidebar #actualite .actu small {
    display: block;
    font-size: 1em;
    color: #999;
    padding-top: 2px;
}

#sidebar #sidebar-bottom {
    background: url(img/sidebar-shadow-bottom.png) no-repeat left bottom;
    width: 350px;
    height: 62px;
}

#sidebar #location-ski {
    padding: 10px 10px 10px 0;
    margin:0 10px;
}
#sidebar #location-ski img{
    float: left;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0 10px 10px 20px;
}

#sidebar #location-ski h1 a {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    margin-right: 20px;
}

/* M�t�o */

#sidebar #meteo-gauche {
    width: 120px;
    float: left;
    padding-right: 19px;
    border-right: 1px dotted #ccc;
    margin-right: 10px;
    position: relative;
    background: url(img/sidebar/sun.png) no-repeat 110px center;
}

#sidebar #meteo-droite {
    width: 180px;
    float: left;
    position: relative;
    background: url(img/sidebar/mountain.png) no-repeat center right;
}

#sidebar #meteo-gauche strong,
#sidebar #meteo-droite strong {
    display: block;
    text-transform: uppercase;
    font-size: .9em;
    color: #999;
    font-weight: normal;
}

#sidebar #meteo-gauche span,
#sidebar #meteo-droite span {
    display: block;
    color: #333;
    font-weight: bold;
}

#sidebar #meteo-bas {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}

#sidebar #meteo-bas li strong {
    margin-left: 20px;
    margin-top: 7px;
    width:126px;
    text-shadow: none;
}

#sidebar #meteo-bas li {
    list-style: none;
    float: left;
}

#sidebar #meteo-bas li:nth-child(2) { background-color: #26ce00; }
#sidebar #meteo-bas li:nth-child(3) { background-color: #0063cf; }
#sidebar #meteo-bas li:nth-child(4) { background-color: #db0000; }
#sidebar #meteo-bas li:nth-child(5) { background-color: #000000; }

#sidebar #meteo-bas li.pistes {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 #ccc;
    width: 30px;
    text-align: center;
    margin-left: 14px;
    border-radius: 4px;
    text-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

#sidebar #meteo-bas small {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #999;
}

#sidebar #meteo strong {
    display: block;

}

#sidebar #about h3 {
    margin-bottom: 10px;
}

#sidebar #about p {
    margin-bottom: 0;
}

#sidebar #about p strong {
    display: block;
    float: left;
    font-size: 2em;
    margin-right: 10px;
    color: #e60909;
}

#sidebar #about p span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

#sidebar #about p small {
    display: block;
    color: #999;
    line-height: 1.3em;
    margin-top: 10px;
    padding-bottom: 10px;
}

.mobile_only {
    display: none;
}

.ui-datepicker {
    display: none;
}

/* Hacks */
.no-backgroundsize #background_top #background_contentborders #background_image_container {
    background-position: top center !important;
}

.no-csstransitions #sequence li {
    display: none;
}

.no-csstransitions #sequence li.current-frame {
    display: block;
}

.no-borderradius #sequence li#slide2 .promo.animate-in {
    display: block;
    width: 108px;
    height: 108px;
    background: url(slider/1/promo.png) top center no-repeat transparent;
    text-indent: -9999px;
    border: none;
}

.ie7 #sequence_wrapper {
    width: 990px;
    overflow: hidden;
}

.ie7 #bloc-location-accueil-moteur #arrow-left,
.ie7 #bloc-location-accueil-moteur #arrow-right {
    top: 65px;
}