.popover,
.tooltip {
	z-index: 100000000!important;
}

.popover{
	width: 800px;
	max-width: 100%!important;
}

.popover .intervenant.full{
	padding-top: 0;
	padding-bottom: 0;
}
.popover .intervenant.full .card-profile-full{
	border: none;	
	box-shadow: none;
}

[data-bs-toggle="popover"]{
	cursor: pointer;
}

.bck-color-purple-700 {
	background-color: #3a3077!important;
	color: white!important;
}
.bck-color-purple-700  a{
  color: white!important;
}
.bck-color-indigo-600 {
	background-color: #4053a0!important;
}
.bck-color-indigo-600  a{
  color: white!important;
}
.bck-color-purple-600  a{
  color: white!important;
}
.bck-color-cyan-500{
	background-color: #00acc4!important;
} 
.bck-color-cyan-300{
	background-color: #48bed7!important;
} 
.bck-color-gold-400{
	background-color: #c1ac76!important;
} 
.bck-color-orange-new{
	background-color: #f7aa59!important;
}
.bck-color-purple-500 {
  background-color: #706099 !important;
  color: white !important;
}
.bck-color-purple-500 a {
  color: white !important;
}

.bck-color-purple-300 {
  background-color: #aba1c5 !important;
}

.bck-color-grey-500 {
  background-color: #a6a6a6 !important;
}

.bck-color-gold-300 {
  background-color: #d4c59f !important;
}

.bck-color-gold-100 {
  background-color: #e6ddc8 !important;
}

.bck-color-bleu-clair {
  background-color: #80c5d6 !important;
}

.bck-color-orange-400 {
  background-color: #f7ab59 !important;
}

.programme-grid {
  display: grid;
  grid-template-columns: 140px repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.programme-day-title {
  height: 62px;
	
	background: #433487;
	color: #fff;
	text-align: center;
	font-weight: 700;
	
	padding: 18px 30px;
	
	border-radius: 0;
	box-shadow: none;
}

.programme-day-title-empty {
  background: transparent;
}

.programme-hour-row,
.programme-slot-row {
  height: var(--row-height);
  min-height: var(--row-height);
  margin-bottom: 12px;
  box-sizing: border-box;
}

.programme-slot-row {
  position: relative;
}

.programme-slot-row .wrapper-admin,
.programme-mobile-row .wrapper-admin {
  display: none;
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: -14px;
}

.col-sessions.wrapper-empty{
	min-height: 100px!important;
}

.programme-slot-row:hover .wrapper-admin,
.programme-mobile-row:hover .wrapper-admin {
  display: block;
}

.programme-hour-row .agenda-hour {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.programme-slot-row .details,
.programme-slot-row .col-sessions {
  height: 100%;
}

.session-item + .session-item {
  margin-top: 12px;
}

.programme-mobile {
  display: none;
}

.agenda.mobile{
  display: none!important;
}

.paragraph--type--session-programme .agenda-hour{
  display: flex!important;
}

@media (max-width: 767px) {
  
  .paragraph--type--session-programme .agenda-hour{
    display: none!important;
  }
  .agenda.mobile{
    display: flex!important;
  }
  
  .programme-grid-desktop {
	display: none;
  }

  .programme-mobile {
	display: block;
  }

  .programme-mobile-day {
	margin-bottom: 40px;
  }

  .programme-mobile-row {
	display: grid;
	grid-template-columns: 115px minmax(0, 1fr);
	gap: 16px;
	margin-bottom: 24px;
  }

  .programme-mobile-row .agenda-hour {
	width: auto;
  }

  .programme-mobile-row .heure {
	font-weight: 700;
  }

  .programme-mobile-row .details,
  .programme-mobile-row .col-sessions {
	min-width: 0;
  }

  .programme-mobile-row .session-item + .session-item {
	margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .programme-grid-desktop {
	display: grid;
  }
}

.programme.full .paragraph--type--session-programme .wrapper-pause{
  min-height: 45px;
}
.paragraph--type--session-programme {
  display: flex;
  align-items: stretch;
}

/* La colonne de droite donne la hauteur réelle de la ligne */
.paragraph--type--session-programme .details {
  flex: 1;
  display: flex;
  align-items: stretch;
}

/* La colonne heure s'étire sur la hauteur de .details */
.paragraph--type--session-programme .agenda-hour {
  position: relative;
  flex: 0 0 145px;
  width: 145px;
  min-width: 145px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;

  min-height: 100%;
}

/* Ligne verticale sur toute la hauteur disponible */
.paragraph--type--session-programme .agenda-hour::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 3px dotted #999;
  transform: translateX(-50%);
  z-index: 0;
}

.paragraph--type--session-programme .agenda-hour .heure {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0px 0;
  margin: 0;
}

.session.teaser{
  position: relative;
}
.session.teaser .icon-infos{
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 27px;
}

.session.teaser .format{
  font-size: 15px;
  font-weight: normal;
  margin-block: 10px;
}

.wrapper-persons-image .person{
  margin-left: -5px;
  border:2px solid white;
}
.wrapper-persons-image .person,
.wrapper-persons-image .person img{
  width: 60px;
  border-radius: 50%;
}