/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
color: #333;
font-size: 13px;
line-height: 1.6;
}

body.header-fixed-space {
	padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
color: #555;
}

a {
color: #72c02c;
text-decoration: none;
}

a,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
	text-decoration: none;
	outline: 1px dotted #666 !important;
}
a:hover {
	color: #72c02c;
	text-decoration: underline;
}

.field-icon {
	float: right;
	margin-left: -30px;
	margin-right: 10px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}

.field-icon2 {
	margin-left: -30px;
	margin-right: 10px;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}

.mfc-button {
	width: 185px;
	height: 48px;
	background-color: transparent;
	background-image: url(../../../bouton_mes_justificatifs.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
}
.mfc-button:hover {
	background-image: url(../../../bouton_mes_justificatifs_hover.png);
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
	min-height: inherit;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
	background: url(../img/patterns/15.png) repeat;
	min-height: inherit;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
	display: none;
}

@media (min-width: 768px) {
	.footer-v5 {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.footer-v5 {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.footer-v5 {
		width: 1170px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 98%;
	}
	.footer-v5 {
		width: 100%;
	}
}