/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 août 2021, 19:06:17
    Author     : Charles
*/

/**** CARD ***************/

/* Pour les listes */
.cardList{
  min-width:300px;
  margin:5px;
  background-color:white;/* #F3F7FF;*/
  max-width:450px;
}

/* Pour les formulaires */
.cardForm{
  min-width:300px;
  max-width:450px;
  text-align:center;
}

/*Pour les boites simples */
.cardBox{
  /*border: 1px solid gray;
  /*box-shadow: 1px 1px 3px #888;*/
  max-height:600px; 
  margin-top:5px;
  background-color:white;/* #F3F7FF;*/   
  /*border-bottom:solid 1px #E4E3E0;*/
  width:100%;
}

.cardBoxImg{
  width:60px;  
  padding-left:5px;
  padding-top:6px;
}


.cardFormTitle{
  font-size:12pt;
  background-color: #E7E7E7;
  font-weight: bold;
  text-align: center;
  padding:8px;
}


.cardBoxTitle{
  font-size:14pt;
}

.cardBoxContent{
  font-size: 1.5em;
}

/* Pour les objets */
.cardChallenge{
  width:300px;
  margin:5px;
  background-color: white;
  padding:0;
  display: flex;
  flex-direction: column;    
}

.cardChallengeImg{
  width:50px;  
  height:50px;
  padding:5px;
  padding:5px;
  float:left;
}

.cardChallengeTitle{
  min-height:60px;    
  padding-top:5px;  
  font-size:15pt;
  width:auto;
  text-align:center;
  box-sizing: border-box;
  border-bottom:solid 1px #E4E3E0;
}

.cardChallengeContent{
  top:60px;
  margin:5px;
  line-height: 1em;
  font-size: 1.5em;
}

/* générique toutes cartes */
.cardTitle{
  padding-top:10px;  
  font-size:15pt;
  width:auto;
  text-align:center;
  box-sizing: border-box;
  border-bottom:solid 1px #F3D617;
  margin-left:10px;
  margin-right:10px;
}

.cardContent{
  top:50px;
  margin: 10px;
  line-height: 1.4em;
  font-size: 1.5em;
}
/*******************************/


.nivoChallenge{
  display:inline-block;
  width:50%;  
  text-align:center;
  border-bottom: solid 1px #FFCA00;
  padding-bottom:4px;
}

.blocInfos{
  border-bottom: solid 1px #FFCA00;
}

.blocTitle{
  background-color: #FFEF85;
  margin:0;
  padding:4px;
  text-align:center;
  color:black;
  /*font-weight:bold;*/
}

.blocContent{
  /*width:100%;   */
  padding:3px;
  padding-left:6px;
  padding-right:6px;
}

.tuteurTableInTable{
  display:inline-block;
  white-space: nowrap;
  font-style:italic;
}

.matiereTableInTable{
  display:inline-block;
}

.linkInCard{
  padding-top:4px;   
  padding-bottom:4px;
  text-align: center;
  border-top: dotted 1px #2778c4;   
  cursor: pointer;
}


.blockMarker{
  border-bottom:solid 1px lightgray;  
  text-align:left;
}

.blocLinks{
  background-color:#E7F5FF;
  margin-top:auto;
}


.topBarGreen{
  border-top: 3px solid #64AF5B;  
}

.topBarYellow{
  border-top: 3px solid #F3D617;  
}

/* cartouche je en construction */
.topBarRed{
  border-top: 3px solid #B34EE9;  
}

.Cgray{
  border:solid 1px #E7E7E7 ;  
  border-top: 3px solid #D0D0D0;  
}


/* dans la liste des jeux vue construction */
.Cmagenta{
  border:solid 1px #A9198A;  
  border-top: 3px solid #8F0251; 
}

/* défis à construire */
.Cblue{
  border:solid 1px #A8DAFF;  
  border-top: 3px solid #77B0DB;  
}

/* defi à jouer */
.Cyellow{
  border: solid 1px #FFCA00;  
  border-top: 3px solid #F3D617;  
}

 /* badges */
.Corange{
  border:solid 1px #FFD497;   
  border-top: 3px solid #FF9500;  
}


.Cpurple{
  border-top: 3px solid #A829D3;  
}
