/* Widget Meteo */
.klesia-title-choice a.selected-title  {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	color: #584446;
}

.klesia-title-choice a + a {
    margin-left: 40px;
}

.klesia-status-container {
	padding-left: 0;
	padding-right: 0;
}


*::-ms-thumb , .klesia-home-course-footer { /* Edge */
	left: -20px;
}

/* End Widget Meteo */


/* kle_widget_ressources */

.kle_widget_ressources .parcours-conditions {
	display: grid;
	grid-template-columns: 70% 1fr;
}

.kle_widget_ressources .parcours-conditions > div {
	text-align: right;
}

.kle_widget_ressources .parcours-conditions > div > a {
	font-weight: bold;
}

@media (max-width: 1280px) {
	.home-more-news .kle_widget_ressources .card-mode .klesia-course-preview:nth-child(n+3)
	{
		margin-top: initial;
		margin-bottom: 20px;
	}

	.home-more-news .kle_widget_ressources .card-mode {
		justify-content: space-between !important;
	}

	
}

/* End kle_widget_ressources*/
/* kle_courses */
#kle_courses div.klesia-course-preview:hover .klesia-preview-hover {
    background-color: rgba(0,0,0,0.4);
}


@media (min-width: 627px) {
	.klesia-course-preview {
		height: 210px !important;
	}

	.klesia-course-preview .image-container {
		height: 210px !important;
	}

	.klesia-course-preview .inner {
		padding: 20px;
		justify-content: center;
	}

	.subject-type {
		margin-bottom: 10px
	}

	h3.kleTrainingName {
		font-size: 18px;
	}

}

#kle_courses .klesia-preview-hover h3 {
	display: none;
}

#kle_courses .klesia-preview-hover p {
	font-size: 14px;
}
/* @media (max-width: 626px) {
	.klesia-course-preview {
		height: 341px !important;
	}

	.klesia-course-preview .image-container {
		height: 341px !important;
	}
} */

/* end kle_courses */
*::-ms-backdrop, .kle-widget-meteo .topic {
	width: 100%;
	text-align: center;
}
/***** highlight-widget *****/
.highlight-widget {
	width: 100%;
	padding-top: 30px;
}

.highlight-widget .card-mode .preview.course-preview .cta-action {
	bottom: 12px;
}

.highlight-widget .card-mode .preview.course-preview img {
    min-height: inherit;
	height: 165px;
	width: 220px;
}

/***** end highlight-widget *****/


/* kle_courses */
#kle_courses div.klesia-course-preview:hover .klesia-preview-hover {
    background-color: rgba(0,0,0,0.4);
}

@media (min-width: 627px) {
	.klesia-course-preview {
		height: 210px !important;
	}

	.klesia-course-preview .image-container {
		height: 210px !important;
	}

	.klesia-course-preview .inner {
		padding: 20px;
		justify-content: center;
	}

	.subject-type {
		margin-bottom: 10px
	}

	h3.kleTrainingName {
		font-size: 18px;
	}

}


#kle_courses .klesia-preview-hover h3 {
	display: none;
}

#kle_courses .klesia-preview-hover p {
	font-size: 14px;
}

/* kle_widget_ressources */

.kle_widget_ressources .parcours-conditions {
	display: grid;
	grid-template-columns: 70% 1fr;
}

.kle_widget_ressources .parcours-conditions > div {
	text-align: right;
}

.kle_widget_ressources .parcours-conditions > div > a {
	font-weight: bold;
}

@media (max-width: 1280px) {
	.home-more-news .kle_widget_ressources .card-mode .klesia-course-preview:nth-child(n+3)
	{
		margin-top: initial;
		margin-bottom: 20px;
	}

	.home-more-news .kle_widget_ressources .card-mode {
		justify-content: space-between !important;
	}

	
}

/* End kle_widget_ressources*/


/* @media (max-width: 626px) {
	.klesia-course-preview {
		height: 341px !important;
	}

	.klesia-course-preview .image-container {
		height: 341px !important;
	}
}*/

/* end kle_courses */
/* Preset Tags *******************/

body, h1, h2, h3, h4, h5 {
	font-family: 'Quicksand', Arial, Verdana, Sans-Serif !important;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 20px;
}

