/*--------------------------------------------------------------
                        1.0 Header
--------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

.accessibility {
	display: none;
	position: fixed;
	right: 80px;
	top: 35px;
	z-index: 999999;
}
.accessibility img {
	width: 70px;
}
#acwp-toolbar-btn {
	transition: inherit !important;
	margin-top: inherit !important;
}
#acwp-toolbar-btn.show {
    margin-top: inherit !important;
}

.admin-bar #acwp-toolbar-btn {
	top: 55px !important;
}
.admin-bar .accessibility {
    top: 65px !important;
}

header {
	background: #0f5197;
	max-width: inherit !important;
	height: 102px;
	border-bottom: 6px solid #00a0c0;
}
.col{
	position:relative;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.head {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position:relative;
}
.container-fluid {
	margin-left: 0!important;
	margin-right: 0!important;
	padding-right: 0!important;
	padding-left: 0!important;
}
.head_block_left {
	position: fixed;
	z-index: 99999;
	top: 0px;
	right: 20px;
}

.text-logo {
	font-size: 0.9em;
	text-decoration: none;
	color: #015198;
	font-weight: 400;
	margin-bottom: 5px;
}
.head_block_right-2 {
	margin-top: 35px;
	text-align: center;
	margin-left: 10px;
}
.bloc-logo {
	background: #fff;
	border-radius: 0 0 4px 4px;	
	padding: 8px;
	border: 1px solid #eee;
	border-top: 0px;
	/*-webkit-box-shadow: 0px 6px 13px -5px rgba(102,102,102,1);
	-moz-box-shadow: 0px 6px 13px -5px rgba(102,102,102,1);
	box-shadow: 0px 6px 13px -5px rgba(102,102,102,1);*/
}

.head-contents {
	z-index: 999;
	display: flex;
	flex-direction: row;
	/*flex: 1;*/
}

.bt-haut {
	text-align: center;
}
.bt-haut a {
	display: block;	
	color: #fff;
	background: #f6a12c;
	padding: 15px 20px 5px 20px;
	border-radius: 0 0 6px 6px;
	transition: all 0.3s;
}
.bt-haut a:hover{
	color: #fff;
	background: #00baf2;
	text-decoration: none;
	transition: all 0.3s;
}
.bt-haut a h4 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	width: 150px;
}
.bt-haut a i {
	font-size: 32px;
}

/*--------------------------------------------------------------
                        Accebilite
--------------------------------------------------------------*/

.acwp-footer ul {
	display: none !important;	
}


/*--------------------------------------------------------------
                        3.0 Box User
--------------------------------------------------------------*/
div#content_user {
	position: absolute;
	background: #fff;
	z-index: 10000;
	border: 1px solid #ddd;
	top: 9%;
	display: none;
	overflow: hidden;
	width: 300px;
	padding: 25px;
	box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}
.row.user_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
/**** HACKS FIREFOX ****/
html>/**/body #content_user, x:-moz-any-link, x:default {
top: 55px;
}
#img_user {
	display: block;
	border-radius: 200px;
	border: 3px solid #ddd;
}
a#tooltips_user:hover + #content_user {
	display: block;
}
#content_user:hover {
	display: block;
}
.menu_user {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.menu_user p a {
	color: #989898;
	text-decoration: none;
}
.menu_user p a:hover {
	color: #6e6e6e;
}
.info_user {
	padding-left: 6px;
	margin-left: 7px;
	font-size: 1rem;
	color: #989898;
}
a#tooltips_user i {
	margin-right: 8px;
}


/*-----------------------------------------
Icone recherche
-------------------------------------------*/
.recherche {
	position: relative;
	margin: 37px 0 0 0;
}

/*-----------------------------------------
Depot Dossier
-------------------------------------------*/
.depot-dossier {
	position: relative;
	margin: 6px 0 0 0; 
}
.depot-dossier a {
	font-size: 15px;
	font-weight:500;
	color: #fff;
	background: #f6a12c;
	padding: 12px;
	border-radius: 4px;
	line-height: 1em;
	display: inline-block;
	text-align: center;
}


