
/* Preset Tags *******************/

body, p {
	font-size: 16px;
	line-height: 24px;
}

body, h1, h2, h3, h4, h5 {
	font-family: Century Gothic bold, Arial, Verdana, Sans-Serif;
}

h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	padding-bottom: 20px;
}

h1:before,
h2:before,
h3:not(.question):before,
h4:before {
	display: none;
}


@font-face {
  font-family: 'Century Gothic bold';
  font-style: bold;
  font-weight: 700;
  src: local('Century Gothic bold'), local('Century Gothic bold'),
       url('../font/AdobeFnt16.lst') format('lst'),
	   url('../font/07723_Cgothicb0.ttf') format('truetype');
}



h2 {
	position: relative;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 10px;
}

h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

h4 {
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

h1.simplified,
h2.simplified,
h3.simplified,
h4.simplified {
	padding-bottom: 0;
}

p {
	margin-bottom: 20px;
}

.intro-p {
	font-size: 18px;
	line-height: 26px;
}

.col-container.column {
	flex-direction: column;
}

/* Label / Input Text *******************/

label.above {
	font-size: 14px;
	text-transform: inherit;
}

input[type="text"],
input[type="password"],
input[type="number"] {
	border-radius: 6px;
	padding: 10px 10px !important;
	font-size: 14px;
	line-height: 22px !important;
	height: 42px !important;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-radius: 6px;
	padding: 10px 10px !important;
	font-size: 14px;
	line-height: 22px !important;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
}

label input[type="text"],
label input[type="password"],
label input[type="number"],
label textarea {
	margin-top: 2px;
	font-size: 14px;
	line-height: 22px;
}

.input-icon input {
	padding-right: 30px !important;
}

.input-icon > a,
.input-icon .fa {
	font-size: 20px;
	width: 34px;
	height: 42px;
	line-height: 42px;
	bottom: 0;
}

textarea {
	line-height: 18px !important;
}

/* Select *******************/

.custom-select-container {
	flex-direction: column;
}

.custom-select {
	height: 42px;
	border-radius: 6px;
	border-width: 1px;
	border-style: solid;
}

.custom-select i {
	line-height: 42px;
}

.custom-select:not(.open) > ul,
.custom-select .select-list {
	height: 42px;
}

.custom-select .select-list,
.custom-select .select-list ul {
	padding-left: 0 !important;
}

.custom-select .select-list ul li {
	min-height: auto;
}

.custom-select:not(.flag-select) .select-list ul li {
	padding: 8px 10px;
	line-height: 24px;
}

.custom-select:not(.flag-select) .select-list .placeholder {
	padding: 6px 10px !important;
	box-sizing: border-box;
	font-size: 14px !important;
	line-height: 32px;
	height: 42px;
}

.custom-select.flag-select.open .select-list .placeholder {
	height: 42px;
	box-sizing: border-box;
}

.custom-select.flag-select .select-list ul li {
	height: 34px;
}

.custom-select.flag-select i {
	top: 0px;
}

/* Radio / Checkbox *******************/

.input-option-container {
	font-size: 14px;
}

input[type=checkbox] + span:before {
	border-radius: 6px;
}

input[type=checkbox] + span:before, input[type=radio] + span:before {
	border-width: 1px;
}

/* Call To Action *******************/

.cta-action {
	border-radius: 8px !important;
	text-decoration: none;
}

.cta-action .fa {
	border-radius: 8px;
}

.cta-contextual {
	font-style: normal;
	font-weight: inherit;
	font-size: 14px;
	line-height: 20px;
	height: auto;
	padding: 10px 14px;
	border-radius: 8px;
	border-width: 1px;
}

.cta-contextual.dashed {
	border-style: dashed;
	border-width: 1px;
}

.cta-contextual .fa {
	line-height: 20px;
	height: auto;
}

/* Badge *******************/

.badge-container .badge {
	top: -10px;
	margin-left: -8px;
}

.badge {
	font-weight: inherit;
	padding: 0 4px;
}

.badge-container i {
	font-size: 20px;
}

/* Banner *******************/

.banner-container {
	top: 12px;
	left: 12px;
}

.banner {
	padding: 4px 5px;
	text-align: center;
}

/* Star Ranking *******************/

.star-ranking-container {
	margin-left: 0;
}

.star-ranking-container.small i {
	font-size: 10px;
	padding-right: 2px;
}

/* Card Mode *******************/

.card-mode .preview.default-course-preview > div.inner {
	padding: 15px 12px 20px;
}

.card-mode .preview.course-preview .image-container,
.list-mode .preview.course-preview .image-container {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.card-mode .preview.default-course-preview .subject-type {
	font-size: 14px;
	line-height: 20px;
	font-weight: inherit;
}

.card-mode .preview.default-course-preview h3 {
	font-family: Century Gothic bold, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.card-mode .preview.default-course-preview .banner-container .banner {
	text-transform: initial;
}

.card-mode .preview.default-course-preview .hearted > i::before {
	font-size: 20px;
	line-height: 24px;
}

.card-mode .preview.default-course-preview .card-preview-content .gauge-horizontal {
	border-radius: 12px;
	height: 8px;
}

.card-mode .preview.default-course-preview .card-preview-content .gauge-display {
	border-radius: 12px;
	height: 8px;
}

.preview.course-preview .metadata {
	font-size: 14px;
	line-height: 20px;
}

.preview.course-preview .star-ranking-container {
	height: 20px;
	text-align: right;
}

.preview.course-preview .star-ranking.small i,
.preview.course-preview .star-ranking-container.small i {
	font-size: 10px;
	padding-right: 2px;
}

.preview.course-preview .star-ranking-container .small i:not(.fa-star) {
	font-size: 12px;
	margin-left: 5px;
}

.preview.default-course-preview .other-data,
.preview.default-course-preview .other-data i {
	font-size: 14px;
	line-height: 24px;
}

/* List Mode *******************/

.list-mode .preview.default-course-preview .subject-type {
	font-size: 14px;
	line-height: 20px;
	font-weight: inherit;
}

.list-mode .preview.default-course-preview h3 {
	font-family: Century Gothic bold, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 20px;
}

.list-mode .banner {
	padding: 4px 10px 4px 10px;
}

.list-mode .preview.default-course-preview .banner-container {
	top: 20px;
	left: 6px;
}

.list-mode .preview.default-course-preview .banner-container .banner {
	text-transform: initial;
	font-size: 10px;
	line-height: 12px;
}

@media (max-width: 768px) {
	.list-mode .preview.default-course-preview .banner {
		padding: 4px 5px;
	}
}

/**************************************************/
/* Navigation */
/**************************************************/

.main-container > section.inner,
.main-container .colored-row-container > section,
.main-container > .single-column > section.inner,
.main-container > .single-column .colored-row-container > section {
	max-width: 1280px;
}

/* Header *******************/

header {
	min-height: inherit;
	position: relative;
	z-index: 1;
}

header .manager-logo-container {
	display: flex;
	flex-direction: row;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.header-content .manager-logo-container {
	display: flex;
	position: relative;
	top: auto;
	left: auto;
}

header .manager-logo-container img {
	max-height: 78px;
}

header .header-content {
	width: 100%;
}

header .header-row .page-title,
header .header-row .help {
	display: none;
}

header .main-nav {
	margin-bottom: 0;
	padding-left: 220px;
}

header .main-nav > ul > li {
	display: block;
}

header .main-nav > ul > li + li {
	margin-left: 10px;
}

header .main-nav > ul > li + li:before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 8px;
}

header .main-nav > ul > li > a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 24px;
	text-decoration: none;
}

header .main-nav ul > li > a {
	font-size: 14px;
}

header .main-nav ul > li > a .fa {
	display: none;
}

header .main-nav > ul > li > a.selected:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 20px;
	width: auto;
	bottom: 0;
	height: 3px;
	margin-left: 20px;
}

.header-search-block {
	min-width: 240px;
	width: 240px;
	right: 360px;
}

.header-search-block .multiple-select-container {
	height: 40px;
}

.header-search-block .multiple-select-container .custom-select {
	border-radius: 0;
}

.header-search-block .multiple-select-container .custom-select .select-list {
	margin-top: 1px;
}

.header-search-block .multiple-select-container input[type="text"] {
	margin-top: -10px;
	border: none !important;
}

.header-search-block .custom-select:not(.flag-select) .select-list .placeholder {
	padding: 6px 15px 6px 0 !important;
	height: 30px;
	line-height: 28px;
}

.header-search-block .multiple-select-container.search-container .multiple-select-btn {
	bottom: 1px;
}

header .logged-in-profile-container {
	height: 78px;
	width: auto;
	min-width: 340px;
	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: 32px;
	min-width: 32px;
	max-width: 32px;
	height: 32px;
	min-height: 32px;
}

header .logged-in-profile > span {
	text-align: left;
}

header .logged-in-profile > .name {
	font-size: 14px;
	line-height: 20px;
	white-space: normal;
}

header .logged-in-profile > .name.long {
	font-size: 14px;
}

header .logged-in-profile > .score {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

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 {
	margin-top: 10px !important;
}

header .profile-reminders a i:last-child {
	padding-right: 10px;
}

header .profile-reminders a + a {
	margin-left: 10px;
}

header .logged-in-profile-container .logged-in-profile .nav-submenu {
	margin-top: 10px;
	margin-left: -75px;
	padding-top: 10px;
	font-size: 14px;
}

header .logged-in-profile-container .nav-submenu .custom-select {
	border-radius: 0;
}

header .logged-in-profile ul.nav-submenu a {
	font-size: 14px;
	text-transform: capitalize;
	padding-left: 10px;
}

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;
	height: auto;
}

header .logged-in-profile-container .flag-select .select-list ul {
	font-size: 14px;
	padding-left: 0;
}

header .logged-in-profile-container .flag-select .select-list ul li {
	height: 36px;
	padding: 6px 10px;
	line-height: 24px;
	text-transform: capitalize;
}

header .logged-in-profile-container .flag-select .select-list ul li img {
	padding-top: 0px;
}

header .logged-in-profile-container .flag-select i {
	top: -2px;
}

header .logged-in-profile-container .flag-select .placeholder {
	display: flex;
	align-items: center;
	height: 36px;
	line-height: normal;
	margin-top: 0;
	font-size: 14px;
	text-transform: capitalize;
}

header .logged-in-profile-container .flag-select.open .select-list .placeholder {
	height: 46px;
}

header .logged-in-profile-container #liLang .select-list .placeholder.selected {
	font-size: 14px !important;
}

