/* *************** */
/* Style du header */

input{
	font-family: 'Poppins',sans-serif !important;
}

.headerFirstLine {
	background-color:white;
	height: 90px;
}

.headerLoginLogout {
	height: 30px;
	float: right;
	position: relative;
	top: 50%;
	margin-top: -9px;
}

.headerButton {
	background-color: #1c799b;
	border-radius: 0px;
	color: white;
	font-weight: bold;
	border: none;
	padding: 8px 20px;
	font-size: 1em;
	display: inline-block;
	transition: all 0.2s ease-out;
}

.headerButton:hover {
	background-color: #2c3e50;
	text-decoration: none;
	color: white;
}

.espaceButton {
	margin-left: 18px;
}

.headerLogo {
	float: left;
	position: relative;
	top: 50%;
	margin-top: -37px;
}

.headerLogo .ui-commandlink {
	color: #2a3a4b;
	font-size: 17px !important;
	padding: 0 7px;
	transition: all 0.2s ease-out;
}
.headerLogo .ui-commandlink:hover {
	text-decoration: none;
	color: #1c799b;
}

.menu-dropdown, .menu-dropdown ul {
	display: inline-block;
	padding: 0 7px;
	margin: 0;
	list-style: none;
}
.menu-dropdown {
	/* on centre le menu dans la page */
	text-align: center;
}
.menu-dropdown li {
	/* on place les liens du menu horizontalement */
	/*display: inline-block;*/
}
.menu-dropdown ul li {
	/* on enlève ce comportement pour les liens du sous menu */
	display: inherit;
	text-align: left;
}
.menu-dropdown a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 17px;
}
.menu-dropdown ul {
	position: absolute;
	display: none;
	text-align: left;
	background-color: #2c3e50;
}

.menu-dropdown li:hover ul {
	display: block;
}

.menu-dropdown li ul li:hover {
	text-decoration: underline;
}

.headerLogo .headerLogoImage {
	margin-right: 30px;
}

.headerLogoImage {
	height: 77px;
	width: 90px;
}


/* *************** */
/* Style du banner */

.bannerSuperimposeContainer {
	width: 100%;
	padding: 50px 0px 70px 0px;
	background: #2c3e50 !important;
}

.bannerSuperimposeContainer .bannerTitle {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 3.5em;
	color: white;
}

.bannerSuperimposeContainer .bannerSubtitle {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	/*padding-top: 10px;*/
}

.bannerSuperimposeContainerReduced {
	height: 150px;
	width: 100%;
	margin-bottom: 45px;
	background: #2c3e50 !important;
}

.bannerSuperimposeContainerReduced .bannerTitle {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 4.5em;
	color: white;
	padding-top: 50px;
}

.bannerArrowIcon {
	height: 65px;
	width: 65px;
	margin: 0 auto;
	display: block;
	position: relative;
	bottom: 30px;
}

/* *************** */
/* Style du footer */

#footerContainer {
	padding: 2em;
	background-color: #2c3e50;
	text-align: center;
}

#footerContainer, .pushFooterDiv {
	height: 145px; /* .pushFooterDiv must be the same height as #footerContainer */
}

#footerContainer .footerText {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
}

#footerFormId {
	margin: 10px 0;
}

#footerContainer .footerLogo {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

/* *************** */
/*    Style Faq    */

.fixAccordionPanel .ui-accordion-content {
	display: block;
}

.ui-accordion-content p {
	font-size: 1em;
}

.fixAccordionPanel .ui-helper-hidden {
	display: none;
}

.copyButton {
	background: none;
	background-image: url("/eGRHForem/javax.faces.resource/images/icon-copy-green.png.xhtml")!important;
	background-color: transparent;
	border: none!important;
	width: 27px;
	height: 27px;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	float: right;
	box-shadow: none;
	/*background-color: white;*/
	/*border: none;*/
}

.copyButton,
.deleteButton {
	background-size: 20px 20px !important;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
}

/* *************** */
/* common style */

html, body {
	height: 100%;
}

