﻿#responsiveContainer {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 992px) {
	#responsiveContainer {
		padding-top: 90px;
	}
}

@media (min-width: 992px) {
	#responsiveContainer {
		padding-top: 90px;
	}
}

@media (max-width: 767px) {
	#responsiveContainer {
		padding-top: 55px;
	}
}

iframe {
	border-width: 0;
}

#frameContent {
	width: 100%;
}

/* Surclassement des styles bootstrap */
.session-navbar .dropdown-menu {
	min-width: 0;
}

.icon-help {
	background: url('/img/question.png') no-repeat center center;
}

.icon-help a:hover,
.icon-help a:focus {
	background: url('/img/question_black.png') no-repeat center center;
}

.env .icon-help,
.env .icon-help a:hover,
.env .icon-help a:focus {
	background: url('/img/question_white.png') no-repeat center center;
}

.icon-contact {
	background: url('/img/mail.png') no-repeat center center;
}

.icon-contact a:hover,
.icon-contact a:focus {
	background: url('/img/mail_black.png') no-repeat center center;
}

.env .icon-contact,
.env .icon-contact a:hover,
.env .icon-contact a:focus {
	background: url('/img/mail_white.png') no-repeat center center;
}