h1:before, h3:before {
	display: none !important;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 20px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 20px;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

.intro-p {
	line-height: 24px;
}

ul {
	list-style-position: inside;
}

.ucar-title-choice {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
}

.ucar-title-choice h2 {
	width: auto;
	margin-bottom: 0;
}

.ucar-title-choice h2 + h2 {
	margin-left: 40px;
}

.ucar-title-choice h2 a {
	font-size: 18px;
}

/* Label / Input Text *******************/

::placeholder {
	font-size: 12px;
}

input[type="text"],
input[type="password"],
input[type="number"] {
	border-radius: 3px;
	padding: -5px 10px !important;
	font-size: 14px !important;
	line-height: 22px !important;
	height: 30px !important;
	box-sizing: border-box;
}

label input[type="text"], 
label input[type="password"], 
label input[type="number"],
label textarea {
	margin-top: 0px;
}

.input-icon input {
	padding-right: 30px !important;
}

.input-icon > a,
.input-icon .fa {
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	bottom: 0;
}

textarea {
	border-radius: 3px;
	padding: 4px 10px !important;
	font-size: 14px !important;
	line-height: 22px !important;
	box-sizing: border-box;
}

/* Call To Action *******************/

.cta-contextual.primary {
	background: #fbc40f;
	background: linear-gradient(90deg, rgba(231,151,54,1) 0%, rgba(251,196,15,1) 100%);
	border-color: #ffffff;
}

.cta-contextual.primary:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.cta-contextual {
	border-color: #2d316e;
	color: #2d316e;
}

.cta-contextual:hover {
	border-color: #3944b7;
	color: #2d316e;
}


.cta-contextual.overlay {
	border-color: #ffffff;
	color: #ffffff;
}

.cta-contextual:active:before,
.cta-contextual.selected:before {
	border-color: transparent;
}


/* Keyword *******************/

.keyword-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.keyword-container .keyword {
	margin: 5px 10px;
}

.keyword {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	border-radius: 4px;
	margin-bottom: 0;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}

.keyword span {
	font-weight: bold;
}

.keyword > span, .keyword input:not(disabled) + span {
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
}

@media (max-width: 768px) {

	.keyword-container {
		justify-content: flex-start;
	}
}

/* Subject Type *******************/

.subject-type {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.subject-type:hover {
	text-decoration: none;
}

.subject-type .icon-container {
	min-width: 45px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 10px;
}

/* Card Mode *******************/

.card-mode {
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
}

*::-ms-backdrop, .card-mode { /* IE11 */
	justify-content: flex-start !important;
}

*::-ms-backdrop, .card-mode .preview { /* IE11 */
	margin: 10px;
}

/* Course Preview *******************/

.ucar-course-preview {
	min-width: 275px;
	max-width: 350px;
	height: 246px;
	border-radius: 2px;
	overflow: hidden;
	text-decoration: none;
}

*::-ms-backdrop, .ucar-course-preview { /* IE11 */
	max-width: 275px;
}

.ucar-course-preview .image-container {
	position: relative;
	overflow: hidden;
	height: 156px;
	z-index: 0;
}

.ucar-course-preview .image-container:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ucar-course-preview .image-container img {
	display: block;
	min-width: 100%;
	max-width: inherit;
	min-height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	/*transform: translate(-50%, -50%);*/
}

.ucar-course-preview .inner {
	display: flex;
	flex-direction: column;
	position: static;
	padding: 12px 15px 20px;
	flex-direction: column;
	justify-content: flex-end;
}

.ucar-course-preview .image-container + .inner {
	padding: 12px 15px 0;
	justify-content: flex-start;
	height: calc(100% - 156px);
}

.ucar-course-preview a {
	text-decoration: none !important;
}

.ucar-course-preview .subject-type {
	position: absolute;
	bottom: 90px;
}

.ucar-course-preview .keyword-container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 30px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 90px;
	width: calc(100% - 40px);
}

.ucar-course-preview .keyword {
	padding: 0 10px;
}

.ucar-course-preview h3 {
	display: block;
	padding-bottom: 5px;
}

.ucar-course-preview .data {
	font-size: 13px;
}

.ucar-course-preview .data i {
	margin-right: 10px;
}

.ucar-course-preview .data span:not(:last-child) {
	margin-right: 20px;
}

/**************************************************/
/* Navigation */ 
/**************************************************/

/* Header *******************/

header {
	position: relative;
	height: 116px;
	min-height: 116px;
	z-index: 1;
}

header .header-content {
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	height: 116px;
}

header .manager-logo-container {
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	box-sizing: border-box;
	height: 116px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}

*::-ms-backdrop, header .header-content { /* IE11 */
	width: inherit !important;
}

header .header-row .page-title,
header .header-row .help {
	display: none;
}

header .header-search-container {
	display: flex;
	width: calc(100% - 240px);
	max-width: 600px;
	justify-content: flex-start;
	margin-left: 240px;
	padding-left: 20px;
	padding-right: 20px;
}

header .header-search-container label {
	margin: 20px 0;
	width: 100%;
	max-width: inherit;
}

header .main-nav {
	/*width: calc(100% - 240px);
	padding-top: 0;
	margin-left: 240px;
	padding-left: 20px;
	padding-right: 20px;*/
	min-width: 100%;
	position: absolute;
	margin-left: 240px;
	padding-left: 20px;
	left: 0;
	bottom: 0;
	padding-top: 0;
}

header .main-nav > ul > li + li {
	margin-left: 0;
}

header .main-nav > ul > li > a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	line-height: 32px;
	text-decoration: none;
}