header .logged-in-profile-container .flag-select .placeholder img {
	padding-top: 0;
}

@media (max-width: 1600px) {
	.header-content .main-nav {
		width: auto;
		padding-left: 220px;
	}

	header .main-nav ul {
		padding-left: 0;
	}

	header .main-nav > ul > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}

	header .main-nav > ul > li > a.selected:after {
		right: 10px;
		margin-left: 10px;
	}
}

@media (max-width: 1280px) {
	.header-content .manager-logo-container {
		min-width: auto;
		padding: 0;
	}

	.header-content .main-nav {
		padding-left: 0;
		position: relative;
		margin-top: auto;
		padding-top: 0;
	}

	header .main-nav > ul > li + li:before {
		display: none;
	}

	header .main-nav > ul > li > a.selected:after {
		right: 0;
		margin-left: 0;
	}

	header .main-nav > ul > li > a {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.logged-in-profile .name,
	.logged-in-profile .score,
	.logged-in-profile .role {
		display: none;
	}

	header .logged-in-profile-container {
		min-width: 235px;
	}

	header .logged-in-profile-container .profile-pic {
		padding-right: 0;
	}

	.header-search-block {
		right: 260px;
	}
}

@media (max-width: 1024px) {
	header .header-content {
		align-content: center;
		align-items: center;
	}

	header .header-content .side-nav-btn {
		text-decoration: none;
		height: 78px;
		padding-left: 10px;
		padding-right: 10px;
		border-right-width: 2px;
		border-right-style: solid;
	}

	.header-search-block {
		right: 80px;
	}

	header .logged-in-profile-container {
		width: auto;
		min-width: inherit;
		padding-left: 10px;
		padding-right: 10px;
	}

	header .logged-in-profile-container .profile-pic .badge-container {
		min-width: 32px;
	}

	header .logged-in-profile-container .profile-pic .badge {
		margin-left: -20px;
	}

	header .logged-in-profile {
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	header .logged-in-profile-container {
		min-width: 68px;
		padding-right: 20px;
	}

	header .logged-in-profile-container .profile-pic .badge {
		right: -20px;
		left: auto;
		top: 12px;
	}
}

/* Footer *******************/

footer {
	padding-top: 20px;
}

footer,
footer p {
	font-size: 14px;
	line-height: 20px;
}

footer .col h5 {
	font-size: 16px;
	line-height: 24px;
	height: inherit;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer label.email-field {
	border-radius: 6px;
	border-width: 1px;
}

footer label.email-field input,
footer label.email-field input::placeholder {
	font-size: 18px;
}

footer label.email-field a,
footer label.email-field button,
footer label.email-field .fa {
	line-height: 42px;
}

footer label.email-field input:focus {
	border-bottom: 0;
}

@media (max-width: 768px) {
	footer {
		grid-row-gap: 0;
	}

	footer .col h5 {
		margin-top: 10px;
	}
}

/* Side Nav *******************/

#sidebar-nav-container .sidebar-nav-list > li > .custom-select {
	margin-top: 4px;
	padding-left: 60px;
}

#sidebar-nav-container .sidebar-nav-list .custom-select .fa {
	top: -2px;
}

#sidebar-nav-container .sidebar-nav-list .custom-select .select-list {
	height: auto;
}

