﻿demandeCandid-bg.inscription-container {
	top: 0;
	background-color: #efefef;
	padding: 5% 5%;
	width: auto;
}


.input-group-modal {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group-prepend {
	margin-right: -1px;
	display: flex;
}

.input-group-modal > .input-group-prepend > .input-group-text {
	display: flex;
	align-items: center;
	padding: 0.47rem 0.8rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	color: #475F7B;
	text-align: center;
	white-space: nowrap;
	background-color: #f0f4f7;
	border: 1px solid #DFE3E7;
	border-radius: 0.267rem;
}

.input-group-modal > .custom-file {
	display: flex;
	align-items: center;
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 38px;
	margin: 0;
	opacity: 0;
}

.input-group-modal > .custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 40px;
	padding: 0.65rem 0.8rem;
	font-weight: 400;
	line-height: 1.4;
	color: #475F7B;
	background-color: #FFFFFF;
	border: 2px solid #DFE3E7;
	border-radius: 0.267rem;
}
/*END Formulaire Candidature style*/
.step-form {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 3%;
	padding: 1%;
}


.step-form1 {
	height: 270px;
	padding: 2% 10%;
}

.step-form3 {
	height: 170px;
}

.form-group {
	margin: 0%;
}

.inputs {
	font-size: 13px;
	font-weight: 500;
	// height: 38px !important;
	height: 40px !important;
	min-height: 40px;
	border: 1px solid #006798;
	width: 200px;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 0px #fff;
	background-color: #fcfcfc;
	margin: 0%;
	min-width: 100%;
	max-width: 100%;
}

.inputs-steps1-3 {
	width: 90% !important;
	min-width: 90%;
	height: 40px !important;
	min-height: 100%;
	border-radius: 5px;
	margin-bottom: 2%;
	border: 1px solid #d7d7d7;
	box-shadow: inset 0 0 0 1px rgba(0,0, 0, 0.5), inset 0 0 0 100px rgba(0, 0, 0,0.5);
}

.form-control:focus {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255,1);
	border: 2px solid #047ca0;
	transition-property: border;
	transition-duration: 0.2s;
	background-position: 0 0;
}


.table-scroll > tbody > tr > td {
	padding: 0%;
	min-width: 200px;
	max-width: 200px;
}

.table-scroll {
	position: relative;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid #4f7296;
	border-radius: 7px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Gill Sans', sans-serif;
	color: #403c3c;
	margin-bottom: 3%;
}

	.table-scroll label {
		font-size: 13px;
		font-weight: 500;
		color: #202020;
	}

.zone-upload label {
	color: #fff;
}

.table-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #324960;
	box-shadow: none;
	z-index: 25666666666;
}

.table-wrap::-webkit-scrollbar {
	width: 3px;
	background-color: #fff;
	z-index: 25666666666;
	position: absolute;
}

.table-wrap::-webkit-scrollbar-thumb {
	background-color: #1fa3e0;
	border-radius: 3px;
}


.qst-area {
	width: 398px;
	max-width: 398px;
	min-width: 398px;
	padding: 0;
	/*-webkit-box-shadow: 7px 0px 8px -3px rgba(0,0,0,0.39);
	box-shadow: 7px 0px 8px -3px rgba(0,0,0,0.39);*/
}

.questions {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
	color: #202020;
	//background-color: #fff;
	margin: 0;
	padding: 10px;
}

.table-wrap {
	width: 100%;
	overflow: auto;
}

th {
	text-align: center;
	//font-size: 18px;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
}

.table-scroll table {
	width: 100%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0;
}

.table-scroll th, .table-scroll td {
	//background: #fff;
	vertical-align: central;
	border-top: 1px solid #d7d7d7;
	border-right: 2px solid #324960;
}

.table-scroll thead tr:first-child th {
	position: relative;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 0px;
}

	.table-scroll thead tr:first-child th:first-child {
		border-right: 2px solid #4f7296;
	}

	.table-scroll thead tr:first-child th > img {
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
	}

		.table-scroll thead tr:first-child th > img:hover {
			position: absolute;
			top: 5px;
			right: 5px;
			cursor: pointer;
			background-color: #edf3f7;
			border-radius: 50%;
			padding: 2px;
		}

