@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Bold.ttf") format('truetype');
	font-weight: bold;
}


/* Space out content a bit */

body {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}

/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
	padding-right: 15px;
	padding-left: 15px;
}

/* Custom page header */

.header {
	margin: auto;
	/* padding-bottom: 20px; */
	/* border-bottom: 1px solid #e5e5e5; */
}

/* Make the masthead heading the same height as the navigation */

.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
}

/* Custom page footer */
.footer-custom {
	margin-top: 40px;
	width: 100vw;
	padding: 19px;
	font-size: 1rem;
	color: #F4F4F4;
	justify-content: space-between;
	background-color: #333;
	position: fixed;
	bottom: 0;
	z-index: 3;
}

.footer-custom .col {
	max-width: max-content;
}

.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}

.footer-custom div {
	text-align: center;
}

.footer a,
.footer-custom a {
	text-decoration: none;
	color: inherit;
}

.footer a:hover,
.footer-custom a:hover {
	color: #25bad0;
}

/* Customize container */

@media (min-width: 768px) {
	.container {
		max-width: 730px;
	}
}

.container-narrow>hr {
	margin: 30px 0;
}

.custom-file-input~.custom-file-label::after {
	content: "Parcourir";
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {

	/* Remove the padding we set earlier */
	.header,
	.marketing,
	.footer {
		padding-right: 0;
		padding-left: 0;
	}

	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
}

.page-header {
	margin-top: 0;
	margin-bottom: 30px;
}

.gray-line {
	border-top: #AAA 1px solid;
	margin-top: 0.75rem
}

.footer>div:first-child {
	margin-right: auto;
}

.flex-rw {
	display: flex;
	flex-flow: row wrap;
}

.form-group.required .control-label:after {
	content: "*";
	color: red;
}

.form-control {
	color: rgb(53, 53, 53);
}

#searchBar {
	min-width: 15rem;
}

#conditionCheckLabel {
	font-weight: 400;
	font-size: 12px;
}

#fconnect-profile>a {
	color: #428bca !important;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.navbar-login {
	width: 305px;
	padding: 10px;
	padding-bottom: 0px;
}

.navbar-login-session {
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.login-settings {
	font-size: 11px;
	width: 187px;
}

.login-menu {
	padding: 5px;
}

.login-content>a {
	font-size: 12px !important;
}

.login-content>p:first-child {
	margin-top: .5rem;
	font-size: 12px;
}

.request-card-img-top {
	text-align: center;
	margin-top: 1.25rem;
}

/* .request-card-body{
  height: 100px;
} */

.resultCard {
	margin-bottom: 30px;
}

.request-card {
	cursor: pointer;
	color: #333 !important;
	overflow: hidden;
	height: 100%;
}

.request-card:hover {
	background-color: #25bad0;
	color: #f4f4f4 !important;
}

.request-card:hover .blue-icons {
	color: inherit;
}

.request-card:hover .delete-icons {
	color: red;
}

.request-card .card-footer.formDescription {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.8);
	color: white !important;
	transition: top 0.2s ease-in-out;
}

.request-card .card-footer.formDescription .descriptionContent {
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.request-card:hover .card-footer.formDescription {
	top: 0;
}

.invalid-feedback {
	font-size: 100% !important;
}

.titleField {
	padding-bottom: 10px;
	padding-top: 10px;
}

.titleField h6 {
	font-weight: bold;
}

/* POUR LES FORMULAIRES PERMET DE MASQUER TOTALEMENT LA PLACE DES CHAMPS INVISIBLES */
.invisible {
	display: none;
}

/* VUE DES FICHIERS SELECTIONNES POUR TELECHARGEMENT */
#file-upload-filename ul {
	list-style: none;
	padding: 0;
}

#file-upload-filename li {
	line-height: 0;
	padding-left: 1.3em;
}

#file-upload-filename li:before {
	box-sizing: content-box;
	line-height: 0;
	content: "\f057" !important;
	/* FontAwesome Unicode */
	font-family: "Font Awesome 5 Free" !important;
	display: inline-block;
	margin-left: -1.3em;
	/* same as padding-left set on li */
	width: 1.3em;
	/* same as padding-left set on li */
}

/* permet de griser et l input comme s'il été disable pour permettre l'envoi des infos sur sharepoint */
input[readonly] {
	border-color: darkgrey;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(235, 235, 228);
	color: rgb(84, 84, 84);
}

/* CSS de la modal du récapitulatif de la dde */

.jconfirm-title-c {
	text-align: center;
}

.demandeContainer {
	padding:0 5px;
}

.demandeContainer .modal-form-group {
	padding-top: 5px;
}

.demandeContainer .modal-form-group h7 {
	font-weight: bold;
	font-size: initial;
	padding: 0px 10px;
	display: block;
}

