body.home { background-image: url(/img/ImagePortail.jpg); background-repeat: round; background-position-y: 70px; }

nav.navbar ul.navbar-nav li.nav-item.support { font-size: 2rem; line-height: 1; margin-bottom: 0; padding: 0 }
nav.navbar ul.navbar-nav li.nav-item.support a.nav-link { padding: 0 }

marquee span { 
	margin-right: 30%; 
}

marquee p { 
	white-space:nowrap;
	margin-right: 1000px; 
}

#app {
	padding-top: 1.1rem;
}

.super-green{
    color: #18bc9c;
}

.well {
	min-height: 20px;
	padding: 1.1rem;
	margin-bottom: 1.1rem;
	background-color: #ecf0f1;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.liste-applis{
	margin-top: 1.1rem;
	padding-top: .6rem;
}

.liste-applis h3 {
	margin-bottom: 1.2em;
}

.tuile {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
	text-align: center;
}

.enerprime > img {
	margin-bottom: 8px;
}

.tuile > img,
.tuile a > img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

a.tuile:hover,
a.tuile:focus,
a.tuile.active {
	border-color: #428bca;
	text-decoration: none;
}

.tuile .caption {
	padding: 9px;
	color: #333333;
}
.app-img {
	margin-top: 10px;
}

.meeting-organize-doc {
	position: absolute;
	right: 18px;
	top: 3px;
	text-align: center;
}

/** page annaire **/
.container-info {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.table-directory th, .table-directory td {
	text-align: center;
	font-size: 0.8rem
}

.page-header h1 {
	color: #18bc9c;
}
a.user-link {
	font-size: 2em;
}
a.user-link:hover {
	text-decoration: none;
}
a.user-link i {
	margin-right: 8px;
}
.usr-picture {
	position: relative;
	width: 450px;
	height: 450px;
	overflow: hidden;
}
.usr-picture i {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 2em;
	cursor: pointer;
}
.usr-picture.default-picture i {
	display: none;
}
a.back-to-directory {
	font-size: 1.8em;
	display: inline-block;
	margin-bottom: 1em;
}


.loader-mini,
.loader-mini:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader-mini {
	display: inline-block;
	font-size: 5px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	margin-left: 8px;
	vertical-align: middle;
}
a.tuile.decret img {
	margin: 8px auto;
}
a.isolation img {
	margin: 15px auto 14px;
}
a.serenpidite img{
	margin: 11px auto 10px;
}
a.neutralite img {
	margin: 10px auto;
}
a.relamping img {
	margin: 14px auto;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #18bc9c;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}