body
{
	font-family: "Open Sans" !important;
	width: 100% !important;
	min-width: 922px !important;
	background: #E3E3E3 !important;
	overflow: auto;
	height: auto !important;
}
.sidebar
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 100%;
	min-height: 600px;
	background: #5E5E5E !important;
	animation-name: reverse-anim-sidebar;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	transition: left 1s ease-out;
}
.bloc-logo img
{
	position: absolute;
	top: 20px;
	left: 25px;
	width: 150px;
	height: auto;
}
.bloc-menu
{
	margin-top: 100px;
	width: 100%;
}
.menu
{
	padding-left: 30px;
	color: #FFF;
	height: 40px;
	font-size: 13px;
	cursor: pointer;
	padding-top: 10px;
	transition: background 0.5s ease-out;
}
a, a:hover
{
	text-decoration: none !important;
}
.menu i
{
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}
.menu span
{
	margin-top: 13px;
}
.menu.active
{
	background: #999;
	transition: background 0.5s ease-out;
}
.menu:hover
{
	background: #696969;
	transition: background 0.5s ease-out;
}
.bloc-menu-additifs
{
	position: absolute;
	bottom: 15px;
	left: 20px;
	width: calc(100% - 40px);
	height: 70px;
}
.menu-howto
{
	width: 100%;
	height: 30px;
	border-radius: 5px;
	background: #999;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	font-family: "Open Sans SemiBold" !important;
	font-size: 13px;
	margin-bottom: 10px;
	cursor: pointer;
	transition: background 0.5s ease-out;
}
.menu-howto:hover
{
	background: #696969;
	transition: background 0.5s ease-out;
}
.menu-ourvillage
{
	width: 100%;
	height: 30px;
	border-radius: 5px;
	background: #FF3B68;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	font-family: "Open Sans SemiBold" !important;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.5s ease-out;
}
.menu-ourvillage:hover
{
	background: #A8334E;
	transition: background 0.5s ease-out;
}

.contenu
{
	position: absolute;
	top: 40px;
	left: 0px;
	width: calc(100% - 60px);
	min-height: 600px;
	animation-name: reverse-anim-contenu;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	transition: left 0.5s ease-out;
}
.radial-chart
{
	width: 100%;
	height: 100px;
	text-align: center;
	margin-top: 70px;
}
.radialLabel
{
	font-family: "Open Sans Bold" !important;
	font-size: 16px;
	color: #000;
	text-align: center;
}



.bloc-totaux
{
	background: #FFF;
	height: 150px;
	border: thin solid #E3E3E3;
	border-radius: 4px;
}
.bloc-graph
{
	background: #FFF;
	height: 330px;
	border: thin solid #E6E6E6;
	border-radius: 4px;
}
.titre-card
{
	padding: 0px 5px;
	font-family: "Open Sans Bold" !important;
	font-size: 13px;
	color: #000;
}
.contenu-card
{
	width: 100%;
	height: 100px;
}
.abs-contenu-card
{
	position: absolute;
	width: calc(100% - 65px);
	height: 100px;
}
.card-chiffres
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 40%;
	height: 100px;
}
.chiffre-info
{
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 42px;
	font-family: "Open Sans Bold" !important;
}
.sample-info
{
	position: absolute;
	bottom: 7px;
	left: 0px;
	font-size: 11px;
	font-family: "Open Sans Bold" !important;
	color: #49be25;
}
.line-info
{
	position: absolute;
	top: 0px;
	right: 20px;
	width: calc(60% - 20px);
	height: 100px;
}
.contenu-bloc-graph
{
	width: 100% !important;
	height: 245px;
}
.abs-bloc-graph
{
	position: absolute;
	width: calc(100% - 65px);
	height: 245px;
}
.line-charts
{
	position: absolute;
	top: 0px;
	right: 20px;
	width: calc(100%) !important;
	height: 190px;
	overflow: hidden;
}
.line-charts div, .line-charts div svg
{
	position: absolute !important;
	width: calc(100%) !important;
}
.abs-button-period
{
	position: absolute;
	right: 0px;
	top: -30px;
	text-align: right;
	width: 150px;
	height: 40px;
}
.abs-button-period span
{
	font-size: 11px;
	font-family: "Open Sans SemiBold" !important;
}
.select-period
{
	cursor: pointer;
}
.select-period i
{
	font-size: 6px;
	margin-left: 7px;
}
.list-select-period
{
	position: absolute;
	bottom: auto;
	right: 0px;
	height: auto;
	width: 180px;
	background: #FFF;
	display: none;
    text-align: left;
    border: 1px solid #F9F9F9;
    border-radius: 5px;
	z-index: 9999 !important;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 
					0px 4px 5px 0px rgba(0, 0, 0, 0.14), 
					0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
	transition: display 0.2s;
}
.select-option
{
	padding: 8px 20px;
	text-align: left;
	font-family: "Open Sans SemiBold" !important;
	font-size: 13px;
	cursor: pointer;
}
.select-option:hover
{
	background: #ECECEC;
}

