.blinkTxt {
	animation: blinker 1.5s linear;
	animation-iteration-count: 3;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.disabled{
	cursor: not-allowed;
}
.tabTr:not(.noSelect):hover{
	background-color : #eee !important;
	cursor: pointer;
	transform: scale(1.01);
}
.viewPdf{
	cursor: zoom-in;
}
.hideTr{
	display: none !important;
}
.searchSQLBox{
	border: 1px solid #d4d4d4;
	background-color: #f1f1f1;
	padding : 8px;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: 1000;
	border-radius: 0.3rem;
	width: 100%;
	display: none;
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.selectSql{
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
}
.selectSql:hover{
	background-color: #fff;
}
.text-xs.more{
	font-size: 1em;
}
.sendFile:disabled {
	cursor:	not-allowed;
}
.icnTab{
	font-size: 1.5em;
}
#noDoc{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	z-index: 1000;
	text-align: center;
	font-size: 1.5em;
	display: none;
}
.extractBudget:hover, .extractStat:hover{
	cursor: pointer;
	background-color: #e9ecef !important;
}
.inNum:invalid{
	border-color: #ff7c6e;
}
@charset "UTF-8";
/****************************
* TYPOGRAPHIE
****************************/
/*-------- Roboto ---------*/
@font-face {
	font-family: Roboto;
	src: url(../assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
	font-weight: 400;
}
@font-face {
	font-family: Roboto;
	src: url(../assets/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
	font-weight: 500;
}
/*-------- Spartan ---------*/
@font-face {
	font-family: Spartan;
	src: url(../assets/fonts/Spartan/Spartan-SemiBold.ttf) format("truetype");
	font-weight: 600;
}
@font-face {
	font-family: Spartan;
	src: url(../assets/fonts/Spartan/Spartan-Bold.ttf) format("truetype");
	font-weight: 700;
}
/****************************
* CSS GLOBAL
****************************/
* {
	outline: none;
}

::selection {
	background-color: #ffeed7;
}

body {
	font-family: Roboto, arial, sans-serif;
}

input {
	border: none;
}

a:hover {
	text-decoration: none;
}
a:hover.orange {
	color: #f39102;
}

/*-------- TITRES ---------*/
h1 {
	font-family: Spartan, Roboto, arial, sans-serif;
	font-weight: 700;
}

h2 {
	font-family: Spartan, Roboto, arial, sans-serif;
	font-weight: 600;
}

h3 {
	font-family: Spartan, Roboto, arial, sans-serif;
	font-weight: 600;
}

h4 {
	font-family: Spartan, Roboto, arial, sans-serif;
	font-weight: 600;
}

h5 {
	font-family: Spartan, Roboto, arial, sans-serif;
	font-weight: 600;
}

h6 {
	font-family: Spartan, Roboto, arial, sans-serif;
	font-weight: 600;
}

#tchat header h3, .popup .content header h3 {
	text-align: center;
	font-size: 23px;
	line-height: 100%;
	margin-bottom: 0;
}

/*-------- fin TITRES ---------*/
/****************************
* CLASSES GLOBALES
****************************/
/*-------- couleurs ---------*/
.grey {
	color: #8f8f8f;
}

.lightGrey {
	color: #c2c2c2;
}

.orange {
	color: #f39102;
}

/*-------- gradient ---------*/
.bg-light {
	background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

/*-------- typo ---------*/
.littleText {
	font-size: 0.8em;
}

/*-------- autre ---------*/
.scroll-y {
	overflow-y: auto;
}

.pdfViewer {
	min-height: 500px;
	height: 60vh;
}

/****************************
* SECTIONS
****************************/
.body {
	min-height: 100vh;
}
@media (min-width: 1200px) {
	.body {
	width: 50%;
	}
	.body::after {
	content: "";
	height: 100%;
	width: 50%;
	background: 45% 10%/230px url(../assets/img/evaneo-deco.png), center/cover url(../assets/img/photo-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	}
}
.body main,
.body header {
	width: 70%;
	margin: 0 auto;
}
.body footer a {
	background-color: #f5f5f5;
	display: block;
	color: darkgray;
	text-align: center;
	padding: 20px;
}

/*-------- formulaire ---------*/
form [type=submit] {
	margin: 50px 0 20px;
}
form [type=submit]:disabled {
	background-color: gainsboro;
	color: #8f8f8f;
	cursor: not-allowed;
}
form .after {
	display: none;
}
form .inputPin {
	border: 1px solid gainsboro;
	width: 100%;
	height: 120px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	appearance: textfield;
	-moz-appearance: textfield;
	/*pour firefox*/
}
form .inputPin:disabled {
	background: center/30% url(../assets/img/icons/lock.svg), linear-gradient(#f5f5f5, #f5f5f5);
	background-repeat: no-repeat;
	cursor: not-allowed;
}
form .inputPin::-webkit-outer-spin-button, form .inputPin::-webkit-inner-spin-button {
	appearance: none;
	/*pour chrome*/
	-webkit-appearance: none;
	/*pour safari*/
}
form .inputPin:focus {
	background: white;
	border: 2px solid #f39102;
}
form .inputPin:focus + .after {
	display: block;
	position: absolute;
	bottom: 25px;
	height: 2px;
	width: 35%;
	left: calc(65% / 2);
	background-color: #f39102;
}

/*-------- fin formulaire ---------*/
/*-------- Espace formateur .teacherSpace ---------*/
.teacherSpace {
	padding: 50px;
	min-height: 100%;
}
.teacherSpace h1 {
	font-size: 25px;
}
.teacherSpace .infoDescription {
	cursor: text !important;
}
.teacherSpace .infoDescription h4 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

/*-------- fin	Espace formateur .teacherSpace ---------*/
/********************************
* COMPOSANTS
*********************************/
#logo {
	max-height: 60px;
	width: auto;
}

/********************************
* MENU EN SIDEBAR
*********************************/
.withSideMenu {
	padding-left: 300px;
	min-height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.withSideMenu {
	padding-left: 200px;
	}
}
.withSideMenu #sideMenu {
	min-height: 100vh;
	background: white;
	width: 300px;
	color: #9f9f9f;
	padding: 20px 0 30px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.withSideMenu #sideMenu {
	width: 200px;
	}
}
.withSideMenu #sideMenu #logo {
	margin-left: 30px;
}
.withSideMenu #sideMenu h3 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 25px;
	padding-left: 15px;
}
.withSideMenu #sideMenu ul {
	list-style: none;
	padding-left: 0;
}
.withSideMenu #sideMenu ul li a {
	position: relative;
	display: flex;
	align-items: center;
	color: currentColor;
	padding: 20px 30px;
}
.withSideMenu #sideMenu ul li a.active {
	color: #f39102;
}
.withSideMenu #sideMenu ul li a.active::before {
	content: "";
	height: 80%;
	width: 3px;
	border-radius: 5px;
	background-color: #f39102;
	position: absolute;
	left: 0;
}
.withSideMenu #sideMenu ul li a:hover {
	background-color: #f5f5f5;
}
.withSideMenu #sideMenu ul li a svg {
	margin-right: 10px;
	height: 24px;
}
.withSideMenu #topMenu {
	background-color: white;
	box-shadow: 0px 6px 19px #f5f5f5;
	position: sticky;
	top: 0;
	z-index: 998;
	height: 60px;
}
.withSideMenu #topMenu .formation {
	font-size: 13px;
}
.withSideMenu #topMenu .formation svg {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}
.withSideMenu #topMenu .user {
	font-size: 13px;
}
.withSideMenu #topMenu .user img {
	height: 40px;
	width: 40px;
	background-color: #f5f5f5;
	border-radius: 100%;
	margin-right: 20px;
}
.withSideMenu #topMenu .user h6 {
	font-size: 1em;
	margin: 0;
}
.withSideMenu #topMenu .user p {
	font-size: 0.8em;
	margin: 0;
}

