@charset "UTF-8";


body {
margin-left: auto;
margin-right: auto;
width: 1350px;
}

p {
font-family: sans-serif;
font-size: 18px;
}

.bloc {
height: 500px;
}

.bloc2 {
height: 250px;
}

.bloc3 {
height: 1790px;
}

#table1 {
font-size: 12px;
width: 300px;
height: 120px;
background: rgba(77, 77, 77, .5);
}

.couleur1 {
color: white;
}

.couleur2 {
color: #ff0000;
}

td {
font-size: 15px;
}

.cache { 
/* position: absolute; */

background: url(ajax-loader.gif) no-repeat center center;
/*
 top: 300px;
 left: 300px;
 z-index: 10; */
/* visibility: hidden; */
/*
width: 100px; 
height: 100px; 
*/
}


@keyframes blink{
0%, 49.9% {
background: orange;
color: white;
}
50%, 99.9% {
background: #00ff00;
color: black;
}
}

.twitch-on{
/*
padding:30px;
*/
font-size: 18px;

animation: blink 1s infinite;
}






