body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #eee;
	line-height: 1.7em;
}

/********************************
*
*	Styles communs
*
*********************************/

.bouton_link {
	display: inline-block;
	color: #444;
	background-color: #f5f5f5;
	background: linear-gradient(#f5f5f5, #e1e1e1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 3em;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	transition: all 0.3s, visibility 0s;
	border-radius: 2px;
	margin-bottom: 3px;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}

.bouton_link:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	transition: all 0.0s;
	color: #222;
	background-color: #f8f8f8;
	background: linear-gradient(#fefefe, #e1e1e1);
	border: 1px solid #c6c6c6;
}

.infobulle {
	position: relative;
	cursor: help;
}

.infobulle_txt {
	display: none;
	position: absolute;
	left: 0;
	bottom: 120%;
	width: 220px;
	padding: 8px 10px;
	background: #222C;
	color: white;
	border-radius: 6px;
	font-size: 12px;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 2px 2px 5px #0008;
}

.infobulle:hover .infobulle_txt {
	display: block;
}

.table_excel {
	border-collapse: collapse;
	font-size: 14px;
	margin: 0 10px 15px 0;
	background-color: #fff;
	outline: 1px solid #0005;
	outline-offset: -1px;
}

.table_excel tr:hover {
	background-color: #effbff;
}

.table_excel th,
.table_excel td {
	padding: 0 6px;
	line-height: 2em;
	vertical-align: top;
}

.table_excel th {
	border: 1px #ababab solid;
	color: #217346;
	background-color: #e1e1e1;
	text-align: center;
	font-weight: normal;
}

.table_excel td {
	border: 1px #d4d4d4 solid;
}

.table_excel a {
	text-decoration: none;
	display: block;
}

.table_excel a:hover {
	text-decoration: underline;
}

/********************************
*
*	Page d'accueil
*
*********************************/
#ind_accueil {
	width: 100%;
	height: 100vh;
	background-image: url(../img/logo_astre.avif);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #01172f;
}

#ind_options {
	display: flex;
	color: #fff;
	bottom: 5vh;
	position: absolute;
	font-size: 2vw;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
}

#ind_postuler,
#ind_candidats {
	color: #fff;
}

#ind_postuler::before,
#ind_candidats::before {
	mask-image: url(/css/icons/edit_square.svg);
	width: 4vw;
	height: 4vw;
	background-color: #fff;
	content: "";
	display: inline-block;
	mask-size: contain;
	mask-repeat: no-repeat;
	margin-right: 1vw;
	mask-position: center;
	vertical-align: middle;
}

#ind_candidats::before {
	mask-image: url(/css/icons/article_person.svg);
}

/********************************
*
*	Gestion des candidats
*
*********************************/
.score_0::before,
.score_10::before,
.score_20::before,
.score_30::before,
.score_40::before {
	content: "";
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 6px;
	margin: 0 10px 0 5px;
	outline: 1px inset #000A;
	outline-offset: -1px;
}

.score_0::before {
	background-color: #AAA;
}

.score_10::before {
	background-color: #F00;
}

.score_20::before {
	background-color: #FA0;
}

.score_30::before {
	background-color: #00F;
}

.score_40::before {
	background-color: #0F0;
}

.notes {
	mask-image: url(/css/icons/chat_info.svg);
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background-color: #333;
	content: "";
	display: inline-block;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	vertical-align: middle;
}

.infocv::after {
	mask-image: url(/css/icons/article_person.svg);
	width: 20px;
	height: 20px;
	background-color: #aaa;
	content: "";
	display: inline-block;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	vertical-align: middle;
}

.tables_candidat {
	display: inline-block;
	vertical-align: text-top;
	max-width: 670px;
}

.mini_select {
	border: none;
	outline: none;
	min-width: 100px;
	background: none;
	width: 100%;
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
}

#cv_icone {
	height: 60px;
	width: auto;
	margin: 10px 0 0 5px;
	cursor: zoom-in;
}

#iframe_cv {
	vertical-align: text-top;
	background-color: #fff;
	border: 1px solid #CCC;
	width: 900px;
	height: 600px;
	box-sizing: border-box;
}

#notes_internes {
	width: 400px;
	height: 150px;
	font-family: arial;
	font-size: 14px;
	color: #333;
	background: none;
	border: none;
	margin: 0;
	box-sizing: border-box;
	padding: 6px;
	resize: none;
}

#notes_internes:focus {
	outline: 1px solid #6AF;
	background-color: #effbff;
}

#iframe_cv_zoom {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 8px;
	border-radius: 8px;
	margin: 10px 0 0 -695px;
	cursor: pointer;
}

#iframe_cv_zoom::after {
	mask-image: url(/css/icons/fullscreen.svg);
	width: 25px;
	height: 25px;
	background-color: #333;
	content: "";
	display: inline-block;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	vertical-align: middle;
}

#echanges {
	line-height: normal;
	max-height: 600px;
	overflow: auto;
	font-size: 12px;
	color: #555;
	padding: 1em;
}

/********************************
*
*	Mail box
*
*********************************/
#mailbox_table {
	line-height: normal;
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px;
}

#mailbox_table td {
	border: 1px solid #ccc;
	padding: 3px 6px;
	color: #333;
}

#mailbox_send {
	background-color: #f2f2f2;
	width: 50px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	transition: 300ms;
}

#mailbox_send:hover {
	background-color: #effbff;
}

#mailbox_send::before {
	mask-image: url(/css/icons/send.svg);
	width: 25px;
	height: 25px;
	background-color: #333;
	content: "";
	display: inline-block;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	vertical-align: middle;
}

td#mailbox_body {
	padding: 0;
	border: none;
}

#mailbox_textarea {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	resize: none;
}

/********************************
*
*	Animation de loading
*
*********************************/

.loader {
	width: 50px;
	position: fixed;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
	aspect-ratio: 1;
	border-radius: 50%;
	border: 10px solid rgb(255, 196, 0);
	animation:
		l20-1 0.8s infinite linear alternate,
		l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
	0% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
	}

	12.5% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
	}

	25% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
	}

	50% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
	}

	62.5% {
		clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
	}

	75% {
		clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
	}

	100% {
		clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
	}
}

@keyframes l20-2 {
	0% {
		transform: scaleY(1) rotate(0deg)
	}

	49.99% {
		transform: scaleY(1) rotate(135deg)
	}

	50% {
		transform: scaleY(-1) rotate(0deg)
	}

	100% {
		transform: scaleY(-1) rotate(-135deg)
	}
}