/* ============================================================
> FEUILLE DE STYLE CSS PERSONALISEE
---------------------------------------------------------------
> Agence 					: APGL64
> Webdesign					: Jonathan AURIBAULT
> Développement Front-End 	: Jonathan AURIBAULT
> Intégration TYPO3 		: Jonathan AURIBAULT
--------------------------------------------------------------
> Site internet				: Thème STANDARD
============================================================== */


body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	color: #000000;
	background: #ffffff url('images/fond.png') repeat 0 0;
}


/* -> TITRES
============================================================== */

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
}

h1,
h1 a {
	font-family: 'CAC Pinafore', Arial, sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	color: #1e1b58;
}

h2,
h2 a {
	font-size: 1.8rem;
	color: #1e1b58;
}

h3,
h3 a {
	font-size: 1.6rem;
	color: #1e1b58;
}

h4,
h4 a {
	font-size: 1.4rem;
	color: #1e1b58;
}

h5,
h5 a {
	font-size: 1.2rem;
	color: #1e1b58;
}

h1 {
	position: relative;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 4rem !important;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 3.5rem !important;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 3rem !important;
	}
}

h1:after {
	position: relative;
	left: 15px;
	bottom: -25px;
	content: '';
	width: 260px;
	height: 65px;
	background: transparent url('images/titre-bleu.svg') no-repeat bottom right;
	background-size: auto 100% !important;
	display: inline-block;
}

@media (max-width: 1199px) {
	h1:after {
		width: 240px;
		height: 60px;
	}
}

@media (max-width: 991px) {
	h1:after {
		width: 200px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	h1:after {
		width: 160px;
		height: 40px;
	}
}

.frame.frame-background-primary h1,
.frame.frame-background-primary h2,
.frame.frame-background-secondary h1,
.frame.frame-background-secondary h2 {
	color: #ffffff !important;
}

.frame {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.frame-background-primary {
	color: #ffffff !important;
	background-color: #1e1b58;
}

.frame-background-secondary {
	color: #ffffff !important;
	background-color: #4da32f;
}

.frame-background-light {
	color: #000000 !important;
	background-color: #ffffff;
}

.frame-background-dark {
	color: #ffffff !important;
	background-color: #000000;
}


/* -> SEPARATEURS
============================================================== */

hr:not([size]) {
	width: 100%;
	height: 5px;
	background: transparent url('images/separateur-horizontal-vert.svg') repeat 0 50%;
	border: none;
	opacity: 1;
}


/* -> LIENS
============================================================== */

a:not(.btn),
.frame a[class=''],
.frame a:not([class]) {
	color: #4da32f;
	text-decoration: none;
}

a:not(.btn):hover,
a:not(.btn):focus,
.frame a[class='']:hover,
.frame a[class='']:focus,
.frame a:not([class]):hover,
.frame a:not([class]):focus {
	color: #265117;
	text-decoration: none;
}

.frame-background-light a:not(.btn) {
	color: #4da32f;
}

.frame-background-light a:not(.btn):hover,
.frame-background-light a:not(.btn):focus {
	color: #265117;
}

.frame-background-primary a:not(.btn),
.frame-background-secondary a:not(.btn),
.frame-background-dark a:not(.btn) {
	color: #4da32f;
}

.frame-background-primary a:not(.btn):hover,
.frame-background-primary a:not(.btn):focus,
.frame-background-secondary a:not(.btn):hover,
.frame-background-secondary a:not(.btn):focus,
.frame-background-dark a:not(.btn):hover,
.frame-background-dark a:not(.btn):focus {
	color: #265117;
}


/* -> BOUTONS
============================================================== */

.btn {
	padding: 0.75rem 2rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #000000;
	box-shadow: none;
	border-radius: 35px;
	border: 3px solid #000000;
}

@media (max-width: 767px) {
	.btn {
		font-size: 1rem;
	}
}

.btn:hover,
.btn:focus {
	color: #000000;
	background-color: #ffffff;
	box-shadow: none !important;
}


/* Default
------------------------------------ */
.btn-default {
	background-color: #000000;
	border-color: #000000 !important;
}

.btn-default:hover,
.btn-default:focus {
	color: #000000;
}

.frame-background-primary .btn-default,
.frame-background-secondary .btn-default {
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}

.frame-background-primary .btn-default:hover,
.frame-background-primary .btn-default:focus,
.frame-background-secondary .btn-default:hover,
.frame-background-secondary .btn-default:focus {
	color: #ffffff;
	background-color: #000000;
}

.frame-background-light .btn-default {
	color: #ffffff;
	background-color: #1e1b58;
}

.frame-background-light .btn-default:hover,
.frame-background-light .btn-default:focus {
	color: #ffffff;
	background-color: #1e1b58;
}

.frame-background-dark .btn-default {
	color: #1e1b58;
	background-color: #ffffff;
}

.frame-background-dark .btn-default:hover,
.frame-background-dark .btn-default:focus {
	color: #ffffff;
	background-color: #1e1b58;
}


/* Primary
------------------------------------ */
.btn-primary {
	background-color: #1e1b58;
	border-color: #1e1b58 !important;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #1e1b58;
}

/* Secondary
------------------------------------ */
.btn-secondary {
	background-color: #4da32f;
	border-color: #4da32f !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
	color: #4da32f;
}

/* Success
------------------------------------ */
.btn-success {
	background-color: #4da32f;
	border-color: #4da32f !important;
}

.btn-success:hover,
.btn-success:focus {
	color: #4da32f;
}

/* Info
------------------------------------ */
.btn-info {
	background-color: #2fa1d3;
	border-color: #2fa1d3 !important;
}

.btn-info:hover,
.btn-info:focus {
	color: #2fa1d3;
}

/* Warning
------------------------------------ */
.btn-warning {
	background-color: #ff5715;
	border-color: #ff5715 !important;
}

.btn-warning:hover,
.btn-warning:focus {
	color: #ff5715;
}

/* Danger
------------------------------------ */
.btn-danger {
	background-color: #ff1717;
	border-color: #ff1717 !important;
}

.btn-danger:hover,
.btn-danger:focus {
	color: #ff1717;
}


/* -> TABLEAUX
============================================================== */

.table-responsive {
	margin: 0 0 1rem 0;
	padding: 0;
	border: 5px solid #1e1b58;
	border-radius: 50px;
	overflow: hidden;
}

.table {
	margin: 0;
	color: #000000;
	background-color: #ffffff;
	border: none;
}

.table th,
.table td {
	padding-left: 20px;
	padding-right: 20px;
	border: none !important;
	border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.table th:last-child,
.table td:last-child {
	border-right: none !important;
}

.table tr:last-child th,
.table tr:last-child td {
	border-bottom: none !important;
}

.table thead th,
.table thead td {
	color: #ffffff;
}

.table thead th {
	background-color: rgba(30, 27, 88, 1);
}

.table thead td {
	background-color: rgba(30, 27, 88, 0.8);
}

.table tbody th {
	color: #1e1b58;
	background-color: rgba(77, 163, 47, 0.2);
}

.table tfoot th {
	color: #1e1b58;
	background-color: rgba(77, 163, 47, 0.2);
}

.table tfoot th,
.table tfoot td {
	color: #000000;
	background-color: rgba(0, 0, 0, 0.2);
}


/* -> FORMULAIRES
============================================================== */

.form-element {
	margin: 0;
}

.form-element label {
	padding-left: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e1b58;
}

.form-element .form-control {
	margin: 0 0 1rem 0;
	padding: 1rem;
	height: inherit;
	min-height: 62px;
	font-size: 1rem;
	color: #000000;
	background-color: #eeeeee;
	box-shadow: none;
	border-radius: 35px !important;
	border: none;
	transition: background 0.5s ease-in-out;
}

.form-element .form-control:focus {
	background-color: rgba(30, 27, 88, 0.15);
}

.form-element textarea {
	min-height: 120px;
}

.form-actions {
	margin-top: 2rem;
}

.form-element .form-control::-webkit-input-placeholder {
	/* Chrome - Opera - Safari */
	color: #949494;
}

.form-element .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #949494;
}

.form-element .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #949494;
}

.form-element .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #949494;
}

.form-element:last-child .form-control {
	margin: 0;
}

/* Gestion des erreurs
------------------------------------ */

.form-element.is-invalid label {
	color: #ff1717;
}

.form-element.is-invalid .form-control:not(:focus) {
	background-color: rgba(226, 35, 35, 0.1) !important;
	border-color: #ff1717 !important;
}

.form-element.is-invalid .form-control::-webkit-input-placeholder {
	/* Chrome - Opera - Safari */
	color: #ff1717;
}

.form-element.is-invalid .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #ff1717;
}

.form-element.is-invalid .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #ff1717;
}

.form-element.is-invalid .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #ff1717;
}


/* -> NAVIGATION
============================================================== */

.navbar {
	padding: 0;
	background-color: #ffffff !important;
	border-bottom: 10x solid #1e1b58;
	border-bottom: 8px solid #1e1b58;
	box-shadow: none;
	z-index: 99999;
}

.navbar.navbar-transition:after {
	position: absolute;
	content: '';
	bottom: -5px;
	width: 100%;
	height: 5px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
	display: none;
}

/*
.navbar > .container {
	position: relative;
}
*/


/* Logo
------------------------------------ */

.navbar .navbar-brand {
	margin-right: 1rem;
	padding: 0;
	height: 100px;
	transition: 0.5s;
}

.navbar .navbar-brand img {
	max-height: 70%;
}

.navbar.navbar-transition .navbar-brand {
	height: 80px;
}


/* Liens externes (Facebook, Twitter)
------------------------------------ */

.navbar .navbar-externallinks {
	display: none;
}


/* Toggle
------------------------------------ */

.navbar .navbar-toggler {
	width: 60px;
	height: 60px;
	border-radius: 35px;
	background-color: #1e1b58;
	box-shadow: none;
	border: none;
	z-index: 99;
}

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
	background-color: #4da32f;
}

.navbar .navbar-toggler .navbar-toggler-icon,
.navbar .navbar-toggler .navbar-toggler-icon:before,
.navbar .navbar-toggler .navbar-toggler-icon:after {
	width: 30px;
	border-radius: 5px;
	background-color: #ffffff;
}

.navbar .navbar-toggler:hover .navbar-toggler-icon,
.navbar .navbar-toggler:hover .navbar-toggler-icon:before,
.navbar .navbar-toggler:hover .navbar-toggler-icon:after {
	background-color: #ffffff;
}

.navbar .navbar-toggler.collapsed .navbar-toggler-icon,
.navbar .navbar-toggler .navbar-toggler-icon:before,
.navbar .navbar-toggler .navbar-toggler-icon:after {
	height: 3px;
}

.navbar .navbar-toggler.collapsed .navbar-toggler-icon:before {
	top: -8px;
}

.navbar .navbar-toggler.collapsed .navbar-toggler-icon:after {
	top: 8px;
}


/* Menu
------------------------------------ */

@media (max-width: 991px) {
	.navbar .navbar-collapse {
		margin: 0 0 20px 0 !important;
		background: #eeeeee;
		border: 5px solid #1e1b58;
		border-radius: 40px;
	}
}

/* Niveau 1 */

.navbar-nav {
	margin: 0 auto !important;
	/* Car pas de Logo affiché */
	align-items: center;
	z-index: 99;
}

@media (max-width: 991px) {
	.navbar-nav {
		margin: 0 auto !important;
		padding: 0 !important;
	}
}

.navbar-nav:before {
	display: none;
}

