input:autofill {
	box-shadow: 0 0 0 40px #fff inset !important;
}

button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.messageErreur {
	color: rgb(254, 102, 99);
	background: #FEDFDF 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 8px 8px;
	opacity: 1;
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px;
}

.w100 {
	width: 100%;
}

.cursor {
	cursor: pointer;
}

.app-root {
	height: 100vh;
	overflow: hidden;
}

.accueil {
	background: #333;
	height: 100%;
	background-image: url("/img/home-banner-background.png");
	background-size: cover;
}

.login-caret  h2 {
	font-size: 1.4em;
	font-weight: 300;
	color: #ccc;
	margin: 80px 0 0;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
	letter-spacing: 4px;
	text-transform: uppercase;
}

.login-caret  h1 {
	color: #fff;
	margin: 10px 0 0;
	text-shadow: 0 0 30px rgba(0,0,0,0.5);
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 2.6em;
	font-weight: 700;
}

.separator {
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 5px 0 20px 0;
}

.login-caret p {
	color: #ccc;
	font-weight: 300;
	margin-bottom: 50px;
}

.login-caret .logo {
	margin-top: 60px;
}

.roll {
	display: inline-block;
	cursor: pointer;
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
	margin: 0 2px;
	-webkit-perspective: 275px;
	-moz-perspective: 275px;
	-ms-perspective: 275px;
	perspective: 275px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	position: relative;
}

.roll span {
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	transition: transform 0.3s ease;
	-webkit-transform-origin: 50% 0 0;
	-moz-transform-origin: 50% 0 0;
	transform-origin: 50% 0 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	background: transparent;
	background-color: transparent;
	letter-spacing: 1px;
	display: flex;
  	justify-content: center;
	border: 1px solid #fff;
}

.roll .selected {
	color: #fff;
	background-color: #7aad21;
}

.login-content {
	position: relative;
	width: 380px;
	margin: 0 auto;
	margin-top: 0px;
	padding: 20px 0;
	-moz-transition: all 550ms ease-in-out;
	-webkit-transition: all 550ms ease-in-out;
	-o-transition: all 550ms ease-in-out;
	transition: all 550ms ease-in-out;
	color: rgba(255,255,255,0.6);
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	margin-top: 50px;
}

.login-content .fa-caret-down{
	margin-bottom: 60px;
	font-size: 40px;
	color: #fff;
}

.form-group.loghome {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	border-bottom: 0;
	padding: 0;
}

.append-icon, .prepend-icon {
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
}

.prepend-icon .field-icon {
	left: 0;
}

.append-icon .field-icon, .prepend-icon .field-icon {
	top: 0;
	z-index: 4;
	width: 40px;
	height: 31px;
	color: #333;
	line-height: 31px;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	pointer-events: none;
}

.prepend-icon > input, .prepend-icon > textarea {
	padding-left: 36px;
	margin-bottom: 0;
}

.header {
	background: var(--color-header);
	width: 100%;
	margin-bottom: 15px;
}

.template {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #f1f1f1;
	overflow: hidden;
}

nav.navbar {
	padding: 15px;
	display: flex;
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	align-items: center;
	flex-wrap: wrap;
}

nav.navbar img {
	margin-right: 15px;
}

.language-selection ul, .skin-selection ul {
    float: left;
	margin-right: 10px;
}