/********************************
* BOUTONS et LIENS
*********************************/
.btn {
	padding: 10px 20px;
	border-radius: 4px;
	width: 100%;
	transition: transform 0.3s ease;
}
.btn:focus, .btn.focus {
	box-shadow: none;
}
.btn.btn-orange {
	color: white;
	background-color: #f39102;
}
.btn.btn-orange.btn-reverse {
	background-color: white;
	color: #f39102;
	border: 2px solid #f39102;
}
.btn:hover:not(:disabled, .dropdown-toggle) {
	transform: translateY(-5px);
}

.hyperlink {
	display: flex;
	align-items: center;
}
.hyperlink.grey {
	color: #b5b5b5;
}
.hyperlink svg {
	margin-left: 20px;
	height: 25px;
}

/********************************
* CARTES .cardFile, .infosCard
*********************************/
.cardFile {
	background-color: white;
	box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: relative;
	padding: 30px 20px 20px;
	height: 100%;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cardFileHome {
	background-color: white;
	box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: relative;
	padding: 30px 20px 20px;
	height: 100%;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cardFileHome2 {
	background-color: white;
	box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: relative;
	padding: 15px 20px 15px;
	height: 100%;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1700px) {
	.cardFile {
	padding: 40px 20px 20px;
	}
}
.cardFile:not(.disabled):hover {
	transform: translateY(-10px);
	box-shadow: 0px 17px 20px rgba(0, 0, 0, 0.1);
}
.cardFileHome:not(.disabled):hover {
	transform: translateY(-10px);
	box-shadow: 0px 17px 20px rgba(0, 0, 0, 0.1);
}
.cardFileHome2:not(.disabled):hover {
	transform: translateY(-10px);
	box-shadow: 0px 17px 20px rgba(0, 0, 0, 0.1);
}
.cardFile.disabled {
	box-shadow: none;
	border: 1px solid gainsboro;
	background-color: transparent;
	color: darkgray;
}
.cardFileHome.disabled, .cardFileHome2.disabled {
	box-shadow: none;
	border: 1px solid gainsboro;
	background-color: transparent;
	color: darkgray;
}
.cardFile.disabled .icon {
	opacity: 0.3;
}
.cardFile .history {
	position: absolute;
	right: 20px;
	top: 20px;
	opacity: 0.7;
}
.cardFile >.warningRead {
	position: absolute;
	left: 5px;
	top: 15px;
	opacity: 0.7;
}
.cardFile .icon {
	height: 48px;
	width: 48px;
	object-fit: contain;
}
.cardFile h3 {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 170%;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 90px;
}
.cardFileHome h3 {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 170%;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 40px;
}
.cardFileHome2 h3 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 170%;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cardFileHome h2 {
	margin-bottom: 40px;
}
@media (min-width: 1700px) {
	.cardFile h3 {
	margin-top: 20px;
	margin-bottom: 90px;
	}
}

.infosCard {
	background-color: white;
	border: 1px solid #f5f5f5;
	border-radius: 15px;
	padding: 30px 20px;
}
.infosCard h6 {
	margin: 0;
	color: #9f9f9f;
	font-size: 12px;
}
.infosCard h6:not(:first-child) {
	margin-top: 20px;
}
.infosCard strong {
	text-transform: uppercase;
}

/********************************
* FIL D'ARIANNE
*********************************/
.breadcrumb {
	background: none;
	padding: 0;
	color: #9f9f9f;
}
.breadcrumb svg {
	height: 15px;
	width: 15px;
	margin-top: -2px;
}
.breadcrumb li:not(:last-of-type) {
	color: #f39102;
}
.breadcrumb li:not(:last-of-type)::after {
	content: "/";
	margin: 0 10px;
}
.breadcrumb li:not(:last-of-type) a {
	color: currentColor;
}

/********************************
* POPUP
*********************************/
.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	padding-top: 2%;
	/*align-items: center;*/
}
.popup .content {
	max-height: 55vh;
	width: 60%;
	max-width: 700px;
	background-color: white;
	border-radius: 15px;
	padding: 40px 20px 20px;
	position: relative;
	/*-------- DROPDOWN LIST ---------*/
	/*-------- DRAG&DROP ---------*/
	/*-------- LISTE TELECHARGEMENT ---------*/
	/*-------- TABLEAU ---------*/
}
.popup .content header p {
	font-size: 0.8em;
}
.popup .content header.inlineHeader {
	display: flex;
	margin: -15px -20px 0;
	padding: 0 20px 20px;
}
.popup .content .header p {
	font-weight: 500;
}
.popup .content img.closePopup {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.popup .content img[src*=file], .popup .content img[src*=check], .popup .content img[src*=cross] {
	width: 25px;
}
.popup .content img[src*=download] {
	opacity: 0.45;
	cursor: pointer;
}
.popup .content ul {
	max-height: 50vh;
}
.popup .content .dropdown {
	max-width: 80%;
	margin: auto;
}
.popup .content .dropdown button {
	outline: none;
	border: 1px solid #f5f5f5;
	background-color: white;
	color: #9f9f9f;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: border-color 0.3s ease;
}
.popup .content .dropdown button:hover, .popup .content .dropdown button[aria-expanded=true] {
	border-color: orange;
	box-shadow: none;
}
.popup .content .dropdown button:focus {
	box-shadow: none;
}
.popup .content .dropdown button::after {
	border: none;
	height: 8px;
	width: 8px;
	border-left: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	transform-origin: center;
	transform: rotate(-45deg);
	transition: all 0.3s ease;
}
.popup .content .dropdown button[aria-expanded=true]::after {
	border-color: orange;
	transform: rotate(135deg);
}
.popup .content .dropdown .dropdown-menu {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #f5f5f5;
}
.popup .content .dropdown .dropdown-menu a {
	padding: 5px 10px;
	border-radius: 4px;
	transition: background-color 0.2s ease;
	cursor: pointer;
}
.popup .content .dropdown .dropdown-menu a:hover {
	color: #f39102;
	background-color: #ffeed7;
}
.popup .content .drop {
	background: #ffeed7;
	border: 1px dashed #f39102;
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	transition: border-width 0.1s linear;
}
.popup .content .drop::after {
	content: none;
}
.popup .content .drop.over {
	border-width: 3px;
}
.popup .content .drop img {
	height: 60px;
}
.popup .content .drop input {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.popup .content .fileList::before {
	/*content: "Fichier téléchargé";*/
	color: #9f9f9f;
}
.popup .content .fileList .loading {
	height: 5px;
	border-radius: 5px;
	background-color: #ffeed7;
	position: relative;
}
.popup .content .fileList .loading .loadingAnimate {
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 0%;
	border-radius: 5px;
	background-color: #f39102;
}
.popup .content .table li {
	display: flex;
}
.popup .content .table li h5 {
	font-weight: 400;
	border: none;
	font-size: 13px;
	width: 33%;
}
.popup .content .table li ul li {
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 0;
}
.popup .content .table li ul li > * {
	width: 33%;
	margin: 0;
}

/********************************
* TCHAT
*********************************/
/*-------- BOUTON ---------*/
#tchatBtn {
	background: #f39102;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 5px 10px rgba(243, 145, 2, 0.4);
	cursor: pointer;
	transition: transform 0.3s ease;
	position: relative;
}
#logout {
	cursor: pointer;
	transition: transform 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#tchatBtn {
	height: 50px;
	width: 50px;
	}
}
#tchatBtn img {
	height: 30px;
	width: 30px;
}
#tchatBtn:hover{
	transform: rotate(25deg);
}
#logout:hover {
	transform: rotate(-25deg);
}
#tchatBtn.notif::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: #46bfa5;
	border-radius: 100%;
	top: 2px;
	left: 2px;
}

