.exo {
	background: rgb(var(--background-color-1));
	color: rgb(var(--text-color));
	margin: 1em 0 1.5em;
	/* margin: 0.75em 1em; */
	font-size:0.9em;
}


.exo .titreexo
{
   font-size:1.1em;
   font-weight:bold;
}
   
.exo .titreexo a {
	display: inline-block;
	transform: translateY(-1px);
}

.exo .titreexo   a:link { color:#566579; font-style:normal; text-decoration:none; font-size:12px; 	font-weight:normal;}
.exo .titreexo   a:visited { color:#7566579; font-style:normal; text-decoration:none; font-size:12px; 	font-weight:normal;}
.exo .titreexo   a:hover {font-style:normal; color: #738CC6; font-size:12px; text-decoration:none;	font-weight:normal;}
.exo .titreexo   a:active { color:#7566579; font-style:normal; text-decoration:none; font-size:12px; 	font-weight:normal;}	

.exo .aprestitre
{
}

.exo {
	
}

.lienexo {
	color: rgba(var(--text-color), .8) !important;
	font-style:normal;
	text-decoration:none;
	font-size:1em;
}


.exo .enonce {
	border: 1px solid rgba(var(--background-color-alt), .2);
	border-bottom: none;
    border-radius: 5px 5px 0 0;
	padding: 5px;
	/* margin: 5px 0px 0px 5px; */
	margin: 10px 0px 0px 0px;
	background-color: rgba(var(--background-color-alt), .2)
	/* a: {font-style:normal; text-decoration:none; font-size:15px} */
}

.exo  .enonce .inner {
    padding:3px;
	margin:3px;
}

.exo .indication {
	border: 1px solid rgba(var(--link-color), .2);
	border-bottom: none;
	padding: 5px;
	/* margin: 0px 0px 0px 5px; */
	background-color: rgba(var(--link-color), .2);
}
    
.exo  .indication .inner
{
	padding:3px;
	margin:3px;
}

.exo .corrige {
    border: 1px solid rgba(var(--highlight-color), .2) !important;
	border-radius: 0 0 5px 5px !important;
	padding: 5px;
	/* margin: 0px 0px 0px 5px; */
	background-color: rgba(var(--highlight-color), .2);
}
    
.exo  .corrige .inner
{
    padding:3px;margin:3px;
}	

.exo .enonce a:link { color:#566579; font-style:normal; text-decoration:none; }
.exo .enonce a:visited { color:#7566579; font-style:normal; text-decoration:none; }
.exo .enonce a:hover { color: #738CC6; font-style:normal; text-decoration:none; }
.exo .enonce a:active { color:#7566579; font-style:normal; text-decoration:none;}

.exo .indication a:link { color:#566579; font-style:normal; text-decoration:none;  }
.exo .indication a:visited { color:#7566579; font-style:normal; text-decoration:none;}
.exo .indication a:hover { color: #738CC6; font-style:normal; text-decoration:none; }
.exo .indication a:active { color:#7566579; font-style:normal; text-decoration:none;}

.exo .corrige a:link { color:#566579; font-style:normal; text-decoration:none; }
.exo .corrige a:visited { color:#7566579; font-style:normal; text-decoration:none;}
.exo .corrige a:hover { color: #738CC6; font-style:normal; text-decoration:none; }
.exo .corrige a:active { color:#7566579; font-style:normal; text-decoration:none;}

.codebox {
	border-style: solid;
	border-width: 1px;
	margin: 0.75em 1em;
	padding: 30;
}

.exo .presquelien  { color:#566579; font-style:normal; text-decoration:none; font-size:12px; 	font-weight:normal; cursor:pointer;}

.presquelien  { color:#566579; font-style:normal; text-decoration:none; font-size:12px; 	font-weight:normal; cursor:pointer;}



.exo .presquelien:hover {font-style:normal; color: #738CC6; font-size:12px; 	font-weight:normal; cursor:pointer;}

.titrepartie .presquelien  { color:#566579; font-style:normal; text-decoration:none; font-size:12px; 	font-weight:normal; cursor:pointer; }

.titrepartie .presquelien:hover {font-style:normal; color: #738CC6; font-size:12px; 	font-weight:normal; cursor:pointer; }

#mafeuille{
	float:left;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    border: 1px solid #FFE4E1;
	margin-bottom:20px;
	min-height:100%;
	width:100%;
}	

#mafeuille .toolbar {
	background-color: #FFE4E1;
	height: 20px;
  margin-bottom: 15px;
	min-height: 20px;
	vertical-align: middle;
  white-space: nowrap;
  color: #AF0000;
  font-size: 18px;
  font-weight:bold;
}

.optionsfeuille {
	font-style:verdana;
	font-size:1em;
	margin-left:10px;
	margin-bottom:30px;
}

.divsepare
{
  border-top-style: dotted;
  border-width:1px;
  padding-top:5px;
  margin-top:10px;
}

.repertoire
{	
	padding: 3px 0px 3px 0px ;
	margin: 2px 0px 0px 5px;
  a: {font-style:normal; text-decoration:none; font-size:15px}
  
}

.repertoire .lienrep img {
	margin-left: 5px;
}
    
.repertoire .inner
{
	/* border-color: #7aadbd; */
	border: 0px solid rgba(var(--link-color), .6);
	border-left-width: 3px;
	/* background: #fafafa; */
    padding:5px;
	margin:3px;
}

.repertoireover
{	
	padding: 3px 0px 3px 0px ;
	margin: 2px 0px 0px 5px;
	
}

.repertoireover a
{
	font-weight:bold;}
}
    
.repertoire .inner
{
	border-color: #7aadbd;
	border-style: solid;
	border-width: 0px 0px 0px 3px;
	background: #fafafa;
	transition-property: background;
	transition-duration: 1s;
    padding:3px;margin:3px;
}
    
.repertoireover .inner
{
	border-color: #7aadbd;
	border-style: solid;
	border-width: 0px 0px 0px 3px;
	background: #f0f0f0;
    padding:3px;margin:3px;
	transition-property: background;
	transition-duration: 1s;	
}

.repertoireover .inner a
{
	font-weight:normal;
}


.repertoire .presquelien  {
	color:rgba(var(--highlight-color), .6);
	font-style:normal;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	cursor:pointer;
}

.repertoire .presquelien:hover {
	color: #738CC6;
}

.unefeuille a:first-of-type {
	margin-right: 5px;
}

.panelboutons{
	text-align:center;
	padding-bottom:30px;
	padding-top:15px;
}

.grosboutonsfeuille{
	cursor:pointer; 
	border-radius:5px;
	background:linear-gradient(#DDDDDD,#FFFFFF); 
	font-style:verdana;
	font-size:1em;
	margin:5px;
}

.grosboutonsfeuille:hover{
	background:linear-gradient(#CCCCCC,#EEEEEE);
}

.boutonressource{
	cursor:pointer;
	border-radius:5px;
	font-style:verdana;
	background:linear-gradient(#DDDDDD,#FFFFFF); 
}

.boutonressource:hover{
	background:linear-gradient(#CCCCCC,#EEEEEE);
} 

.enumeratechiffre
{
	list-style-type: none;
}

.enumeratechiffre ol {
	counter-reset: step-counter;	
}

.enumeratechiffre li {
    counter-increment: step-counter;
}

.enumeratechiffre li::before {
    content: counters(step-counter,".")".";
    margin-right: 2px;
    font-weight: bold;
    padding: 3px 2px;
}

.enumeratealpha
{
	list-style-type: none;
}

.enumeratealpha ol
{
	counter-reset: step-counteralpha;
}

.enumeratealpha li {
    counter-increment: step-counteralpha;
}

.enumeratealpha li::before {
    content: counter(step-counteralpha,lower-alpha)".";
    margin-right: 2px;
    font-weight: bold;
    padding: 3px 2px;
}




.enumerateroman
{
	list-style-type: none;
}

.enumerateroman ol
{
	counter-reset:step-counterroman;
}

.enumerateroman li
{
	counter-increment:step-counterroman;
}

.enumerateroman li::before
{
   content: counter(step-counterroman,lower-roman)".";
    margin-right: 2px;
    font-weight: bold;
    padding: 3px 2px;	
}

.rien 
{
  list-style-type:square;	
}

.rien li
{
	counter-increment:virtual;
}

.rien li::before
{
	content:none;
}

.conteneurquestion
{width:95%;
box-sizing:border-box;
display:-webkit-box;display:-ms-flexbox;display:flex;
-ms-flex-direction:row;flex-direction:column;
align-items:stretch;
line-height:1.5;
margin-bottom:1.5em;
margin-left:1em;
margin-right:1em;
margin-top:1.5em;
background: #fff;
border-radius: 6px 6px 6px 6px;
	border:1px solid rgb(0,119,24);

}

.conteneurquestion a{ font-size:0.8em;}

.conteneurquestion a:link { font-style:normal; text-decoration:none }
.conteneurquestion a:visited { font-style:normal; text-decoration:none }
.conteneurquestion a:hover {font-style:italic; font-style:normal; color: #738CC6}
.conteneurquestion a:active {  font-style:normal; text-decoration:none}	

.conteneurquestion .titre a:link { color:#fff; font-style:normal; text-decoration:none }
.conteneurquestion .titre a:visited { color:#fff; font-style:normal; text-decoration:none }
.conteneurquestion .titre a:hover {font-style:italic; font-style:normal; color: #738CC6}
.conteneurquestion .titre a:active { color:#fff; font-style:normal; text-decoration:none}	

.conteneurquestion .titre
{
	background: rgb(0,119,24);
    color:#fff;
	font-size:19px;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	border-radius: 6px 6px 0px 0px;
	display:flex;
	justify-content:space-between;

}

.conteneurquestion .answer 
{
	display:flex;
	justify-content:space-between; 
	align-items:center;
}

.conteneurquestion .upload
{
	display:none;
	justify-content:space-between; 
	align-items:center;
}

.file {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

.file-input {
	cursor:pointer;
	padding:2px;
	border-radius:5px;
	font-style:verdana;
	font-size:0.9em;
	background:linear-gradient(#DDDDDD,#FFFFFF); 
	border-top-width:0px;
	border-right-width:2px;	
	border-left-width:0px;
	border-bottom-width:2px;
	border-color:#AAAAAA;
	border-style:solid;
}

.imgheart {
	/* width:20px;  */
	/* vertical-align:bottom;  */
	display: inline-block;
	vertical-align: baseline;
	font-size: 1.3em;
	transform: scale(1.4) translateY(1px);
	padding-inline: 3px;
	font-weight: 300;
	opacity: 1;
}

.imgheart[style="color: rgb(var(--link-color))"]:hover {
	opacity: .6;
}

.aucunfavoris {
	color: rgba(var(--text-color), .8);
	text-align: center;
	width: 80%;
	margin: 30px auto;
}