body {
	/*font-family: 'Poppins',sans-serif !important;*/
	font-family: 'Poppins',sans-serif !important;
	font-size: 12px;
	color: #737373;
	/*line-height: 1;*/
}

#wrapper {
	min-height: 100%;
	margin: 0 auto -115px; /* the bottom margin is the negative value of the footer's height */
}

.wrappedContent {
	padding-left: calc(100% / 4);
	padding-right: calc(100% / 4);
}

.wrappedContent-6 {
	padding-left: calc(100% / 6);
	padding-right: calc(100% / 6);
}

.wrappedContent-8 {
	padding-left: calc(100% / 8);
	padding-right: calc(100% / 8);
}

.ui-accordion-header {
	font-weight: bold;
	font-size: 1.3em;
	background: #E3E3E3;
	color: #1c799b;
	transition: all 0.2s ease-out;
}

.ui-accordion-header.ui-state-active,
.ui-accordion-header.ui-state-hover {
	background: #2c3e50 !important;
	color: white !important;
}

.ui-accordion-header.ui-state-active .ui-icon {
	background-image: url("/eGRHForem/javax.faces.resource/css/jquery/images/ui-icons_174059_256x240.png.xhtml");
}

.ui-accordion-header.ui-state-hover:hover {
	box-shadow: none;
	color: #254D6A;
	background-color: #c2cee3;
}
.ui-accordion-header.ui-state-hover:hover .ui-icon {
	background-image: url("/eGRHForem/javax.faces.resource/css/jquery/images/ui-icons_254D6A_256x240.png.xhtml");
}

/* **************** */
/* Fix de bootstrap */

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* **************** */
/* Administration */
.tinyLink a {
	text-decoration: underline;
}

/* ****** */
/* Loader */

#globalLoader {
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .6);
}

#globalLoader img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -64px; /* -1 * image width / 2 */
	margin-top: -64px; /* -1 * image height / 2 */
	display: block;
}

/* ******** */
/* Dialogs  */

.ui-dialog .ui-dialog-title {
	font-size: 2em !important;
	font-family: 'Poppins',sans-serif !important;
	text-shadow: none !important;
	color: #fff;
}

.ui-dialog-titlebar {
	background: none;
	background-color: #1c799b;
}

/* ************* */
/* Media queries */

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

	div.headerFirstLine.wrappedContent-6.row {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.bannerSuperimposeContainer {
		height: 100%;
		margin-bottom: 30px;
		padding: 10px 0px;
	}

	.bannerArrowIcon {
		display: none;
	}

	.bannerSuperimposeContainer .bannerTitle {
		font-size: 3.0em;
	}

	.bannerSuperimposeContainer .bannerSubtitle {
		font-size: 1.5em;
		padding-top: 10px;
	}

	.bannerSuperimposeContainerReduced {
		height: 90px;
	}

	.bannerSuperimposeContainerReduced .bannerTitle {
		font-size: 3.0em;
		padding-top: 35px;
	}
}


@media (max-width: 1200px) {
	.connectZoneFields {
		padding: 20px 20px 50px !important;
	}
}

@media (max-width: 1000px) {
	.headerLogo {
		margin-top: -50px;
	}
	.headerLogo .headerLogoImage {
		width: 50px;
		margin-right: 10px;
		margin-top: -16px;
	}

	.wrappedContent,
	.wrappedContent-6,
	.wrappedContent-8,
	.centerText {
		padding-left: 10px;
		padding-right: 10px;
	}

	.headerLogo .ui-commandlink {
		display: block;
		font-size: 15px !important;
	}

	.headerButton {
		padding: 8px;
		font-size: 0.8em;
		display: block;
		margin: 0 !important
	}

	.headerLoginLogout {
		margin-top: -29px;
	}
	.headerLoginLogout .espaceButton {
		margin-top: 3px !important;
	}

}

@media (max-width: 885px) {
	#login_form\:login_formConnectionButton {
		left: 0 !important;
	}
	.connectZone {
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
}