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;
    background: #ffffff;
    overflow: hidden;
}

html{
    background: #ffffff;
}

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

a{text-decoration: none;}
img{
    border: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*FIN DU RESET*/

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;
    background: #ffffff;
    width: 100%;
    height: 100%;
}

html{
    background: #ffffff;
}

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

a{text-decoration: none;}
img{
    border: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

/*FIN DU RESET*/

* {
    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    -webkit-user-select:none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}

@font-face {
    font-family: 'FONT_RGH';
    src: url('./FONT_RGH.eot');
    src: url('./FONT_RGH.eot') format('embedded-opentype'),
    url('./FONT_RGH.svg#FONT_RGH') format('svg'),
    url('./FONT_RGH.woff2') format('woff2'),
    url('./FONT_RGH.woff') format('woff'),
    url('./FONT_RGH.ttf') format('truetype');
}

#content{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #167480;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menu{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 20%;
    height: 100%;
    background-image: url(./back_menu.png);
    background-size: 100% 100%;
}

#zone_btn_comics, #zone_btn_images, #zone_btn_movies{
    position: absolute;
    width: 65%;
    left: 10%;
    cursor: pointer;
}

#btn_comics, #btn_images, #btn_movies {
    position: absolute;
    width: 100%;
    opacity: 0.4;
}

#btn_comics{
    opacity: 1;
}

#zone_btn_comics{
    top: 59%;
}

#zone_btn_images{
    top: 32%;
}

#zone_btn_movies{
    top: 5%;
}

#btn_comics_hover_effect, #btn_images_hover_effect, #btn_movies_hover_effect{
    position: absolute;
    width: 100%;
    opacity: 0;
}

#container{
    position: absolute;
    width: 80%;
    left: 20%;
    height: 100%;
    /*overflow: hidden;*/
}

#slide_comics, #slide_images, #slide_movies{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    -moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

#content_comics, #content_images, #content_movies{
    position: relative;
    width: 93%;
    height: auto;
    margin-left: 2%;
}

.article_comics, .article_comics_bis, .article_images, .article_images_bis, .article_movies, .article_movies_bis{
    position: relative;
    display: inline-block;
    width: 48%;
    margin-top: 2%;
}

.article_comics_bis, .article_images_bis, .article_movies_bis{
    margin-left: 3%;
}

.back_objet{
    position: relative;
    width: 100%;
}

.objet_movie, .objet_comics, .objet_images{
    position: absolute;
    width: 90%;
    left: 5%;
    top: 7%;
    cursor: pointer;
    overflow:hidden;
}

.cadre_objet{
    position: relative;
    width: 100%;
    z-index: 2;
}

.mini_objet{
    position: absolute;
    width: 96%;
    left: 2%;
    top: 3%;
}

#video{
    position: absolute;
    width: 1%;
    height: 1%;
    z-index: 500;   
    top: 52%;
    left: 57%;
    display: none;
    opacity: 0;
}

#retour{
    position: absolute;
    width: 6%;
    bottom: 5%;
    left: 5%;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}

#zone_comics, #zone_images{
    position: absolute;
    width: 1%;
    height: 1%;
    background-color: #167480;
    z-index: 500;   
    top: 52%;
    left: 57%;
    display: none;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#zone_img_full{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 600;
    display: none;
}

#img_full{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#zone_images{
    overflow: hidden;
    background-image: url(./back_img.jpg);
    background-size: 100% 100%;
}

.comics{
    position: absolute;
    width: 76%;
    left: 12%;
    display: none;
}

.zone_img{
    position: absolute;
    width: 40%;
    height: 80%;
    top: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.images{
    max-width: 100%;
    max-height: 100%;
}

#portrait{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 950;
    background-color: #167480;
    display: none;
}

#turn{
    position: absolute;
    width: 40%;
    left: 30%;
    top: 35%;
}

#zone_clic_left, #zone_clic_right{
    position: absolute;
    z-index: 997;
    top: 0%;
    height: 100%;
    width: 20%;
    cursor: pointer;
}

#zone_clic_left{
    left: 0%;
}

#zone_clic_right{
    right: 0%;
}

#chargement{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #167480;
}

#loader{
    position: absolute;
    width: 3%;
    left: 48.5%;
    top: 56%;
}

#logo{
    position: absolute;
    width: 16%;
    left: 42%;
    top: 36%;
}

.btn_share{
    position: absolute;
    right: 9%;
    bottom: 10%;
    width: 13%;
    z-index: 35;    
}

#share_big{
    position: absolute;
    width: 6%;
    right: 4%;
    bottom: 4%;
    z-index: 580;
    opacity: 0;
}

.loading{
    background-image: url('./loader.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}



/*POLL*/
#poll{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.8);
    color:white;
    text-align: center;
    font-family: 'FONT_RGH';
}

#pollContainer{
    position: absolute;
    top:0px;
    left:0px;
    width:600px;
    height:250px;
    transform-origin: 50% 50%;
    transform: scale(1);
}


#poll #pollBanner{
    position: relative;
    width: 80%;
    margin: auto;
}

#poll #pollBanner p{
    margin-top: -40px;
    font-size: 13px;
}


#poll #pollButton{
    position: relative;
    width: 40%;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
}

#poll #pollButton img{
    position: absolute;
    left: 0;
    top:0;
}

#poll #pollButton p{
    position: absolute;
    left: 0;
    top:0;
    line-height:60px;
    width: 100%;
    height: 100%;
    text-shadow: -1px 2px 0px rgba(0, 0, 0, 0.5);
}


#poll #closePoll{
    position: absolute;
    top:0;
    right:0;
    width: 5%;
    cursor: pointer;
}