#sidebar-nav-container .sidebar-nav-list .custom-select .select-list .placeholder {
	line-height: 35px;
}

#sidebar-nav-container .sidebar-nav-list .custom-select.flag-select .placeholder img {
	padding-top: 4px;
}

#sidebar-nav-container .sidebar-nav-list .logout {
	margin-top: 0;
}

/**************************************************/
/* Pages */
/**************************************************/


.inner:not(.colored-row-container) .searchBox {
    background-color: transparent;
}

.SearchBoxWidget h4.overlay {
  color: #ffffff;
}

.categories-list li {
  border: 2px solid #e0bd63;
  border-radius: 25px;
}


/*.generic-news-carousel-content-banner {
  background-color: #E9AB00;
} ko*/



.generic-news-carousel-main-slider  {
    background-color: #E9AB00;
    border: 2px solid #E9AB00;
    border-radius: 25px;
}


#nextEvents .currentDate {
    color: #ffffff;
    background-color: #6068B2;
	border: 10px solid #6068B2;
	border-radius: 5px;
}

#nextEvents .date-container {
	background-color: #ffffff;
}

.body-default.custom .middiv .home-col-right {
    padding-top: 10px;
}

div.title-container.col-container.middle a
{
	display:none;
}

div.title-container.col-container.middle h1
{
	font-size: 24px;
}