.table-scroll thead tr:first-child th {
	height: 70px;
	min-height: 70px;
	max-height: 70px;
}


th.qst-area {
	//background-color: #fff;
}

thead tr:first-child th.qst-area {
	background-color: #324960;
	border-top: 0px;
}

.table-scroll td {
	width: 300px;
	max-width: 300px;
	min-width: 245px;
	padding: 5px;
	z-index: 333;
}

.table-scroll thead th {
	color: #ffffff;
	background-color: #1fa3e0;
}

	.table-scroll thead th:nth-child(odd) {
		color: #ffffff;
		background-color: #324960;
	}

.table-scroll tr:nth-child(even) th {
	background: #F8F8F8;
}

.table-scroll tbody tr {
	background: #fff;
	z-index: 333;
}

	.table-scroll tbody tr:nth-child(even) th {
		background: #F8F8F8;
	}

.table-scroll thead, .table-scroll tfoot {
	background: #fff;
}

.clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 333;
}

	.clone th, .clone td {
		visibility: hidden;
		pointer-events: none;
		cursor: not-allowed;
		z-index: 333;
	}


		.clone td > option {
			display: none;
			z-index: -226;
			color: red;
		}

	.clone tbody th {
		visibility: visible;
		z-index: 333;
	}

	.clone tbody td > select {
		z-index: -12;
	}

	.clone .qst-area {
		border-top: 1px solid #d7d7d7;
		border-right: 4px solid #324960;
		visibility: visible;
		text-align: left;
		color: #fff;
	}

.inscription-buttons {
	background-color: #006798;
	border-radius: 15px;
	color: #fff;
	border: none;
	padding: 2% 5%;
}

.inscription-bg {
	background: #edf3f7;
	padding: 2% 20%;
	top: 0;
	height: 100%;
	min-height: 100%;
}

.table-scroll textarea {
	resize: none;
}

.add-column-btn {
	align-self: flex-end;
	background-color: #fff;
	color: #1fa3e0;
	border-radius: 0px;
	border: none;
	outline: none;
	padding: 1%;
}

	.add-column-btn:hover {
		background-color: #1fa3e0;
		color: #fff;
	}

	.add-column-btn:focus {
		outline: none;
		background-color: #1fa3e0;
		color: #fff;
		border: none;
	}

.gotolink-btn {
	background-color: #1fa3e0;
	color: #fff;
}

	.gotolink-btn:hover {
		background-color: #fff;
		color: #1fa3e0;
	}
