title{
    color: #123456;
}

#wrapper{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

body {
    font-family: 'PhonocolorFontGras';
    margin:0px;
    padding:0px;
    text-align:center;
    font-size: 17px;
    color: #fff;
    background-color: #000;
}

#colorier {
    color: #000000;
    background-color: #ffffff;
}

nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

nav ul li{
    margin-top: 2px;
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
    height: 3em;
    width: 4.5em;
    padding-top: 5em;
    padding-bottom: 2em;
    background-repeat: no-repeat;
    background-position: center;
}

nav ul li a{
    color: #A4A5A7;
}

header{
    
}

footer{
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 5em;
    height: 42px;
}

footer span{
    position: relative;
    bottom: -13px;
}

#footer_wrapper{

    margin: 2em 0 1em 0;
}

a{
    text-decoration: none;
    color: #FFFFFF;
}

a.active{
    color: #30539E;
}

a:hover{
    color: #30539E;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}


#useful_links_top{
    position: relative;
    margin-top: 1.9em;
}

#useful_links_top li{
    display: inline-block;
}

.disc{
    list-style: decimal;
    padding-left: 30px;
    text-align:left;
}

.square{
    list-style: decimal;
    padding-left: 60px;
    text-align:left;
}

.quoi_image{
    display: block;
    margin: 0 auto;
}

#quoi_images{
    text-align: center;
}

.clean{
    margin-top: 0.5em;
    margin-right: 0.5em;
    float: right;
}

.filter_drop{
    margin-top: 0.5em;
    margin-left: 0.5em;
    float:left;
    cursor: pointer;
}

.rotate{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rotate_back{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

ul#useful_links_bot{
    position: relative;
    margin-top: -1.9em;
}

ul#useful_links_bot li{
    display: inline-block;
    margin-top: -15.5em;
}

article p{
    margin: 0px;
    text-align: justify;
}

.register, .comment_full_screen{
    float: right;
    margin: 2em 2em 0 -1.5em;
    padding-top: 0.2em;

}

.comment_full_screen{
    z-index: 3;
}

#full_screen{
    float: right;
    margin-right: 1em;
    padding-bottom: 5em;
    z-index: 5;
}

#download{
    float: left;
    margin-left: 1em;
    padding-bottom: 5em;
    z-index: 5;
}

#full_screen:hover, #download:hover{
    cursor: pointer;
}

#play_tts{
    cursor: pointer;
}

#play_tts > img{
    width: 24px;
    height: 24px;
}

#answer{
    margin: auto;
    margin-top: -9.5px;
}

#phonetic{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#enter{
    background-color: #BFBFBF;
    border-bottom: none;
}

#result{

}

.entry_blocks{

}

.copyright{
    margin: auto;
    width: 20px;
}

.social_share{
    display: inline-block;
    float: right;
    cursor: pointer;
}


#header_links{
    display: inline-block;
}


.social_links{
    position: relative;
    display: inline-block;
    height: 36px;
    width: auto;
}

.social_links div{
    display: inline-block;
    float: left;
}

.logo{
    max-width: 100%;
    padding-top: 1.5em;
}

.logo:hover{
    cursor: pointer;
}

.comment a{
    background-image: url(../images/comment.png);
}

.comment a:hover{
    cursor: hand;
    background-image: url(../images/comment_hover.png);
}

.colorier a{
    background-image: url(../images/main.png);
}

.colorier a:hover{
    cursor: hand;
    background-image: url(../images/main_hover.png);
}

.pourquoi a{
    background-image: url(../images/quoi.png);
}

.pourquoi a:hover{
    cursor: hand;
    background-image: url(../images/quoi_hover.png);
}

.comment a, .colorier a, .pourquoi a{
    display:block;
    text-indent:-9999em;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 51px;
}

.all_black{
    background-color: #696969;
}