.navbar-default .navbar-nav .nav-item {
	position: relative;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav .nav-item {
		width: 100%;
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav .nav-item:after {
		position: absolute;
		content: '';
		margin: auto;
		top: 6px;
		bottom: 0;
		right: -3px;
		width: 5px;
		height: 36px;
		background: transparent url('images/separateur-vertical-vert.svg') no-repeat 50% 50%;
		z-index: 3;
	}

	.navbar-default .navbar-nav .nav-item:last-child:after {
		display: none;
	}
}

.navbar-default .navbar-nav .nav-item .nav-link {
	padding: 1rem;
	min-height: 60px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #1e1b58 !important;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	border-radius: 35px;
	transition: 0.5s;
}

@media (min-width: 992px) {
	.navbar-default.navbar-transition .navbar-nav .nav-item .nav-link {
		margin: 0 0.5rem;
		font-size: 0.85rem;
		font-weight: 500;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav .nav-item .nav-link {
		margin: 0 0.5rem;
		font-size: 0.75rem;
	}
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav .nav-item .nav-link {
		padding: 1.5rem 1rem;
		font-size: 1rem;
		color: #1e1b58 !important;
		background-color: #eeeeee;
		border-radius: 0;
	}

	.navbar-default .navbar-nav .nav-item:first-child .nav-link {
		border-top-left-radius: 35px;
		border-top-right-radius: 35px;
	}

	.navbar-default .navbar-nav .nav-item:last-child:not(.show) .nav-link {
		border-bottom-left-radius: 35px;
		border-bottom-right-radius: 35px;
	}
}

.navbar-default .navbar-nav .nav-item.active .nav-link {
	color: #ffffff;
	background-color: #1e1b58;
}

.navbar-default .navbar-nav .nav-item.active .nav-link,
.navbar-default .navbar-nav .nav-item .nav-link:hover {
	color: #4da32f !important;
	background-color: #eeeeee;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav .nav-item .nav-link:hover {
		color: #ffffff !important;
		background-color: #1e1b58;
	}
}

.navbar-default .navbar-nav .nav-item .nav-link .nav-link-icon>svg {
	width: 35px;
	height: 35px;
}

.navbar-default .navbar-nav .nav-item .nav-link .nav-link-icon>svg path {
	fill: #1e1b58;
}

.navbar-default .navbar-nav .nav-item.active .nav-link .nav-link-icon>svg path,
.navbar-default .navbar-nav .nav-item .nav-link:hover .nav-link-icon>svg path {
	fill: #4da32f;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav .nav-item .nav-link .nav-link-icon>svg {
		margin-top: -10px;
		width: 25px;
		height: 25px;
	}

	.navbar-default .navbar-nav .nav-item.active .nav-link .nav-link-icon>svg path,
	.navbar-default .navbar-nav .nav-item .nav-link:hover .nav-link-icon>svg path {
		fill: #ffffff;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav .nav-item:first-child .nav-link .nav-link-text {
		display: none;
	}
}

.navbar-default .navbar-nav .nav-link.dropdown-toggle {
	white-space: inherit;
}

.navbar-default .navbar-nav .nav-link.dropdown-toggle:after {
	position: relative;
	content: '+';
	margin: 0 0 0 5px;
	font-size: 1rem;
	font-weight: 500;
	color: #1e1b58;
	display: block;
	border: none;
	transition: 0.5s;
}

.navbar-default .navbar-nav .nav-link.dropdown-toggle:hover:after,
.navbar-default .navbar-nav .nav-item.active .nav-link.dropdown-toggle:after {
	color: #4da32f;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav .nav-link.dropdown-toggle:after {
		color: #1e1b58;
	}

	.navbar-default .navbar-nav .nav-link.dropdown-toggle:hover:after {
		color: #ffffff !important;
	}

	.navbar-default .navbar-nav .nav-item.active .nav-link.dropdown-toggle:after {
		color: #4da32f;
	}
}

.navbar-nav .nav-item .nav-link:before {
	display: none;
}

@media (max-width: 991px) {

	.navbar-nav .nav-item.active .nav-link:before,
	.navbar-nav .nav-item.show .nav-link:before,
	.navbar-nav .nav-item:hover .nav-link:before,
	.navbar-nav .nav-item:focus .nav-link:before {
		display: none;
	}
}

/* Niveau 2 */

.navbar-nav .dropdown-menu {
	padding: 50px 0 0 0;
	background: none;
	box-shadow: none;
	border-radius: 35px;
	border: none;
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
	width: auto;
}

@media (min-width: 992px) {
	.navbar-nav .dropdown-menu {
		top: 60px;
	}

	.navbar-transition .navbar-nav .dropdown-menu {
		top: 50px;
	}

	.navbar-nav .dropdown-menu:before {
		position: absolute;
		top: 35px;
		left: 45px;
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 15px solid #ffffff;
	}
}

@media (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		padding: 0;
		filter: none;
		/*overflow: hidden;*/
	}
}

@media (min-width: 1200px) {
	.navbar-nav .dropdown-menu {
		top: 65px;
	}

	.navbar-transition .navbar-nav .dropdown-menu {
		top: 55px;
	}
}

.navbar-nav .dropdown-menu .dropdown-item {
	margin: 0;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	font-weight: 500;
	color: #000000 !important;
	background-color: #ffffff;
	border: none;
}

@media (max-width: 991px) {
	.navbar-nav .dropdown-menu .dropdown-item {
		padding: 1rem 1.5rem;
		align-items: baseline;
	}

	.navbar-nav .dropdown-menu .dropdown-text {
		white-space: normal;
	}
}

.navbar-nav .dropdown-menu .dropdown-item.active,
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
	color: #4da32f !important;
	background-color: #eeeeee;
}

@media (max-width: 991px) {

	.navbar-nav .dropdown-menu .dropdown-item.active,
	.navbar-nav .dropdown-menu .dropdown-item:hover,
	.navbar-nav .dropdown-menu .dropdown-item:focus {
		color: #4da32f !important;
	}
}

.navbar-nav .dropdown-menu .dropdown-item:before {
	position: relative;
	content: '\f0c8';
	font-family: 'Font Awesome 6 Free';
	font-size: 0.5rem;
	font-weight: 900;
	color: #1e1b58;
	margin-right: 5px;
}

.navbar-nav .dropdown-menu .dropdown-item.active:before {
	color: #1e1b58;
}

.navbar-nav .dropdown-menu .dropdown-item:hover:before {
	color: #4da32f;
}

.navbar-nav .dropdown-menu li:first-child>.dropdown-item {
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.navbar-nav .dropdown-menu li:last-child>.dropdown-item {
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

@media (max-width: 991px) {

	.navbar-nav .dropdown-menu li:first-child>.dropdown-item,
	.navbar-nav .nav-item:not(:last-child) .dropdown-menu li:last-child>.dropdown-item {
		border-radius: 0;
	}
}

/* Niveau 3 & 4 */

.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu {
	top: 0;
	left: 100%;
	padding: 0 0 0 20px;
}

.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu:before {
	position: absolute;
	top: 20px;
	left: -5px;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 15px solid #ffffff;
	border-bottom: 5px solid transparent;
}

@media (max-width: 991px) {
	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu {
		margin: 0 0 15px 0;
		padding: 0;
		display: block;
		filter: none;
	}

	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu:before {
		display: none;
	}

	.navbar-nav .dropdown-menu .nav-item.dropdown.dropdown-hover>.dropdown-item {
		border-bottom-left-radius: 35px;
		border-bottom-right-radius: 35px;
	}

	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu li:first-child .dropdown-item {
		border-top-left-radius: 35px;
		border-top-right-radius: 35px;
	}

	.navbar-nav .dropdown-menu .nav-item.dropdown.dropdown-hover+.nav-item>.dropdown-item {
		border-top-left-radius: 35px;
		border-top-right-radius: 35px;
	}

	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu li .dropdown-item {
		position: relative;
		padding-left: 50px;
		color: #000000 !important;
		background-color: #ffffff;
	}

	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu li .dropdown-item.active,
	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu li .dropdown-item:hover,
	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu li .dropdown-item:focus {
		color: #4da32f !important;
		background-color: #eeeeee;
	}

	.navbar-nav .dropdown-menu .nav-item.dropdown .dropdown-menu li .dropdown-item:before {
		position: absolute;
		content: '';
		top: 0;
		left: 30px;
		width: 5px;
		height: 100%;
		background-color: #1e1b58;
		z-index: 1;
	}
}


/* Barre de RECHERCHE
------------------------------------ */

.bp-page-content>.section.section-search .frame.frame-type-list {
	padding: 0;
}

.bp-page-content>.section.section-search .frame.frame-type-list form {
	margin: 0 auto;
	width: 100%;
	max-width: 555px;
}

.bp-page-content>.section.section-search .frame.frame-type-list form label {
	display: none;
}

.bp-page-content>.section.section-search .frame.frame-type-list form .input-group {
	flex-wrap: nowrap;
}

.bp-page-content>.section.section-search .frame.frame-type-list form .input-group .form-control {
	margin: 0;
	height: 70px;
	font-size: 1.3rem;
	color: #4da32f;
	border-radius: 35px 0 0 35px !important;
}

.bp-page-content>.section.section-search .frame.frame-type-list form .input-group .form-control {
	margin: 0;
	padding: 1rem;
	height: 70px;
	font-size: 1.3rem;
	color: #4da32f;
	background-color: #eeeeee;
	box-shadow: none;
	border-radius: 35px 0 0 35px !important;
	border: none;
	transition: background 0.5s ease-in-out;
}

.bp-page-content>.section.section-search .frame.frame-type-list form .input-group .form-control:focus {
	background-color: rgba(77, 163, 47, 0.15);
}

.bp-page-content>.section.section-search .frame.frame-type-list form .input-group .btn {
	width: 70px;
	height: 70px;
	text-indent: -5000px;
	background: #eeeeee url('images/recherche.svg') no-repeat 50% 50%;
	background-size: 50%;
	border-radius: 0 35px 35px 0;
	border: none;
}

.bp-page-content>.section.section-search .frame.frame-type-list form .input-group .btn:hover,
.bp-page-content>.section.section-search .frame.frame-type-list form .input-group .btn:focus {
	background-color: rgba(77, 163, 47, 0.25);
}


/* -> Page de RECHERCHE
============================================================== */

/* Zone de recherche
------------------------------------ */

.frame.frame-type-list.frame-search {
	text-align: center;
}

.frame.frame-type-list.frame-search form {
	margin: 2rem 0;
	padding: 2rem;
	background-color: #ffffff;
	border: 5px solid #1e1b58;
	border-radius: 50px;
}

.frame.frame-type-list.frame-search form>fieldset>div.row>div .form-control,
.frame.frame-type-list.frame-search form>fieldset>div.row>div .form-select {
	margin: 0 0 1rem 0;
	padding: 1rem;
	height: inherit;
	min-height: 62px;
	font-size: 1rem;
	color: #000000;
	text-align: center;
	background-color: #eeeeee;
	box-shadow: none;
	border-radius: 35px !important;
	border: none;
	transition: background 0.5s ease-in-out;
}


.frame.frame-type-list.frame-search form>fieldset>div.row>div .form-check-input[type="checkbox"] {
	background-color: #eeeeee;
	border: none;
	cursor: pointer;
}

.frame.frame-type-list.frame-search form>fieldset>div.row>div .form-check-input:checked[type="checkbox"] {
	background-color: #1e1b58;
}

.frame.frame-type-list.frame-search form>fieldset>div.row>div .form-control:focus,
.frame.frame-type-list.frame-search form>fieldset>div.row>div .form-select:focus {
	background-color: rgba(30, 27, 88, 0.15);
}



.frame.frame-type-list.frame-search form>fieldset>div.row>div .btn {
	padding: 1rem 2rem;
	border: 1px solid #1e1b58;
}

.frame.frame-type-list.frame-search form>fieldset>div.row>div .btn:hover,
.frame.frame-type-list.frame-search form>fieldset>div.row>div .btn:focus {
	border-color: #0f0d2c;
}

@media (max-width: 767px) {

	.frame.frame-type-list.frame-search form>fieldset>div.row>div .form-control,
	.frame.frame-type-list.frame-search form>fieldset>div.row>div .btn {
		width: 100%;
	}
}

/* .frame.frame-type-list.frame-search form fieldset > .form-group a[data-toggle='popover'] {
	display: none;
}

.frame.frame-type-list.frame-search form fieldset > p,
.frame.frame-type-list.frame-search form fieldset > .form-group:last-child {
	margin: 0;
} */


/* Résultats de recherche
------------------------------------ */

/* .frame.frame-type-list.frame-search .alert {
	color: #000000;
	background-color: #eeeeee;
	border-radius: 35px;
	border: none;
} */

.frame.frame-type-list.frame-search .list-group {
	margin: 0 0 1.5rem 0;
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 25px;
}

.frame-searchresult .list-group {
	margin: 30px 0;
}

.frame.frame-type-list.frame-search .list-group a.list-group-item {
	margin: 5px 0;
	background-color: #ffffff;
	border: none;
	display: flex;
	align-items: center;
}

.frame.frame-type-list.frame-search .list-group a.list-group-item:hover,
.frame.frame-type-list.frame-search .list-group a.list-group-item:focus {
	background-color: #f5f5f5;
}

.frame.frame-type-list.frame-search .list-group a.list-group-item>.badge {
	margin-right: 10px;
	padding: 8px 5px;
	width: 35px;
	height: 35px;
	color: #457BA8;
	background: #f5f5f5;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.frame.frame-type-list.frame-search .card {
	margin: 2rem 0;
	padding: 2rem;
	background-color: #ffffff;
	border: 5px solid #4da32f;
	border-radius: 50px;
}

.frame.frame-type-list.frame-search .card .card-body {
	padding: 0;
}

.frame.frame-type-list.frame-search .card .card-body>h4>span {
	margin-left: 5px;
	padding: 0.25rem 0.5rem;
	color: rgba(0, 0, 0, 0.25);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 35px;
}

.frame.frame-type-list.frame-search .card .card-body>ul {
	margin: 0;
}

.frame.frame-type-list.frame-search .card .card-body>ul li,
.frame.frame-type-list.frame-search .card .card-body>ul li strong,
.frame.frame-type-list.frame-search .card .card-body>ul li a {
	font-size: 0.95rem;
}

.frame.frame-type-list.frame-search .card .card-body>ul li strong:after {
	position: relative;
	content: ':';
	margin-left: 5px;
}

/* Pagination */
.frame.frame-type-list.frame-search .tx-indexedsearch-browsebox li {
	margin: 5px 10px;
	display: inline-block;
}

.frame.frame-type-list.frame-search .tx-indexedsearch-browsebox li a {
	padding: 5px 20px;
	color: #ffffff;
	background-color: #1e1b58;
	border: 3px solid #1e1b58;
	border-radius: 25px;
	display: block;
}

.frame.frame-type-list.frame-search .tx-indexedsearch-browsebox li a:hover,
.frame.frame-type-list.frame-search .tx-indexedsearch-browsebox li a:focus {
	color: #1e1b58;
	background-color: #ffffff;
}

.frame.frame-type-list.frame-search .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	padding: 5px 20px;
	color: #1e1b58;
	background-color: #ffffff;
	border-radius: 25px;
}






















/* -> CAROUSEL
============================================================== */

.backendlayout-default .body-bg>.carousel:after,
.backendlayout-default .body-bg>.frame.frame-type-textpic:after,
.backendlayout-special_feature .body-bg>.carousel:after,
.backendlayout-special_feature .body-bg>.frame.frame-type-textpic:after,
.backendlayout-subnavigation_left .body-bg>.carousel:after,
.backendlayout-subnavigation_left .body-bg>.frame.frame-type-textpic:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 150px;
	height: 150px;
	background: transparent url('images/cadre-bandeau.png') no-repeat bottom center;
	background-size: 100% 100% !important;
	pointer-events: none;
	z-index: 2;
}