/*
.table-inscription {
	margin-top: 1%;
}
	.table-inscription > tbody > tr > td {
		border: 1px rgba(0,116,155,0.2) solid;
	}
.inputs  {
	font-size:13px;
	font-weight:500;
	height: 38px !important;
	max-width: 100%;
	border-radius: 2px;
	box-shadow: inset 0px 0px 0px 0px #fff;
   background-color:#fcfcfc;
}
.textarea {
	font-size: 13px;
	font-weight: 500;
	width: 100%;
	border-radius: 4px;
	box-shadow: inset 0px 0px 0px 0px #fff;
	background-color: #fcfcfc;
	height: auto;
	margin-right: 0;
	max-width: 100%;
	
}
.zone-upload {
	background-color: #fff;
	height: 38px !important;
	max-width: 100%;
	border-radius: 2px;
	border: 1px #ccc solid;
	padding: 0%;
}
.custom-select{
font-size:13px;
}
.btn-file {
	position: relative;
	overflow: hidden;
	height: 36px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background-color: rgba(0,116,155,0.6);
	border: 0px;
	border-radius: 2px 0px 0px 2px;
}
	.btn-file:hover  {
		background-color: rgba(0,116,155,0.8);
		color: #fff;
	}
	.btn-file:active {
		background-color: rgba(0,116,155,0.8);
		color: #fff;
	}
	.file-uploaded-name {
		padding: 10%;
	}
.form-control:focus {
	background-color:#fff;
	box-shadow: inset 0 0px 1px rgba(0,116,155,0.5), 0 0 8px rgba(0,116,155,0.5);
}
.well {
	text-align: left;
	font-family: 'Gill Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #403c3c;
	border-radius: 8px;
	background-color: #fff;
	border: 1px #e0e0e0 solid;
	padding-top: 4%;
	margin-bottom: 5%;
}
.setup-panel {
	padding-left: 1%;
	padding-bottom: 2%;
	border: 1px #e0e0e0 solid;
	background-color: #efefef;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom:1%;
}
.nav-pills > li {
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	line-height: 1.5;
	color: #777777;
}
	.nav-pills > li p {
		font-family: 'Rubik', sans-serif;
		font-size: 2px;
		text-align: left;
		color: #fff;
	}
	.nav-pills > li a {
		color: #777777;
		margin-right: 2%;
		border-radius: 0%;
		border-bottom: 5px #efefef solid;
	}
	.nav-pills > li.active > a {
		color: rgba(0,116,155,1.0);
		border-bottom: 5px rgba(0,116,155,1.0) solid;
		background-color: #fff;
	}
	.nav-pills > li.done > a {
		color: rgba(0,116,155,0.7);
		border-bottom: 5px rgba(0,116,155,0.7) solid;
	}
	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
		color: rgba(0,116,155,1.0);
		border-bottom: 5px rgba(0,116,155,1.0) solid;
		background-color: #fff;
	}
	.nav-pills > li span {
		font-size: 18px;
		font-weight: 500;
		font-family: 'Rubik', sans-serif;
		line-height: 1.5;
		text-align: center;
	}
.prev-btn .next-btn {
	margin-top: 5%;
	color: #fff;
}
.prev-btn {
	width: 110px;
	background-color: rgba(0,116,155,0.7);
	color: #fff;
	float: left;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 600;
	height: 50px;
	outline: none;
	border: none;
}
.next-btn {
	
	width:100px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	background-color: rgba(0,116,155,1);
	float: right;
	border-radius: 25px;
	height: 50px;
	outline: none;
	border: none;
}
.prev-btn:hover {
	color: #fff;
	background-color: rgba(0,116,155,1);
}
.next-btn:hover {
	color: #fff;
	background-color: rgba(0,120,160,0.7);
}
.prev-btn:focus {
	border: 0px;
	outline: none;
}
.next-btn:focus {
	color: #fff;
	background-color: rgba(0,120,160,0.7);
}
.table-inputs{
	width:12%;
}
  */
.zone-upload {
	background-color: #fff;
	height: 38px !important;
	max-width: 100%;
	border-radius: 2px;
	border: 1px #efefef solid;
	padding: 0%;
	font-size: 14px;
}

.custom-select {
	font-size: 13px;
}

.btn-file {
	position: relative;
	overflow: hidden;
	height: 36px;
	font-size: 13px;
	font-weight: 600;
	background-color: #1fa3e0;
	border: 0px;
	border-radius: 2px 0px 0px 2px;
}




	.btn-file:hover {
		background-color: #1fa3e0;
		color: #fff;
	}

	.btn-file:active {
		background-color: rgba(0,116,155,0.8);
		color: #fff;
	}

.btn-file-disabled {
	cursor: auto;
}

.file-uploaded-name-show {
	padding: 2% 10%;
}

.confirmationAccounePage {
	min-height: 100vh;
}

@media screen and (min-width:680px) and (max-width:767px) {



	.qst-area {
		width: 398px;
		max-width: 398px;
		min-width: 398px;
	}
}

@media screen and (min-width:581px) and (max-width:681px) {



	.qst-area {
		width: 298px;
		max-width: 298px;
		min-width: 298px;
	}
}

@media screen and (min-width:451px) and (max-width:580px) {



	.qst-area {
		width: 198px;
		max-width: 198px;
		min-width: 198px;
	}
}

@media screen and (min-width:250px) and (max-width:450px) {



	.qst-area {
		width: 170.5px;
		max-width: 170.5px;
		min-width: 170.5px;
	}
}



#questionnaire-bg {
	margin-left: 5%;
	margin-right: 1%;
}
.hr-m-4 {
	margin-top: 4px;
	margin-bottom: 4px;
}
.inscription-bg #title-area {
	border-radius: 0;
	color: #fff;
	//background-image: linear-gradient(to right, #457fca, #5691c8);
	padding-bottom: 1%;
	padding-top: 1%;
	margin-bottom: 1.5%;
	border: 10px solid;
	border-image-slice: 1;
	border-width: 0px 0px 5px 0px;
	border-image-source: linear-gradient(to right, #457fca, #5691c8);
}

	.inscription-bg #title-area .title {
		margin-bottom: 0%;
		vertical-align: central;
		//color: #047ca0;
		background: linear-gradient(to right, #457fca, #5691c8);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 18px;
		font-weight: 800;
	}

