html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
.dropdown-custom-top li,.dropdown-custom-top button {
	border-radius: 0px !important;
}
.dropdown-custom-top {
	overflow: auto;
    overflow-x: auto;
    max-height: 400px;
    width: max-content;
    width: -moz-max-content;
    max-width: 500px;
	padding:0;
}
.custom-sidebar-dropdown{
	margin-left:200px;
}
#contenuFonctionnalite {
    width: 100%;
    height: 100%;
    border: none;
}
#contenu{
	height: calc(100% - 55px);
	overflow-y: auto;
	text-align: center;
}
.custom-left-nav{
	width: 100%;
	border-bottom: solid #dcdcdc 1px;
}
.custom-left-nav li{
	width: 100%;
}
.custom-left-nav a{
	color: gray;
	width: 100%
}
.custom-left-nav:hover, .custom-left-nav a:hover, .custom-left-nav li:hover {
	background-color: gray;
}

.custom-sidebar{
	width: 200px;
	margin-left:0;
	margin-right:0;
	background-color: whitesmoke;
	height: calc(100% - 55px);
	top: 0;
	left: 0;
	padding-left: 0;
	padding-right: 0;
	float: left;
}
.tutoAccueil{
	font-size: 1.2em;
}
.fonctions-centre > [class='col-md-12'] {
	display: block !important;
}
.fonctions-centre > [class^='col-'] {
    text-align: center;
    display: flex;
	margin-top:10px;
}
.margetop {
	margin-top:10px;
}
.fonctions-centre{
	max-width: 1200px;
	margin: auto;
	padding: 0;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.module-centre{
	width: 300px;
	list-style: none;
	margin: auto;
	padding: 0;
	margin-bottom: 20px;
}
.module-centre li{
	width: 300px;
}
.media-adaptative-custom{
	border: none;
	width: fit-content;
	width: -moz-fit-content;
}
.media-adaptative-custom img{
	max-width:100%;
}
.list-group-custom-gray{
	background-color: whitesmoke;
}
.list-group-custom-gray:hover {
	background-color: gray;
}
.navbar-custom{
	display: flex;
	align-items: center;
}
.input-search{
	width: 300px !important;
	padding-right: 40px !important ;
}
.logo-search{
	position: absolute;
	width: 40px;
	background-image: url(/assets/img/iconeSearchTopSombre_resize.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	padding: 0px;
	padding-right: 10px;
	height: 34px;
	cursor: pointer;
	right: 0px;
	top: 0px;
}
#suggestion-search ul{
	list-style: none;
	padding-left: none;
}
#suggestion-search{
	position: absolute;
	background-color: white;
	border: solid 1px;
	border-color: #CCCCCC;
	min-width: 300px;
	right: 0px;
}
.panel-custom-module{
	margin-bottom: 0px;
}
#contenu .resultat-search{
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
}
.panel-body .fonctions-centre{
	margin-bottom: 0px;
}
#page-content-wrapper{
	padding-top: 100px;
	padding-left: 200px;
}
.custom-modal-close{
	position: relative;
	float: right;
	right: 10px;
	font-size: 2em;
	top: 60px;
	background-color: #FFFFFF66;
	border-radius: 5px;
}
.custom-modal-content{
	position: relative;
	top: 100px;
	margin: auto;
	width: calc(100% - 210px);
	height: calc(100% - 100px);
	text-align: center;
}
.custom-modal-preview{
	position: absolute;
	background-color: #00000099;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#imgModal{
	max-width: 100%;
}
.tdimage{
	background-image: url('/assets/img/iconeSearchTopSombre_resize.png');
	background-repeat: no-repeat;
	background-position: center;
}
.tdimage:hover:before {
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	width: 160px;
	height: 70px;
	background-image: url(/assets/img/iconeSearchTopClair_resize.png);
	pointer-events: none;
	background-repeat: no-repeat;
	background-position: center;
}
.inline-description{
	font-style: italic;
	display: inline-block;
	background-color: white; 
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.description-fonctionnalite{
	border-radius: 5px;
	background-color: #FFFFFFDD;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.titre-fonctionnalite{
	font-size:2em;
	padding-left:25px;
}
.navbar-custom-center > img{
	max-height:50px;
}
.sidebar-custom-logo > img{
	max-height: 75px;
	max-width: 200px;
}
.sidebar-custom-logo{
	text-align: center;
	width:200px;
	border-bottom: solid 1px #DCDCDC;
}
.navbar-right{
	height: 50px;
    margin-right: 0px;
}
.navbar-custom-center{
	max-height: 50px;
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
}