/*-------------- Esapce mage header home ----------------*/
#region-main li{
	padding: 0 !important;
}

/*-------------- Titre 2 ----------------*/
#region-main h2{
	background-color: #e7593e;
	color: #fff;
	padding: 5px;
}

/*-------------- Titre 3 ----------------*/
#region-main h3{

	border-bottom: 0px #e7593e solid !important;
	margin-bottom: 0px !important;
}

/*-------------- Titre 4 ----------------*/
h4{
	color: #e7593e;
}

/*-------------- Titre 5 ----------------*/
h5{
	margin-top: 25px!important;
}

.path-course-view .section .summary{
	padding-left:0;
}

/*-------------- Titre 6 - consigne ----------------*/
h6{
	font-size: 16px;
	margin-bottom:0;
	vertical-align: middle;
}

/*-------------- Tableau consigne ----------------*/
.consignes{
	width: 100%;
}

/*-------------- bouton problemes techniques ----------------*/
.btn-secondary{
	background-color: #e7593e;
	border: #e7593e;
	border-radius: 5px;
	color: #fff!important;
	padding:10px;
	transition: background-color 0.3s ease-in;
	font-weight: bold;
}

.btn-secondary:hover{
	color: #ededed!important;
}

/*-------------- Tuiles ----------------*/
.format-tiles li.activity.subtile .activitytype{
	display: none; 
}

.format-tiles li.activity.subtile .activitytitle{
	padding-top: 10px;
}

.format-tiles .sectiontitle h2{
	color: #e7593e !important;
	background: transparent !important;
	margin-bottom: 0;
}

.format-tiles .sectiontitle::after, .format-tiles .sectiontitle::after {
	height: 3px;
}

/*-------------- iframe ----------------*/
iframe{
	width: 100%!important;
}

video{
	height:800px;
}

/*-------------- Navigation livre ----------------*/
.booknext{
	color: #223843!important;
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 5px;
}

.bookprev{
	color: #223843!important;
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 5px;
}

.path-mod-book .navtop{
	margin-top: 20px;
	margin-bottom: 10px;
}

.path-mod-book .navbottom{
	margin-top: 20px;
}

.bookexit{
	display: none!important;
}

/*-------------- Vidéo ----------------*/
.mediaplugin div{
	max-width: 100%!important;
}

/*-------------- Bloc gris / liste ----------------*/
pre{
	background-color: #f5f5f5!important;
	border-color: #f5f5f5!important;
	font-family: inherit;
	font-size: 14.44px;
	margin: 0;
}

table{
	background-color: #f5f5f5!important;
}

td{
	padding: 10px!important;
}

/*.no-overflow ul{
	background-color: #f5f5f5!important;
	padding: 5px;
	margin-bottom: 5px;
}*/

.no-overflow ul{
	background-color: #f5f5f5;
}

#region-main li{
	background-color: #f5f5f5!important;
	padding: 5px;
	margin-bottom: 5px;
}

/*-------------- boutons section suivante & accueil ----------------*/
.boutons{
	background-color: #fff!important;
}

.boutons td a:hover img{
	box-shadow: 3px 3px 8px #ccc;
	transition-duration: 0.3s;
	background-color: #e6e6e6;	
}

/*-------------- Table des matières livre ----------------*/
.path-mod-book .block_book_toc li {
	background-color: #f5f5f5!important;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

/*-------------- Tableau Etapes ----------------*/
.tab_etape{
	width: 100%;
}

.etapes{
	width: 20%;
	border-right: 1px solid #9D9D9D;
	color: #aaa;
	background-color: #e5e5e5;
	text-align: center;
}

.etapes:last-child{
	border-right: 1px solid #f5f5f5;
}

.etape_actuelle{
	font-weight: bold;
	border-bottom: 3px solid #e7593e;
	border-right: 1px solid #9D9D9D;
	background-color: #e5e5e5;
	text-align: center;
}

.etape_5{
	font-weight: bold;
	border-bottom: 3px solid #e7593e;
	background-color: #e5e5e5;
	text-align: center;
}

/*-------------- effacer date de modification ----------------*/
.modified{
	display:  none;
}



/*-------------- effacer menu du bas livre *julien 09/09/2021------------*/
.activity_footer, .section_footer { margin-top: 2em; padding: 1em 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; clear: both; display: none; }