.demandeContainer .modal-form-group h4 {
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

.demandeContainer .modal-form-group p {
	border-color: darkgrey;
	border-style: solid;
	border-width: 1px;
	border-radius: .25rem;
	padding: 5px;
	margin: 5px;
}

.demandeContainer .modal-form-group .paragraph {
	border-width: 0px;
	border-radius: 0;
	padding: 0px 5px;
	margin: 0;
}

/*********************************************/

/* CSS pour les toggle */
.toggleContainer .toggleTitle {
	display: block;
}

.switch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 25px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:after {
	position: absolute;
	content: "Non";
	font-size: 14px;
	right: -35px;
	bottom: 3px;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

input:checked+.slider:after {
	content: "Oui";
}

/* Rounded sliders */
.slider.round {
	border-radius: 25px;
}

.slider.round:before {
	border-radius: 50%;
}

/***** Fin toggle ******/


/********* Style pour les choix de type button **********/

.radioGroupContainer .radioContainer {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.radioGroupContainer .radioContainer .radioButton {
	width: 20px;
	height: 20px;
	margin: 0;
	margin-right: 5px;
	position: relative;
	cursor: pointer;
}

.radioGroupContainer .radioContainer .form-check-label {
	margin-bottom: 0;
	cursor: pointer;
}

/********* Fin choix Button **********/

/* CSS de la div demande de renseignement qui prend un nom de div Externe commençant par External (sharepoint) */
*[class^="External"] {
	margin: 5px;
}

.hidden {
	display: none;
}

.card-footer.text-muted p {
	margin: 0 !important;
}

.loader {
	display: flex;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	flex-direction: column;
}

.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(43, 160, 199);
	animation: cssload-fold-thecube 2.76s infinite linear both;
	-o-animation: cssload-fold-thecube 2.76s infinite linear both;
	-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
	-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
	-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
	-o-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotateZ(90deg);
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
	-o-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotateZ(180deg);
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
	-o-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotateZ(270deg);
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
	-o-animation-delay: 0.69s;
	-ms-animation-delay: 0.69s;
	-webkit-animation-delay: 0.69s;
	-moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	-moz-animation-delay: 1.04s;
}

h1,
h2,
h3,
h4 {
	font-family: 'Montserrat';
	font-weight: bold;
}

.nav-item {
	color: #EEE !important;
	background-color: #333;
	padding: 5px;
	margin-right: 20px;
}

.nav-item:hover {
	background-color: #25bad0 !important;
}

.active {
	background-color: #25bad0;
}

.nav-link {
	color: #EEE !important;
	font-size: 16px;
	font-family: "Montserrat";
}

.nav-link-profil {
	color: #333 !important;
	font-size: 16px;
	font-family: "Montserrat";
}

.btn-custom {
	color: #EEE;
	background-color: #333;
	border: none !important;
	border-radius: 0%;
}

.btn-custom:hover {
	background-color: #25bad0 !important;
}

.btn-cancel:hover {
	background-color: #C82333 !important;
	color: #EEE !important;
}

.blue-icons,
.delete-icons {
	color: #25bad0;
}

.request-block {
	background-color: #f4f4f4;
	/*width: 100vw;*/
	padding: 2rem 2vh;
	/*margin-right: 0 !important;*/
}

.demande-table {
	margin: 0 2vh;
}

.body-content {
	margin: auto;
	margin-bottom: 50px;
}

.logoClient {
	/* width: 100%; */
	height: 7rem;
}

.logoClientSm {
	display: none;
}

.logoClientContainer {
	max-width: 75%;
	/* width: 300px; */
}

.separateur {
	width: 50vw;
	margin: auto;
	color: #aaa;
	margin-bottom: 1rem;
	margin-top: -1rem;
}

@keyframes cssload-fold-thecube {

	0%,
	10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {

	0%,
	10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {

	0%,
	10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {

	0%,
	10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {

	0%,
	10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}

	90%,
	100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

#fcAvatar {
	background: url('/public/img/fcavatar.png') left center no-repeat;
	background-size: auto;
	background-size: 40px;
	padding: 15px 0 15px 50px;
	margin-right: 10px;
}

/* JJ */
.logoContainer {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.logoContainer .logo {
	/* width: 100%;*/
	height: auto;
	max-width: 273px;
	max-height: 85px;
}

.table-demandes * {
	border: none !important;
}

.table-demandes thead {
	background-color: #AAA;
}

.table-demandes tbody tr:nth-child(2n+1) {
	background-color: #DDD;
}

.tuiles-demandes {
	border-radius: 10px;
	margin-top: 1rem;
	display: none;
	background-color: #DDD;
	padding: 20px 0;
}

.tuile {
	background-color: #FAFAFA;
	margin: auto;
	margin-bottom: 1rem;
	grid-row: inherit;
	width: 80%;
	padding: 5px;
}

.tuile:last-child {
	margin-bottom: 0;
}



/* JJ Multiselect */
.multiselect-container{
  width: 100%;
}
.multiselect-native-select .btn-group{
 display:block;
}
.multiselect-selected-text{
  text-align: start;
  width: 100%;
  display: block;
  color: rgb(53 53 53);
  font-size: 1rem;
}
.multiselect-container .multiselect-all .form-check-label{
  font-weight: 400 !important;
}

/************ JJ File input css *************/
.fileInputContainer {
	margin-left: 0;
	margin-right: 0;
	align-items: center;
}
/********************************************/


@media screen and (max-width: 768px) {
	.active {
		border-bottom: 1px solid #333;
	}

	.active:last-child {
		border-bottom: none;
	}

	.table-demandes {
		display: none;
	}

	.tuiles-demandes {
		display: block;
	}

	.page-header {
		font-size: 28px;
	}
}

@media screen and (max-width: 616px) {

	.logoClientLg {
		display: none;
	}

	.logoClientSm {
		display: block;
	}
}