header .main-nav > ul > li > a.selected:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	width: 100%;
	bottom: 0;
	height: 6px;
	transform: translate(-50%, 0);
}

header .header-row {
	display: none;
}

header .logged-in-profile-container {
	height: 116px;
	width: auto;
	min-width: 250px;
	padding: 0;
	flex-direction: row;
}

header .logged-in-profile-container .profile-pic {
	padding-bottom: 0;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

header .logged-in-profile-container .badge-container img {
	width: 50px;
	max-width: 50px;
	height: 50px;
	min-width: 50px;
}

header .logged-in-profile > span {
	text-align: left;
}

header .logged-in-profile > .name {
	font-size: 15px;
	white-space: normal;
	margin-top: 10px;
	padding-bottom: 16px;
}

header .logged-in-profile > .name i {
	margin-left: 10px;
}

header .logged-in-profile > .score {
	display: none;
}

header .profile-reminders {
	position: relative;
	top: auto;
	right: auto;
	padding: 0 20px;
	flex-direction: row;
	align-items: center;
	flex-wrap: inherit;
}

*::-ms-backdrop, header .logged-in-profile { /* IE11 */
	width: auto;
}

*::-ms-backdrop, header .logged-in-profile-container .profile-pic { /* IE11 */
	margin-right: 10px;
}

header .profile-reminders a + a {
	margin-top: 0;
}

header .profile-reminders .badge-container:not(:first-child) {
	display: none;
}

header .logged-in-profile-container .nav-submenu {
	margin-top: 0;
	padding-top: 10px;
	font-size: 14px;
}

header .logged-in-profile-container .flag-select {
	line-height: 36px;
	min-height: 40px;
}

header .logged-in-profile-container .flag-select .select-list {
	font-size: 14px;
	min-height: 40px;
	padding-left: 0;
}

header .logged-in-profile-container .flag-select .select-list ul {
	font-size: 14px;
	padding-left: 0;
}

header .logged-in-profile-container .flag-select i {
	top: 4px;
}

header .logged-in-profile-container .flag-select .placeholder {
	display: flex;
	align-items: center;
	height: 36px;
	line-height: normal;
	margin-top: 0;
	font-size: 14px;
}

header .logged-in-profile-container .flag-select .placeholder img {
	padding-top: 0;
}

@media (max-width: 1280px) {
	
	header .main-nav > ul > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1200px) {
	
	header .header-search-container,
	header .main-nav {
		padding-left: 0;
	}
}

@media (max-width: 1024px) {
	
	header {
		height: 72px;
		min-height: 72px;
		    align-items: center;
	}
	
	header .header-content {
		height: auto;
	}
	
	header .manager-logo-container {
		display: none;
	}
	
	header .header-search-container {
		width: auto;
		margin: 0;
	}
	
	header .header-row {
		display: flex;
		order: -1;
		align-items: center;
		width: auto;
		height: 72px;
	}
	
	header .header-content .side-nav-btn {
		text-decoration: none;
	}

	header h1 {
		font-size: 22px !important;
		padding-right: 20px;
	}
	
	header .header-row .page-title {
		display: block;
		padding-bottom: 0;
	}
	
	header .logged-in-profile-container {
		width: 280px;
		min-width: 280px;
		height: auto;
		padding-left: 20px;
		box-sizing: border-box;
	}

	header .logged-in-profile {
		margin-right: 20px;
	}
	
	header .logged-in-profile > .name i {
		display: none;
	}
}

@media (max-width: 768px) {
	
	header .header-content .side-nav-btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	header .header-row .page-title {
		display: none;
	}
	
	header .logged-in-profile-container {
		width: auto;
		min-width: inherit;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	header .logged-in-profile-container .badge-container img {
		width: 36px;
		max-width: 36px;
		height: 36px;
		min-width: 36px;
	}
}

/* Footer *******************/

footer p {
	font-size: 12px;
	line-height: 16px;
}

footer .cta-container {
	min-width: 250px;
}

footer .cta-contextual {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 768px) {
	
	footer {
		grid-row-gap: 0;
	}
	
	footer .cta-container {
		margin-top: 20px;
	}
}

/* Side Nav *******************/

.sidebar-nav a {
	text-decoration: none;
}

.sidebar-nav .manager-logo-container a + a,
.sidebar-nav .manager-logo-container img + img {
	margin-left: 20px;
}

#sidebar-nav-container .sidebar-nav-list {
	padding-left: 0;
}

#sidebar-nav-container .sidebar-nav-list .selected {
	text-transform: inherit;
}

