<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 0.9rem;
	color: #545150;
}

p {
	font-size: 0.9rem;
	color: #545150;
}
h3,
.h3 {
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: uppercase;
}

h4,
.h4 {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: inherit;
	line-height: inherit;
}

li {
	margin: 0 0em 0.2em 1em;
	padding: 0;
}

/* Global icon */

.material-icons {
	font-size: 16px;
}

/* Traning-hook-single */

.sub-title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media only screen and (max-width: 400px),
	only screen and (max-device-width: 400px) {
	.sub-title {
		display: flex;
		flex-direction: column;
	}

	.sub-title i.material-icons {
		font-size: 16px;
		height: 16px;
		padding: 0px 5px 0 0;
		color: rgba(0, 0, 0, 0.38);
	}
}

.sub-title .material-icons {
	font-size: 16px;
	height: 16px;
	padding: 6px 5px 0 0;
	color: rgba(0, 0, 0, 0.38);
}

/* Traning Grid */
.training-grid .card-training {
}

.training-grid .card .card-title h2 {
	font-size: 1.1rem;
}

/* [seminars_list] liste sous les traning dans seminar-hook-content */

.next-seminar-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

/* SEMINAR GRID */

.grid-seminar {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
	margin: 0;
	justify-content: center;
	align-items: flex-start;
}

@media only screen and (min-width: 900px),
	only screen and (min-device-width: 900px) {
	.grid-card {
		width: calc(94% / 3);
	}
}

@media only screen and (max-width: 900px),
	only screen and (max-device-width: 900px) {
	.grid-card {
		width: calc(94% / 2);
	}
}

@media only screen and (max-width: 600px),
	only screen and (max-device-width: 600px) {
	.grid-card {
		width: 100%;
	}
}

.card .img-grid {
	width: 100%;
}

.card .card-title {
	font-size: 1.1rem;
}

.card .adress {
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #b4b2b2;
}

.card .card-text {
	color: #5c5c5c;
	line-height: 1.2rem;
}

.card .grant {
	font-size: 0.8rem;
	font-style: italic;
}

.card-columns .card {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	width: 95%;
	transition: transform 0.8s;
	transition: box-shadow 0.2s ease-in-out;
}

.card-columns .card:hover {
	transform: scale(1.02);
	box-shadow: 0 24px 28px 3px rgba(0, 0, 0, 0.14);
}

img.teacher_profile_picture {
	margin-top: -70px;
	border: solid #ffffff 5px;
}

#calendar-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#calendar {
	max-width: 1100px;
	margin: 0 auto;
}

.fc-header-toolbar {
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.inline .searchandfilter ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	gap: 20px;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	flex-wrap: nowrap;
	align-items: center;
}

.inline .searchandfilter ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.searchandfilter ul li {
	padding: 0;
}

.searchandfilter input[type="text"],
.searchandfilter select.sf-input-select {
	height: 44px;
	width: 100%;
	margin: 0;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.searchandfilter input:read-write,
.searchandfilter input:read-only {
	margin: 0;
}

.searchandfilter input[type="submit"] {
	height: 44px;
	width: 100%;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
}

.builder_button {
	height: 44px;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
}

/* Moteur de recherche Smartphone */
@media only screen and (max-width: 700px),
	only screen and (max-device-width: 700px) {
	.inline .searchandfilter label {
		width: 100%;
	}

	.inline .searchandfilter ul {
		list-style: none;
		display: flex;
		padding: 0px;
		margin: 0;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
		align-content: center;
		flex-wrap: nowrap;
		align-items: center;
	}

	.inline .searchandfilter ul li {
		list-style: none;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.searchandfilter ul li {
		padding: 0;
	}

	.searchandfilter input[type="text"],
	.searchandfilter select.sf-input-select,
	.select2-container--default .select2-selection--single {
		width: 100%;
		height: 44px;
		margin: 0;
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		line-height: 1.5;
		color: #4d3e2f;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #eeeeee;
		border-radius: 0.25rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

	.searchandfilter input[type="submit"] {
		height: 44px;
		width: 100%;
		border-radius: 0.25rem;
		transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		line-height: 1.5;
		margin: 0;
	}
}
</pre></body></html>