#ContentPlaceHolder1_4-categoriesList_WidgetTitle
{
	font-size: 24px;
}

#ContentPlaceHolder1_15-newsCarousel_WidgetTitle
{
	font-size: 24px;
}

#ContentPlaceHolder1_13-newsCarousel_WidgetTitle
{
	font-size: 24px;
}

.SearchBoxWidget {
  margin: 0px;
}

#ContentPlaceHolder1_26-searchBoxWidget_Title
{
	padding-left:150px;
}

.home-col-right {
  padding: 55px 30px 0 15px;
}

.body-page7 section.news_widget {
  padding: 120px 20px 30px 20px !important;
}

.body-page8 section.news_widget {
  padding: 120px 20px 30px 20px !important;
}

.SearchBoxWidget {
  text-align: left;
}
/*
 .widget-searchBoxWidget-27 > section {
  height: 350px;
} */


.body-page7 .SearchBoxWidget {
  padding-top:50px;
}

.SearchBoxWidget h4.overlay {
  margin-left: 20px;
}

.body-default.custom .middiv .home-col-right {
    background-color: #ffffff;
}

#ContentPlaceHolder1_20-nextEvents_LblNextEventsDashlet
{
	/*font-weight: 900 !important;
	font-family: Century Gothic bold, Arial, Verdana, Sans-Serif;*/
}

#ContentPlaceHolder1_7-nextEvents_LblNextEventsDashlet
{
	/*font-weight: 900 !important;
	font-family: Century Gothic bold, Arial, Verdana, Sans-Serif;*/
}

#ContentPlaceHolder1_14-nextEvents_LblNextEventsDashlet
{
	/*font-weight: 900 !important;
	font-family:Century Gothic bold, Arial, Verdana, Sans-Serif;*/
}

span#ContentPlaceHolder1_20-nextEvents_LnkGoToDiary
{
border: 1px solid rgba(38, 41, 46, 0.6);
border-radius: 3px;
padding: 10px;
text-align: center;
width:200px;
margin-left:20px;
font-family: Century Gothic bold, Arial, Verdana, Sans-Serif;
}

