.profile {
  margin-bottom: 0.67rem;
}

.student-stats .carried-out,
.student-stats .reservations,
.student-stats .remaining {
  min-height: 25%;
}

.rounded-number {
  display: inline-flex;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #588ceb;
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: white;
}

.rounded-number.light {
  color: white;
  background-color: rgba(88, 181, 235, 0.8784313725);
}

a[aria-expanded=true] {
  font-weight: bold;
}

.badged-title {
  display: flex;
  align-items: center;
}

.credits-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  padding: 2px;
  border-radius: 50%;
  background-color: #4B6DB2;
  color: white;
  font-size: 50px;
  font-weight: bold;
  width: 80px;
  height: 80px;
}

.credits-badge.bought {
  background-color: #57B25F;
  color: white;
}

.credits-badge.bought.bought-paid {
  background-color: #79BD76;
}

.credits-badge.bought.bought-pending {
  background-color: #98C98C;
}

.credits-badge.bought.small {
  font-size: 25px;
  font-weight: normal;
  width: 40px;
  height: 40px;
}

.credits-badge.spent {
  background-color: #E63731;
  color: white;
}

.credits-badge.spent.spent-past {
  background-color: #E95455;
}

.credits-badge.spent.spent-pending {
  background-color: #EE7A7C;
}

.credits-badge.spent.small {
  font-size: 25px;
  font-weight: normal;
  width: 40px;
  height: 40px;
}

.credits-badge.zero-credit {
  background-color: #e5e5e5 !important;
}

#teacher-planning {
  width: 100%;
  margin-left: 0 !important;
}

#teacher-calls {
  padding: 13px;
  border-radius: 13px;
  border: 0.3px solid #707070;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-body.fc-scrollgrid-section-liquid > td {
  padding: 0 !important;
}

.fc-timegrid-slots tr {
  height: 45px;
}

.fc-timegrid-slots tr td:nth-child(1) {
  vertical-align: top;
}

.fc-timegrid-col-events {
  top: -11px !important;
  left: -9px !important;
  right: 0px !important;
}

.fc-highlight {
  background: rgba(255, 255, 255, 0.5450980392) !important;
  top: -12px !important;
  bottom: 12px !important;
  left: -9px !important;
  right: -9px !important;
}

.fc-media-screen .fc-timegrid-event {
  right: -11px !important;
}

.fc-day-past {
  background: rgba(180, 180, 180, 0.2666666667) !important;
}

.fc-event-main > div {
  position: relative;
}

.fc-event-main > div > div.auto,
.fc-event-main > div > div.manu {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid transparent;
  width: 12px;
  height: 12px;
  margin: 0.125rem;
}

.fc-event-main > div > div.auto {
  background: #4B6DB2;
}

.fc-event-main > div > div.manu {
  background: #57B25F;
}

.fc-timegrid-event.fc-v-event.fc-event.fc-event-mirror.fc-event-start.fc-event-end.fc-event-future,
.fc-timegrid-event.fc-v-event.fc-event.fc-event-mirror.fc-event-start.fc-event-future,
.fc-timegrid-event.fc-v-event.fc-event.fc-event-mirror.fc-event-end.fc-event-future,
.fc-timegrid-event.fc-v-event.fc-event.fc-event-mirror.fc-event-future {
  background: #80dfff;
  border: 1px solid rgba(128, 223, 255, 0.5333333333);
}

.resa-info-modal h3 {
  margin: 0.6rem 0;
}

.resa-info-modal h3 + div {
  margin-left: 2rem;
}

.resa-info-modal h3 span {
  font-size: inherit;
}

