/* TYPO */

@import url('fonts.css');



/* STYLE */

body {
	padding:0;
	margin:0;
	font-family: "Montserrat", sans-serif;
}

.main {
	background: white;
	width: 50%;
	min-height: 100vh;
	float: left;
	overflow-x:hidden;
}

.main-back {
	background: white;
	width: calc(100% - 200px);
}

.main .content {
	width: 360px;
	margin: 0 auto;
	padding: 80px 0;
}

.main-back .content {
	padding: 3rem !important;
}

.visuel {
	min-height: 100vh;
	width: 50%;
	float: left;
	display: flex;
	position: relative;
	z-index: 10;
}

.visuel-back {
	min-height: 100vh;
	width: 200px;
	background: var(--primary);
}

.visuel img {
	width:50%;
	margin:0 auto;
}

.visuel-krys-group {
	background:var(--primary);
}

.visuel-codir {
	background: url("/img/bg-codir.png") no-repeat center center;
	background-size:cover;
}

h1 {
	font-weight: 700;
	font-size:2rem;
	text-transform:uppercase;
	margin:0 0 60px 0;
}
h1 small {
	font-size: 0.60em;
}
.button {
	border:0;
	border-radius:100rem;
	height:50px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration-line:none;
}

.table-back .button {
	height: 40px;
}


input {
	border-radius:100rem;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:start;
	border:0;
	width:calc(100% - 40px);
	padding:0 20px;
	margin-bottom:10px;
	background:rgba(0,0,0,.1);
}

.label-input {
	margin:0 20px;
	padding:6px 0 4px 0;
	display:block;
}

.w-10px {
	width: 10px;
	flex: 0 0 10px;
}

.logo-login {
	width: 30px;
	margin-left: 10px;
}
/* EXRAITS BOOTSTRAP */
.bg-primary {
	background-color: var(--primary) !important;
}

.cursor-pointer {
	cursor:pointer;
}

.titre-back {
	width:1rem;
	left:-5rem;
	top:.2rem;
	opacity:0;
	padding:0;
	transition:0.2s ease all 0s;
}

.titre-detail {
	color:var(--primary);
	opacity:0;
	margin-left:0;
	transition:0.2s ease all 0s;
}

.content.active .titre-back {
	opacity:1;
	left:-2rem;
}

.content.active .titre-detail {
	opacity:1;
	margin-left:.5rem;
}

.content-container,
.content-A,
.content-B {
	width:360px;
}

.content-A {
	transition:0.2s ease all 0s;
	left:0;
	opacity:1;
}
.titre-A {
	transition: 0.2s ease all 0s;
	display: block;
}

.content-B {
	transition:0.2s ease all 0s;
	left:850px;
	opacity:0;
}
.titre-B {
	transition: 0.2s ease all 0s;
	display: none;
}

.content.active .content-A {
	left:-500px;
	opacity:0;
}
.content.active .titre-A {
	display:none;
}

.content.active .content-B {
	left:0px;
	opacity:1;
}
.content.active .titre-B {
	display: block;
}

.fs-1 {
	font-size:1rem !important;
}

.line-height-100 {
	line-height:1rem !important;
}
#error_ph {
	display: none;
}
/* TABLE BACK */

.table-back thead {
	border-bottom: 2px solid black;
}

/* DESCRIPTION */

.description {
	width: calc(100% + 200px);
	margin-left:-100px;
}

.usurpation-criteres input {
	width: 32%;
	margin: 0 2% 0 0;
}

	.usurpation-criteres input:last-of-type {
		margin: 0;
	}

.button-search-back {
	margin-left: 3rem;
	margin-right: .5rem;
}

/* DATATABLES */

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	justify-content: center;
}

ul.pagination li.page-item .page-link {
	border-radius: 100rem;
	min-width: 40px;
	height: 40px;
	width: auto;
	text-align: center;
	margin: 0 4px;
}

.pagination {
	--bs-pagination-color: var(--primary);
	--bs-pagination-active-bg: var(--primary);
	--bs-pagination-active-border-color: var(--primary);
}

div.dataTables_processing > div:last-child > div {
	background: var(--primary);
}
/* RESPONSIVE */

@media (max-width: 1200px) {
	.description {
		width: 100%;
		margin-left: 0;
	}

	.main-back {
		width: 100%;
	}

	.visuel-back {
		display: none !important;
	}

	.zone-search-back {
		flex-wrap: wrap;
	}

	.button-search-back {
		width: 100%;
		margin: 20px 0 0 0 !important;
	}
}

@media (max-width: 900px) {
	.main {
		max-width: inherit;
		width: 100%;
		float: none;
	}
	.visuel {
		display: none;
	}

	.td-responsive {
		display: none;
	}
	.main-back .content {
		padding: 0 !important;
	}
}

@media (max-width: 700px) {
	.usurpation-criteres input {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

@media (max-width: 500px) {
	.main .content {
		width: calc(100% - 6rem);
	}

	.content-container,
	.content-A,
	.content-B {
		width: 100%;
	}
}