span#ContentPlaceHolder1_14-nextEvents_LnkGoToDiary
{
border: 1px solid rgba(38, 41, 46, 0.6);
border-radius: 3px;
padding: 10px;
text-align: center;
width:200px;
margin-left:20px;
}

span#ContentPlaceHolder1_7-nextEvents_LnkGoToDiary
{
border: 1px solid rgba(38, 41, 46, 0.6);
border-radius: 3px;
padding: 10px;
text-align: center;
width:200px;
margin-left:20px;
}


/*
.widget-searchBoxWidget-26 {
  height: 300px;
}



 .widget-searchBoxWidget-21  {
  height: 600px;
} */

.home-col-left > section:not(:first-child) {

  /*height: 300px;*/
}



#ContentPlaceHolder1_22-news_LnkSeeAllNews
{
	display:none;

}

#ContentPlaceHolder1_9-news_LnkSeeAllNews
{
	display:none;

}


#ContentPlaceHolder1_17-news_LnkSeeAllNews
{
	display:none;

}

.news-feed-container.newsprepa .following-content {
  border: 0px;
}

.body-default .SearchBoxWidget h4.overlay {
  font-size: 34px;
  padding-top:100px;
}

.main-container .colored-row-container {
  background-color: #ffffff;
}

.widget-categories-list .categories-list li {
  width: 160px;

}

.widget-categories-list .categories-list li h4 {
  font-size: 14px;
}

.home-col-right {
  border-left-color: #ffffff;
}

.home-col-left > section:not(:first-child), .home-col-right > section:not(:first-child) {
  border-top-color: #ffffff;
}

.widget-wall .wall-container {
	padding-left: 32px;
}

.widget-categories-list .categories-list li {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-container img, .news-wall-background img {

  width: 60%;
  padding-left:20px;
  padding-right:20px;

}

.widget-categories-list .categories-list {
  justify-content: left;
  margin-left: -20px;

}

/*868D9B*/

#sticky-container {
  background-color: #F2F2F2; /*868D9B;*/
}

/*.main-container .colored-row-container {
  background-color: #868D9B;
}*/


.catalogue-search-container.default-catalogue-search-container {
	background-color:#E9AB00;
}

#ContentPlaceHolder1_filtersHeader
{
	background-color:#E9AB00;
}

.timeline-table .status-current::before {
  border-left-color: #E9AB00;  /* jaune orange*/

}

.timeline-table .status-current {
  border-color: #ffffff;
  background-color: #E9AB00;
  color: #ffffff;
}




.widget-categories-list {
 /* width: ;*/
}

.body-home_Operations .home-col-right {
  border-left-width: 0px;
  border-left-style: solid;
}


.widget-categories-list .categories-list li h4 {
margin-top: -30px;
display: block;
max-width: 100%;
padding-top: 0;
padding-bottom: 20px;
}

.widget-categories-list .categories-list li h4 {
  font-size: 10px !important;
  font-family: Century Gothic bold, Arial, Verdana, Sans-Serif;
}

.widget-categories-list .categories-list li {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 11px 11px 0;
}

input[type="text"]{

  border-width: 0px;
    border-bottom-width: 0px;
}

.timeline-table tr.current {
  background-color: #F2F2F2;  /*868D9B;*/
}

.catalogue-sidebar-button {
  color: #1F233F;
}

select-container .multiple-select-btn .fa {
  color: #1F233F;
}

.catalog-search.multiple-select-container .multiple-select-btn .fa {
  color: #1F233F;
}

.hearted-total i::before {
  color: #1F233F;
}

.catalogue-sidebar-button {
  color: #1F233F;
  border-color: #1F233F;
  background-color: #ffffff;
}

div#sticky-container.col-lesson-menu-sidebar {
  background-color: #ffffff;
}

.body-catalog_1 .main-container .colored-row-container {
  background-color: #F2F2F2;
}

#ContentPlaceHolder1_MainHeaderContainer
{
  background-color: #ffffff;
}

.col-container.space-between {

  margin-top: 5px;
}
.hearted i::before {
  color: #1F233F;
}

.breadcrumbs li:hover, .breadcrumbs li:hover a {
  color: #868D9B;
}