.card-event-max-size-baby {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.card-event-max-size-baby > div:nth-child(1) {
  font-weight: bolder;
}

.card-event-max-size-baby .card-event-content-text {
  padding-top: 5px;
  text-align: center;
}

.card-event-max-size-baby .card-event-content-status {
  margin-top: auto;
  text-align: center;
  padding-bottom: 6px;
}

.absolute-full {
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: rgba(136, 136, 136, 0.5333333333);
  transition: show 1s ease-in-out;
}

.absolute-full.translucent {
  background: none;
  z-index: 50;
}

.absolute-full.bordered {
  border: 1px solid gray;
}

.absolute-full.moveable {
  top: 10vh;
  left: 25vw;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 20px gray;
}

.absolute-full.moveable.moving {
  box-shadow: 0px 0px 20px #c5c5c5;
}

.absolute-full.shrinked .modal {
  width: 30vw;
}

.modal {
  max-height: 90vh;
  width: 50vw;
  align-self: center;
  overflow: auto;
  background: white;
}

.modal.constant-height {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal.constant-height > hr.actions {
  visibility: hidden;
}

.modal.constant-height > hr.actions:not(.no-margin-top) + div {
  margin-top: auto;
}

.modal.constant-height > hr.actions + div {
  border-top: 1px solid #e5e5e5;
}

.modal.smaller {
  width: 47vw;
}

.appointment-locations-modal {
  max-height: 90vh;
  width: 100%;
  align-self: center;
  overflow: auto;
  background: white;
}

.appointment-locations-modal.constant-height {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
}

.appointment-locations-modal.constant-height > hr.actions {
  visibility: hidden;
}

.appointment-locations-modal.constant-height > hr.actions:not(.no-margin-top) + div {
  margin-top: auto;
}

.appointment-locations-modal.constant-height > hr.actions + div {
  border-top: 1px solid #e5e5e5;
}

.appointment-locations-modal.smaller {
  width: 47vw;
}

.badge {
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.uk-alert-danger {
  background: rgba(240, 16, 16, 0.2509803922) !important;
}

.reservation-mode {
  padding: 2px;
  margin: 1px;
}

path[id^=region_map_]:hover {
  cursor: pointer;
  fill: #e6ecff;
}

g[id^=region_name_] {
  display: none;
}

path[id=region_map_53] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_53]:hover {
  cursor: pointer;
}

path[id=region_map_53]:hover + g[id=region_name_53] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_28] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_28]:hover {
  cursor: pointer;
}

path[id=region_map_28]:hover + g[id=region_name_28] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_52] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_52]:hover {
  cursor: pointer;
}

path[id=region_map_52]:hover + g[id=region_name_52] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_75] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_75]:hover {
  cursor: pointer;
}

path[id=region_map_75]:hover + g[id=region_name_75] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_24] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_24]:hover {
  cursor: pointer;
}

path[id=region_map_24]:hover + g[id=region_name_24] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_32] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_32]:hover {
  cursor: pointer;
}

path[id=region_map_32]:hover + g[id=region_name_32] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_11] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_11]:hover {
  cursor: pointer;
}

path[id=region_map_11]:hover + g[id=region_name_11] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_44] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_44]:hover {
  cursor: pointer;
}

path[id=region_map_44]:hover + g[id=region_name_44] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_93] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_93]:hover {
  cursor: pointer;
}

path[id=region_map_93]:hover + g[id=region_name_93] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_27] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_27]:hover {
  cursor: pointer;
}

path[id=region_map_27]:hover + g[id=region_name_27] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_84] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_84]:hover {
  cursor: pointer;
}

path[id=region_map_84]:hover + g[id=region_name_84] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_76] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_76]:hover {
  cursor: pointer;
}

path[id=region_map_76]:hover + g[id=region_name_76] {
  display: block;
  fill: #7586c7;
}

path[id=region_map_94] {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: #fff;
}

path[id=region_map_94]:hover {
  cursor: pointer;
}

path[id=region_map_94]:hover + g[id=region_name_94] {
  display: block;
  fill: #7586c7;
}

path#france_contour {
  stroke-width: 1.0045;
  stroke: #7586c7;
  fill: none;
}

line.st3 {
  stroke: #7586c7;
  stroke-width: 1.0125;
}

.contour:not(.contour-no-border) {
  border: 0.3px solid #999999;
  border-radius: 13px;
}

.contour:not(.contour-no-border) .recent {
  padding: 1rem;
}

.contour:not(.contour-no-border) .recent * {
  padding: 1rem;
}

.contour .recent {
  width: 26%;
}

.contour .recent:not(.has-history) {
  display: none;
}

.contour .map:not(.has-history) {
  width: 100%;
}

.contour .map.has-history {
  width: 73%;
}

.contour .map.map-padding > div svg {
  width: 80%;
}

a[href^="mailto:"]:not(.no-icon),
a[href^="callto:"]:not(.no-icon) {
  display: inline-flex;
  align-items: center;
}

a[href^="mailto:"]:not(.no-icon):before,
a[href^="callto:"]:not(.no-icon):before {
  padding-right: 0.33rem;
}

