/*          _                   _       */
/*         | |    __ _  __ _   / \      */
/*         | |   / _` |/ _` | / _ \     */
/*         | |__| (_| | (_| |/ ___ \    */
/*         |_____\__, |\__,_/_/   \_\   */
/*               |___/                  */


/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓      */
/*        ┃　 　 　 　      　 GENERAL　           ┃      */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛      */
/*                                                      */

body, html {
    font-family:monospace;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #2aff22;
}

body {
    background-image: url("../img/SEEDS01JUL17.gif");
    background-attachment:fixed;
    background-size: cover;    
}
a:hover, a:active {
    text-decoration: underline;
    color:#e23737;
    background-color: rgba(10,10,10,0.6);
}
a, a:visited {
    text-decoration: none;
    color:orange;
}
#title {
    width:70%;
    max-width:700px;
    margin: -22% 5% 10% 25%;
}
#accueil h2 {
    font-size: 20px;
}
#accueil h3 {
    font-size: 17px;
    color:#fff;
}
#accueil h2 img {
    width:200px;
}
#accueil .jumbotron p {
    font-size: 14px;
    margin-bottom: 5px;
}
.conteneur{
    width:100%;
    max-width:500px;
    background-color: #111111;
    margin:auto;
    margin-bottom:10px;
    font-size:15px;
    padding:5px;
}
@media screen and (max-width: 550px) {
    canvas#canvas {
        width:400px !important;
        height:400px !important;
    }
}
@media screen and (max-width: 450px) {
    canvas#canvas {
        width:360px !important;
        height:360px !important;       
    }
}
#signup-section{
    background-color: #000;
    color:#fff;
}
.form-group{
    margin:0;
    text-align: right;  
}
.btn-default {
    color: #333;
    background-color: #e23737;
    border-color: #a2195b;
}
.btn-default:active, .btn-default:hover {
    background-color: #a2195b;
    border-color: #e23737;
}
/*

░░░░░░░░░░░░▄▄
░░░░░░░░░░░█░░█
░░░░░░░░░░░█░░█
░░░░░░░░░░█░░░█
░░░░░░░░░█░░░░█
███████▄▄█░░░░░██████▄
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█████░░░░░░░░░█
██████▀░░░░▀▀██████▀

*/

.Words {
    margin: 0 auto;
    padding: 80px 0;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 68px;
    font-weight: 900;
    letter-spacing: -2px;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    -webkit-text-size-adjust: 100%;
}

/*
** 
*/
.Words-line {
    height: 50px;
    overflow: hidden;
    position: relative;
}
.Words-line:nth-child(odd) {
    -webkit-transform: skew(60deg, -30deg) scaleY(0.66667);
    transform: skew(60deg, -30deg) scaleY(0.66667);
}
.Words-line:nth-child(even) {
    -webkit-transform: skew(0deg, -30deg) scaleY(1.33333);
    transform: skew(0deg, -30deg) scaleY(1.33333);
}
.Words-line:nth-child(1) {
    left: 29px;
}
.Words-line:nth-child(2) {
    left: 58px;
}
.Words-line:nth-child(3) {
    left: 87px;
}
.Words-line:nth-child(4) {
    left: 116px;
}
.Words-line:nth-child(5) {
    left: 145px;
}
.Words-line:nth-child(6) {
    left: 174px;
}
.Words-line:nth-child(7) {
    left: 203px;
}

/*
** Fine-grained text styles
*/
li p {
    height: 50px;
    line-height: 45px;
    padding: 0 10px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    vertical-align: top;
    white-space: nowrap;
}

ul, ul li {
    color:#e23737;    
}


.Words:hover p {
    color:#9b32a8;  
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

canvas#canvas { width: 512px; height: 512px; }

.pico8_el {
    float:left;
    width:92px;
    display:inline-block; 
    margin: 1px;
    padding: 4px;
    text-align: center;
    color:#ffec27;
    background-color:#000;
    font-family : verdana;
    font-size: 9pt;
    cursor: pointer;
    cursor: hand;
}
.pico8_el a{
    text-decoration: none;
    color:#fff;
}

.pico8_el:hover{
    background-color:#aaa;
}

.pico8_el:link{
    background-color:#aaa;
}

canvas{
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
    border: 0px
}


/*========== body_inscr ========= */
#body_inscr h2 {
    color:#e23737;    
    font-size: 22px;
    margin-top:10px;
}
#body_inscr h3 {
    color:#e23737;    
    font-size: 18px;
    margin-top:10px;
}
#body_inscr p {
    color:#2aff22;    
    font-size: 16px;
}

.jumbotron {
    background-color: rgba(10,10,10,0.6);
}
.jumbotron:hover {
    background-color: rgba(10,10,10,0.9);
}

#msg.ok {
    color:#2aff22; 
}

#msg.no {
    color:#e23737; 
}


#body_inscr input[type="email"],
#body_inscr input[type="text"],
#body_inscr input[type="checkbox"],
#body_inscr select ,
#body_inscr .check label {
    font-size: 18px;
    text-align: left;
    color: #fff ;
    background-color: rgba(10,10,10,0.5);
}

.opt-pack {
    margin: -10px 20px 10px 60px;
}
#body_inscr .jumbotron img {
    width:100%;
}
.fort {
    font-weight:800;
}
#msg_price{
    font-size:18px;
    font-weight:800;
}

.table-responsive {
        background-color: rgba(0,0,0,0.5);
}
#page_inscrits {
    color:orange;
}