@font-face {
    font-family: "sport2000promoregular";
    src: url(fonts/sportpromo_black_0-webfont.eot);
    src: url(fonts/sportpromo_black_0-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/sportpromo_black_0-webfont.woff) format("woff"), url(fonts/sportpromo_black_0-webfont.ttf) format("truetype"), url(fonts/sportpromo_black_0-webfont.svg#sport2000promoregular) format("svg");
    font-weight: normal;
    font-style: normal
} 


/** GILL SANS **/
@font-face {
    font-family: 'gill sans';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/GillSans-M.eot);
    src: url(fonts/GillSans-M.eot?#iefix) format('embedded-opentype'),  url(fonts/GillSans-M.otf)  format('opentype'),
	     url(fonts/GillSans-M.woff) format('woff'), url(fonts/GillSans-M.ttf)  format('truetype'), url(fonts/GillSans-M.svg#GillSans-M) format('svg');
}

@font-face {
    font-family: 'gill sans';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/GillSans-B.eot);
    src: url(fonts/GillSans-B.eot?#iefix) format('embedded-opentype'),  url(fonts/GillSans-B.otf)  format('opentype'),
	     url(fonts/GillSans-B.woff) format('woff'), url(fonts/GillSans-B.ttf)  format('truetype'), url(fonts/GillSans-B.svg#GillSans-B) format('svg');
}

* {
    margin: 0;
    padding: 0;
    line-height: 100%
}

body {
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: white;
    font-size: 30px;
}

#aspectRatio{
    position: relative;
    width: 1920px;
    height:1080px;
    top:0;left:0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

/* Commun */
.slider {
    width: 1920px;
    height: 1080px;
    
    font-family: 'Open Sans', 'gill sans', sans-serif;
    font-weight: 700;
}

.slider *:first-letter{
    text-transform: uppercase;
}

.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #32404b;
    text-align: center;
}

.loader *{
    position: absolute;
    top:50%;left:50%;
    
    
    -moz-transform: translatex(-50%) translatey(-50%);
    -ms-transform: translatex(-50%) translatey(-50%);
    -o-transform: translatex(-50%) translatey(-50%);
    -webkit-transform: translatex(-50%) translatey(-50%);
    transform: translatex(-50%) translatey(-50%);
    
}

.xdebug-var-dump{
 position: absolute;
    top:0;left:0;
    background: white;
    z-index: 999999;
}

.title-slide{
    width: 800px;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.bg-slide{
    z-index: 5000 !important;
    width: 100%;
    height: 100%;
}

/* produit */
.img-produit {
    z-index: 4000 !important;
    width: 800px;
    height: 800px;
}

.caption-produit {
    background: black;
    padding: 15px 20px;
    color: white;
    font-size: 40px;
    white-space: nowrap
}

/* promo */
.img-promo {
    z-index: 5000 !important;
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 880px;
    height: 880px
}

.marque {
    width: 100px;
    height: 100px
}

.caption-promo {
    width: 1000px;
    padding: 0.5% 1%;
    
    color: white;
    font-size: 110px;
    font-weight: 900;
    font-style: italic;
    
    -moz-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -ms-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -o-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -webkit-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    transform: translatex(-50%) translatey(-50%) rotate(-5deg);
}

.descriptif-promo {
    width: 500px;
    color:black;
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
}

.prix-promo, .reduc, .prix-public {
    display: inline-block;
    position: relative;
    font-size:50px;
    text-align: center;
}

.prix-promo {
    font-size: 150px;
    min-width:350px;
}

.reduc, .prix-public {
    width: 150px;
    height: 60px;
    border: 2px solid white;
    border-radius: 1px;
}

.reduc{
    border-color: #EE1C25;
    background: #EE1C25;
}

.prix-public {
    position: relative;
    background: white;
}

.prix-public:after{
    content: "";
    position: absolute;
    top:50%;left:50%;
    width: 80%;
    border: 3px solid #000;
    
    -moz-transform: translatex(-50%) rotate(-25deg);
    -ms-transform: translatex(-50%) rotate(-25deg);
    -o-transform: translatex(-50%) rotate(-25deg);
    -webkit-transform: translatex(-50%) rotate(-25deg);
    transform: translatex(-50%) rotate(-25deg);
}

.reduc-txt, .prix-txt, .prix-public-txt {
    display: block;
    color:white;
}

.reduc-txt, .prix-public-txt {   
}

.prix-public-txt{
    color:#EE1C25;
}

.exposant {
    top:-5px !important;
    font-size: .5em;
    font-weight: 400;
    line-height: .5em;
    vertical-align:super;
    text-decoration:none;
}

.decimal {
    left: -40px !important;
    bottom: 0px !important;
    font-size: .4em;
    line-height: .4em;
}

/* partenaire */
.caption-partenaire {
    width: 800px;
    padding: 0.5% 1%;
    font-size: 90px;
    font-weight: 900;
    line-height: 105px;
    -moz-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -ms-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -o-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -webkit-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    transform: translatex(-50%) translatey(-50%) rotate(-5deg);
}

.img-partenaire {
    z-index: 4000 !important;
    min-width: 1000px;
    min-height: 1080px;
}


/* actu */
.caption-actu {
    width: 800px;
    padding: 0.5% 1%;
    color:white;
    font-size: 90px;
    font-weight: 900;
    line-height: 105px;
    -moz-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -ms-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -o-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    -webkit-transform: translatex(-50%) translatey(-50%) rotate(-5deg);
    transform: translatex(-50%) translatey(-50%) rotate(-5deg);
}

.img-actu {
    z-index: 4000 !important;
    min-width: 1000px;
    min-height: 1080px;
}

@media screen and (max-width: 1920px) {
    .slider {
        width: 100%;
        height: auto
    }
}