@media (max-width: 767px) {

	.backendlayout-default .body-bg>.carousel:after,
	.backendlayout-default .body-bg>.frame.frame-type-textpic:after,
	.backendlayout-special_feature .body-bg>.carousel:after,
	.backendlayout-special_feature .body-bg>.frame.frame-type-textpic:after,
	.backendlayout-subnavigation_left .body-bg>.carousel:after,
	.backendlayout-subnavigation_left .body-bg>.frame.frame-type-textpic:after {
		display: none;
	}
}

.backendlayout-default .body-bg>.carousel .carousel-inner:after,
.backendlayout-special_feature .body-bg>.carousel .carousel-inner:after,
.backendlayout-subnavigation_left .body-bg>.carousel .carousel-inner:after {
	display: none;
}

.header .navbar>.container {
	position: relative;
}

/* Carousel BANDEAU page ACCUEIL
------------------------------------ */

.backendlayout-special_feature .body-bg>.carousel .item {
	background-color: #ffffff;
	height: 700px;
}

@media (max-width: 1199px) {
	.backendlayout-special_feature .body-bg>.carousel .item {
		height: 600px;
	}
}

@media (max-width: 991px) {
	.backendlayout-special_feature .body-bg>.carousel .item {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.backendlayout-special_feature .body-bg>.carousel .item {
		height: 300px;
	}
}

.backendlayout-special_feature .body-bg>.carousel .item .carousel-header {
	margin-top: -10rem;
	font-size: 6.5rem;
	opacity: 0.75;
}

@media (max-width: 1199px) {
	.backendlayout-special_feature .body-bg>.carousel .item .carousel-header {
		margin-top: -7.5rem;
	}
}

@media (max-width: 991px) {
	.backendlayout-special_feature .body-bg>.carousel .item .carousel-header {
		margin-top: -5rem;
	}
}

@media (max-width: 767px) {
	.backendlayout-special_feature .body-bg>.carousel .item .carousel-header {
		margin-top: 0;
	}
}

.backendlayout-special_feature .body-bg>.carousel .item .carousel-header:after {
	display: none;
}

/* On affiche le 1er beandeau uniquement */

.backendlayout-special_feature .body-bg>.carousel~.carousel,
.backendlayout-special_feature .body-bg>.carousel~.frame.frame-type-textpic {
	display: none;
}

/* Carousel BANDEAU page DÉFAUT
------------------------------------ */

.backendlayout-default .body-bg>.carousel .item,
.backendlayout-default .body-bg>.frame.frame-type-textpic,
.backendlayout-subnavigation_left .body-bg>.carousel .item,
.backendlayout-subnavigation_left .body-bg>.frame.frame-type-textpic {
	height: 280px;
}

/* On affiche le 2er beandeau uniquement */

.backendlayout-default .body-bg>.carousel,
.backendlayout-subnavigation_left .body-bg>.carousel {
	display: none;
}

.backendlayout-default .body-bg>.carousel~.carousel,
.backendlayout-default .body-bg>.carousel~.frame.frame-type-textpic,
.backendlayout-subnavigation_left .body-bg>.carousel~.carousel,
.backendlayout-subnavigation_left .body-bg>.carousel~.frame.frame-type-textpic {
	display: block;
}

/* Carousel BANDEAU
------------------------------------ */

.body-bg>.carousel {
	overflow: visible;
}

.body-bg>.carousel .carousel-control {
	width: auto;
	/*opacity: 0.5;*/
}

.body-bg>.carousel:hover .carousel-control {
	opacity: 1;
}

.body-bg>.carousel .carousel-control .carousel-control-icon {
	margin: 0 2.5rem;
	width: 100px;
	height: 100px;
	top: 40%;
	background-color: rgba(30, 27, 88, 0.5);
	background-image: none !important;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.body-bg>.carousel .carousel-control .carousel-control-icon {
		margin: 0 2.0rem;
		width: 80px;
		height: 80px;
		top: 50%;
	}
}

@media (max-width: 767px) {
	.body-bg>.carousel .carousel-control .carousel-control-icon {
		margin: 0 1.5rem;
		width: 60px;
		height: 60px;
	}
}

.body-bg>.carousel .carousel-control .carousel-control-icon:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.body-bg>.carousel .carousel-control .carousel-control-icon:before {
	transform: rotate(0deg) !important;
	width: auto;
	height: auto;
	font-family: 'Font Awesome 6 Free';
	font-size: 3.4rem;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.5);
	border: none;
}

.body-bg>.carousel .carousel-control .carousel-control-icon:hover:before {
	color: rgba(30, 27, 88, 0.5);
}

@media (max-width: 991px) {
	.body-bg>.carousel .carousel-control .carousel-control-icon:before {
		font-size: 2.6rem;
	}
}

@media (max-width: 767px) {
	.body-bg>.carousel .carousel-control .carousel-control-icon:before {
		font-size: 1.8rem;
	}
}

.body-bg>.carousel .carousel-control.carousel-control-prev .carousel-control-icon {
	left: 0;
}

.body-bg>.carousel:hover .carousel-control.carousel-control-prev .carousel-control-icon {
	left: 0;
}

.body-bg>.carousel .carousel-control.carousel-control-next .carousel-control-icon {
	right: 0;
}

.body-bg>.carousel:hover .carousel-control.carousel-control-next .carousel-control-icon {
	right: 0;
}

.body-bg>.carousel .carousel-control.carousel-control-prev .carousel-control-icon:before {
	content: '\f053';
}

.body-bg>.carousel .carousel-control.carousel-control-next .carousel-control-icon:before {
	content: '\f054';
}

.body-bg>.carousel .carousel-indicators {
	margin: 0;
	align-items: center;
	bottom: 130px;
	opacity: 0.5;
}

@media (max-width: 1199px) {
	.body-bg>.carousel .carousel-indicators {
		bottom: 105px;
	}
}

@media (max-width: 991px) {
	.body-bg>.carousel .carousel-indicators {
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	.body-bg>.carousel .carousel-indicators {
		bottom: 30px;
	}
}

.body-bg>.carousel:hover .carousel-indicators {
	opacity: 1;
}

.body-bg>.carousel .carousel-indicators button {
	width: 20px;
	height: 20px;
	margin: 0 15px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	border: none;
}

.body-bg>.carousel .carousel-indicators button.active {
	width: 25px;
	height: 25px;
	background-color: rgba(30, 27, 88, 0.75);
}


/* Carousel CONTENU
------------------------------------ */

.body-bg>.bp-page-content .carousel {
	border: 5px solid #1e1b58;
	border-radius: 50px;
	overflow: hidden;
}

.body-bg>.bp-page-content .carousel .carousel-control {
	width: auto;
	opacity: 1;
}

.body-bg>.bp-page-content .carousel:hover .carousel-control {
	opacity: 0.75;
}

.body-bg>.bp-page-content .carousel .carousel-control .carousel-control-icon {
	margin: 0 1.5rem;
	width: 60px;
	height: 60px;
	top: 40%;
	background-color: rgba(30, 27, 88, 0.5);
	background-image: none !important;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 50%;
}

.body-bg>.bp-page-content .carousel .carousel-control .carousel-control-icon:hover {
	background-color: rgba(255, 255, 255, 1);
}

.body-bg>.bp-page-content .carousel .carousel-control .carousel-control-icon:before {
	transform: rotate(0deg) !important;
	width: auto;
	height: auto;
	font-family: 'Font Awesome 6 Free';
	font-size: 2.3rem;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.5);
	border: none;
}

.body-bg>.bp-page-content .carousel .carousel-control .carousel-control-icon:hover:before {
	color: rgba(30, 27, 88, 1);
}

@media (max-width: 991px) {
	.body-bg>.bp-page-content .carousel .carousel-control .carousel-control-icon:before {
		font-size: 2.0rem;
	}
}

@media (max-width: 767px) {
	.body-bg>.bp-page-content .carousel .carousel-control .carousel-control-icon:before {
		font-size: 1.8rem;
	}
}

