/* Header */
@media only screen and (min-width: 767px) {
	.custom-logo {
		width: 150px !important;
	}
}

.wp-site-blocks {
	padding-top: 0;
	padding-bottom: 0;
}

:where(.wp-block-group) {
	background-color: transparent !important;
}

/* Table Card */
.bank-card .wp-block-image img {
	width: auto !important;
	max-width: 220px !important;
	height: 72px !important;
	object-fit: contain !important;
	margin-bottom: 16px;
}

.bank-card .wp-block-image {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 24px;
	width: 100%;
}

.bank-card-container {
	max-width: 1200px;
	margin: auto;
}

/*
.bank-card .wp-block-group h5 {
	width: 32px;
  height: 32px !important;
  padding: 0;
  margin: 0 auto;
  border-radius: 200px !important;
  font-size: 18px;
}

.bank-card:not(.wp-element-button) strong {
  color: #C8674F !important;
}
*/
/* Table */
.hp-table {
	margin: 0 24px 24px;
	border-radius: 20px !important;
}

@media only screen and (min-width: 767px) {
	.hp-table {
		margin: 0 120px 120px;
	}
	
	.wp-block-table.is-style-stripes tr a {
		background-color: #C8674F;
		padding: 8px 16px;
		border-radius: 30px;
		text-decoration: none;
		color: white;
		transition: all .3s;
	}
	
	.wp-block-table.is-style-stripes tr a:hover {
		background-color: #B44125;
	}
}

.wp-block-table td, .wp-block-table th {
	padding: 24px 12px !important;
	line-height: 1.3;
}

.wp-block-table thead {
	border-bottom: 0 solid;
	background-color: #FFF;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, .5) !important;
}	
}

/*
@media only screen and (max-width: 767px) {
	.hp-table {
		display: none;
	}
}
*/
.hp-table {
	margin: 0 auto 80px !important;
	margin-right: 20px;
	margin-left: 20px;
	max-width: 1400px;
}

.hp-table {
	overflow-x: auto;
/* Active le défilement horizontal */
/* Rend le défilement fluide sur les appareils tactiles */
/*  width: 100%;  S'assure que le conteneur occupe tout l'espace disponible */
}

table {
	width: 100%;
/* Permet à la table d'utiliser une largeur complète par défaut */
	min-width: 600px;
/* Définit une largeur minimale pour éviter le "collapse" */
	border-collapse: collapse;
}

th, td {
	border: 1px solid #ddd;
/* Exemple de style de bordure */
	padding: 8px;
	text-align: left;
}

/* Button */
.wp-element-button, .wp-block-button__link {
	transition: all .3s;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
	color: #FFF !important;
	background-color: #B44125 !important;
}

/* Footer */
:where(.wp-site-blocks) > :last-child:last-child {
/*display: none;*/
	margin: 0!;
}

footer .has-global-padding {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

/* Menu */
@media only screen and (max-width: 600px) {
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
		display: none !important;
	}
	
	.wp-block-navigation-item__label,
	.current-menu-ancestor {
		font-size: 24px;
		color: #0B303B !important;
	}
}
:root :where(.wp-block-table) {
padding: 0 !important;
}