.texte-download
{
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 300px;
	height: 12px;
	font-family: "Open Sans Bold" !important;
    font-size: 11px;
}
.btn-download
{
	position: absolute;
	bottom: -30px;
	right: 0px;
	width: 180px;
	height: 35px;
	border-radius: 5px;
    background: #FF3B68;
    text-align: center;
    color: #fff;
    padding-top: 8px;
    font-family: "Open Sans SemiBold" !important;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.5s ease-out;
}
.btn-download:hover {
    background: #A8334E;
    transition: background 0.5s ease-out;
}

.bloc-fichier
{
	background: #FFF;
	height: 120px;
	border: thin solid #E3E3E3;
	border-radius: 4px;
	margin: 0px 20px;
	padding: 20px;
}
.bloc-sms
{
	background: #FFF;
	min-height: 250px;
	border: thin solid #E3E3E3;
	border-radius: 4px;
	margin: 0px 20px;
	padding: 20px;
}
.bloc-contacts
{
	background: #FFF;
	min-height: 120px;
	border: thin solid #E3E3E3;
	border-radius: 4px;
	margin: 0px 20px;
	padding: 20px;
}
.contenu-bloc-global
{
	margin-top: 15px;
}

.numero
{
	padding: 5px 20px;
	font-family: "Open Sans Bold" !important;
	font-size: 13px;
}
.action
{
	font-family: "Open Sans" !important;
	font-size: 12px;
}
.nu
{
	padding-left: 5px;
	font-family: "Open Sans" !important;
	font-size: 12px;
}
.infos_sms
{
	font-family: "Open Sans" !important;
	font-size: 11px;
	color: #939393;
}
.champ_message
{
	width: 100%;
	height: 100px;
	resize: none !important;
	padding: 10px;
	font-family: "Open Sans" !important;
	font-size: 13px;
	color: #333333;
}

.bloc_btn_sms
{
	width: 100% !important;
	height: 30px;
	text-align: right;
}
.btn-send-sms
{
	float: right;
	width: 120px;
    height: 30px;
    border-radius: 5px;
    background: #FF3B68;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    font-family: "Open Sans SemiBold" !important;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.5s ease-out;
}
.btn-send-sms.no-action
{
	background: #CCC;
    transition: background 0.5s ease-out;
}

.titre-exemple
{
	padding-left: 5px;
	font-family: "Open Sans Bold" !important;
	font-size: 12px;
	text-decoration: underline;
	color: #FF3B68;
}
.sms-exemple
{
	padding-left: 5px;
	font-family: "Open Sans" !important;
	font-size: 13px;
	text-decoration: italic;
	color: #696969;
}

@keyframes anim-sidebar {
	from {left: -200px;}
	to {left: 0px;}
}
@keyframes reverse-anim-sidebar {
	from {left: 0px;}
	to {left: -200px;}
}
@keyframes anim-contenu {
	from {width: calc(100% - 0px); left: 0px; top: 60px;}
	to {width: calc(100% - 200px); left: 200px; top: 40px;}
}
@keyframes reverse-anim-contenu {
	from {width: calc(100% - 200px); left: 200px; top: 40px;}
	to {width: calc(100% - 0px); left: 0px; top: 60px;}
}

@media only screen and (max-width: 992px) {
	body
	{
		min-height: 1400px;
		overflow-x: hidden;
	}
	.sidebar
	{
		position: absolute;
	}
	.contenu
	{
		position: absolute;
	}
	.titre-card
	{
		font-size: 10px;
	}
	.line-info
	{
		position: absolute;
		top: 0px;
		right: 20px;
		width: 0px;
		height: 0px;
		overflow: hidden !important;
	}
}

@media only screen and (min-width: 1200px) {
	.sidebar
	{
		position: fixed;
		left: -200px;
		top: 0px;
		width: 200px;
		height: 100%;
		min-height: 600px;
		background: #5E5E5E !important;
		box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 
					0px 4px 5px 0px rgba(0, 0, 0, 0.14), 
					0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important;
		animation-name: anim-sidebar;
		animation-duration: 0.5s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		transition: left 1s ease-out;
	}
	.bloc-logo img
	{
		position: absolute;
		top: 20px;
		left: 25px;
		width: 150px;
		height: auto;
	}
	
	
	.contenu
	{
		position: absolute;
		top: 40px;
		left: 0px;
		width: calc(100% - 60px);
		min-height: 600px;
		height: auto;
		animation-name: anim-contenu;
		animation-duration: 0.5s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		transition: left 1s ease-out;
		transition: left 1s ease-out;
	}
}