.body-bg>.bp-page-content .carousel .carousel-control.carousel-control-prev .carousel-control-icon:before {
	content: '\f053';
}

.body-bg>.bp-page-content .carousel .carousel-control.carousel-control-next .carousel-control-icon:before {
	content: '\f054';
}

.body-bg>.bp-page-content .carousel .carousel-indicators {
	margin: 0;
	align-items: center;
	bottom: 30px;
	opacity: 0.5;
}

.body-bg>.bp-page-content .carousel:hover .carousel-indicators {
	opacity: 1;
}

.body-bg>.bp-page-content .carousel .carousel-indicators button {
	width: 15px;
	height: 15px;
	margin: 0 15px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	border: none;
}

.body-bg>.bp-page-content .carousel .carousel-indicators button.active {
	width: 25px;
	height: 25px;
	background-color: rgba(30, 27, 88, 1);
}


/* -> ICON GROUP (Accès rapides)
============================================================== */

.bp-page-content>.frame.frame-type-icon_group {
	/* margin: -350px 0 165px 0 !important; */
	margin: -350px 0 185px 0 !important;
	padding: 2rem 0;
	background: none;
	z-index: 3;
}

@media (max-width: 1199px) {
	.bp-page-content>.frame.frame-type-icon_group {
		margin-top: -280px !important;
		/* margin-bottom: 115px !important; */
		margin-bottom: 25px !important;
	}
}

@media (max-width: 991px) {
	.bp-page-content>.frame.frame-type-icon_group {
		margin-top: -220px !important;
		margin-bottom: 65px !important;
	}
}

@media (max-width: 767px) {
	.bp-page-content>.frame.frame-type-icon_group {
		margin-top: 20px !important;
		margin-bottom: 0px !important;
	}
}

