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

body {
    font-family: 'PT Sans', sans-serif;
    min-height: 740px;
    background: #fff;
}


body.impress-not-supported{
    min-height:100vh;
    padding-top:130px;
}

b, strong { font-weight: bold }
i, em { font-style: italic }

a {
    color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    background: rgba(255,255,255,0.5);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
    border-radius: 0.2em;

    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

a:hover,
a:focus {
    background: rgba(255,255,255,1);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}


.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;
    width: 100%;
    position: fixed;
    top:0;
    z-index:999;
    padding: 25px;
    background-color:#fff;
}


.fallback-message span{
    font-size:0em;
    height: 19px;
    display:inline-block;
    padding-left:5px;
    background-size:cover!important;
    position: relative;
}

span.cette{
    background:url(../../global_medias/mots/cette.jpg) no-repeat center -6px ;
    width:40px;
    top:-5px;
}

span.petite{
    background:url(../../global_medias/mots/petite.jpg) no-repeat center;
    width:40px;
}


span.narration{
    background:url(../../global_medias/mots/narration.jpg) no-repeat center;
    width:85px;
}


span.se{
    background:url(../../global_medias/mots/se.jpg) no-repeat center;
    width:18px;
}


span.deguste{
    background:url(../../global_medias/mots/deguste.jpg) no-repeat center;
    width:56px;
}

span.mieux{
    background:url(../../global_medias//mots/mieux.jpg) no-repeat center;
    width:50px;
}

span.sur{
    background:url(../../global_medias/mots/sur.jpg) no-repeat center;
    width:25px;
}

span.desktop{
    background:url(../../global_medias/mots/desktop.jpg) no-repeat center;
    width:90px;
}

span.et{
    background:url(../../global_medias/mots/et.jpg) no-repeat center;
    width:18px;
}

span.des{
    background:url(../../global_medias/mots/des.jpg) no-repeat center;
    width:25px;
}

span.navigateurs{
    background:url(../../global_medias/mots/navigateurs.jpg) no-repeat center;
    width:95px;
}

span.recents{
    background:url(../../global_medias/mots/recents.jpg) no-repeat center;
    width:55px;
}




.impress-not-supported img.imgToLoad.loaded{
    width:100%;
}

.impress-not-supported .step{
    padding: 10px;
}


.impress-not-supported #exit{
    display:none;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}


.step {
    position: relative;
    width: auto;
    margin: 20px auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;
    font-family: 'PT Serif', georgia, serif;
    font-size: 48px;
    line-height: 1.5;
    background-color:#fff;
    width:100%;
    height:auto;
}

.step img{
    width: 100%;
}

@media screen and (min-width:1100px){
    .step{
        width: 1200px;
        height: 720px;
    }
}

.impress-enabled .step {
    margin: 0;
    opacity: 0.3;

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.impress-enabled .step.active { opacity: 1 }


.slide {
    display: block;

    width: 900px;
    height: 700px;
    padding: 40px 60px;

    background-color: white;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);

    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);

    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

.slide q {
    display: block;
    font-size: 50px;
    line-height: 72px;

    margin-top: 100px;
}

.slide q strong {
    white-space: nowrap;
}


#bg{
    background: url(../img/background_320.jpg) no-repeat center center;
    background-size: contain;
     -webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
    filter: blur(5px);
    -webkit-transition: all .5s ease;
    -moz-transition:    all .5s ease;
    -ms-transition:     all .5s ease;
    -o-transition:      all .5s ease;
    transition:         all .5s ease;
}

#bg.ready{
    -webkit-filter: blur(0); /* Safari 6.0 - 9.0 */
    filter: blur(0);
    background: none;
}


#bg img:hover{
    cursor: url(../img/loupe.png), auto;
}

img.hidden{
    display:none;
}

#exit{
    position:absolute;
    top:0;
    right:0;
    width:150px;
    height:150px;
}

#exit img{
    width:100%;
    height:auto;
    cursor:pointer;

    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);

    -webkit-transition: transform .3s ease;
    -moz-transition:    transform .3s ease;
    -ms-transition:     transform .3s ease;
    -o-transition:      transform .3s ease;
    transition:         transform .3s ease;
}

#exit img:hover{
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

#overview { display: none }

#back_to_index{
    position:fixed;
    z-index:999999;
    bottom:25px;
    right:25px;
    width:180px;
}

#back_to_index a{
    pointer-events: auto;
    display: block;
}

#back_to_index img{
    width:100%;
}


.impress-on-overview .step {
    opacity: 1;
    cursor: pointer;
}



.hint {
   
    display: none;

    position: fixed;
    left: 0;
    right: 0;
    bottom: 200px;

    background: rgba(0,0,0,0.5);
    color: #EEE;
    text-align: center;

    font-size: 50px;
    padding: 20px;

    z-index: 100;

    opacity: 0;

    -webkit-transform: translateY(400px);
    -moz-transform:    translateY(400px);
    -ms-transform:     translateY(400px);
    -o-transform:      translateY(400px);
    transform:         translateY(400px);


    -webkit-transition: opacity 1s, -webkit-transform 0.5s 1s;
    -moz-transition:    opacity 1s,    -moz-transform 0.5s 1s;
    -ms-transition:     opacity 1s,     -ms-transform 0.5s 1s;
    -o-transition:      opacity 1s,      -o-transform 0.5s 1s;
    transition:         opacity 1s,         transform 0.5s 1s;
}


.impress-enabled .hint { display: block }

.impress-on-bored .hint {

    opacity: 1;

    -webkit-transform: translateY(0px);
    -moz-transform:    translateY(0px);
    -ms-transform:     translateY(0px);
    -o-transform:      translateY(0px);
    transform:         translateY(0px);


    -webkit-transition: opacity 1s 5s, -webkit-transform 0.5s 4.5s;
    -moz-transition:    opacity 1s 5s,    -moz-transform 0.5s 4.5s;
    -ms-transition:     opacity 1s 5s,     -ms-transform 0.5s 4.5s;
    -o-transition:      opacity 1s 5s,      -o-transform 0.5s 4.5s;
    transition:         opacity 1s 5s,         transform 0.5s 4.5s;
}


.impress-enabled          { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }

