/*
Theme Name: Thème de base
Author: Thelab – Sacha Béraud
*/
@media screen and (min-width: 1640px) {
	.container {
		width:1440px;
	}
}
iframe, img {
	max-width:100%;
	height: auto;
}

/*MENU FIXED TOP*/
.menu-static {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	list-style: none;
	padding: 0;
}
.admin-bar .menu-static {
	top: 46px;
}
@media screen and (min-width:783px) {
	.admin-bar .menu-static {
		top: 32px;
	}
}
.menu-static li {
	display: inline-block;
}

/*FONTS*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
}