/*-------- Espace conversation ---------*/
#tchat {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: white;
	height: calc(100vh - 60px);
	width: 500px;
	transform: translateX(100%);
	transform-origin: right;
	transition: transform 0.4s ease;
}
#tchat.open {
	transform: translateX(0);
}
#tchat header {
	position: relative;
	padding: 30px 25px 25px;
	border-bottom: 1px solid #f5f5f5;
}
#tchat header img {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
#tchat #messages {
	padding: 30px;
	display: flex;
	flex-direction: column;
	height: 90%;
	overflow-y: auto;
	margin: 0;
}
#tchat #messages li {
	width: 70%;
	margin-bottom: 30px;
}
#tchat #messages li small {
	font-size: 12px;
}
#tchat #messages li p {
	background: #f5f5f5;
	padding: 10px;
	border-radius: 10px;
	margin: 5px 0;
}
#tchat #messages li.other {
	align-self: flex-end;
}
#tchat #messages li.other p {
	background: rgba(243, 145, 2, 0.1);
}
#tchat form {
	background: #f5f5f5;
	padding: 30px;
}
#tchat form div {
	display: flex;
	background-color: white;
	padding: 10px;
	border-radius: 50px;
}
#tchat form div textarea {
	background-color: transparent;
	border: none;
	width: 90%;
}
#tchat form div textarea::placeholder {
	color: #9f9f9f;
}
#tchat form div button {
	border: none;
	background-color: #f39102;
	padding: 7px 30px;
	border-radius: 50px;
}
#tchat form div button img {
	width: 20px;
}