.bp-page-content>.frame.frame-type-icon_group .icongroup {
	justify-content: space-around;
	gap: inherit;
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item {
	position: relative;
	margin: 5px;
	padding: 0;
	width: 140px;
	height: 140px;
	background-color: rgba(255, 255, 255, 0.75);
	border: 3px solid #1e1b58;
	border-radius: 50%;
	flex-direction: column;
}

@media (max-width: 1199px) {
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item {
		width: 120px;
		height: 120px;
	}
}

@media (max-width: 991px) {
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 767px) {
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item {
		margin: 10px;
		width: 100px;
		height: 100px;
	}
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-icon {
	margin: 25px;
	width: 60px;
	height: 60px;
	display: flex;
}

@media (max-width: 1199px) {
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-icon {
		margin: 15px;
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 991px) {
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-icon {
		margin: 15px;
		width: 40px;
		height: 40px;
	}
}


@media (max-width: 767px) {
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-icon {
		margin: 15px;
		width: 40px;
		height: 40px;
	}
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-color: #ffffff;
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item:hover .icongroup-item-icon {}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-icon svg {}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-icon svg path {
	fill: #1e1b58;
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item:hover .icongroup-item-icon svg path {
	fill: #ffffff !important;
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text {
	width: 100%;
	background-color: transparent;
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>a,
.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 80px 20px 10px 20px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

@media (max-width: 1199px) {

	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>a,
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>span {
		padding: 50px 10px 5px 10px;
		font-size: 0.85rem;
		line-height: 1.2;
	}
}

@media (max-width: 991px) {

	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>a,
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>span {
		padding: 45px 10px 5px 10px;
		font-size: 0.75rem;
		line-height: 1.1;
	}
}

@media (max-width: 767px) {

	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>a,
	.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>span {
		padding: 45px 10px 5px 10px;
		font-size: 0.75rem;
		line-height: 1.1;
	}
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>a:hover,
.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text h4>span:hover {
	color: #ffffff;
}

.bp-page-content>.frame.frame-type-icon_group .icongroup-item .icongroup-item-text p {
	display: none;
}


/* -> FLASH INFO
============================================================== */

.bp-page-content>.frame.frame-type-panel,
.bp-page-content>.frame.frame-type-carousel {
	margin: 0 !important;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.bp-page-content>.frame.frame-type-panel:first-child,
.bp-page-content>.frame.frame-type-carousel:first-child {
	margin-top: 160px;
	!important;
}

@media (max-width: 1199px) {

	.bp-page-content>.frame.frame-type-panel:first-child,
	.bp-page-content>.frame.frame-type-carousel:first-child {
		margin-top: 100px;
		!important;
	}
}

@media (max-width: 991px) {

	.bp-page-content>.frame.frame-type-panel:first-child,
	.bp-page-content>.frame.frame-type-carousel:first-child {
		margin-top: 60px;
		!important;
	}
}

@media (max-width: 767px) {

	.bp-page-content>.frame.frame-type-panel:first-child,
	.bp-page-content>.frame.frame-type-carousel:first-child {
		margin-top: -20px;
		!important;
	}
}

.bp-page-content>.frame.frame-type-panel:last-child,
.bp-page-content>.frame.frame-type-carousel:last-child {
	margin-bottom: 1rem;
}

/* Panel
------------------------------------------------------------------------ */

.bp-page-content>.frame.frame-type-panel .card-panel {
	margin: 0;
}

.bp-page-content>.frame.frame-type-panel .card-panel .card-header:after {
	display: none;
}

.bp-page-content>.frame.frame-type-panel .card-panel .card-body {
	padding: 1rem;
}

/* Carousel
------------------------------------------------------------------------ */

.bp-page-content>.frame.frame-type-carousel .carousel {}

.bp-page-content>.frame.frame-type-carousel .carousel .item {
	padding: 1rem 1rem 3.5rem 1rem;
	height: inherit;
	min-height: 160px;
	color: #000000;
	background-color: #ffffff;
}

@media (max-width: 767px) {
	.bp-page-content>.frame.frame-type-carousel .carousel .item {
		padding: 1rem 2rem 3.5rem 2rem;
		min-height: 260px;
	}
}

.bp-page-content>.frame.frame-type-carousel .carousel .item .carousel-item-header,
.bp-page-content>.frame.frame-type-carousel .carousel .item .carousel-item-subheader {
	color: #1e1b58;
}

.bp-page-content>.frame.frame-type-carousel .carousel .item .carousel-item-header:after,
.bp-page-content>.frame.frame-type-carousel .carousel .item .carousel-item-subheader:after {
	display: none;
}

.bp-page-content>.frame.frame-type-carousel .carousel .carousel-control .carousel-control-icon {
	top: 45%;
}

.bp-page-content>.frame.frame-type-carousel .carousel .carousel-control .carousel-control-icon:hover {
	background-color: #eeeeee;
}

.bp-page-content>.frame.frame-type-carousel .carousel .carousel-indicators {
	bottom: 15px;
}

.bp-page-content>.frame.frame-type-carousel .carousel .carousel-indicators button {
	background-color: rgba(0, 0, 0, 0.5);
}

.bp-page-content>.frame.frame-type-carousel .carousel .carousel-indicators button.active {
	background-color: rgba(30, 27, 88, 1);
}


/* -> FIL D'ARIANE
============================================================== */

.breadcrumb-section {
	background: none;
}

@media (min-width: 768px) {
	.breadcrumb-section {
		margin-top: -1rem;
	}
}

.breadcrumb-section ol.breadcrumb {
	position: relative;
	margin: 0;
	padding: 15px 0;
	list-style-type: none;
	background: none;
	align-items: baseline;
}

.breadcrumb-section ol.breadcrumb:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 6px;
	right: 0;
	margin: auto;
	width: 100%;
	height: 5px;
	background: transparent url('images/separateur-horizontal-vert.svg') repeat 50%;
	z-index: 1;
}

.breadcrumb-section ol.breadcrumb li {
	font-size: 1.2rem;
	font-weight: 700;
	color: #000000;
	display: inline-block;
}

.breadcrumb-section ol.breadcrumb li.active {
	color: #1e1b58;
}

.breadcrumb-section ol.breadcrumb li:before {
	content: '\f35a';
	font-family: 'Font Awesome 6 Free';
	font-size: 1.2rem;
	font-weight: 900;
	color: rgba(30, 27, 88, 1);
}

.breadcrumb-section ol.breadcrumb li:first-child:before {
	display: none;
}

.breadcrumb-section ol.breadcrumb li>a {
	color: #1e1b58;
	color: #4da32f;
}

.breadcrumb-section ol.breadcrumb li>a:hover,
.breadcrumb-section ol.breadcrumb li>a:focus {
	/*color: #0f0d2c;
	color: #265117;*/
	color: #1e1b58;
}

.breadcrumb-section ol.breadcrumb li:first-child>a:before {
	content: '\f015';
	font-family: 'Font Awesome 6 Free';
	font-size: 1.2rem;
	font-weight: 900;
	color: rgba(30, 27, 88, 1);
	margin: 0 5px;
}


/* -> Page ACCUEIL, ACTUALITÉ et AGENDA
============================================================== */

.bp-page-content>.section.section-default {}

.bp-page-content>.section.section-editorial .section-column.section-column-half:first-child {
	width: calc(100% / 12 * 7);
}

.bp-page-content>.section.section-editorial .section-column.section-column-half:last-child {
	width: calc(100% / 12 * 5);
}

@media (max-width: 1199px) {
	.bp-page-content>.section.section-editorial .section-column.section-column-half:first-child {
		width: calc(100% / 12 * 8);
	}

	.bp-page-content>.section.section-editorial .section-column.section-column-half:last-child {
		width: calc(100% / 12 * 4);
	}
}

@media (max-width: 991px) {

	.bp-page-content>.section.section-editorial .section-column.section-column-half:first-child,
	.bp-page-content>.section.section-editorial .section-column.section-column-half:last-child {
		width: 100%;
	}
}


/* Titre Actualités & Agenda 
------------------------------------------------------------------------ */

.backendlayout-special_feature .bp-page-content>.section .frame.frame-type-news_pi1 .element-header {
	font-family: 'CAC Pinafore', Arial, sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	color: #1e1b58;
}

@media (max-width: 767px) {
	.backendlayout-special_feature .bp-page-content>.section .frame.frame-type-news_pi1 .element-header {
		text-align: center;
	}
}

.backendlayout-special_feature .bp-page-content>.section .frame.frame-type-news_pi1 .element-header:after {
	position: relative;
	left: 15px;
	bottom: -25px;
	content: '';
	width: 260px;
	height: 65px;
	background: transparent url('images/titre-bleu.svg') no-repeat bottom right;
	background-size: auto 100% !important;
	display: inline-block;
}

@media (max-width: 767px) {
	.backendlayout-special_feature .bp-page-content>.section .frame.frame-type-news_pi1 .element-header:after {
		display: none;
	}
}


/* Actualités en liste
------------------------------------------------------------------------ */

.frame.frame-type-news_pi1 .news .no-news-found {
	color: #ff1717;
	text-align: center;
}

.frame.frame-type-news_pi1 .news .news-list-view {
	margin-top: -1rem;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.frame.frame-type-news_pi1 .news .news-list-view .article {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 2rem 0;
	padding: 0;
	background-color: #eeeeee;
	border-radius: 50px;
	border: 5px solid #1e1b58;
	overflow: hidden;

	flex-grow: 0;
	flex-basis: 100%;
	flex-wrap: wrap;
	display: block;
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article {
		height: auto;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article:last-child {
	margin-bottom: 0;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .header {
	margin: 15px 140px 15px 0;
	padding: 0.75rem 1rem;
	width: 55%;
	background-color: #ffffff;
	display: inline-block;
	border-radius: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .header {
		width: 52%;
	}
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .header {
		margin: 15px 140px 15px 0;
		width: auto;
		text-align: center;
		display: block;
	}
}

@media (max-width: 767px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .header {
		margin: 15px 100px 15px 15px;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article .header h3,
.frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 700;
	color: #1e1b58;
}

@media (max-width: 991px) {

	.frame.frame-type-news_pi1 .news .news-list-view .article .header h3,
	.frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a {
		font-size: 1.2rem;
		font-weight: 700;
	}
}

@media (max-width: 767px) {

	.frame.frame-type-news_pi1 .news .news-list-view .article .header h3,
	.frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a {
		font-size: 1.4rem;
		font-weight: 700;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a:hover,
.frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a:focus {
	color: #0f0d2c;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .news-img-wrap {
	position: relative;
	margin: 0 15px 0 0;
	width: 30%;
	height: 100%;
	/*min-height: 250px;*/
	background: none;
	border-radius: 0;
	float: left;
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .news-img-wrap {
		margin: 0 0 15px 0;
		width: 100%;
		height: auto;
		/*min-height: auto;*/
		border-radius: 0;
		float: none;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article .news-img-wrap:after {
	position: absolute;
	content: '';
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	width: 70px;
	height: 100%;
	background: transparent url('images/cadre-image-verticale.png') no-repeat center right;
	background-size: 100% 100% !important;
	z-index: 2;
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .news-img-wrap:after {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		height: 70px;
		background: transparent url('images/cadre-image-horizontale.png') no-repeat bottom center;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article .news-img-wrap a {
	padding: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	float: none;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .news-img-wrap img {
	width: 100%;
	height: 100%;
	float: none;
	object-fit: cover;
	object-position: top;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text {
	margin: 0 30px;
	padding-right: 90px;
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text {
		padding-right: 0;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text p {
	font-size: 1rem;
	font-weight: 500;
	color: #000000;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	margin: 0;
	padding: 0.5rem 2rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: #1e1b58;
	background-color: #ffffff;
	border: none;
	border-radius: 25px;
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more {
		position: relative;
		right: 0;
		left: 0;
		margin: 30px 0 0 0;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more:hover,
.frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more:focus {
	color: #ffffff;
	background-color: #1e1b58;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .footer {
	margin: 0;
	padding: 0;
	border: none;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .footer p {
	margin: 0;
}

.frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date {
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.0;
	color: #1e1b58;
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date {
		width: 100px;
		height: 100px;
		font-size: 1.25rem;
		line-height: 1.2;
		color: #ffffff;
		background-color: #1e1b58;
	}
}

@media (max-width: 767px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date {
		top: 15px;
		right: 15px;
		width: 80px;
		height: 80px;
		font-size: 1rem;
		line-height: 1;
	}
}

.frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date span {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 2.75rem;
	font-weight: 700;
}

@media (max-width: 991px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date span {
		font-size: 2.25rem;
	}
}

@media (max-width: 767px) {
	.frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date span {
		font-size: 2rem;
	}
}


/* Pagination
------------------------------------------------------------------------ */

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation {
	width: 100%;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation:first-child {
	display: none;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation p {
	margin: 15px 15px 15px 0;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	background-color: #1e1b58;
	display: inline-block;
	float: left;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul {
	margin: 15px 0 15px 15px;
	padding: 0 !important;
	background-color: #1e1b58;
	border-radius: 35px;
	display: inline-block;
	overflow: hidden;
	float: right;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li {
	padding: 0 15px;
	min-width: 50px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	background-color: #1e1b58;
	display: inline-block;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li:first-child,
.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li:first-child a {
	border-radius: 35px 0 0 35px;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li:last-child,
.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li:last-child a {
	border-radius: 0 35px 35px 0;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li.current {
	padding: 10px 15px;
	color: #1e1b58;
	background-color: #eeeeee;
	border: 3px solid #1e1b58;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li a {
	margin: 0 -15px;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #1e1b58;
	border: 3px solid #1e1b58;
	display: block;
}

.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li a:hover,
.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul li a:focus {
	color: #1e1b58;
	background-color: #ffffff;
	border: 3px solid #1e1b58;
}

@media (max-width: 767px) {
	.frame.frame-type-news_pi1 .news .news-list-view .page-navigation {
		text-align: center;
	}

	.frame.frame-type-news_pi1 .news .news-list-view .page-navigation p,
	.frame.frame-type-news_pi1 .news .news-list-view .page-navigation ul {
		width: auto;
		margin: 15px;
		display: block;
		float: none;
	}
}


/* Détails Actualités & Agenda
------------------------------------------------------------------------ */

.frame.frame-type-news_newsdetail .news.news-single .article .header {}

.frame.frame-type-news_newsdetail .news.news-single .article .footer {
	margin: 0.25rem 0 0 0;
	padding: 0;
	font-size: 0.85rem;
	font-weight: 700;
	color: #000000;
	border: none;
}


/* Agenda
------------------------------------------------------------------------ */

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .element-header {
	color: #4da32f;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .element-header:after {
	background: transparent url('images/titre-vert.svg') no-repeat bottom right;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news {
	margin: 0 -15px;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view {
	display: block;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article {
	position: relative;
	margin: 20px 15px;
	flex-basis: auto;
	min-height: 150px;
	display: flex;
	border-color: #4da32f;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article:before {
	top: 0;
	right: 0;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article:after {
	bottom: 0 !important;
	left: 0 !important;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .header {
	margin: 15px 15px 10px 100px;
	padding: 0;
	background: none;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .header h3,
.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a {
	font-size: 1.125rem;
	line-height: 20px;
	color: #000000;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a:hover,
.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .header h3 a:focus {
	color: #4da32f;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .news-img-wrap {
	display: none;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text {
	width: 100%;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text p {
	display: none;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more {
	bottom: 15px;
	right: 15px;
	padding: 0.25rem 1rem;
	color: #4da32f;
}

@media (max-width: 767px) {
	.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more {
		position: absolute;
		width: fit-content;
		left: auto;
		right: 20px;
		left: auto;
	}
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more:hover,
.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .teaser-text .more:focus {
	color: #ffffff;
	background-color: #4da32f;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date {
	top: 15px;
	left: 15px;
	margin: 0;
	width: 70px;
	height: 70px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #4da32f;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-news_pi1 .news .news-list-view .article .footer .news-list-date span {
	font-size: 1.75rem;
	font-weight: 900;
	color: #4da32f;
}

/* Boutons de control
------------------------------------ */

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-html {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-html table {
	margin: 0;
	padding: 0;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-html table th,
.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-html table td {
	padding: 0;
	border: none !important;
}

.backendlayout-special_feature .bp-page-content>.section.section-events .frame.frame-type-html table td:not(text-center) .btn {
	padding: 0.5rem 1.25rem;
}


/* -> Page DÉFAUT et navigation à GAUCHE
============================================================== */

.backendlayout-default .bp-page-content>.section,
.backendlayout-subnavigation_left .bp-page-content>.section {
	/*padding: 0.5rem 0;*/
}

.backendlayout-default .bp-page-content>.section .section-column.maincontent-wrap,
.backendlayout-subnavigation_left .bp-page-content>.section .section-column.maincontent-wrap {
	width: calc(100% / 12 * 9);
}

.backendlayout-default .bp-page-content>.section .section-column.subnav-wrap,
.backendlayout-subnavigation_left .bp-page-content>.section .section-column.subnav-wrap {
	width: calc(100% / 12 * 3);
}

@media (max-width: 991px) {

	.backendlayout-default .bp-page-content>.section .section-column.maincontent-wrap,
	.backendlayout-default .bp-page-content>.section .section-column.subnav-wrap,
	.backendlayout-subnavigation_left .bp-page-content>.section .section-column.maincontent-wrap,
	.backendlayout-subnavigation_left .bp-page-content>.section .section-column.subnav-wrap {
		width: 100%;
	}
}

.backendlayout-default .bp-page-content>.section>.frame.frame-title,
.backendlayout-default .bp-page-content>.section .section-column>.frame.frame-title,
.backendlayout-subnavigation_left .bp-page-content>.section>.frame.frame-title,
.backendlayout-subnavigation_left .bp-page-content>.section .section-column>.frame.frame-title {
	margin-bottom: -2rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
}


/* -> MENU Sidebar
============================================================== */

@media (min-width: 992px) {
	.section-default>.container>.section-row {
		flex-wrap: nowrap;
		--section-gap-x: 40px;
	}
}

/* Niveau 2 */
.frame.frame-type-subnavigation {
	margin: 2rem 0;
	padding: 0;
	background-color: #ffffff;
	border: 5px solid #4da32f;
	border-radius: 35px;
	overflow: hidden;
}

.frame.frame-type-subnavigation .subnav-nav {
	margin: 0;
	border: none;
}

.frame.frame-type-subnavigation .subnav-nav:before {
	display: none;
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item {
	margin: 0;
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-link {
	position: relative;
	padding: 1rem 1.5rem;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: #000000;
	align-items: baseline;
	background-color: transparent;
	border-radius: 0;
	border: none;
	z-index: 2;
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-link:hover {
	color: #1e1b58;
	background-color: rgba(0, 0, 0, 0.05);
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-link:after {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	right: 0;
	width: auto;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.05);
	z-index: 1;
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item:last-child .subnav-link:after {
	display: none;
}

.frame.frame-type-subnavigation .subnav-nav>.subnav-item.active>.subnav-link {
	color: #ffffff !important;
	background-color: rgba(77, 163, 47, 1.0);
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-link:before {
	position: relative;
	content: '\f0c8';
	font-family: 'Font Awesome 6 Free';
	font-size: 0.5rem;
	font-weight: 900;
	color: #1e1b58;
	margin-right: 5px;
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item.active .subnav-link:before {
	content: '\f0c8';
	color: #ffffff;
}

/* Niveau 3 */
.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-nav {
	padding: 0 0 0 15px;
	background-color: rgba(0, 0, 0, 0.05);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	/*overflow: hidden;*/
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-nav .subnav-item {
	border-left: 2px solid rgba(77, 163, 47, 0.5);
}

.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-nav .subnav-item .subnav-link {}

.frame.frame-type-subnavigation .subnav-nav .subnav-item .subnav-nav .subnav-item .subnav-link:before {
	content: '\f0da';
	font-size: 1rem;
	color: #1e1b58;
}

.frame.frame-type-subnavigation .subnav-nav>.subnav-item.active>.subnav-nav>.subnav-item.active>.subnav-link {
	color: #1e1b58 !important;
	background-color: rgba(77, 163, 47, 0.1);
}


/* -> FORMULAIRES par défaut
============================================================== */

.frame.frame-type-form_formframework {
	margin: 2rem 0;
	padding: 2rem;
	background-color: #ffffff;
	border: 5px solid #1e1b58;
	border-radius: 50px;
}



/* -> CARD PANELS
============================================================== */

/* Default
------------------------------------ */

.frame.frame-type-panel .card-panel {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border: 5px solid #1e1b58;
	border-radius: 50px;
	overflow: hidden;
}

.frame.frame-type-panel .card-panel .card-header {
	position: relative;
	margin-bottom: -0.75rem;
	padding: 1rem 1.5rem;
	font-size: 1.5rem !important;
	color: #1e1b58 !important;
	text-align: center;
	background-color: #ffffff;
	border-radius: 0 0 0 0;
	border: none;
}

.frame.frame-type-panel .card-panel h2.card-header:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 6px;
	right: 0;
	margin: auto;
	width: 36px;
	height: 5px;
	background: transparent url('images/separateur-horizontal-bleu.svg') repeat 0 50%;
	z-index: 1;
}

.frame.frame-type-panel .card-panel .card-body {
	padding: 1.5rem;
	color: #000000;
	background-color: #ffffff;
	border-radius: 0 0 0 0;
	z-index: 0;
}

.frame.frame-type-panel .card-panel .card-body a:not(.btn) {
	font-weight: 700;
	color: #1e1b58;
}

.frame.frame-type-panel .card-panel .card-body a:not(.btn):hover,
.frame.frame-type-panel .card-panel .card-body a:not(.btn):focus {
	color: #0f0d2c;
}

/* Commun
------------------------------------ */

.frame.frame-type-panel .card-panel.card-panel-primary .card-header,
.frame.frame-type-panel .card-panel.card-panel-secondary .card-header,
.frame.frame-type-panel .card-panel.card-panel-success .card-header,
.frame.frame-type-panel .card-panel.card-panel-info .card-header,
.frame.frame-type-panel .card-panel.card-panel-warning .card-header,
.frame.frame-type-panel .card-panel.card-panel-danger .card-header {
	color: #ffffff !important;
}

.frame.frame-type-panel .card-panel.card-panel-primary .card-header:before,
.frame.frame-type-panel .card-panel.card-panel-secondary .card-header:before,
.frame.frame-type-panel .card-panel.card-panel-success .card-header:before,
.frame.frame-type-panel .card-panel.card-panel-info .card-header:before,
.frame.frame-type-panel .card-panel.card-panel-warning .card-header:before,
.frame.frame-type-panel .card-panel.card-panel-danger .card-header:before {
	background-color: #ffffff;
}

.frame.frame-type-panel .card-panel.card-panel-primary .card-body,
.frame.frame-type-panel .card-panel.card-panel-secondary .card-body,
.frame.frame-type-panel .card-panel.card-panel-success .card-body,
.frame.frame-type-panel .card-panel.card-panel-info .card-body,
.frame.frame-type-panel .card-panel.card-panel-warning .card-body,
.frame.frame-type-panel .card-panel.card-panel-danger .card-body {
	color: #ffffff !important;
}

.frame.frame-type-panel .card-panel.card-panel-primary .card-body a:not(.btn),
.frame.frame-type-panel .card-panel.card-panel-secondary .card-body a:not(.btn),
.frame.frame-type-panel .card-panel.card-panel-success .card-body a:not(.btn),
.frame.frame-type-panel .card-panel.card-panel-info .card-body a:not(.btn),
.frame.frame-type-panel .card-panel.card-panel-warning .card-body a:not(.btn),
.frame.frame-type-panel .card-panel.card-panel-danger .card-body a:not(.btn) {
	color: rgba(0, 0, 0, 0.5) !important;
}

.frame.frame-type-panel .card-panel.card-panel-primary .card-body a:not(.btn):hover,
.frame.frame-type-panel .card-panel.card-panel-primary .card-body a:not(.btn):focus,
.frame.frame-type-panel .card-panel.card-panel-secondary .card-body a:not(.btn):hover,
.frame.frame-type-panel .card-panel.card-panel-secondary .card-body a:not(.btn):focus,
.frame.frame-type-panel .card-panel.card-panel-success .card-body a:not(.btn):hover,
.frame.frame-type-panel .card-panel.card-panel-success .card-body a:not(.btn):focus,
.frame.frame-type-panel .card-panel.card-panel-info .card-body a:not(.btn):hover,
.frame.frame-type-panel .card-panel.card-panel-info .card-body a:not(.btn):focus,
.frame.frame-type-panel .card-panel.card-panel-warning .card-body a:not(.btn):hover,
.frame.frame-type-panel .card-panel.card-panel-warning .card-body a:not(.btn):focus,
.frame.frame-type-panel .card-panel.card-panel-danger .card-body a:not(.btn):hover,
.frame.frame-type-panel .card-panel.card-panel-danger .card-body a:not(.btn):focus {
	color: rgba(255, 255, 255, 0.5) !important;
}

/* Primary
------------------------------------ */
.frame.frame-type-panel .card-panel.card-panel-primary,
.frame.frame-type-panel .card-panel.card-panel-primary .card-header,
.frame.frame-type-panel .card-panel.card-panel-primary .card-body {
	background-color: #1e1b58 !important;
}

/* Secondary
------------------------------------ */
.frame.frame-type-panel .card-panel.card-panel-secondary,
.frame.frame-type-panel .card-panel.card-panel-secondary .card-header,
.frame.frame-type-panel .card-panel.card-panel-secondary .card-body {
	background-color: #1e1b58 !important;
}

/* Success
------------------------------------ */
.frame.frame-type-panel .card-panel.card-panel-success,
.frame.frame-type-panel .card-panel.card-panel-success .card-header,
.frame.frame-type-panel .card-panel.card-panel-success .card-body {
	background-color: #1e1b58 !important;
}

/* Info
------------------------------------ */
.frame.frame-type-panel .card-panel.card-panel-info,
.frame.frame-type-panel .card-panel.card-panel-info .card-header,
.frame.frame-type-panel .card-panel.card-panel-info .card-body {
	background-color: #1e1b58 !important;
}

/* Warning
------------------------------------ */
.frame.frame-type-panel .card-panel.card-panel-warning,
.frame.frame-type-panel .card-panel.card-panel-warning .card-header,
.frame.frame-type-panel .card-panel.card-panel-warning .card-body {
	background-color: #ff5715 !important;
}

/* Danger
------------------------------------ */
.frame.frame-type-panel .card-panel.card-panel-danger,
.frame.frame-type-panel .card-panel.card-panel-danger .card-header,
.frame.frame-type-panel .card-panel.card-panel-danger .card-body {
	background-color: #ff1717 !important;
}

/* -> CARD GROUP
============================================================== */

.frame.frame-type-card_group .card-group-element {}

.frame.frame-type-card_group .card-group-element .card-group-element-item {}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card {
	background-color: #f3f3f3;
	border-radius: 0;
	overflow: hidden;
	border: none;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-img-top picture {
	position: relative;
	border-radius: 0 0 0 0;
	display: block;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-img-top a:hover picture:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(77, 163, 47, 0.25);
	z-index: 1;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body {
	padding: 1rem;
	color: #000000;
	z-index: 2;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body a {
	color: #1e1b58;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body a:hover {
	color: #1e1b58;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-title,
.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-title *,
.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-subtitle,
.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-subtitle * {
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-title,
.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-title * {
	font-size: 1.25rem;
	font-weight: 700;
	color: #000000;
}


.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-subtitle,
.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-body .card-subtitle * {
	font-size: 1rem;
	font-weight: 700;
	color: #1e1b58;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-footer {
	padding: 30px;
	text-align: center;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-footer .btn-default {
	color: #ffffff;
	background-color: #1e1b58;
}

.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-footer .btn-default:hover,
.frame.frame-type-card_group .card-group-element .card-group-element-item .card .card-footer .btn-default:focus {
	background-color: #1e1b58 !important;
}


/* -> CADRE
============================================================== */

.frame.frame-default .well {
	padding: 1rem 1.5rem;
	border: 5px solid #1e1b58;
	border-radius: 50px;
}


/* -> CITATIONS
============================================================== */

.frame.frame-default blockquote {
	position: relative;
	padding: 1.5rem 3.0rem;
	font-size: 1.1rem;
	color: #000000;
	background-color: #ffffff;
	border: 5px solid #eeeeee;
	border-radius: 50px;
	overflow: hidden;
}

.frame.frame-default blockquote:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 25px;
	margin: auto;
	width: 5px;
	height: 100%;
	background: transparent url('images/separateur-vertical-vert.svg') repeat 50% 0;
	opacity: 0.5;
	z-index: 1;
}

.frame.frame-default blockquote:after {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	content: '\f10e';
	font-family: 'Font Awesome 6 Free';
	font-size: 2rem;
	font-weight: 900;
	color: rgba(77, 163, 47, 0.25);
}


/* -> LISTE DE FICHIERS
============================================================== */

.frame.frame-type-uploads .filelink-list {
	padding: 0 !important;
}


/* -> LISTE DE FICHIERS
============================================================== */

.frame.frame-type-uploads .filelink-list .filelink-item {
	gap: 0.25rem;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-media {
	font-size: 1.15rem;
	font-weight: 400;
	display: flex;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-media img {
	margin-right: 10px;
	background-color: #ffffff;
	border: 5px solid #1e1b58 !important;
	border-radius: 25px;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-media .filelink-fileicon {
	position: relative;
	margin-right: 0.25rem;
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: #1e1b58;
	border-radius: 12px;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-media .filelink-fileicon * {
	display: none;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-media .filelink-fileicon:before {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '\f15c';
	font-family: 'Font Awesome 6 Free';
	font-size: 1.25rem;
	font-weight: 900;
	color: #ffffff;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-body .filelink-heading .filelink-filename {
	font-size: 1.15rem;
	font-weight: 700;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-body .filelink-heading .filelink-filesize {
	font-size: 0.85rem;
	font-weight: 700;
	color: #1e1b58;
	opacity: 0.5;
}

.frame.frame-type-uploads .filelink-list .filelink-item .filelink-body .filelink-filedescription {
	font-size: 0.85rem;
	color: #000000;
	opacity: 1;
}


/* -> ONGLETS
============================================================== */

.tab-navigation {
	margin: 0;
}

.tab-navigation .nav-tabs {
	margin: 0;
	border: none;
}

.tab-navigation .nav-tabs .nav-link {
	margin: 0 0.5rem 0 0;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	background-color: #1e1b58;
	border-radius: 50px 50px 0 0;
	border: 5px solid #1e1b58;
	border-bottom: none;
	box-shadow: none;
}

.tab-navigation .nav-tabs .nav-link:hover,
.tab-navigation .nav-tabs .nav-link:focus {
	color: #4da32f;
	background-color: #eeeeee;
	box-shadow: none;
}

@media (max-width: 767px) {
	.tab-navigation .nav-tabs .nav-link {
		margin: 0;
		padding: 1rem 2.5rem;
		width: 100%;
		color: rgba(30, 27, 88, 0.5);
		background-color: #ffffff;
		border-radius: 0;
		border-top: none;
		border-bottom: none;
	}

	.tab-navigation .nav-tabs .nav-link:first-child {
		border-radius: 50px 50px 0 0;
		border-top: 5px solid #1e1b58;
	}
}

.tab-navigation .nav-tabs .nav-link.active,
.tab-navigation .nav-tabs.show .nav-link {
	position: relative;
	font-weight: 700;
	color: #1e1b58;
	background-color: #eeeeee;
}

.tab-navigation .nav-tabs .nav-link.active:after,
.tab-navigation .nav-tabs.show .nav-link:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 6px;
	right: 0;
	margin: auto;
	width: 36px;
	height: 5px;
	background: transparent url('images/separateur-horizontal-bleu.svg') repeat 0 50%;
	z-index: 1;
}

@media (max-width: 767px) {

	.tab-navigation .nav-tabs .nav-link.active:after,
	.tab-navigation .nav-tabs.show .nav-link:after {
		position: absolute;
		content: '';
		top: 6px;
		bottom: 0;
		left: 1.5rem;
		margin: auto 0;
		width: 5px;
		height: 36px;
		background: transparent url('images/separateur-vertical-bleu.svg') repeat 50% 0;
		z-index: 1;
	}
}

.tab-content {
	margin-top: -5px;
	background-color: #ffffff;
	border: 5px solid #1e1b58;
	border-radius: 0 0 50px 50px;
	overflow: hidden;
}

.tab-content .tab-pane {
	padding: 1rem 1.5rem;
	color: #000000;
	background-color: #eeeeee;
	border-radius: 0;
	border: none;
}

.tab-content .tab-pane .tab-pane-content .tab-pane-content-media {
	padding: 0.5rem 0;
}

/* Alignement des images
------------------------------------ */

.tab-content .tab-pane .tab-pane-content.tab-pane-content-left .tab-pane-content-item.tab-pane-content-media,
.tab-content .tab-pane .tab-pane-content.tab-pane-content-right .tab-pane-content-item.tab-pane-content-text {
	order: 0;
}

.tab-content .tab-pane .tab-pane-content.tab-pane-content-right .tab-pane-content-item.tab-pane-content-media,
.tab-content .tab-pane .tab-pane-content.tab-pane-content-left .tab-pane-content-item.tab-pane-content-text {
	order: 1;
}


/* -> ACCORDEONS
============================================================== */

.accordion .accordion-item {
	margin-bottom: 1rem;
	background-color: #ffffff;
	border: 5px solid #1e1b58 !important;
	border-radius: 50px;
	overflow: hidden;
}

.accordion .accordion-item .accordion-header {}

.accordion .accordion-item .accordion-header .accordion-button {
	margin: 0;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #1e1b58;
	background-color: #ffffff;
	box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button:hover,
.accordion .accordion-item .accordion-header .accordion-button:focus {
	color: #4da32f !important;
	background-color: #eeeeee;
	box-shadow: none;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #1e1b58 !important;
	background-color: #eeeeee;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
	position: relative;
	content: '+';
	width: auto;
	height: 1.25rem;
	font-family: 'CAC Pinafore', Arial, sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	color: #4da32f;
	line-height: 0.2;
	background: none;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
	content: '-';
}

.accordion .accordion-item .accordion-body {
	position: relative;
	color: #000000;
	background-color: #eeeeee;
	border-radius: 0 0 0 0;
	border: none;
}

.accordion .accordion-item .accordion-body:before {
	position: absolute;
	content: '';
	top: 0;
	left: 1.25rem;
	right: 1.25rem;
	margin: auto;
	width: auto;
	height: 5px;
	background: transparent url('images/separateur-horizontal-bleu.svg') repeat 0 50%;
	z-index: 1;
}

.accordion .accordion-item .accordion-body .image {
	margin-bottom: 1rem;
}

/* Alignement des images
------------------------------------ */

.accordion .accordion-item .accordion-body .accordion-content.accordion-content-left .accordion-content-item.accordion-content-media,
.accordion .accordion-item .accordion-body .accordion-content.accordion-content-right .accordion-content-item.accordion-content-text {
	order: 0;
}

.accordion .accordion-item .accordion-body .accordion-content.accordion-content-right .accordion-content-item.accordion-content-media,
.accordion .accordion-item .accordion-body .accordion-content.accordion-content-left .accordion-content-item.accordion-content-text {
	order: 1;
}


/* -> IMAGES
============================================================== */

.gallery-row {
	/*gap: 0;*/
	justify-content: center;
}

.gallery-item picture {}

.gallery-item img {
	border-radius: 50px;
	border: 5px solid #1e1b58;
}

.gallery-item .caption {
	margin-top: 0.25rem;
	padding: 0.15rem;
	font-size: 0.85rem;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
	word-wrap: break-word;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 1;
}


/* -> TEXTES et IMAGES avec cadre SPECIAL 1 (Edito)
============================================================== */

.frame.frame-type-textpic.frame-special-1 .textpic {
	margin-left: 115px;
	margin-top: 0;
	padding: 2rem;
	background-color: rgba(77, 163, 47, 0.25);
	border: 5px solid #4da32f;
	border-radius: 50px;
}

@media (max-width: 767px) {
	.frame.frame-type-textpic.frame-special-1 .textpic {
		margin-left: 0;
		margin-top: 115px;
		gap: 20px;
	}
}

/* Textes
------------------------------------ */

.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text {
	width: calc(100% - 120px);
}

@media (max-width: 767px) {
	.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text {
		width: 100%;
	}
}


.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text .element-header {
	margin-top: -0.75rem;
	font-family: 'CAC Pinafore', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	color: #4da32f;
}

.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text .element-subheader {
	font-size: 0.8rem;
	font-weight: 400;
	color: #000000;
}

.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text p,
.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text ol,
.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text ul,
.frame.frame-type-textpic.frame-special-1 .textpic .textpic-text table {
	font-size: 1rem;
	color: #000000;
}

/* Images
------------------------------------ */

.frame.frame-type-textpic.frame-special-1 .textpic .textpic-gallery {
	margin-left: -150px;
	margin-top: 0;
	width: auto;
}

@media (max-width: 767px) {
	.frame.frame-type-textpic.frame-special-1 .textpic .textpic-gallery {
		margin-left: 0;
		margin-top: -150px;
		width: 100%;
	}
}

.frame.frame-type-textpic.frame-special-1 .textpic .textpic-gallery .gallery-item {
	width: 100%;
}

.frame.frame-type-textpic.frame-special-1 .textpic .textpic-gallery .gallery-item .caption {
	display: none;
}

.frame.frame-type-textpic.frame-special-1 .textpic.textpic-left .textpic-gallery .gallery-item picture,
.frame.frame-type-textpic.frame-special-1 .textpic.textpic-right .textpic-gallery .gallery-item picture {}

.frame.frame-type-textpic.frame-special-1 .textpic.textpic-left .textpic-gallery .gallery-item picture {
	right: 50%;
}

.frame.frame-type-textpic.frame-special-1 .textpic.textpic-above .textpic-gallery .gallery-item picture,
.frame.frame-type-textpic.frame-special-1 .textpic.textpic-below .textpic-gallery .gallery-item picture {}

.frame.frame-type-textpic.frame-special-1 .textpic .textpic-gallery .gallery-item img {
	width: 230px;
	height: 230px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	border: none;
}


/* -> HTML avec cadre SPECIAL 2 (Accès rapides)
============================================================== */

@media (max-width: 767px) {
	.frame.frame-type-html.frame-special-2 {
		padding-top: 1rem;
		padding-bottom: 0;
	}
}

.frame.frame-type-html.frame-special-2 ul.links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.frame.frame-type-html.frame-special-2 ul.links>li {
	margin: 0 0 2rem 0;
}

.frame.frame-type-html.frame-special-2 ul.links>li>a {
	position: relative;
	margin: 0 auto;
	padding-right: 60px;
	padding: 1.5rem;
	width: 100%;
	max-width: 420px;
	height: 120px;
	font-family: 'CAC Pinafore', Arial, sans-serif;
	font-size: 4rem;
	font-weight: 400;
	line-height: normal;
	color: #4da32f;
	text-align: left;
	border: 5px solid #4da32f;
	border-radius: 35px;
	display: block;
	transition: background 0.5s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.frame.frame-type-html.frame-special-2 ul.links>li>a {
		padding: 1.5rem 0.5rem;
		font-size: 3.5rem;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.frame.frame-type-html.frame-special-2 ul.links>li>a {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.frame.frame-type-html.frame-special-2 ul.links>li>a {
		text-align: center;
	}
}

.frame.frame-type-html.frame-special-2 ul.links>li>a:after {
	position: absolute;
	content: '';
	bottom: 25px;
	right: -60px;
	width: 190px;
	height: 50px;
	background: transparent url('images/titre-vert.svg') no-repeat bottom right;
	background-size: 100%;
	z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.frame.frame-type-html.frame-special-2 ul.links>li>a:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.frame.frame-type-html.frame-special-2 ul.links>li>a:after {
		display: none;
	}
}

.frame.frame-type-html.frame-special-2 ul.links>li>a:hover,
.frame.frame-type-html.frame-special-2 ul.links>li>a:focus {
	color: #1e1b58;
}


/* Agenda
------------------------------------ */

.frame.frame-type-html.frame-special-2 ul.links>li:first-child>a {
	background: transparent url('images/agenda.png') no-repeat center left;
}

.frame.frame-type-html.frame-special-2 ul.links>li:first-child>a:hover,
.frame.frame-type-html.frame-special-2 ul.links>li:first-child>a:focus {
	background: transparent url('images/agenda-hover.png') no-repeat center left;
}

/* Bulletin
------------------------------------ */

.frame.frame-type-html.frame-special-2 ul.links>li:last-child>a {
	background: transparent url('images/bulletin.png') no-repeat center left;
}

.frame.frame-type-html.frame-special-2 ul.links>li:last-child>a:hover,
.frame.frame-type-html.frame-special-2 ul.links>li:last-child>a:focus {
	background: transparent url('images/bulletin-hover.png') no-repeat center left;
}


/* -> IMAGE avec cadre SPECIAL 3 (Carte de localisation)
============================================================== */

.frame.frame-type-image.frame-special-3 {
	height: 600px;
}

@media (max-width: 1199px) {
	.frame.frame-type-image.frame-special-3 {
		height: 500px;
	}
}

@media (max-width: 991px) {
	.frame.frame-type-image.frame-special-3 {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.frame.frame-type-image.frame-special-3 {
		height: 300px;
	}
}

.frame.frame-type-image.frame-special-3:before,
.frame.frame-type-image.frame-special-3:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	background-size: 100% !important;
	z-index: 2;
}

.frame.frame-type-image.frame-special-3:before {
	top: -2px;
	height: 110px;
	background: transparent url('images/cadre-carte-haut.png') no-repeat top center;
}

.frame.frame-type-image.frame-special-3:after {
	bottom: -2px;
	height: 60px;
	background: transparent url('images/cadre-carte-bas.png') no-repeat bottom center;
}

.frame.frame-type-image.frame-special-3 .frame-group-container,
.frame.frame-type-image.frame-special-3 .frame-group-container>.frame-group-inner,
.frame.frame-type-image.frame-special-3 .frame-group-container>.frame-group-inner .frame-container,
.frame.frame-type-image.frame-special-3 .frame-group-container>.frame-group-inner .frame-container>.frame-inner {
	height: 100%;
}

.frame.frame-type-image.frame-special-3 .frame-container.frame-container-default .gallery-row {
	position: absolute;
	bottom: 0;

	width: 100%;
	height: 100%;
}

.frame.frame-type-image.frame-special-3 .frame-container.frame-container-default .gallery-row figure.image {
	width: 100%;
	height: 100%;
}

.frame.frame-type-image.frame-special-3 .frame-container.frame-container-default .gallery-row figure.image a {
	width: 100%;
	height: 100%;
	display: block;
}

.frame.frame-type-image.frame-special-3 .gallery-item img {
	width: 250px;
	border: none;
}

@media (max-width: 1399px) {
	.frame.frame-type-image.frame-special-3 .gallery-item img {
		width: 220px;
	}
}

@media (max-width: 1199px) {
	.frame.frame-type-image.frame-special-3 .gallery-item img {
		width: 180px;
	}
}

@media (max-width: 991px) {
	.frame.frame-type-image.frame-special-3 .gallery-item img {
		width: 120px;
	}
}

@media (max-width: 767px) {
	.frame.frame-type-image.frame-special-3 .gallery-item img {
		display: none;
	}
}


/* -> LISTE A PUCES
============================================================== */

.bp-page-content>.section.section-default .frame.frame-default ol,
.bp-page-content>.section.section-default .frame.frame-default ul {
	padding-left: 3rem;
}

.bp-page-content>.section.section-default .frame.frame-default ol li::marker {
	color: #4da32f;
}

.bp-page-content>.section.section-default .frame.frame-default ul.list-normal {
	list-style-type: none;
}

.bp-page-content>.section.section-default .frame.frame-default ul.list-normal>li:before {
	position: relative;
	content: '\f0c8';
	margin-right: 5px;
	font-family: 'Font Awesome 6 Free';
	font-size: 0.65rem;
	font-weight: 900;
	color: #4da32f;
}

.bp-page-content>.section.section-default .frame.frame-default ul.list-normal>li ul>li:before {
	content: '\f0da';
	font-size: 1.25rem;
	/*color: #1e1b58;*/
	color: #4da32f;
}

.bp-page-content>.section.section-default .frame.frame-default ul.list-normal>li ul>li ul>li:before {
	content: '\f00c';
	font-size: 0.95rem;
	color: #4da32f;
}


/* -> PLAN DU SITE
============================================================== */

.frame.frame-type-menu_sitemap_pages .frame-inner>ul {
	padding: 0;
	list-style-type: none;
}

.frame.frame-type-menu_sitemap_pages .frame-inner>ul>li:before {}

.frame.frame-type-menu_sitemap_pages .frame-inner>ul>li ul {
	padding: 0;
	list-style-type: none;
}

.frame.frame-type-menu_sitemap_pages .frame-inner>ul>li ul>li:before {
	position: relative;
	content: '\f0c8';
	margin-right: 5px;
	font-family: 'Font Awesome 6 Free';
	font-size: 0.5rem;
	font-weight: 900;
	color: #1e1b58;
}

.frame.frame-type-menu_sitemap_pages .frame-inner>ul>li ul>li ul {
	padding-left: 1rem;
}

.frame.frame-type-menu_sitemap_pages .frame-inner>ul>li ul>li ul>li:before {
	content: '\f0da';
	font-size: 1.1rem;
	color: #1e1b58;
}

.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul {
	columns: 2;
	column-gap: 30px;
}

@media (max-width: 991px) {
	.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul {
		columns: 2;
	}
}

@media (max-width: 767px) {
	.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul {
		columns: 1;
	}
}

.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul li a {
	font-size: 1rem;
	font-weight: 400;
	color: #000000;
}

.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul li a:hover,
.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul li a:focus {
	color: #1e1b58;
}

.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li {
	list-style-type: none;
}

.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li>a {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #1e1b58;
}

.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li>a:hover,
.bp-page-content>.section.section-default .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li>a:focus {
	color: #1e1b58;
}


/* -> VIDEOS (YouTube & Vimeo)
============================================================== */

.frame.frame-type-external_media .embed-responsive {
	border: 5px solid #1e1b58;
	border-radius: 50px;
	overflow: hidden;
}


/* CARTE PLEIN ECRAN
============================================================== */

.frame.frame-default .tx-go-maps-ext {
	max-height: 510px;
	border: 5px solid #1e1b58;
	border-radius: 50px;
	overflow: hidden;
}


/* PIED DE PAGE
============================================================== */

.bp-page-footer .footer-section:first-child {
	position: relative;
	background-color: #000000;
}

.bp-page-footer .footer-section .element-header {
	font-size: 3.1rem;
}

.bp-page-footer .footer-section .element-subheader {
	font-size: 1.6rem;
}

.bp-page-footer .footer-section .element-header,
.bp-page-footer .footer-section .element-subheader {
	color: #ffffff;
	text-transform: uppercase;
}

.bp-page-footer .footer-section .element-header:before,
.bp-page-footer .footer-section .element-subheader:before {
	background-color: #e54520;
}

.bp-page-footer .footer-section.footer-section-content {
	color: #ffffff;
	background-color: #000000;
}

.bp-page-footer .footer-section.footer-section-content .frame .frame-inner *:not(.frame-header) h1,
.bp-page-footer .footer-section.footer-section-content .frame .frame-inner *:not(.frame-header) h2,
.bp-page-footer .footer-section.footer-section-content .frame .frame-inner *:not(.frame-header) h3,
.bp-page-footer .footer-section.footer-section-content .frame .frame-inner *:not(.frame-header) h4,
.bp-page-footer .footer-section.footer-section-content .frame .frame-inner *:not(.frame-header) h5 {
	font-weight: 700;
	color: #e54520;
	text-transform: inherit;
}


/* Infos pratiques
------------------------------------ */

.footer-section.footer-section-content-infos .section-column.footer-section-content-column-left {
	--section-colspan: 3;
}

.footer-section.footer-section-content-infos .section-column.footer-section-content-column-middle {
	--section-colspan: 3;
}

.footer-section.footer-section-content-infos .section-column.footer-section-content-column-right {
	--section-colspan: 6;
}

@media (max-width: 1199px) {
	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-left {
		--section-colspan: 2;
	}

	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-middle {
		--section-colspan: 3;
	}

	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-right {
		--section-colspan: 7;
	}
}

@media (max-width: 991px) {
	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-left {
		--section-colspan: 6;
	}

	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-middle {
		--section-colspan: 6;
	}

	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-right {
		--section-colspan: 12;
	}
}

@media (max-width: 767px) {

	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-left,
	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-middle,
	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-right {
		--section-colspan: 12;
	}
}

.footer-section.footer-section-content-infos .frame {
	padding-top: 2rem;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.footer-section.footer-section-content-infos .section-column.footer-section-content-column-right .frame {
		padding-top: 0;
	}
}

.footer-section.footer-section-content-infos .frame.frame-type-image .gallery-item img {
	margin-top: -1rem;
	height: 125px;
	border: none;
}

.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>.frame-header {
	margin-bottom: 1rem;
}

.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h1,
.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h2,
.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h3,
.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h4,
.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h5 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #4da32f;
	text-transform: inherit;
}

@media (max-width: 767px) {

	.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h1,
	.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h2,
	.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h3,
	.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h4,
	.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h5 {
		text-align: center;
	}
}

.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h1:before,
.footer-section.footer-section-content-infos .frame.frame-type-text .frame-inner>h2:before {
	background-color: #4da32f;
	display: none;
}

.footer-section.footer-section-content-infos .frame.frame-type-text p,
.footer-section.footer-section-content-infos .frame.frame-type-text ul {
	margin-bottom: 1rem;
	font-size: 1.1rem;
	font-weight: 400;
	color: #ffffff;
}

.footer-section.footer-section-content-infos .frame.frame-type-text p {
	display: flex;
	align-items: baseline;
}

@media (max-width: 767px) {
	.footer-section.footer-section-content-infos .frame.frame-type-text p {
		justify-content: center;
	}
}

.footer-section.footer-section-content-infos .frame.frame-type-text ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
	display: flex;
}

@media (max-width: 767px) {
	.footer-section.footer-section-content-infos .frame.frame-type-text ul {
		display: block;
	}
}

.footer-section.footer-section-content-infos .frame.frame-type-text ul li {
	margin: 0 1rem;
}

@media (max-width: 767px) {
	.footer-section.footer-section-content-infos .frame.frame-type-text ul li {
		margin: 0 0 1rem 0;
	}
}

.footer-section.footer-section-content-infos .frame.frame-type-text .fa,
.footer-section.footer-section-content-infos .frame.frame-type-text .fas {
	margin-right: 5px;
	font-size: 1.1rem;
	color: #4da32f;
}

.footer-section.footer-section-content-infos .frame.frame-type-text a {
	font-size: 1.1rem;
	font-weight: 700;
	color: #ffffff;
}

.footer-section.footer-section-content-infos .frame.frame-type-text a:hover,
.footer-section.footer-section-content-infos .frame.frame-type-text a:focus {
	color: #4da32f;
}

.footer-section.footer-section-content-infos .frame.frame-type-text .btn {
	margin-bottom: 0.5rem;
	font-weight: 400;
	color: #ffffff;
	background-color: transparent;
	border: 3px solid #4da32f !important;
}

.footer-section.footer-section-content-infos .frame.frame-type-text .btn:hover,
.footer-section.footer-section-content-infos .frame.frame-type-text .btn:focus {
	color: #4da32f;
	background-color: #ffffff;
	border-color: #ffffff !important;
}


/* Plan du site & Menu secondaire
------------------------------------ */

.footer-section.footer-section-content-sitemap {
	background-color: #4da32f !important;
}


/* Plan du site
------------------------------------ */

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul {
	columns: 3;
	column-gap: 30px;
}

@media (max-width: 1199px) {
	.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul {
		columns: 2;
	}
}

@media (max-width: 991px) {
	.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul {
		columns: 1;
	}
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul li:before {
	color: rgba(0, 0, 0, 0.5);
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul li a {
	font-size: 1rem;
	color: #ffffff;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul li a:hover,
.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul li a:focus {
	color: rgba(255, 255, 255, 0.5);
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li {
	list-style-type: none;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li>a {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #265117;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li>a:hover,
.footer-section.footer-section-content-sitemap .frame.frame-type-menu_sitemap_pages .frame-inner>ul>li>a:focus {
	color: rgba(255, 255, 255, 0.5);
}


/* Menu secondaire
------------------------------------ */

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_subpages {
	margin: inherit !important;
	padding: 0.5rem;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_subpages .frame-inner>ul {
	padding: 0;
	text-align: center;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_subpages .frame-inner>ul li {
	margin: 5px;
	padding: 0;
	display: inline-block;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_subpages .frame-inner>ul li:before {
	content: '\f192';
	font-family: 'Font Awesome 6 Free';
	font-size: 0.85rem;
	font-weight: 400;
	color: #000000;
	margin-right: 15px;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_subpages .frame-inner>ul li:first-child:before {
	display: none;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_subpages .frame-inner>ul li a {
	font-size: 0.85rem;
	font-weight: 700;
	color: #ffffff;
}

.footer-section.footer-section-content-sitemap .frame.frame-type-menu_subpages .frame-inner>ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}


/* Copyright
------------------------------------ */

.footer-section.footer-section-meta {
	background-color: #1e1b58;
}

.footer-section.footer-section-meta .frame {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.footer-section.footer-section-meta .frame .frame-inner>* {
	margin: 0.5rem;
}

.footer-section.footer-section-meta .frame p {
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
	color: #ffffff;
	text-align: center;
}

.footer-section.footer-section-meta .frame a {
	font-weight: 700;
	color: #ffffff !important;
}

.footer-section.footer-section-meta .frame a:hover {
	color: #4da32f !important;
}

.footer-section.footer-section-meta .frame .footer-meta,
.footer-section.footer-section-meta .frame .footer-language,
.footer-section.footer-section-meta .frame .footer-sociallinks {
	display: none;
}

/* Meta
------------------------------------ */

.footer-section.footer-section-meta .frame .footer-meta {}

/* Language
------------------------------------ */

.footer-section.footer-section-meta .frame .footer-language {}

/* Copyright
------------------------------------ */

.footer-section.footer-section-meta .frame .footer-copyright {}

/* Liens réseaux sociaux
------------------------------------ */

.footer-section.footer-section-meta .frame .footer-sociallinks {}


/* -> BOUTON HAUT DE PAGE
============================================================== */

.scroll-top {
	right: 45px;
	bottom: 45px;
	width: 60px;
	height: 60px;
	color: #1e1b58 !important;
	background-color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 50%;
	/*filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));*/
}

.scroll-top:hover,
.scroll-top:focus {
	background-color: #1e1b58;
}

.scroll-top,
.scroll-top .scroll-top-icon,
.scroll-top .scroll-top-icon:before {
	transform: none;
}

.scroll-top .scroll-top-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '\f062';
	font-family: 'Font Awesome 6 Free';
	font-size: 2rem;
	font-weight: 900;
	color: #1e1b58;
	text-align: center;
	border: none;
}

.scroll-top:hover .scroll-top-icon:before,
.scroll-top:focus .scroll-top-icon:before {
	color: #ffffff;
}


/* -> COOKIES
============================================================== */
.cc-window,
.cc-revoke {
	color: #ffffff;
	background-color: #000000;
	border-top: 5px solid #4da32f;
}

.cc-header {
	color: color-mix(in srgb, #1e1b58 70%, white);
}

.cc-link,
.cc-link:active,
.cc-link:visited {
	font-weight: 700;
	color: #4da32f !important;
	text-decoration: none;
	opacity: 1;
}

.cc-link:hover,
.cc-link:focus {
	color: #265117 !important;
}

.cc-compliance .cc-btn {
	margin: 0;
	padding: 0.25rem 1.5rem;
	font-size: 1.25rem;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	border: 3px solid #000000;
	border-radius: 35px;
	box-shadow: none;
}

.cc-compliance .cc-btn.cc-dismiss {
	color: #ffffff;
	background-color: #4da32f;
	border: 3px solid #4da32f;
}

.cc-compliance .cc-btn.cc-dismiss:hover,
.cc-compliance .cc-btn.cc-dismiss:focus {
	color: #4da32f;
	background-color: #000000;
}