.inscription-bg .step-form {
	vertical-align: middle;
	border-radius: 0;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 0%;
	padding-bottom: 2%;
}

	.inscription-bg .step-form label {
		font-weight: 600;
		color: #202020;
		font-size: 13px;
	}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-:autofill::after {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	background-color: #fff;
}

.input-validation-error {
	border: 2px solid #ff6666;
}

.text-danger {
	color: #ff6666;
	font-size: 12px;
	font-weight: 600;
}

.login-bg {
	padding-left: 35%;
	padding-right: 35%;
	/*padding-top: 5%;
	padding-bottom: 22%;*/
}

	.login-bg #title-area, .remarks-login {
		color: #403c3c;
		font-weight: 600;
		font-size: 12px;
		text-align: center;
	}

.form-subtitle {
	color: #006798;
	font-weight: 600;
	font-size: 16px;
	padding-left: 30%;
}

.multiselect {
}

.selectBox {
	position: relative;
}

	.selectBox select {
		width: 100%;
		font-size: 14px;
	}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.checkboxes {
	display: none;
	border: 1px #dadada solid;
	position: absolute;
	z-index: 1599820;
	background-color: #fff;
	border-radius: 5px;
	padding-left: 1%;
	padding-top: 2%;
	padding-right: 1%;
	width: 150px;
	/*height: 100px;
	min-height: 100px;
	max-height: 100px;*/
	//overflow-y: scroll;
	/*	max-width: 300px;
	min-width: 245px;*/
}

.checkboxes-container {
	position: relative;
	z-index: 1;
}

.checkboxes label {
	display: block;
	margin-right: 0%;
}

	.checkboxes label:hover {
		background-color: #1e90ff;
	}
/* Customize the label (the container) */
.container-check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
}

	/* Hide the browser's default checkbox */
	.container-check input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.checkmarks {
	position: absolute;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmarks {
	//background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmarks {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarks:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmarks:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmarks:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.selectBox > select > option:hover {
	box-shadow: 0 0 10px 100px #000 inset;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #e9eef3;
	color: #4f7296;
}

.zone-upload-disabled > span {
	color: #4f7296;
}

.zone-upload-disabled {
	background-color: #e9eef3;
}

.readonly-td {
	background-color: #e9eef3;
}

.table-scroll thead th {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Gill Sans', sans-serif;
	color: #ffffff;
	text-align: center;
}

@media screen and (min-width:709px) and (max-width:1183px) {



	.login-bg {
		padding-left: 25%;
		padding-right: 25%;
		padding-top: 10%;
	}
}

@media screen and (min-width:540px) and (max-width:709px) {



	.login-bg {
		padding-left: 20%;
		padding-right: 20%;
		overflow-x: scroll;
		padding-top: 10%;
	}
}

@media screen and (max-width:539px) {



	.login-bg {
		padding-left: 5%;
		padding-right: 5%;
		overflow-x: scroll;
		padding-top: 25%;
	}
}

@media screen and (max-width:1183px) {


	.inscription-bg {
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 10%;
	}
}

@media screen and (max-width:750px) {


	.form-subtitle {
		padding-left: 0%;
	}
}

@media screen and (max-width:434px) {


	.inscription-bg {
		overflow-x: scroll;
		padding-top: 20%;
	}
}

@media screen and (max-width:240px) {


	.inscription-bg {
		overflow-x: scroll;
		padding-top: 30%;
	}
}

@media screen and (max-width:636px) {

	.form-control {
		font-size: 10px;
	}

	.custom-select {
		font-size: 10px;
	}

	.filter-inputs {
		font-size: 10px;
	}

		.filter-inputs::placeholder {
			font-size: 10px;
		}

	.filter-button {
		width: fit-content;
		height: fit-content;
	}
}
@media screen and (max-width: 1920px) {
	.tableFixHead {
		height: 86vh;
	}
}