/********************************
* TEXTE notification dans bloc
*********************************/
.notif {
	position: absolute;
	font-size: 12px;
	color: #9f9f9f;
	background-color: #e8e8e8;
	padding: 2px 10px;
	border-radius: 5px;
}
.notif.right {
	right: 20px;
}
.notif.bottom {
	bottom: 20px;
}
.notif.center {
	left: 50%;
	transform: translateX(-50%);
}
.notif.warning {
	color: #f39102;
	background-color: #ffeed7;
}
.notif.good {
	color: #46bfa5;
	background-color: #edf9f6;
}
.notif.error {
	color: #ff7060;
	background-color: #fff0ef;
}
@font-face {
	font-family: 'Gloria Hallelujah';
	src: url('../_dist/webfonts/GloriaHallelujah-Regular.ttf');
}
.handTitre{
	font-family: 'Gloria Hallelujah';
	letter-spacing: 2px;
}
.formFamille{
	cursor: pointer;
	height: 100px;
	color: #666;
	text-align: center;
}
.formFamille:hover{
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8) !important;
	color: #333;
	font-size: 1.5rem;
}

.catEngin{
	cursor: pointer;
	height: 200px;
	color: #666;
}
.catEnginImg{
	max-height: 130px;
	filter: grayscale(1);

}
.catEnginTitre{
	font-size: 1rem;
} 
.catEngin:hover{
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8) !important;
	color: #333;
}
.catEngin:hover > .col > .row > .catEnginTitre{
	font-size: 2rem;
} 
.catEngin:hover > div > .catEnginImg{
	transform: scale(1.1);
	filter: grayscale(0);
}
#agenceSelect{
	display: none;
}
.suppAgence:hover{
	transform: scale(1.5);
	cursor: pointer;
}
.tarifForm{
	background-color: transparent;
	font-size: 1.5rem;
	font-weight: 800;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: dotted;
	border-radius: 0;
}
.tarifBox{
	display: none;
}
.switchBtn:hover, .toggleBtn:hover{
	transform: scale(1.5);
	cursor: pointer;
}
.errorForm{
	background-color: rgba(255, 114, 99, 0.1);
	border-color: rgb(255, 114, 99);
}
/*# sourceMappingURL=style.css.map */