.breadcrumbs li:hover::before {
  background-color: #868D9B;
}

.timeline-table td .content {
  color: #1F233F;
}



.hearted.selected i::before {
  color: #E9AB00;
}

.gauge-horizontal .gauge-display {
  background-color: #E9AB00;
}

.training-value {
  color: #1F233F;
}

.trainings-numbers-container .training-value-container.pointer:hover  {
  color: #868D9B;
}

.trainings-numbers-container .training-value.pointer:hover, .trainings-numbers-container .training-value-container.pointer:hover, .trainings-numbers-container .training-value-container.pointer:hover .training-value {
  color: #868D9B;
}


.profile-highlights::before {

    background-color: #F2F2F2;

}

#overview::before {
  background-color: #F2F2F2;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 700px;
}

section.col-container.inner.footer-widget{
  padding-top: 0px;
  padding-bottom:50px;
}



.body-home_Operations .main-container .colored-row-container {
  background-color: #ffffff;
}

.main-container .colored-row-container {
  background-color: #F2F2F2;;
}

.widget-wall .wall-container {
	padding-left:30px !important;
	padding-top:50px
}
/*
.contextual-menu  {

  font-family: Century Gothic bold;

}


section.inner {
  padding: 0px 0px;
}*/

@media screen and (max-width: 1400px) {
    .trainings-main-container .trainings-main-content {
        margin-top: 0;
    }

    .trainings-numbers-container {
        margin-top: 20px;
    }

    [class*="body-trainings"] .title-container.following-content,
    [class*="body-catalog"] .title-container.following-content {
        margin-top: 0;
    }

    .trainings-list-container .trainings-list {
        margin-top: 10px !important;
    }

    [class*="body-catalog"] .catalogue-main-container.following-container {
        margin-top: 20px;
    }

    [class*="body-profile"] .only-nav .column-nav-container {
        padding-bottom: 10px;
    }

    [class*="body-profile"] .only-nav .column-nav-container .breadcrumbs {
        padding-top: 10px;
    }
}

#login .cta-container {
    margin-top: 1rem;
}

#login #ContentPlaceHolder1_LblWelcomeToPlateformText {
    padding-bottom: 0;
    font-size: 28px;
    line-height: 36px;
}

#login .login-content {
    padding: 2rem 2rem 2rem 4rem;
}

#login .following-content > img {
    max-width: 75px;
}

#login .divAuthenticationContent.following-container,
#login #ContentPlaceHolder1_LblWBTVersion {
    display: none;
}

#login .js-float-label-wrapper label {
    left: 0.9em;
    top: 0;
}

#login .js-float-label-wrapper.populated input {
    padding-top: 1.2em !important;
    font-size: 15px;
}

.body-home_Operations #ContentPlaceHolder1_MidDiv {
    padding-bottom: 0 !important;
}

@media screen and (min-width: 800px) {
    .my-stakes-container,
    #nextEvents {
        box-sizing: border-box;
        height: 560px;
        margin-bottom: 0 !important;
    }
}

section.news_widget {
    padding-top: 0 !important;
}

.body-home_Operations .SearchBoxWidget {
    height: 220px !important;
    width: auto !important;
    margin-left: 0 !important;
}

[id$="divEmptyDiary"] {
    font-size: 12px !important;
    color: #6e7788;
}

[id^="widget-searchBoxWidget"] {
    height: 300px;
    display: flex;
    align-items: center;
    padding: 0;
}

[id$="widget-searchBoxWidget-27"] {
    background-image: url('../img/widget-27.jpg') !important;
    background-size: auto !important;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #2b353e !important;
}

.home-col-left .generic-news-carousel-container .generic-news-carousel-content-banner-image .image-container img{
    height: 290px;
    object-fit: cover;
}

.catalogue-search-container .multiple-select-container .custom-select > .select-list .placeholder {
    padding-top: 12px !important;
}

.catalog-search.multiple-select-container.search-container .multiple-select-btn {
    bottom: 7px;
    right: 15px;
}

#overview .profile-highlights.inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#overview::before {
    background-color: #fff;
}

#overview > .inner .following-container.inner {
    margin-top: 0;
}

#divProfil #WhiteBottomPart {
    display: none;
}

#divProfil .cta-contextual.cta-save {
    padding: 0;
    border: none;
    position: static;
    margin-top: 0;
}

