/*  
Theme Name: Jachete.flersagglo
Theme URI: https://jachete.flersagglo.fr/
Description: Thème Wordpress pour Marketplace Flers Agglo
Author: Initial
Author URI: https://initialcaen.fr/
*/

.navbar {
	border-radius: 0px;
	border:0px;
	margin:0px 0 0;
	top:0px;
	z-index: 1010;
	width: 100%;
  height: 150px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  text-align: center;
}
.navbar.navbar-questionnaire {
	box-shadow: none;
	text-align: left;
	padding: 0;
	position: fixed;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}

.logo-container {
	width:100%;
	padding:0;
}
.navbar-questionnaire .logo-container {
	width: 300px;
	text-align: center;
}
.logo-container .sitename {
	display:none;
}
.navbar h1,
.navbar .h1 {
	margin:0px;
}
.navbar-brand {
	vertical-align:top;
	text-align:center;
	padding:15px 0px 0px 0px;
	margin-right:0;
}
.navbar .logo {
	display:inline-block;
	vertical-align:top;
	margin:  0px auto;
  transition: all 0.4s ease-in;
	max-width:220px;
	max-height: 130px;
}
.navbar-questionnaire .logo {
	max-width:260px;
}
.navbar .navbar-brand {
	padding:0;
	position:relative;
}
.navbar-questionnaire .header-chapitre {
	background-color: #003383;
	color: #fff;
	text-align: left;
	padding:0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 300px);
	height: 150px;
}
.chapitre-container {
	display: flex;
	justify-content: space-between;
}
.page-rapport .chapitre-container {
	flex-direction: column;
}
.chapitre-container .h1 {
	font-family: 'Montserrat',sans-serif;
	font-size: 24px;
	font-weight: 700;
	display: flex;
}
.chapitre-container .numero {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	line-height: 60px;
	text-align: center;
}
.chapitre-container .numero::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	line-height: 56px;
	text-align: center;
	border: solid 4px #fff;
	border-radius: 60px;
}
.chapitre-container .titre {
	width:calc(100% - 100px);
	padding-left: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.chapitre-container .chapitre {
	display:flex;
	flex-direction: column;
	justify-content: center;
	width: 80%;
}
.chapitre-container .menu-user {
	color: #fff;
	display: flex;
	justify-content: end;
	width: 20%;
}
.chapitre-container .menu-user ul {
	color: #fff;
	font-size: 0;
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0 0 0 15px;
}
.menu-user a {
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	font-weight: lighter;
}
.menu-user .print::before {
	content: "\f02f";
	font-family: "FontAwesome";
	font-size: 20px;
}
.menu-user .disconnect::before {
	content: "\f2f5";
	font-family: "FontAwesome";
	font-size: 20px;
}
@media (min-width:992px) {
}


@media (min-width:1200px) {
}

@media (min-width:1500px) {
}

@media (min-width:1500px) {
}

/*** RESPONSIVE A L'ENVERS ***/
@media only screen and (max-width:1499px) {
	.menu-user .connect {
		padding:8px 14px;
	}
	.menu-user .member {
		font-size:14px;
		width:120px;
	}
	.menu-user .member::before {
		font-size:14px;
		margin-right:2px;
	}
	.menu-user .member span {
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
	}
	.menu-user .disconnect::before {
		font-size:20px;
	}
}

@media only screen and (max-width:1199px) {
	.navbar {
		height:130px;
	}
	.navbar .logo {
		max-width:180px;
		max-height: 110px;
	}
	.menu-user .connect {
		padding:6px 8px;
		font-size:14px;
	}
	.menu-user .member {
		font-size:12px;
		width:110px;
	}
	.menu-user .member::before {
		font-size:12px;
		margin-right:2px;
	}
	.menu-user .member span {
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
	}
	.menu-user .disconnect::before {
		font-size:20px;
	}
}

@media only screen and (max-width:991px) {
	.navbar {
		height:80px;
	}
	.navbar-brand {
		padding-top:20px;
	}
	.navbar .logo {
		margin-top: 0;
		max-width:240px;
	}
}
@media  only screen and (max-width:767px) {
	.navbar {
		margin-top:0;
		height:70px;
	}
	.navbar-brand {
		padding:15px 0;
	}
	.navbar .logo {
		max-width:200px;
	}
	.menu-user {
		float:none;
	}
	.menu-user .connect {
		padding:10px 15px;
		font-size:16px;
	}
	.menu-user .member {
		font-size:14px;
		width:180px;
	}
	.menu-user .member::before {
		font-size:14px;
		margin-right:2px;
	}
	.menu-user .member span {
		white-space: nowrap;
		display: inline-block;
		vertical-align: top;
	}
	.menu-user .disconnect::before {
		font-size:14px;
		width:16px;
		margin-left:4px;
	}
}

@media only screen and (max-width: 575px) {
}
