@font-face {
    font-family: 'Montserrat';
    src: url("../font/Montserrat-Regular.ttf") format('truetype'),
        url("../font/Montserrat-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'AlumniSans';
    src: url("../font/AlumniSans-Regular.ttf") format('truetype'),
        url("../font/AlumniSans-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/Poppins-Regular.ttf") format('truetype'),
        url("../font/Poppins-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Maiandra';
    src: url("../font/Maiandra-GD-Regular.ttf") format('truetype'),
        url("../font/Maiandra-GD-Regular.ttf") format('truetype');
}

/* body, html{
	height: 100%;
	padding: 0;
	margin: 0;
} */

body{
	background-color: #f0f0f0;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Poppins';
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#main-content {
	margin-left: 400px;
	padding: 0.3rem;
	position: fixed;
	height: calc(100vh - 16vh);
	width: calc(100vw - 400px);
	top: 62px;
	bottom: 0;
}

#sidebar-desktop {
	width: 400px;
	position: fixed;
	top: 62px;    /* hauteur de l'entête */
	bottom: 0; /* hauteur du pied */
	background-color: #f8f9fa;
	overflow-y: auto;
	/* padding-top: 1rem; */
}

.fnd-home{
	background:url("../images/fond.png") no-repeat center; 
	background-size: 100% 100%;
	overflow: hidden;
	background-color: rgba(128, 128, 128);
}

.main-header{
	padding: 0 !important;
}

#crtmp0{
  	height: calc(100vh - 14vh);
  	width: 100%;
	overflow: hidden; 
}

#crtmp0 path{
  fill: rgb(52, 58, 64);
  stroke: #fff;
  /*stroke-width: 5;*/
  cursor: pointer;
}

#crtmp0 .land:hover{
  fill: #198754;
}

.bg-green{
	background-color: #28a745 !important;
}

.color-green{
	color: #28a745 !important;
}

footer {
	margin-top: auto;
}

.mobile-btn-open-canvas{
	display: none !important;
}

/* 1. Réinitialiser l’apparence */
.check-all-study-nw,
.check-study-nw,
.check-study-old {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  margin: 0;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.356);
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

/* 2. État non-coché */
.check-all-study-nw,
.check-study-nw {
  background-color: #f8d7da;
}

.check-study-old {
  background-color: #d4edda;
}

/* 3. État coché */
.check-all-study-nw:checked,
.check-study-nw:checked {
  background-color: #dc3545;
}

.check-study-old:checked {
  background-color: #198754;
}


.table-sidebar-link:hover{
	color: #ffc107;
	/* font-weight: bold; */
}

.table-link:hover{
	color: #dc3545;
	/* font-weight: bold; */
}

.search-result-item{
	overflow-y: auto;
	/* max-height: 65vh; */
	max-height: 55vh;
}
.study-list-item{
	overflow-y: auto; 
	max-height: 75vh
	/* max-height: 83vh */
}
.study-detail-item{
	overflow-y: auto; max-height: 85vh
}

.toggle-search-input{
	display: none;
}

.btn-mobile{
	display: none !important;
}

.help-fle{
	width: 100%; 
	height: calc(100vh - 15vh)
}

.page-link{
	color: #198754 !important;
	border: 1px solid rgba(0, 0, 0, 0.356);
}
.page-link:hover{
	background-color: #198754 !important;
	color: #f0f0f0 !important;
	border: 1px solid rgba(0, 0, 0, 0.356);
}
.pagination-link-active{
	background-color: #198754 !important;
	color: #f0f0f0 !important;
	border: 1px solid rgba(0, 0, 0, 0.356);
}

.filter-bakground{
	backdrop-filter: blur(4px) !important;
}

.login-card {
    height: auto;
    width: 450px;
    margin : 30px;
    padding: 30px;
    background-color: #198754;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* border-radius: 10px; */

}

td{
	word-break: break-all !important;
}

.drop-zone {
  margin: 1em auto;
  padding: 2em;
  width: 80%;
  max-width: 600px;
  border: 2px dashed #777;
  border-radius: 0;
  text-align: center;
  color: #555;
  transition: background-color .2s, border-color .2s;
  cursor: pointer;
}

.drop-zone.dragover {
  background-color: #f0f8ff;
  border-color: #3399ff;
}

.browse {
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
}

.file-list {
  margin: 1em auto;
  width: 98%;
  max-width: 600px;
}

.file-item {
  padding: .5em;
  border-bottom: 1px solid #ddd;
}

.file-item:last-child {
  border-bottom: none;
}

@media (max-width: 991.98px) {
	#sidebar-desktop {
		display: none;
	}
	#main-content {
		margin-left: 0;
		width: 100%;
		top: 148px;
	}
	.main-header{
		padding-bottom: 5px !important;
	}
	.header-right{
		width: 100% !important;
		justify-content: center;
	}
	.lg-item{
		border-right: 1px solid !important;
  		padding-right: 20px !important;
	}
	.mobile-btn-open-canvas{
		display: inline-flex !important;
	}
	.head-brand{
		justify-content: center !important;
	}
	#crtmp0{
		height: calc(100vh - 20vh);
	}
	.search-result-item{
		/* max-height: 43vh; */
		max-height: 35vh;
	}
	.study-list-item{
		max-height: 65vh
	}
	.toggle-search-input{
		display: inline-flex;
	}
	.btn-desktop{
		display: none !important;
	}
	.btn-mobile{
		display: inline-flex !important;
	}
	.help-fle{
		height: calc(100vh - 22vh)
	}
	.study-detail-item{
		max-height: 78vh
	}
	.home-filter{
		display: none !important;
	}
	.home-pgnm{
		text-align: center !important;
	}
	
}

@media screen and (max-width : 319.99px){
	
}

@media screen and (min-width : 320px) and (max-width : 419.99px){
	
}

@media screen and (min-width : 420px) and (max-width : 599.99px){
	
}

@media screen and (min-width : 600px) and (max-width : 700.99px){
	
}

@media screen and (min-width : 701px) and (max-width : 768.99px){
	
}

@media screen and (min-width : 769px) and (max-width : 855.99px){
	
}

@media screen and (min-width : 856px) and (max-width : 967.99px){
	
}

@media screen and (min-width : 968px) and (max-width : 1040.99px){
	
}

@media screen and (min-width : 1041px) and (max-width : 1300.99px){
	
}

@media screen and (min-width : 1360px) and (max-width : 1900px) {
	
}
@media screen and (max-width : 1029.99px) {
	
	
}
