
/*
	Module chrono interfaces
*********************************************************	
*********************************************************	
*********************************************************	
*/

.page-id-1422 #masthead{
	display:none;
}

#Bloc_trois_def{
	display: grid ;
  	grid-template-columns:1fr 1fr;
	gap:60px;
}
#ressources_chrono .livres {
  display: grid ;
  grid-template-columns:1fr 1fr 1fr;
   justify-items: stretch;
   align-items: stretch;
   gap:60px;
   margin-bottom:90px;
}

#ressources_chrono .livres .livre{
	/* background-color:#ccc;	 */
	
	border-style:solid;
	border-width:thin;
	border-color:black;
	
	display:flex;
	justify-items: center;
   	align-items: center;
	
	 flex-wrap: wrap ;
	 text-align:center;
}


#ressources_chrono .livres .livre > div{	
	padding:20px;
}
#ressources_chrono  .livres .livre .couv_livre{
	margin:auto;	
}
#ressources_chrono .livres .livre .txt_livre{
	background-color:#ff9900;
	color:white;	
	width:100%;
	align-self:flex-end;
	line-height: 1;
	
}
#ressources_chrono .livres .livre .txt_livre .titre_livre{
	font-size:1.5em;
	font-weight:bold;
	line-height: 1;
}
#ressources_chrono .livres .livre .txt_livre .auteur_livre{
	margin-top:10px;
	font-weight:bold;
}


.bloc2col{
 display: grid ;
  grid-template-columns:1fr 1fr;
   justify-items: stretch;
   align-items: stretch;
   gap:60px;
   margin-top:90px;	
   margin-bottom:90px;	
}

.video_yt{ 
	margin-top:90px;	
	margin-bottom:90px;	
}
.col-md-9{
	width:100% !important;
}

.lienWiki{
	width:75px !important;
	
}
.bloc1col{
	margin-top:90px;	
	margin-bottom:90px;		
}
#types_RN li{
	margin-top:90px;	
	margin-bottom:90px;	
}