/*--------------------------------------------------------------
                        4.0 Navbar
--------------------------------------------------------------*/
/*
        4.1 Navbar all
*/
.container.nav-container {
	/*display: flex;*/
	flex-direction: row;
	justify-content: center;
	position: relative;
}
#BB-nav {
	/*width: 100%;*/
	position: sticky;
	background: none;
	z-index: 999;
	
}
#BB-nav .dropdown-menu {
	border: none;
}
.navbar-light  {
	background-color: #fff;
	/*border: 1px solid #02aef080;*/
	border: none;
	border-radius: 0;
	border-left: none;
	border-right: none;
}
.navbar-light  .navbar-nav > li.nav-item {
	margin: 0 10px;
}
.navbar-light  .navbar-nav > li.nav-item > a.nav-link{
	color: #eaf9ff;
	font-size: 17px;
	font-weight: 500;
	display: inline;
    line-height: 1.6em;
}
.navbar-light  .navbar-nav > li.nav-item > a:hover {
	color: #fff;
}
.BB-nav li.nav-item a.nav-link{
	background-color: transparent;
	/*font-size: 1.04em;*/
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #202020 !important;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.BB-nav li.nav-item a:hover {
	background-color: transparent;
	color: #D75752 !important;
}
.navbar-light  .navbar-nav > .active > a, .navbar-light  .navbar-nav > .active > a:hover, .navbar-light  .navbar-nav > .active > a:focus {
	background-color: inherit !important;
	color: #ffffff !important;
}
.navbar-light  .navbar-nav > .open > a, .navbar-light  .navbar-nav > .open > a:hover, .navbar-light  .navbar-nav > .open > a:focus, .dropdown-menu a {
	background-color: transparent;
	color: #fff;
}
.navbar-light  .navbar-nav > li.nav-item > a:focus, .navbar-light  .navbar-nav > li.nav-item > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-light  .navbar-collapse, .navbar-light  .form-inline {
	border: none;
}
.navbar {
	margin-bottom: 0;
	min-height: 42px !important;
	z-index: 99999 !important;
}
.navbar-nav {
	margin: 10px 10px 0px 10px;
}


/*
        4.2 Navbar fixed*/

#BB-nav.affix {
	position: inherit;
}
/*
#BB-nav.affix {
	position: fixed;
	top: 0;
	-webkit-transition: top 0.3s ease-in;
	transition: top 0.3s ease-out;
	background: #fff;
	border: 1px solid whitesmoke;
}
#BB-nav.affix {
	box-shadow: rgba(0, 0, 0, 0.5) 0 2px 6px;
}
#BB-nav.affix .navbar-nav > li.nav-item > a.nav-link{
	color: #006BBA;
}
#BB-nav.affix .navbar-nav > li.nav-item > a:hover {
	color: #00baf2;
}

.admin-bar #BB-nav.affix {
    top: 32px;
}

#BB-nav.affix .search-form label i {
    color: #0f5197
}
*/

/*
        4.3 Toggle Box
*/
.navbar-toggler {
	position: fixed;
	top: 10px;
	right: 10px;
	float: left;
	padding: 3px 10px;
	height: 40px;
	margin: 3px 0 0 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	z-index: 1;
}
.navbar-toggler .icon-bar {
	width: 28px;
	background: #fff;
	transition: .5s ease;
}
.navbar-toggler.collapsed .icon-bar:nth-child(2) {
	transform: rotate(0)translateY(0)translateX(0);
}
.navbar-toggler.collapsed .icon-bar:nth-child(3) {
	opacity: 1
}
.navbar-toggler.collapsed .icon-bar:nth-child(4) {
	transform: rotate(0)translateY(0)translateX(0);
}
.navbar-toggler .icon-bar:nth-child(2) {
	transform: rotate(-45deg)translateY(5px)translateX(-5px);
}
.navbar-toggler .icon-bar:nth-child(3) {
	opacity: 0
}
.navbar-toggler .icon-bar:nth-child(4) {
	transform: rotate(45deg)translateY(-4px)translateX(-3px);
}
/*--------------------------------------------------------------
                        5.0 Fil D'Ariane
--------------------------------------------------------------*/
.home .file-d-ariane {
	display: none;	
}
.file-d-ariane {
	background: #fff;
	padding-top: 40px;
}
.file_lien_position {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 20px;
	margin-left: -40px;
}
.file_lien_position li {
	list-style: none;
	margin-right: 10px;
	font-style: italic;
	color: #8d8d8d;
}
.file-d-ariane .container {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.breadcrumb {
    background-color: #fff !important;
	color: #666;
}


/*--------------------------------------------------------------
                       Cookie Banner
--------------------------------------------------------------*/

#cookie-banner {
	/*background: #4d4d4d;*/
	background: rgba(27, 157, 217, 0.9);
	font-size: 11px;
	color: #fff;
	text-align: center;
	position: fixed; z-index: 9999;
	bottom: 0px; right: 0px; left: 0px;
}
#cookie-banner div{
	padding: 8px 3px;	
}
#cookie-banner a{
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
#cookie-banner a:hover{
	text-decoration: none;
	color: #ccc;
}

/*--------------------------------------------------------------
                      Ajout BOOTSTRAP 5
--------------------------------------------------------------*/


nav.container-xxl.flex-wrap.flex-md-nowrap {
    background: #0f5197 !important;
}


ul#menu-menu-transversal li {
    margin: 0 20px 0 20px;
}
ul#menu-menu-transversal li a {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
#acwp-toolbar-btn-wrap {
    z-index: 999999 !important;
}

.img-logo {
    padding: 12px;
    background: white;
    position: absolute;
    z-index: 999999;
    margin-top: 0;
    top: 0px;
}
 
ul#menu-menu-transversal {
    margin-left:  220px;
}

/*Dispose d’un menu contextuel*/