.language-selection li, .skin-selection li {
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    overflow: hidden;
    float: left;
    max-width: 0
}
.language-selection div {
	border-radius: 100%;
}
.skin-selection div {
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

.language-selection .active, .skin-selection .active {
    max-width: 40px;
	margin-right: 5px;
}

.language-selection:hover li, .skin-selection:hover li {
    max-width: 40px;
	margin-right: 5px;
}

.language-selection div {
	font-size: 11px;
	padding: 1px 6px 0;
	margin: 0 3px;
	line-height: 20px;
}

.skin-selection:hover span .fa-caret-down, .language-selection:hover span .fa-caret-down {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.skin-selection span {
	margin-right: 15px
}

.sidebar {
	padding: 0;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	background: #fff;
	width: 300px;
	transition: all 0.2s ease-in-out;
	height: 100%;
	margin-left: 15px;
	margin-right: 15px;
	z-index: 5;
	position: relative;
	border-radius: 8px;
}

.liste {
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	background: #fff;
	transition: all 0.2s ease-in-out;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
}

.liste .pagi{
	padding-left: 15px;
	padding-right: 15px;
}

.anav {
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: var(--color-background);
	width: 100%;
	color: #fff;
}

a.anav {
	cursor: pointer;
	font-weight: 600;
	font-size: 12px;
}

.nav.navbar-nav, .nav.navbar-nav li {
	width: 100%;
}

.anav .caret {
	margin-top: 8px;
}

.navbar-default {
	background-color: transparent !important;
}

.navbar-collapse.collapse {
	margin-top: 0px;
}

.collapse {
	margin-top: 10px;
}

.sidebar {
	overflow-x: auto;
	height: 100%;
}

.sidebar .filter-item {
	font-size: 13px;
	line-height: 32px;
	background-color: #fff;
	cursor: pointer;
}

.sidebar .option {
	display: block;
	border-bottom: 1px solid #eee;
	line-height: 32px;
	padding: 0 15px;

}

.filter-item .badge {
	margin-top: 6px;
}

.showcase > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.showcase > div .image {
	height: 100px;
	max-width: 178px;
	min-width: 178px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.showcase > div .image {
		height: 50px;
		max-width: 100px;
		min-width: 100px;
	}

	.login-content {
		width: 100%;
	}
}

.player iframe {
	width: 100%;
	height: 400px;
}

.showcase > div .image img {
	height: 100%;
	width: 100%;
}

.showcase > div .text {
	flex: 1;
	padding: 15px;
	-webkit-transition: all .3s;
}

.showcase > div .extra {
	width: 55px;
	padding: 15px;
}

.showcase > div h1 {
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #333;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.1em;
}

.showcase > div p {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin: 2px 0;
	color: #333;
}

.badge-num {
	background-color: #d9534f;
	border-radius: unset;
	font-weight: 600;
	font-size: 11px;
}

.pict {
	font-size: 12px;
	text-transform: none;
	background-color: #5c5c5c;
	margin: 2px 0;
	min-height: 20px;
	width: 20px;
	line-height: 20px;
	padding: 0 2px;
	border: 0;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}

.showcase {
	overflow-y: auto;
	flex: 1;
	overflow-x: hidden;
}

.panel-video {
	background-color: #f8f8f8;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px;
	text-align: center;
}

.player > .wistia_embed_initialized {
	height: 100%;
}

.player {
	width: 100%;
}

.ref {
	background-color: var(--color-background);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 7px 15px;
	letter-spacing: 0.5px;
	margin-top: 6px;
}

.stitre {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #e2e2e2;
}

.fiche {
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	border-radius: 8px;
}

.puce {
	padding: 0 20px;
	list-style: none;
	text-align: left;
}

.puce li {
	font-size: 1em;
	color: #333;
	line-height: 18px;
	margin-bottom: 6px;
}

.puce li::before {
	font-family: 'FontAwesome';
	content: '\f192';
	margin: 0 5px 0 -20px;
	color: #7aad21;
	font-size: 11px;
}

.showcase > div {
	border-bottom: 1px solid #e2e2e2;
}

.showcase > div:hover {
	border-bottom: 1px solid #e2e2e2;
	background: #e7e7e7;
}


.showcase > div:hover .text {
	right: 10%;
	transition: all .5s;
	-webkit-transition: all .5s;
	background: #e7e7e7;
}

.showcase > div .text {
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}


.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-collapse {
	width: auto;
	border-top: 0;
	border-top-color: currentcolor;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-nav {
	float: left;
	margin: 0;
}

.control-label {
	padding-top: 0;
	margin-bottom: 3px;
	text-align: right;
	font-weight: 700;
	font-size: 13px;
}

table h1 {
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #333;
	margin: 0;
	text-transform: uppercase;
	line-height: 1.1em;
}

.menu-icon {
	position: absolute;
	top: 20px;
	right: -15px;
	z-index: 5;
	cursor: pointer;
	width: 40px;
	transition: all 0.3s ease;
}

.zone {
	display: flex;
	flex-direction: row;
	flex: 1;
	overflow: hidden;
}

.zone-liste {
	flex: 0.75;
}

.zone-tableau {
	flex: 1;
}

.standalone {
	flex: 1;
	padding-left: 30px;
	padding-right: 30px;
}

.zone-video {
	flex: 1;
	overflow: hidden;
	display: flex;
}

span.note.has-success > i {
	color: #05D3A5;
}

span.note.has-error > i {
	color: #FF6663;
}

.pagi {
	container-type: inline-size;
	z-index: 1;
}

.pag {
	display: flex;
	flex-direction: row;
  	flex: 1;
}

.pag .count {
	flex: 1;
}

.content {
	flex: 1;
	flex-direction: row;
	display: flex;
	margin-left: 30px;
	margin-right: 15px;
	overflow: hidden;
	grid-gap: 15px;
}

.zone {
	container-type: inline-size;
}

@container (max-width: 1300px) {
	.content {
		flex-direction: column;
	}
	.zone-liste {
		flex: 1;
		max-height: 50%;
	}
}

@container (max-width: 400px) {
	.pag {
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.filtre {
		width: 100%;
	}

	.sidebar {
		width: 100%;
	}

	.dropdown-sfd button.button-caret {
		display: none;
	}
}

.filtre {
	display: flex;
}

.filtre.menuHide {
	width: 10px;
}