.readmore-js-toggle{
    display: inline-block;
    text-align: left;
    padding: 0 1.5em;
    color: #8B8B8B;
    text-decoration: underline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.readmore-js-toggle:hover{
    color: #535353;
}

/* Search */

.search_form, .search_output{

    margin: 0 auto;
    width: 100%;
    max-width: 707px;
    height: 150px;
    resize: none;
    font-family: 'PhonocolorFont', sans-serif;
    font-weight: normal;
    font-size: 40px;
    border: none;
}

.search_form{
    outline: none;
    margin: 15px 0px;
    height: 120px;
    line-height: 95%;
    background-color: #BFBFBF;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.search_output{

    background-color: #ffffff;
}

.reply{
    position: relative;
    bottom: 5.5em;
}

/* END Search */

.menuClose{
    display: block;
    float: right;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: -16px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/* Overlay copyright box */

.bgCover, .menuOverlay{
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    overflow: hidden;
    z-index: 100;
}

.menuOverlay{
    background-color: rgba(0,0,0,1);
    width: 100%;
}

.overlayBox{
    background: #C0C0C0;
    color: #000;
    font-family: Arial;
    font-size: 15px;
    position: absolute;
    display: none;
    width: 500px;
    height: 300px;
    z-index: 101;
    line-height:120%;

}

.closeOverlay, .closeFilter{
    position: relative;
    width: 16px;
    height: 16px;
    left: 47%;
    top: 5px;
}

.closeFilter{
    cursor: pointer;
    display: none;
    left: 84%;
}

/* Overlay Filter */

.overlayFilter{
    display: block;
    background: #BFBFBF;
    color: #A9A9A9;
    position: absolute;
    width: 150px;
    height: 0px;
    left: 0;
    top: 0;
    z-index: 101;
}

.overlayFilterContent{
    display: none;
}

.overlayFilterContent > div{
}

.overlayFilterContent input{
    margin-left: 1em;
    float: left;
    text-indent: -1em;
}

input[type=checkbox] {
    visibility: hidden;
}

.checkboxes {
    left: -2.9em;
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.checkboxes label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    text-indent: 40px;
    font-size: 20px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.checkboxes label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkboxes input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* END Filter */

/* END Overlay copyright box */

/* Video */

.video{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.video_skip{
    position: relative;
}

/* END Video */

/* Canvas */

#scroll_canvas{
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 148px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
}

.full_screen{
    margin-top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

#canvas, #c{
    cursor: pointer;
}

#c{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin-top: 2em;
}

:-webkit-full-screen {

    background-color: #000000;
}

/* END Canvas */

.why_body{

    width: 800px;
    margin: 0 auto;
    margin-top: 5em;
    color: #000000;
    font-family: 'PhonocolorFontGras';
    font-size: 17px;
    background-color: #BFBFBF;
    border: 1px solid #FFFFFF;
    line-height: 150%;
}

.reference{
   font-size: 11px;
   text-align: left;
   margin: 0px 30px;
}

::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background-color: #aaa;
    border-left: 1px solid #aaa;
}
::-webkit-scrollbar-thumb {
    background-color: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #FFFFFF;
}

.downloading{
    position: absolute;
    top: 20px;
    left: 42%;
    z-index: 1;
}

.nonselectable{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


#download_btn{
    width: 97px;
    font-size: 14px;
    color: #000;
    background: #BFBFBF;
    cursor: pointer;
    margin-top: -9em;
    display: none;
    padding-top: 5px;
}



.article_hidder{
    display: none;
    text-align: justify;
}
a.article_hidder_btn{
    display: inline-block;
    float: left;
    text-align: left;
    width: 100%;
    text-decoration: underline;
    color: #8B8B8B;
    cursor: pointer;
}
a.article_hidder_btn:hover,
a.article_hidder_btn:active
{
    color: #535353;
}

.why_body img{
    max-width: 100%;
}

@media all and (max-width: 666px) {
    #menu ul li{
        padding: 20px;
    }

    header{
        padding-top: 0px;
    }
}

@media all and (max-width: 466px) {
    #menu ul li{
        padding: 15px;
        width: 70px;
    }

    .search_form, .search_output{
        font-size: 25px;
    }
}

.loader {
    display: none;
    width: 48px;
    height: 48px;
    border: 5px solid black;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader.visible {
    display: inline-block;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}