
:root { 
	font-family: 'Inter', system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important; 
	--bs-font-sans-serif: 'Inter', system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important; 
	
	--tkd-bg-color1: rgba(254,122,122,1);
	--tkd-bg-color2: rgba(243,74,146,1);
}
   @supports (font-variation-settings: normal) {
	 :root { font-family: 'Inter var', system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important; }
   }
   
   
   label {
	   color:#424242;
	   font-size:0.8rem;
	   padding-top:5px;
	   font-weight:bold;
   }
   
/* ******************* */
/* Essai			   */
/* ******************* */

.form-essai {
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: white;
	background-clip: padding-box;
	border:0;
	border-bottom: 1px solid #dee2e6;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 10px;
}

.form-essai:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 7px 7px -9px rgb(13, 110, 253);
}

.validation-error {
	/* color: red; */
	border-color: red !important;
}

.button-menu {
	font-size: .875rem;
	border-radius: .25rem;
	
	padding: .25rem .75rem .25rem .75rem;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* ******************* */
/* Ecran de connexion  */
/* ******************* */

.bd-masthead {
	--bd-accent-rgb: 255, 228, 132;
	--bd-violet-rgb: 112.520718,44.062154,249.437846;
	--bd-pink-rgb: 214,51,132;
	padding: 5rem 0;
	background-image: linear-gradient(180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%),radial-gradient(ellipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%);
}

/* ******************* */
/* Menu 			   */
/* ******************* */

@media (min-width: 960px) {
  
	.navbar {
		display: none;
	}
  
	.sidemenu{
		background-color: white;  /*  #484C55 */
		--bs-border-radius: 0 !important;
		box-shadow: 1px 0px 4px 1px #0006;
		padding:0;
		z-index: 10;
	}

}

@media (max-width: 960px) {

	.sidemenu {
	display: none;
	}
}

.sidemenu [class^="bi bi-"] {
	margin: 0 0.5rem;
	margin-left: 1rem;
}

.sidemenu-nav [class^="bi bi-"] {
	margin: 0 0.5rem;
	margin-left: 1rem;
}

.sidemenu-nav a[class^="nav-link"] {
	padding-top : 0.3rem;
	padding-bottom : 0.3rem;
}


.sidemenu .nav-link {
	padding : 0.4rem !important;
}

.sidemenu .nav-pills .nav-link.active, .sidemenu .nav-pills .show > .nav-link {
  /* background: linear-gradient(108.7deg, rgb(21, 74, 189) -0.9%, rgb(53, 159, 232) 88.7%) !important; */
  /* background: linear-gradient(to right, #0c2b66, #052e75, #003185, #003495, #0036a4, #0036a4, #0036a4, #0036a4, #003495, #003185, #052e75, #0c2b66) !important; */
  /* box-shadow: 0 0px 5px 0px #0c2b66; */
  background-color: white;
  color: #1A1E29; /* #141437 */
  font-weight: 600;
  border-right: 3px solid #F85F87; /* #3B65EF */
}

.nav-link.active > i {
	/* color: var(--tkd-bg-color1) !important; */
	background: linear-gradient(120deg, var(--tkd-bg-color1) 20%, var(--tkd-bg-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.nav-link:hover {
	background-color: #F9FAFC; /* #374151 #F2F2F2 
	/* color: #F85F87 !important; */
	
}

a.nav-link:not(.active) {
	color: #3E464F; /* #374151   1c1c36bd */
}

hr {
	background-color: white !important;
}

.main-panel{
	background-color:#F5F5FB;
}

/* ******************* */
/* Hors Menu		   */
/* ******************* */

.text-gradient {
	background: linear-gradient(108.7deg, var(--tkd-bg-color1) 0%, var(--tkd-bg-color2) 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.conteneur{
	margin: 20px;
	box-shadow: 1px 0px 2px 1px #0006;
	border-radius: 10px;
	background-color:white;
}

/* ******************* */
/* List-group		   */
/* ******************* */

.list-group{
    max-height: 200px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

.no-button-style{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
}

.no-button-style-hover{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	border-radius: 50%;
	box-shadow: none;
	transition: background .15s ease-in-out,box-shadow .15s ease-in-out;
}

.no-button-style-hover:hover{
	/* background: silver; */
	box-shadow: 0 0 10px -2px var(--tkd-bg-color1);
}

/* ******************* */
/* Icon 			   */
/* ******************* */

.bi {
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  fill: currentcolor;
}

/* ******************* */
/* Calendrier		   */
/* ******************* */

.highlight td{
	background-color:#d2f8d2;
}

.data-coloris.full .clr-field input {
	height: 25px;
	width: 25px;
	border-radius: 50%;
}
.data-coloris.full .clr-field button {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

div.dataTables_wrapper div.dataTables_filter input {
  /* width: 90% !important; */
}

.dataTables_filter {
    display: none;
}


input.form-control2 {
    border-radius: 5px 0 0 5px;
    border: solid 1px rgba(0,0,0,.15);
    border-right: none;
}
input.form-control2:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.15);
}

.eventCalendarModal.input-group-append {
    border: solid 1px rgba(0,0,0,.15);
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.eventCalendarModal.input-group-text {
    border-radius: 0 5px 5px 0;
    color: #04c;
    background-color: #fff;
    border: none;
}

.datepicker {
	padding: 0!important;
}

.table-condensed {
    font-size: small !important; 
}

.datepicker td, .datepicker th {
    width: 3rem;
    height: 3rem;
}

.datepicker-dropdown:after {
    border-bottom-color: #08c;
}
.datepicker-days .table-condensed thead tr:nth-child(2), .datepicker-months .table-condensed thead tr:nth-child(2),
.datepicker-years .table-condensed thead tr:nth-child(2), .datepicker-decades .table-condensed thead tr:nth-child(2),
.datepicker-centuries .table-condensed thead tr:nth-child(2) {
    background: linear-gradient(to bottom,#08c,#04c);
    color: #fff;
}
.datepicker-days .table-condensed thead tr:nth-child(2) th:hover, .datepicker-months .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-years .table-condensed thead tr:nth-child(2) th:hover,.datepicker-decades .table-condensed thead tr:nth-child(2) th:hover,
.datepicker-centuries .table-condensed thead tr:nth-child(2) th:hover {
    background: linear-gradient(to bottom,#08c,#04c);
    color: #fff;
}
.datepicker-days .table-condensed tfoot, .datepicker-months .table-condensed tfoot, .datepicker-years .table-condensed tfoot,
.datepicker-decades .table-condensed tfoot, .datepicker-centuries .table-condensed tfoot {
    border-top: solid 1px rgba(0,0,0,.15);
}

@media screen and (max-width: 1025px) {
	.js-today {
		max-width: 35px;
		max-height: 35px;
		margin: auto;
	}
	
	.bootstrap-calendar-day.active {
		border-radius: 50% !important;
		border: 1px solid RGBA(var(--bs-secondary-rgb),0.3);
		max-width: 35px;
		max-height: 35px;
		margin: auto;
	}
	
	.bootstrap-calendar-day.active small {
		bottom:4% !important;
	}
}

@media screen and (min-width: 1025px) {
	.js-today {
		max-width: 40px;
		max-height: 40px;
		margin: auto;
	}
	
	.bootstrap-calendar-day.active {
		border-radius: 50% !important;
		border: 1px solid RGBA(var(--bs-secondary-rgb),0.3);
		max-width: 40px;
		max-height: 40px;
		margin: auto;
	}
	
	.bootstrap-calendar-day.active small {
		bottom:0 !important;
	}
}

.bootstrap-calendar-day div {
	font-size:0.9rem !important;
}

.bootstrap-calendar-weekday{
	font-size:1rem !important;
}

.text-gradient-red {
	background: linear-gradient(180deg, rgba(217,118,113,1) 0%, rgba(214,63,54,1) 60%, rgba(117,38,34,1) 100%); 
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient-red:hover {
	background: linear-gradient(180deg, rgba(163,50,44,1) 0%, rgba(163,50,44,1) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient-turquoise {
	background: linear-gradient(220deg, rgba(32,150,255,1) 0%, rgba(32,150,255,1) 30%, rgba(5,255,163,1) 100%); 
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient-turquoise:hover {
	background: linear-gradient(180deg, rgba(32,150,255,1) 0%, rgba(32,150,255,1) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient-blue {
	background: linear-gradient(40deg, rgba(106,17,203,1) 0%, rgba(37,117,252,1) 100%); 
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient-blue:hover {
	background: linear-gradient(180deg, rgba(106,17,203,1) 0%, rgba(106,17,203,1) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient-green {
	background: linear-gradient(0deg, rgba(11,219,81,1) 0%, rgba(74,255,223,1) 100%);  
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-gradient-green:hover {
	background: linear-gradient(180deg, rgba(11,219,81,1) 0%, rgba(11,219,81,1) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* ******************* */
/* Adhérent table	   */
/* ******************* */

.buttons-toolbar button {
	padding: 5px;
	font-size: 0.8rem;
}

.buttons-toolbar input[type=search] {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
	width: 80%;
}

@media (max-width: 960px) {

	.adherent-spec {
		width:100%;
	}
}

@media (min-width: 960px) {

	.adherent-spec {
		width:80%;
	}
}

.img-grade{
	height: 1.8rem;
	margin-right: 10px;
}

.zoom {
    border-radius: 999px;
}

.zoom:hover {
	transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	-webkit-transition-property: all; 
	-webkit-transition-duration: 0.3s; 
	-webkit-transition-timing-function: ease; 
}

.form-margin-bottom {
	margin-bottom: 10px;
}

.hr-divider {
	margin: 10px auto;
	width: 70%;
	height: 2px;
	border: none;
	border-radius: 6px;
	background: linear-gradient(120deg, var(--tkd-bg-color1) 20%, var(--tkd-bg-color2) 100%);
	/*
	background: linear-gradient(
		90deg,
		rgba(13, 8, 96, 1) 0%,
		rgba(9, 9, 121, 1) 11%,
		rgba(6, 84, 170, 1) 31%,
		rgba(0, 255, 113, 1) 100%
	);
	*/
}

/* ******************* */
/* Lexique			   */
/* ******************* */

.title-color {
	margin-top:15px;
	margin-bottom:30px;
	background: linear-gradient(120deg, var(--tkd-bg-color1) 0%, var(--tkd-bg-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lexique-grade {
	height : 25px;
}

.nav-lexique {
	--bs-nav-tabs-border-radius: 0 !important;
}

.nav-lexique .active > i {
	background: linear-gradient(120deg, var(--tkd-bg-color1) 20%, var(--tkd-bg-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* #FE7A7A */
  /* #F34A92 */
}

.overlay-edit {
	height: 30px;
	padding-right: 10px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 10px;
}

/* ******************* */
/* Theorie			   */
/* ******************* */

.theorie-list .nav-pills .nav-link.active, .theorie-list .nav-pills .show > .nav-link {
  /* background: linear-gradient(108.7deg, rgb(21, 74, 189) -0.9%, rgb(53, 159, 232) 88.7%) !important; */
  /* background: linear-gradient(to right, #0c2b66, #052e75, #003185, #003495, #0036a4, #0036a4, #0036a4, #0036a4, #003495, #003185, #052e75, #0c2b66) !important; */
  /* box-shadow: 0 0px 5px 0px #0c2b66; */
  background-color: white;
  color: var(--tkd-bg-color1) !important; /* #141437 */
  font-weight: 600;
}

.theorie-list .accordion-item {
		border: 0 solid #dee2e6;
}

.theorie-list hr {
	width : 100%;
	margin: 0px auto;
}

/* ******************* */
/* Profil			   */
/* ******************* */

.table-profil {
	width:100%;
}

.table-profil td {
	padding: 10px;
	padding-left: 0px;
	color : #424242;
	font-size:0.9rem;
}

.table-profil td.td-reponse {
	padding-left: 20px;
}

.img-profil {
	height:1.5rem;
}