.btn-else:disabled,
button[disabled] {
	padding: 18px 40px;
	border-radius: 50px;
	background-color: #5e6161;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	color: #fff;
	font-size: 18px;
	line-height: 115%;
	font-weight: 500;
}

.iconebg.gris {
	background-color: #eff2f5;
}

.heading-form-2 {
	margin-top: 0px;
	font-size: 32px;
}

.heading-form-3 {
	margin-top: 0px;
	color: #3b4555;
}

/* TTsj CSS code 13 décembre 2021 */

.box-total {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 15px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	text-decoration: none;
}

.total {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 25px;
	line-height: 16px;
}

.total.jaune {
	color: #de8500;
}

.locker {
	width: 40px;
	height: 40px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.locker:active {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.heading-6 {
	margin-top: 0px;
}

.heading-6.rouge {
	color: #f55051;
}

.heading-6.jaune {
	color: #de8500;
}

.image-28 {
	display: inline-block;
}

.text-span-18 {
	padding-left: 5px;
	font-style: italic;
	font-weight: 500;
}

.text-block-19 {
	padding-top: 0px;
}

.text-block-19-copy {
	padding-top: 0px;
	padding-left: 10px;
}

.joindre-un-fichier {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 100%;
	height: 39px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border-style: solid;
	border-width: 1.5px;
	border-color: #eff2f5;
	border-radius: 10px;
	background-color: #f7f8fa;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	color: #b0b7c3;
	font-size: 12px;
	mix-blend-mode: normal;
}

.joindre-un-fichier:hover {
	border-color: #01e8ea;
	mix-blend-mode: normal;
}

.joindre-un-fichier:active {
	border-color: #01e8ea;
}

.joindre-un-fichier:focus {
	border-color: #01e8ea;
}

.joindre-un-fichier.w--open {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.div-block-24 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.select-field-competence {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 100%;
	height: 39px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	border-style: solid;
	border-width: 1.5px;
	border-color: #eff2f5;
	border-radius: 10px;
	background-color: #f7f8fa;
	-webkit-transition: all 200ms ease, -webkit-transform 200ms ease;
	transition: all 200ms ease, -webkit-transform 200ms ease;
	transition: all 200ms ease, transform 200ms ease;
	transition: all 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
	color: #000;
	font-size: 12px;
	mix-blend-mode: normal;
}

.select-field-competence:hover {
	border-color: #01e8ea;
	mix-blend-mode: normal;
}

.select-field-competence:active {
	border-color: #01e8ea;
}

.select-field-competence:focus {
	border-color: #01e8ea;
}

.select-field-competence.w--open {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.multiselect-tag {
	background: #01e8ea;
}

.bouton-publier-evaluation {
	display: inline-block;
	margin-top: 15px;
	padding: 14px 26px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(176, 183, 195, 0.4);
	border-radius: 20px;
	background-color: #eff2f5;
	box-shadow: 2px 2px 20px -17px #2e3c54;
	opacity: 0.8;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #b0b7c3;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}

.bouton-publier-evaluation:hover {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bouton-publier-evaluation.w--current {
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(176, 183, 195, 0.4);
	background-color: #eff2f5;
	background-image: none;
	opacity: 1;
	color: #b0b7c3;
}

.column-droite-copyentre {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0px;
	padding-left: 7.5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.bouton-enregistrer {
	margin-top: 15px;
	padding: 14px 26px;
	border-radius: 20px;
	background-color: #01e8ea;
	background-image: linear-gradient(49deg, #01e8ea, #04c4ea);
	box-shadow: 2px 2px 20px -17px #2e3c54;
	opacity: 0.8;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}

.bouton-enregistrer:hover {
	opacity: 1;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.bouton-enregistrer.w--current {
	width: auto;
}


.tabs-menu-2 {
	margin-top: 15px;
}

.tab-evaluations {
	display: inline-block;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #b0b7c3;
	border-radius: 20px;
	background-color: #eff2f5;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #b0b7c3;
}

.tab-evaluations:hover {
	border-color: #01e8ea;
	background-color: #01e8ea;
	color: #fff;
}

.tab-evaluations.w--current {
	border-color: #01e8ea;
	background-color: #01e8ea;
	background-image: linear-gradient(106deg, #01e8ea, #04c4ea);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.08);
	color: #fff;
}


.tab-groupe-evaluations {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 20px;
	background-color: #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	line-height: 14px;
}

.tab-groupe-evaluations:hover {
	border-color: #01e8ea;
}

.tab-groupe-evaluations.w--current {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: #01e8ea;
	background-color: #fff;
}

.tabs-menu-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}

.text-span-16 {
	color: #748892;
	font-size: 13px;
	font-weight: 400;
}

.text-span-17 {
	opacity: 0.8;
	color: #748892;
	font-size: 13px;
	line-height: 12px;
	font-weight: 400;
}



.competence-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 38px;
	height: 31px;
	margin-right: 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	background-color: rgba(143, 146, 161, 0.2);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	color: #8f92a1;
}

.competence-2:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.vue-ensemble {
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: normal;
}

.form-4.up {
	margin-top: 10px;
}

.select-field-gray.nospage.space.large.blue {
	background-color: hsla(0, 0%, 100%, 0);
	color: #fff;
	font-size: 14px;
	height: 42px;
}

.select-field-gray.nospage.space.large.lack {
	background: #f7f8fa;
	font-size: 14px;
	height: 42px;
}

.select-field-gray.nospage.space.large.blue:focus {
	border-color: #fff;
	background-color: hsla(0, 0%, 100%, 0);
	color: #fff;
}

.select-field-gray.nospage.space.large.blue::-webkit-input-placeholder {
	color: #fff;
}

.select-field-gray.nospage.space.large.blue:-ms-input-placeholder {
	color: #fff;
}

.select-field-gray.nospage.space.large.blue::-ms-input-placeholder {
	color: #fff;
}

.select-field-gray.nospage.space.large.blue::placeholder {
	color: #fff;
}

.select-field-gray.nospage.space.large.blue.menuderoulant {
	-webkit-transition: all 200ms ease, -webkit-transform 200ms ease;
	transition: all 200ms ease, -webkit-transform 200ms ease;
	transition: all 200ms ease, transform 200ms ease;
	transition: all 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.select-field-gray.nospage.space.large.blue.menuderoulant:focus {
	background-color: #fff;
	color: #01e8ea;
}

/* StartEvaluation Css*/
.image-27 {
	margin-left: 5px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	border-radius: 20px;
}

#w-node-_8d8d3b8a-8b41-667e-80c1-91d2aff132b4-304c3a99 {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-ms-grid-column-align: stretch;
	justify-self: stretch;
}

#w-node-eabdb6fd-1e5b-74c8-8d37-c99a98bdc607-304c3a99 {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
}

#w-node-_836e5dc1-8a0b-dc98-e55e-b33d51cf4f39-e2f5b8a2 {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
}

.header-suivi {
	justify-items: end;
	-ms-grid-columns: auto 1fr 0.5fr;
	grid-template-columns: auto 1fr 0.5fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

#w-node-_836e5dc1-8a0b-dc98-e55e-b33d51cf4f3b-e2f5b8a2 {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-grid-column-align: start;
	justify-self: start;
}

.text-block-competence {
	padding: 8px 15px 0px;
	line-height: 14px;
}

.commentaireblock {
	display: block;
	margin-bottom: 5px;
	padding-top: 5%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 1;
	color: #fff;
}

.form-7 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}

.selectfieldcomments {
	display: block;
	overflow: visible;
	width: 100%;
	height: 39px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	border-style: solid;
	border-width: 1.5px;
	border-color: #fff;
	border-radius: 10px;
	background-color: #01e8ea;
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
	color: #fff;
	font-size: 12px;
	mix-blend-mode: normal;
}

.selectfieldcomments:hover {
	border-color: #fff;
	background-color: #01e8ea;
	color: #b0b7c3;
	mix-blend-mode: normal;
}

.selectfieldcomments:active {
	border-color: #fff;
}

.selectfieldcomments:focus {
	border-color: #fff;
	color: #fff;
}

.selectfieldcomments::-webkit-input-placeholder {
	color: #fff;
}

.selectfieldcomments:-ms-input-placeholder {
	color: #fff;
}

.selectfieldcomments::-ms-input-placeholder {
	color: #fff;
}

.selectfieldcomments::placeholder {
	color: #fff;
}

.selectfieldcomments.w--open {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.form-grille {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100.000116%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -16px;
}

#w-node-_61308ce0-2509-0389-5655-ae5a2ef58a97-304c3a99 {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-ms-grid-column-align: stretch;
	justify-self: stretch;
}

#w-node-d05073e3-2a67-f618-6208-7f19cade32b8-e2f5b8a2 {
	-ms-grid-column-align: end;
	justify-self: end;
}

/* Competence Eleve */

.retour {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	text-decoration: none;
}

.evaluation-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding: 15px 0px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 0px none #eff2f5;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 13px;
	text-align: left;
}

#w-node-b2791f81-9414-a2fe-3637-9f65b1aab7c9-a0e5b30f {
	-ms-grid-column-align: center;
	justify-self: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
}

#w-node-_6eedf69e-0b10-6b82-2973-4a8b5a79d23b-a0e5b30f {
	-ms-grid-column-align: stretch;
	justify-self: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

html {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

/*
.w-button{display:inline-block}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
input[type='search'] {
	-webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

*/