.RadCalendar .rcTitlebar .rcPrev,
.RadCalendar .rcTitlebar .rcNext,
.RadCalendar .rcTitlebar .rcFastPrev,
.RadCalendar .rcTitlebar .rcFastNext {
    height: 24px !important;
}

#diary .agenda-content .rsHeader > h2 {
    font-family: inherit !important;
}

#diary .agenda-content .rsHeader > h2:before {
    display: none !important;
}

.col-container:not(.three-col-container) > [class*="col-"]:not(.col-12) + [class*="col-"]:nth-child(2n) {
    padding-left: 20px !important;
}

.training-numbers-summary {
    width: auto;
}

/* fix: carrousel des solutions */
.widget-news-solution .course-preview {
    display: flex !important;
}

.widget-news-solution .course-preview > .inner {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px !important;
}

@media screen and (min-width: 768px) {
    .widget-news-solution .course-preview > .inner {
        padding: 5px 0 5px 15px !important;
    }
}

/* carrousel fix */
@media screen and (max-width: 768px) {
    .home-col-left .generic-news-carousel-content-banner-image .image-container img {
        min-width: inherit;
    }

    .generic-news-carousel .news-wall {
        max-height: none !important;
    }

    .generic-news-carousel .news-wall-col {
        padding-right: 0;
    }

    .home-col-left > section:not(:first-child) {
        height: auto !important;
    }

    .generic-news-carousel-container > section + section .generic-news-carousel-content-banner {
        margin-top: 0;
    }
}

/* Lesson Details  *******************/

.col-container:not(.three-col-container) > [class*="col-"]:not(.col-12) + [class*="col-"]:nth-child(2n).col-lesson-menu-sidebar {
	padding-left: 0 !important;
}

.fd-lesson-details-summary {
	border-left-width: 6px;
	border-left-style: solid;
	padding: 20px;
	box-sizing: border-box;
}

.fd-lesson-details-summary ul {
	display: block;
	list-style-type: none;
	padding-left: 0 !important;
	font-size: 14px;
	line-height: 20px;
}

.fd-lesson-details-summary li {
	padding: 0 !important;
}

.fd-lesson-detail-value {
	font-family: 'Aptos', Arial, Verdana, Sans-Serif;
	font-weight: 400;
}

.fd-lesson-details-container {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.fd-lesson-col-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, calc(50% - 10px));
	column-gap: 20px;
	row-gap: 40px;
}

.fd-lesson-details-container h3 {
	padding-bottom: 20px;
}

.fd-lesson-educational-goals {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}

.fd-lesson-educational-goals li {
	padding: 0 !important;
}

.fd-lesson-program-container {
	display: flex;
	flex-direction: column;
}

.fd-lesson-program {
	border-left-width: 6px;
	border-left-style: solid;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
}

.fd-lesson-program ul {
	display: block;
	list-style-type: none;
	padding-left: 0 !important;
}

.fd-lesson-program li {
	padding: 0 !important;
}

.fd-lesson-educational-comments-container {
	display: flex;
	flex-direction: column;
}

.fd-lesson-educational-comments {
	border-left-width: 6px;
	border-left-style: solid;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	height: 100%;
}

.fd-lesson-educational-comments ul ~ ul {
	margin-top: 20px;
}

.fd-lesson-educational-comments li {
	padding: 0 !important;
}

.fd-lesson-educational-comments-footer {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	margin-top: auto;
	padding-top: 20px;
	font-family: 'Aptos', Arial, Verdana, Sans-Serif;
	font-weight: 400;
	font-style: italic;
}

.fd-lesson-educational-comments-footer img {
	display: block;
	max-width: 64px;
}

@media (max-width: 1200px) {
	
	.col-lesson-catalogue-main-container .col-lesson-menu-sidebar.active {
		transform: translate(212px, 0) !important;
	}
}

@media (max-width: 1024px) {
	
	.col-container:not(.three-col-container) > [class*="col-"]:not(.col-12) + [class*="col-"]:nth-child(2n).col-lesson-menu-sidebar {
		padding-left: 20px !important;
	}
	
	.col-lesson-catalogue-main-container .col-lesson-menu-sidebar.active {
		transform: translate(0, 0) !important;
	}
}

@media (max-width: 768px) {
	
	.fd-lesson-col-container {
		grid-template-columns: 1fr;
	}
}