.header {
	background-color: #fff;
	justify-content: space-between;
	align-items: center;
	transition: all 0.9s;
	padding: 15px 5%;
	width: 100%;
	box-shadow: 2px 14px 12px #277a9d14;
}

.fixed {
	background-color: rgba(255, 255, 255, 0.918);
	position: fixed;
	padding: 5px 2%;
	width: 100%;
	z-index: 999;
	top: 0;
	transition: all 0.9s;
}

.logo-nav img {
	width: 90%;
}

.logo_partenaire {
	width: 230px;
}

.logo_lcs {
	width: 145px;
}

.determinant .logo_lcs {
	width: 280px;
}

.bandeau {
	background-image: url(../images/slide-extranet-determinant.jpg);
	box-shadow: -3px 40px 62px -30px rgb(0 0 0 / 74%) inset;
	-webkit-box-shadow: -3px 40px 62px -30px rgb(0 0 0 / 74%) inset;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	justify-content: center;
	align-items: center;
	transition: all 0.9s;
	display: flex;
}

.title-slide {
	color: #ffffff;
	text-align: center;
}

hr {
	border: 0;
	border-top: 4px solid rgb(255 255 255 / 87%) !important;
	width: 50%;
	margin: 25px auto 0 auto !important;
}

nav#haut {
	width: 100%;
	min-height: 38px;
	display: flex;
	justify-content: right;
}

nav#haut>ul.service {
	list-style: none;
	display: flex;
}

nav#haut>ul.service>li {
	display: flex;
	margin-left: 15px;
}

nav#haut>ul.service>li>a {
	display: block;
	text-decoration: none;
	height: 38px;
	color: #02628a;
	transition: all 0.9s;
}

nav#haut>ul.service>li>a:hover {
	color: #08c221;
}

.topnav {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.topnav .logo {
	padding: 6px 13px;
	display: flex;
	align-items: center;
}

.topnav .nav a {
	color: #333;
	text-align: center;
	text-decoration: none;
	height: 53px;
	font-size: 16px;
	padding: 14px 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    cursor: pointer;
}

.topnav>ul {
	list-style: none;
}

.active {
	color: black
}

.topnav>ul>a {
	float: left;
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
	height: 53px;
	font-size: 16px;
	padding: 14px 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.nav-mobile .icon {
	top: 4px !important;
	right: 18px !important;
	font-size: 1.5rem !important;
}

.nav-mobile .moteur-de-recherche input {
	margin: 0
}

.nav-mobile .moteur-de-recherche {
	justify-content: center;
}

.nav-mobile .moteur-de-recherche p {
	margin-left: 20px;
}

.menuburger .icon:active {
	transform: rotateY(180deg);
	transition: all .4s ease;
}

.nav .active {
	background-image: linear-gradient(125deg, #003681, #0087ab);
	color: #fff !important;
	font-weight: bolder;
	border-radius: 10px;
	margin-right: 10px;
}

.nav a:hover {
	background-image: linear-gradient(125deg, #0087ab, #003681) !important;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown .categories {
	float: left;
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
	height: 53px;
	font-size: 16px;
	padding: 14px 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 999;
	left: 0;
	top: 54px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-image: linear-gradient(125deg, #634d55, #9b2b35);
	color: #fff;
	font-weight: bolder;
}

.dropdown:hover .dropdown-content {
	display: inline-table;
	text-align: center;
}

.display_block {
	display: block !important;
}

.header .nav-mobile {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	z-index: 99;
	left: 0;
}

.header .menu-mobile {
	background: #ffffffe8;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 5%;
}

.header .nav-mobile a {
	font-weight: 400;
	font-size: 2rem;
	color: #00628b;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #00628b1f;
	width: 80%;
	margin: 8px auto;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.header .nav-mobile a:hover {
	background-color: #cfeffd3d;
	color: #00628b;
}