a[href^="callto:"]:not(.no-icon):before {
  content: url(/images/call.svg?b0520ee548aa4e1624723b068b42b0a5);
}

a[href^="mailto:"]:not(.no-icon):before {
  content: url(/images/mail.svg?58ce84c741d569238f3295ced5efe622);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif !important;
  font-weight: 800;
  color: #6C14C6;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-family: "Nunito", sans-serif !important;
  font-weight: 800;
  color: #6C14C6;
}

*:not(h1),
*:not(h2),
*:not(h3),
*:not(h4),
*:not(h5),
*:not(h6) {
  font-family: "Source Sans Pro", sans-serif;
}

.uk-button-success {
  background-color: rgb(2, 160, 2);
}

table > thead > tr > th,
table > tbody > tr > td {
  padding: 0.75rem 0.5rem !important;
}

table > thead > tr > th.max-width-250px,
table > thead > tr > th.max-width-250px > *,
table > tbody > tr > td.max-width-250px,
table > tbody > tr > td.max-width-250px > * {
  overflow: hidden;
  max-width: 250px !important;
  width: 250px !important;
}

table > thead > tr > th.max-width-200px,
table > thead > tr > th.max-width-200px > *,
table > tbody > tr > td.max-width-200px,
table > tbody > tr > td.max-width-200px > * {
  overflow: hidden;
  max-width: 200px !important;
  width: 200px !important;
}

table > thead > tr > th.text-ellipsis > *,
table > thead > tr > th.text-ellipsis > * *,
table > tbody > tr > td.text-ellipsis > *,
table > tbody > tr > td.text-ellipsis > * * {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: none;
  text-overflow: ellipsis;
}

table > thead > tr > th.text-ellipsis > *:hover,
table > thead > tr > th.text-ellipsis > * *:hover,
table > tbody > tr > td.text-ellipsis > *:hover,
table > tbody > tr > td.text-ellipsis > * *:hover {
  text-overflow: initial;
  word-wrap: normal;
  white-space: normal;
}

.box-content {
  padding: 13px;
  border-radius: 13px;
  border: 0.3px solid #979797;
}

.box-content.no-border {
  border-radius: unset;
  border: none;
}

.box-content:not(.no-margin) {
  margin: 0.5rem 0;
}

.copy-link {
  background: #a3a3a3;
  color: #fff;
  padding: 3px;
  border-radius: 6px;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  box-shadow: 0px 0px 0px #78c77e;
  transition: box-shadow 0.1s ease-in-out;
}

.copy-link:hover {
  background-color: #7597CE;
  transition: background-color 0.2s ease-in-out;
}

.copy-link:hover:not(.copied) {
  box-shadow: 0px 0px 0px #78c77e;
  transition: box-shadow 0.1s ease-in-out;
}

.copy-link.copied {
  background-color: #57B25F !important;
  box-shadow: #78c77e;
  box-shadow: 0px 0px 20px #98C98C;
  transition: box-shadow 0.2s ease-in-out;
}

.uk-tooltip {
  background-color: white;
  color: darkgray;
  border: 1px dotted lightgray;
}

header,
.fixed-header {
  z-index: 2;
  background: linear-gradient(to right, #5600B6, #D132FF, #5600B6);
  color: white;
}

header.border,
.fixed-header.border {
  border-bottom: 1px solid #bbbbbb;
}

header *,
.fixed-header * {
  color: white;
}

header .menu-icon:hover.danger svg > *,
.fixed-header .menu-icon:hover.danger svg > * {
  stroke: #EF7A14 !important;
}

header .menu-icon:hover svg > *,
.fixed-header .menu-icon:hover svg > * {
  stroke: #22B0BB !important;
}

header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

footer {
  background: #281e33;
}

footer *,
footer > * {
  color: white;
}

footer > *:first-child {
  border-top: 1px solid #bbbbbb;
}

footer a {
  color: white !important;
}

.search-result-container {
  max-height: 400px;
  overflow: auto;
}

.search-result {
  padding: 0.25rem;
}

.search-result:hover {
  background: rgba(121, 244, 248, 0.473);
}

.uk-alert-primary {
  background: #6C14C6 !important;
}

.uk-button-primary:not(:disabled) {
  background: #6C14C6 !important;
}

a {
  color: #6C14C6 !important;
}

