@charset "utf-8";
/* CSS Document */

.liens{
	margin: auto;
	text-align: left;
}

.liens thead tr{
	background-color:#71C2AE;
	padding: 3px;
	color: #FFF;
	text-align: center;
}

.liens tbody tr:nth-child(odd){
  background-color: #CCE4DE;
}

.liens td,
.liens th {
	padding: 10px;
}

.liens a{
	text-decoration: none;
	color: #666;
}

.liens a:hover{
	cursor: pointer;
}

.liens a:visited{
	color: #666;
}

.liens td.pdf {
	text-align: center;
}

.liens td.pdf img{
	width: 40px;
}

@media screen and (min-width: 1600px) 
{
    /* Tout ce qui est écrit plus haut */
}
/*@media screen and (min-width: 1024px) and (max-width: 1599px)*/
@media all and (min-width: 1024px) and (max-width: 1599px)
{


}

@media screen and (min-width: 480px) and (max-width: 1023px)
{
	.liens td,
	.liens th {
		padding: 20px;
	}
	
}

@media screen and (max-width: 479px)
{
	
}

/* ========================================================================== 
   Agenda public
   ========================================================================== */

.agenda-page {
	padding-top: clamp(36px, 5vw, 72px);
	padding-bottom: clamp(50px, 7vw, 96px);
}

.agenda-intro {
	max-width: 760px;
	margin: 0 auto clamp(32px, 5vw, 56px);
	padding: 0 20px;
	text-align: center;
}

.agenda-intro__surtitle,
.agenda-label {
	margin: 0;
	color: #327e6c;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.agenda-intro h1 {
	margin: 8px 0 12px;
	color: #3f4143;
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
	font-size: clamp(34px, 2.5vw, 52px);
	line-height: 1.08;
}

.agenda-intro > p:last-child {
	margin: 0;
	color: #666b6c;
	font-size: clamp(16px, 1vw, 18px);
	line-height: 1.6;
}

.agenda-list {
	display: grid;
	gap: 22px;
	width: min(1380px, calc(100% - 40px));
	margin: 0 auto;
}

.agenda-card {
	display: grid;
	grid-template-columns: 150px minmax(280px, 1fr) minmax(320px, 1.3fr) minmax(150px, 0.55fr);
	background: #fff;
	border: 1px solid #dce9e6;
	border-radius: 22px;
	box-shadow: 0 12px 35px rgba(45, 81, 73, 0.09);
	overflow: hidden;
}

.agenda-card > section,
.agenda-date {
	min-width: 0;
	padding: 26px;
}

.agenda-card > section + section {
	border-left: 1px solid #e2ece9;
}

.agenda-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #71c2ae;
	color: #173f36;
	text-align: center;
}

.agenda-date__weekday {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.agenda-date strong {
	margin: 3px 0;
	color: #fff;
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
	font-size: 52px;
	line-height: 1;
}

.agenda-date > span:last-child {
	font-size: 14px;
}

.agenda-speaker,
.agenda-guests,
.agenda-location {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.agenda-speaker__content {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	align-items: center;
	gap: 15px;
	margin-top: 15px;
}

.agenda-speaker__photo {
	width: 64px;
	height: 64px;
	border: 3px solid #d7f0ea;
	border-radius: 50%;
	object-fit: cover;
}

.agenda-speaker__identity {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.agenda-speaker__identity strong,
.agenda-location strong {
	color: #3f4143;
	font-size: 17px;
	line-height: 1.3;
}

.agenda-speaker__identity span {
	color: #6b7071;
	font-size: 15px;
	line-height: 1.35;
}

.agenda-speaker__logo {
	width: 74px;
	max-height: 50px;
	object-fit: contain;
}

.agenda-guests__header {
	display: flex;
	align-items: center;
	gap: 9px;
}

.agenda-guests__count {
	display: inline-flex;
	width: 25px;
	height: 25px;
	align-items: center;
	justify-content: center;
	background: #e4f4f0;
	border-radius: 50%;
	color: #327e6c;
	font-size: 12px;
	font-weight: 700;
}

.agenda-guests__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.agenda-guest {
	display: flex;
	max-width: 100%;
	align-items: center;
	gap: 9px;
	padding: 7px 11px 7px 7px;
	background: #f3f8f7;
	border-radius: 999px;
}

.agenda-guest__initials {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	background: #71c2ae;
	border-radius: 50%;
	color: #173f36;
	font-size: 11px;
	font-weight: 800;
}

.agenda-guest__identity {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.agenda-guest__identity strong {
	color: #45494a;
	font-size: 14px;
	line-height: 1.25;
}

.agenda-guest__identity small {
	color: #737879;
	font-size: 12px;
	line-height: 1.25;
}

.agenda-location {
	gap: 13px;
}

.agenda-empty,
.agenda-no-meeting p {
	margin: 12px 0 0;
	color: #7a7f80;
	font-size: 15px;
}

.agenda-no-meeting {
	padding: 50px 24px;
	background: #f1f8f6;
	border: 1px solid #dce9e6;
	border-radius: 22px;
	color: #3f4143;
	text-align: center;
}

.agenda-no-meeting strong {
	font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif;
	font-size: 22px;
}

@media screen and (max-width: 1180px) {
	.agenda-card {
		grid-template-columns: 135px 1fr 1fr;
	}

	.agenda-location {
		grid-column: 2 / -1;
		border-top: 1px solid #e2ece9;
		border-left: 0 !important;
	}
}

@media screen and (max-width: 820px) {
	.agenda-card {
		grid-template-columns: 115px 1fr;
	}

	.agenda-guests,
	.agenda-location {
		grid-column: 1 / -1;
		border-top: 1px solid #e2ece9;
		border-left: 0 !important;
	}
}

@media screen and (max-width: 560px) {
	.agenda-list {
		width: min(100% - 24px, 1380px);
	}

	.agenda-card {
		grid-template-columns: 1fr;
		border-radius: 17px;
	}

	.agenda-card > section,
	.agenda-date {
		grid-column: 1;
		padding: 21px;
	}

	.agenda-card > section {
		border-top: 1px solid #e2ece9;
		border-left: 0 !important;
	}

	.agenda-date {
		flex-direction: row;
		gap: 8px;
	}

	.agenda-date strong {
		margin: 0 2px 0 8px;
		font-size: 37px;
	}

	.agenda-speaker__content {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.agenda-speaker__photo {
		width: 58px;
		height: 58px;
	}

	.agenda-speaker__logo {
		display: none;
	}
}
