#accueil{
	background-color:#333;
	display:block;
	z-index: 1;
 padding: 30px 50px;

	color:#fff;
	font-size: 1.2em;
}

.moncode {
 display: block;
 padding: 12px;
 color: #F60;
 background:#f5f5f5;
	 margin: 0;
	padding:0;
	 -moz-tab-size: 4; /* Firefox */
  tab-size: 4;
}

pre {
 margin: 0;
padding:0;
}

.encadre{
  display:inline-block;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding:0.5em;
  background-color:#ffffff;
 border:solid 5px hsla(0, 95%, 35%, 1);
}

.info_competence{
  position: absolute;
  left: 800px;
  top: 250px;
  width: 100px;
  height: 100px;
  transform: rotate(-25deg); /* Équivalent à rotateZ(45deg) */
  background-color: gold;
color: #3333AA;
  border: 1px solid #3333AA;
  border-radius: 4px;
}

.jiggle {
    animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-animation {
   0% { transform: rotate(-35deg) }
  1.78571% { transform:rotate(-30deg) }
  3.57143% { transform:rotate(-20deg) }
  5.35714% { transform:rotate(-25deg) }
  7.14286% { transform:rotate(-30deg) }
  8.92857% { transform:rotate(-20deg) }
  10.71429% { transform:rotate(-25deg) }
  100% { transform:rotate(-25deg) }
}

.tableau_t99 table, .tableau_t99 td, .tableau_t99 th{
	border: 1px solid #ccc;
	margin-left:auto; 
    margin-right:auto;
	padding:0.5em;

}

input[type=button], input[type=submit], input[type=reset] {
  //background-color: #990000;
  border: none;
  color: #000000;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

label {
  font-weight:bold;
}

.question_to_copy{
	float:right;
}

.question_to_paste{
	float:right;
}

.invite	{
  opacity: 0.3;
}

ul {
	line-height : 200%;
}

input[type=text] {
  color: #3333AA;
  border: 1px solid #3333AA;
  border-radius: 4px;
  padding: 8px 15px;
}

textarea {
  padding: 8px 15px;
  box-sizing: border-box;
  border: 1px solid #3333AA;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.police_defaut {
  font-size:1.3em;
}

.police_important {
  font-size:1.5em;
}

.alert{
	color:red;
	  font-size:1.3em;
	font-weight: bold;


}

.single #nav-below { display: none; } 

.tweetbutton {
text-decoration: none;
display : block;
padding: 15px 30px;
background-color: #1b95e0;
height: 30px;
width: 150px;
color: inherit;
color: #FFF;
text-align: center;
border-radius: 10px;
}

.boxflex {
  display: flex;
  align-items: center;
justify-content: space-between;
	width : 100%;
}

.boxflex div{
  width: 250px;
  height: 75px;
  border: 1px solid #555;
border-radius: 10px;
text-align:center;
}

.force_link_cursor{
	cursor: pointer;
}


div .niveau_open {
background-color: #cccce0;
	color:white;
}


.login_link{
	font-size: 1.2em;
	color:red;
	display : block;
	float:right;
}

tr.alert{
	color:red;
}

table, th, td {
    border: 0px solid black;
}



th {
    cursor: pointer;
}

progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

	width: 150px;
  height: 10px;
}
progress.red {
  background-color: #f0a3a3;
  background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

@-webkit-keyframes fadeinout {
   0% { opacity: 1; }
  30% { opacity: 1; }
  100% { opacity: 0; top: -50px}
}

@keyframes fadeinout {
 0% { opacity: 1; }
 30% { opacity: 1; }
  100% { opacity: 0; top: -50px}

}

.myoverlay {
	position:fixed;
	top:	300px;
	width : 600px;
	height : 190px;
	margin-left: 10%;
	padding:20px;
	border: 1px solid #ccf;
  	box-shadow: 8px 8px 5px #ccc;
	border-radius: 15px;
	background-color:#eee;
	display:block;
	z-index: 1;
  -webkit-animation: fadeinout 2s linear forwards;
    animation: fadeinout 2s linear forwards;
    opacity: 0;
	color:blue;
	font-size: 1.5em;
	text-align: center;
}

#timer_div {
display : block;
 background      : #f0f0f0;
    height          : 55px;
    width           : 150px;
    border-top      : 2px solid #dedede;
    position        : fixed;
    bottom          : 20px; /* on le cache */
    right            : 60px;
text-align: center;
border-radius: 10px;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    animation: slideOnLoad 2s 1;
    -webkit-animation: slideOnLoad 5s 1;
}

@keyframes slideOnLoad
{
    0% {bottom:800px;
display: none;
        opacity: 0;
}
    0.1% {bottom:800px;
display: block;
        opacity: 0;
}
    100% {bottom:20px;
display: block;
        opacity: 1;
}
}
@-webkit-keyframes slideOnLoad
{
    0% {bottom:800px;}
    0.1% {bottom:800px;}
    100% {bottom:20px;}
}

#content_t99{
width:98%; /* A supprimer pour integrer la colonne de droite*/
margin:10px;
}

.loader {
position : fixed;
z-index: 9999;
background : url('icon-loader.gif') 10% 10% no-repeat;
top : 0px;
left : 0px;
height : 100%;
width : 100%;
cursor : wait;
}

.liste_qcm_exam{
color:#900;

}

.liste_qcm_normal{
color:#090;
}

.questionnaire {
width:95%;
}

/*div des lignes de questions */
.question {
    width: 100%;
    height: auto;
    background: #efefff;
	font-size:1.1em;
}
.question:nth-of-type(odd) {
    width: 100%;
    height: auto;
    background: #e0e0e0;
	font-size:1.1em;
}

.question_text{
	font-weight:bold;
	font-size:1.1em;
}

/* Flash class and keyframe animation */
.flashit{
  color:#a00;
font-weight:bold;
	font-size:1.2em;
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
	
/* zoom sur les images */
#content_t99 img.question_img {
border-width:1px;
border-style:dotted;
border-color:black;
height: 100px;
float : right;
}

#content_t99 img.question_img:hover {
  transform: scale(4) translatex(-80px); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  float : right;
	margin-right:0;
  z-index:10000;
}


/* info bulle */
a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:15em;
border:1px solid #000;
background-color:#FFF;
color:#000;
text-align: justify;
font-weight:none;
padding:5px;
}


.vrai {
color:#090;
}

.faux {
color:#900;
}

.wrong_acces {
color:red;
font-size: 150%;
text-align: center;
}

.information {
 position: relative;
    top: 20px;
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 300px;
    height: 100px;
}

.information_img {
    position: relative;
    top: -18px;
    left: -18px;
}

.information_text {
	border: 2px solid #dddddd;
	padding: 20px;
	border-radius: 25px;
	margin:30px;
}


/* STYLE ADMIN */
.TFtable{
		width:95%; 
		border-collapse:collapse; 
	}
	.TFtable td{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #b8d1f3;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
	}

/* notation mathematique*/

.sy {
    position: relative;
    text-align: center;
}

.oncapital, .onsmall {
    position: absolute;
    top: -1em;
    left: 0px;
    width: 100%;
    font-size: 100%;
    text-align: center;
}

.onsmall {
    top: -0.7em;
}

.td_accueil{
	padding: 20px;
}