body {
	background-color: #EFEFEF !important;
}

nav, .title {
	background-color: rgba(237, 153, 161, 0.8) !important; /* gestion data et mises à jour Site Web et Portail */
}

footer {
	background-color: #DDD !important;
    font-size: 0.7rem ! important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	footer {
		font-size: 1rem ! important;
	}
}

.fs-7 {
	font-size: 0.9rem ! important;
}

.fs-8 {
	font-size: 0.8rem ! important;
}

.nowrap {
	white-space: nowrap;
}

table a {
	text-decoration: none !important;
}

table th {
	white-space: nowrap;
}

.bg-form {
	background-color: #DDD !important;
}

.trumbowyg-button-pane {
	background-color: #CCC !important; 
}

.trumbowyg-editor-box {
	background-color: #FFF !important; 
}

/* ----------------- Page gestion diapo -------------- */
.box-diapo {
	max-width: 900px !important;
}

.diapo {
	position: static;
    width: 100%;
    height: auto;
}

.img-diapo {
	position: static;
	width: 100%;
    height: auto;
}

.text-diapo {
 	position: static;
	width: 100%;
    height: auto;
    padding: 10px;
}

/* Small devices (landscape phones, 992px and up) */
@media (min-width: 992px) { 
	.text-diapo {
	   	min-height: 320px !important;
	}
}


/* ----------------- Page gestion des bandeaux -------------- */

#viewBandeau img {
	max-width : 370px;
}

/* Small devices (landscape phones, 992px and up) */
@media (min-width: 992px) { 
	#viewBandeau img {
		max-width : 600px;
	}
}


/* ----------------- Page gestion des FE -------------- */

.card-header-fe1 {
	background-color: #9100A8 !important;
	color: white !important;
}

.card-header-fe2 {
	background-color: #00AA9E !important; 
	color: white !important;
}

.card-header-fe3 {
	background-color: #F99D52 !important; 
}