#sidebar-nav-container .sidebar-header .close-btn {
	position: absolute;
	right: 0px;
	top: 20px;
}

/* Side Profile *******************/

#sidebar-profile-container .nav-submenu a,
#sidebar-profile-container .nav-submenu .custom-select .select-list .placeholder {
	font-size: 16px;
}

#sidebar-profile-container .sidebar-profile .badge-container:not(:first-child) {
	display: none;
}

#sidebar-profile-container .profile-pic img {
	margin: 0 auto;
}

.sidebar-profile .logged-in-profile .score {
	display: none !important;
}

/**************************************************/
/* Pages */ 
/**************************************************/

/* Accueil *******************/

.ucar-home-presentation-course {
	min-width: 275px;
}

.ucar-activity-container {
	display: flex;
	justify-content: space-between;
}

.ucar-activity-container .col-3 {
	margin-left: 20px;
}

.ucar-activity-container .ucar-status-container {
	display: flex;
	width: 160px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 0;
}

.ucar-status-container .topic {
	margin-top: 10px;
}

.ucar-home-course-highlight {
	border-radius: 5px;
	text-decoration: none;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

.ucar-home-course-highlight:hover {
	text-decoration: none;
}

.ucar-home-course-highlight .image-container {
	width: 45%;
	box-sizing: border-box;
	padding-right: 20px;
}

.ucar-home-course-highlight .value-container {
	width: 55%;
}

.ucar-team-activity-container .value-container {
	text-align: left;
}

.ucar-home-course-highlight .value-container .value {
	display: block;
	font-size: 42px;
	font-weight: bolder;
	margin-bottom: 10px;
}

@media (max-width: 1080px) {
	
	.ucar-activity-container {
		flex-wrap: wrap;
	}
	
	.ucar-activity-container .col-3 {
		width: calc(50% - 15px);
		min-height: 180px;
		margin-left: 0;
	}
	
	.ucar-activity-container .col-3:nth-child(2n + 2) {
		margin-left: 30px;
	}
	
	.ucar-activity-container .col-3:nth-child(n + 3) {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {

	.ucar-activity-container .col-3 {
		width: 100%;
		min-height: inherit;
	}
	
	.ucar-activity-container .col-3:nth-child(2n + 2) {
		margin-left: 0;
	}
	
	.ucar-activity-container .col-3:nth-child(n + 2) {
		margin-top: 20px;
	}
}

.main-container > .single-column > section.inner
{
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.header-search-block {

    top: 47px;

}


header .main-nav > ul > li > a.selected:after {

    margin-left: 15px;
}


.trainings-numbers-container {
    margin-left: auto;
    margin-right: auto;
}

.trainings-numbers-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

 .training-value {
    color: #FFFFFF !important;
}

.training-counter.in-progress .training-value {
    color: #346a98 !important;
}

.training-counter.to-be-done .training-value {
    color: #e0bd63 !important;
}

.training-counter span {
    color:#7db9dd !important;
	font-size: 15px;
}



@media (max-width: 1650px){
.header-content .manager-logo-container {
  top: 10px !important;
  left: 0px;
}

.catalog-search.multiple-select-container.search-container .multiple-select-btn {
  bottom: 20px;
  right: 5px;
}


.training-counter.to-be-done .training-value {
  color: #ffffff !important;
}

.training-counter span {
  color: #ffffff !important;
  font-size: 15px;
}