/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
p strong {
	font-weight: 700;
}
footer {
	background: #fff;
}

header.ast-custom-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 0.35s ease;
	will-change: transform;
	z-index: 100;
}

div#search-container {
	position: fixed;
	top: 0;
	z-index: 9999999999999999999;
	height: 100vh;
	width: 100vw;
	display: none;
}

body.logged-in.admin-bar header.ast-custom-header {
	top: 30px;
}

a[href="/thematiques/"] {
	display: none;
}

/* État compact */
@media screen and (width > 980px) {

	header.ast-custom-header.header-hidden {
		transform: translateY(calc(-1 * var(--header-top-height, 0px)));

		& .uagb-layout-grid.uagb-block-9e437bff .uagb-container-inner-blocks-wrap {
			grid-template-columns: minmax(1px, 15%) minmax(1px, 1fr);
		}

		& .uagb-block-4b3f2115 {
			justify-content: end;
			padding-bottom: 10px;
		}

		& .uagb-block-4ad90b5b img {
			max-height: var(--header-top-height);
			width: auto;
		}

		& #header-player {
			padding-block: 15px 20px;
		}
	}

	/* Le player reste visible */
	#header-player {
		position: relative;
		z-index: 2;
	}
}










a {
	outline: none !important;
}

.ast-mobile-popup-drawer,
.ast-mobile-popup-overlay {
	display: none !important;
}

body:is(.archive, .search) #content .ast-container {
	max-width: none !important;
	padding: 0 !important;
}

#search-container .wp-block-search__inside-wrapper {
	background: transparent;
	border-radius: 0;
	overflow: hidden;
	border-bottom: 1px solid #9e9e9e;

	& input.wp-block-search__input {
		margin: auto;
		border: none;
		padding: 0 10px 5px;
		color: #fff;
		font-size: 50px;
		font-weight: 400;
		line-height: 1.2;

		&::placeholder {
			color: #9e9e9e;
		}
	}

	& button.wp-block-search__button {
		margin: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;

		background: linear-gradient(to right, #fff), linear-gradient(to right, #f8dae9);
		background-repeat: no-repeat;
		background-size: 0% 100%, 100% 100%;
		background-position: bottom right, bottom left;
		transition: background-size 500ms;

		&:hover {
			color: #2f2f2f;
			background-position: bottom left;
			background-size: 100% 100%, 100% 100%;
		}
	}
}

@media screen and (width <=767px) {
	#search-container .wp-block-search__inside-wrapper input.wp-block-search__input {
		font-size: 20px;
	}
}

body.search #content .wp-block-search__inside-wrapper {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #2f2f2f33;

	& input.wp-block-search__input {
		margin: auto;
		border: none;
		padding-inline: 10px;
	}

	& button.wp-block-search__button {
		margin: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;

		background: linear-gradient(to right, #2f2f2f), linear-gradient(to right, #f8dae9);
		background-repeat: no-repeat;
		background-size: 0% 100%, 100% 100%;
		background-position: bottom right, bottom left;
		transition: background-size 500ms;

		&:hover {
			background-position: bottom left;
			background-size: 100% 100%, 100% 100%;
		}
	}
}

#page .white-to-black .uagb-buttons-repeater.wp-block-button__link {
	background: linear-gradient(to right, #000), linear-gradient(to right, #fff);
	background-repeat: no-repeat;
	background-size: 0% 100%, 100% 100%;
	background-position: bottom right, bottom left;
	transition: background-size 500ms;

	& * {
		transition: color 700ms, fill 700ms;
	}

	&:hover {
		background-position: bottom left;
		background-size: 100% 100%, 100% 100%;

		& * {
			color: #fff;
			fill: #fff;
		}
	}
}

#page .pink-to-black .uagb-buttons-repeater.wp-block-button__link {
	background: linear-gradient(to right, #2f2f2f), linear-gradient(to right, #f8dae9);
	background-repeat: no-repeat;
	background-size: 0% 100%, 100% 100%;
	background-position: bottom right, bottom left;
	transition: background-size 500ms;

	& * {
		transition: color 700ms, fill 700ms;
	}

	&:hover {
		background-position: bottom left;
		background-size: 100% 100%, 100% 100%;

		& * {
			color: #fff;
			fill: #fff;
		}
	}
}

#page .yellow-to-black .uagb-buttons-repeater.wp-block-button__link {
	background: linear-gradient(to right, #2f2f2f), linear-gradient(to right, #FEEF88);
	background-repeat: no-repeat;
	background-size: 0% 100%, 100% 100%;
	background-position: bottom right, bottom left;
	transition: background-size 500ms;

	& * {
		transition: color 700ms, fill 700ms;
	}

	&:hover {
		background-position: bottom left;
		background-size: 100% 100%, 100% 100%;

		& * {
			color: #fff;
			fill: #fff;
		}
	}
}

#page .black-to-pink .uagb-buttons-repeater.wp-block-button__link {
	background: linear-gradient(to right, #f8dae9), linear-gradient(to right, #2f2f2f);
	background-repeat: no-repeat;
	background-size: 0% 100%, 100% 100%;
	background-position: bottom right, bottom left;
	transition: background-size 500ms;

	& * {
		transition: color 700ms, fill 700ms;
	}

	&:hover {
		background-position: bottom left;
		background-size: 100% 100%, 100% 100%;

		& * {
			color: #2f2f2f;
			fill: #2f2f2f;
		}
	}
}

#page .transparent-to-black .uagb-buttons-repeater.wp-block-button__link {
	background: linear-gradient(to right, #2f2f2f), linear-gradient(to right, transparent);
	background-repeat: no-repeat;
	background-size: 0% 100%, 100% 100%;
	background-position: bottom right, bottom left;
	transition: background-size 500ms;

	& * {
		transition: color 700ms, fill 700ms;
	}

	&:hover {
		background-position: bottom left;
		background-size: 100% 100%, 100% 100%;

		& * {
			color: #fff;
			fill: #fff;
		}
	}
}

#page .transparent-to-white .uagb-buttons-repeater.wp-block-button__link {
	background: linear-gradient(to right, #fff), linear-gradient(to right, transparent);
	background-repeat: no-repeat;
	background-size: 0% 100%, 100% 100%;
	background-position: bottom right, bottom left;
	transition: background-size 500ms;

	& * {
		transition: color 700ms, fill 700ms;
	}

	&:hover {
		background-position: bottom left;
		background-size: 100% 100%, 100% 100%;

		& * {
			color: #2f2f2f;
			fill: #2f2f2f;
		}
	}
}

#page .black-link a {
	color: #2f2f2f;
	text-decoration: none !important;
	background: linear-gradient(to right, #2f2f2f);
	background-repeat: no-repeat;
	background-size: 0% 1px;
	background-position: bottom right;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom left;
		background-size: 100% 1px;
	}
}

#page .black-link.base-underline a {
	text-decoration: none !important;
	background-size: 100% 1px;
	background-position: bottom left;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom right;
		background-size: 0% 1px;
	}
}


#page .white-link a {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to right, #fff);
	background-repeat: no-repeat;
	background-size: 0% 1px;
	background-position: bottom right;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom left;
		background-size: 100% 1px;
	}
}

#page .white-link.base-underline a {
	background-size: 100% 1px;
	background-position: bottom left;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom right;
		background-size: 0% 1px;
	}
}

#wpforms-form-22439 {
	
	& #wpforms-22439-field_1-container .wpforms-field-row wpforms-field-large {
		display: grid;
		grid-template-columns: 1fr 1fr;

		& .wpforms-field-row-block.wpforms-one-half {
			width: 100% !important;
			padding: 0 !important;
			
			& .wpforms-first {
				grid-column: 1 / 2;
			}
		}
	} 
}

button#wpforms-submit-22445 {
	color: #000 !important;
	font-family: 'Poppins';
	font-size: 16px !important;
	font-weight: 400;
	
	background: linear-gradient(to right, #fff), linear-gradient(to right, #f8dae9);
	background-repeat: no-repeat;
	background-size: 0% 100%, 100% 100%;
	background-position: bottom right, bottom left;
	transition: background-size 500ms;
	
	&::before,
	&::after {
		display: none !important;
	}

	& * {
		transition: color 700ms, fill 700ms;
	}

	&:hover {
		background-position: bottom left;
		background-size: 100% 100%, 100% 100%;

		& * {
			color: #000 !important;
			fill: #000 !important;
		}
	}
}




.wp-block-breadcrumbs {
	height: auto;

	& ol {
		margin-left: 0 !important;
	}

	& * {
		line-height: 1.6;
	}

	& span[aria-current="page"] {
		text-decoration: underline;
	}
}

.bg-psy-101 {
	background-position-y: 101% !important;
}

body.single-tous-les-programmes .wp-block-paragraph {
	max-width: 960px;
	color: #2f2f2f;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;

	& strong {
		font-weight: 500;
	}

	& a {
		text-decoration: none;
		color: #2f2f2f;
		background: linear-gradient(to right, #2f2f2f);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 100% 1px;
		transition: background-size 500ms;

		&:hover {
			background-position: bottom right;
			background-size: 0% 1px;
		}
	}
}

body.single-tous-les-episodes .wp-block-paragraph {
	color: #fff;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;

	& strong {
		font-weight: 500;
	}

	& a {
		text-decoration: none;
		color: #fff;
		background: linear-gradient(to right, #fff);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 100% 1px;
		transition: background-size 500ms;

		&:hover {
			background-position: bottom right;
			background-size: 0% 1px;
		}
	}
}

body.single-tous-les-episodes .post-navigation-link__label {
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}

body.single-tous-les-episodes .post-navigation-link__title {
	font-family: 'Poppins';
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.background-cover-void {
	position: relative;
}

.background-cover-void::before {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	background: #2f2f2f;
}

body.single #page #content .ast-container {
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wp-block-breadcrumbs {
	background: transparent !important;
	box-shadow: none !important;
}

.jeunesse-button a {
	position: relative;
	transition: all 300ms !important;

	&::before {
		content: '';
		width: 20em;
		max-width: 520px;
		height: auto;
		aspect-ratio: 1 / 1;
		position: absolute !important;
		display: block;
		background: radial-gradient(#FEEF88, transparent 70%);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		z-index: -1;
		opacity: 0;
		transition: 300ms ease-in-out;
	}

	&:hover {
		background: #ffffff00 !important;
	}

	&:hover::before {
		opacity: 1;
	}
}

.environnement-button a {
	position: relative;
	transition: all 300ms !important;

	&::before {
		content: '';
		width: 20em;
		max-width: 520px;
		height: auto;
		aspect-ratio: 1 / 1;
		position: absolute !important;
		display: block;
		background: radial-gradient(#BCD3C5, transparent 70%);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		z-index: -1;
		opacity: 0;
		transition: 300ms ease-in-out;
	}

	&:hover {
		background: #ffffff00 !important;
	}

	&:hover::before {
		opacity: 1;
	}
}

.societe-button a {
	position: relative;
	transition: all 300ms !important;

	&::before {
		content: '';
		width: 20em;
		max-width: 520px;
		height: auto;
		aspect-ratio: 1 / 1;
		position: absolute !important;
		display: block;
		background: radial-gradient(#C1DCF5, transparent 70%);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		z-index: -1;
		opacity: 0;
		transition: 300ms ease-in-out;
	}

	&:hover {
		background: #ffffff00 !important;
	}

	&:hover::before {
		opacity: 1;
	}
}

.artculture-button a {
	position: relative;
	transition: all 300ms !important;

	&::before {
		content: '';
		width: 20em;
		max-width: 520px;
		height: auto;
		aspect-ratio: 1 / 1;
		position: absolute !important;
		display: block;
		background: radial-gradient(#F8DAEA, transparent 70%);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 100%;
		z-index: -1;
		opacity: 0;
		transition: 300ms ease-in-out;
	}

	&:hover {
		background: #ffffff00 !important;
	}

	&:hover::before {
		opacity: 1;
	}
}




.dropdown-menu-toggle.ast-header-navigation-arrow,
header #menu-main-menu .sub-menu {
	display: none;
}

header .wp-block-navigation {
	background: transparent !important;
	box-shadow: none !important;
	height: auto;
}

header #menu-main-menu {
	margin: 0;
	display: flex;
	gap: 15px;
}

header #menu-main-menu a {
	color: #272727;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2em;
	background: transparent;
	outline: none !important;
}

header #menu-main-menu {
	list-style: none !important;

	&>li.menu-item.menu-item-has-children:hover .sub-menu {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		z-index: 99;
		background: #fff;

		width: max-content;
		min-width: 0;
		border: 1px solid #272727;
		box-shadow: 7px 7px 0 0 #272727;

		&>li {
			width: 100% !important;
		}

		& a {
			color: #7e828a;
			display: block;
			padding: 7px 14px;

			&:hover {
				background: #eee8e2;
				color: #272727;
			}
		}

		&>li#menu-item-283 a:hover {
			background: #FEEF88;
		}

		&>li#menu-item-13217 a:hover {
			background: #F8DAEA;
		}

		&>li#menu-item-13216 a:hover {
			background: #C1DCF5;
		}

		&>li#menu-item-13215 a:hover {
			background: #BCD3C5;
		}

		&>li#menu-item-13214 a:hover {
			background: #CBB4E8;
		}
	}

	&>li {
		position: relative;
	}

	&>li>a {
		padding-inline: 0;

		background: linear-gradient(to right, #272727);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 0% 1px;
		transition: background-size 500ms;

		&:hover {
			background-position: bottom left;
			background-size: 100% 1px;
		}
	}
}

header .uagb-ifb-desc a {
	color: #272727;
	text-decoration: none;
	background: linear-gradient(to right, #272727);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0% 1px;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom left;
		background-size: 100% 1px;
	}
}

@media screen and (width >=981px) {

	.ast-button-wrap,
	.custom-menu-close,
	.mobile-menu-aside,
	.mobile-live,
	.what-sound {
		display: none;
	}
}

@media screen and (width <=980px) {
	.wp-block-uagb-container:has(>.custom-mobile-menu) {
		justify-content: end !important;
	}

	.custom-mobile-menu {
		width: 100% !important;
	}

	.mobile-button {
		display: flex;
	}

	.mobile-live {
		background: #f8daea;
		display: flex;
		align-items: center;
		border: 1px solid #272727;
		border-right: none;
		color: #272727;
		font-family: 'Poppins';
		font-size: 14px;
		font-weight: 400;
		padding: 0.3em 0.8em;
		letter-spacing: 0.05em;
		white-space: nowrap;

		& svg {
			width: 14px;
			height: 14px;
			margin-right: 5px;
		}
	}

	.dropdown-menu-toggle.ast-header-navigation-arrow {
		outline: none !important;
	}

	.ast-button-wrap button {
		background: transparent;
		padding: 8px !important;
		border: 1px solid #272727;
		border-radius: 0 !important;
		height: fit-content !important;

		& svg {
			fill: #272727;
			width: 20px !important;
			height: 20px !important;
		}
	}

	.custom-menu-wrapper {
		display: none;

		&.opened {
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			height: 100vh;
			width: 100vw !important;
			background: #2f2f2f;
			z-index: 9999;
		}
	}

	header .wp-block-navigation {
		background: #272727;
	}

	.custom-menu-close {
		margin-top: 20px;
		margin-inline: auto 0;
		display: block;
		background: transparent;
		padding: 5px;
	}

	.custom-menu-wrapper.opened {
		padding: 0 20px 50px;
		display: flex;
		flex-flow: column;
		overflow: scroll;
	}

	header #menu-main-menu {
		display: grid;
		border-block: 1px solid #fff;
		margin-block: 20px;
		padding-block: 30px;

		&>li>a.menu-link {
			display: flex;
			width: 100%;
			justify-content: space-between;
			font-size: 24px;
			font-weight: 400;
			line-height: 1.2;
			letter-spacing: 2px;
			background: none;
		}

		& a.menu-link>.ast-icon.icon-arrow {
			display: none;
		}

		.dropdown-menu-toggle.ast-header-navigation-arrow {
			display: block;
		}

		& a {
			color: #fff;
		}

		&>li.menu-item.menu-item-has-children.opened svg.ast-arrow-svg {
			rotate: 180deg;
		}

		&>li.menu-item.menu-item-has-children:not(.opened) .sub-menu {
			display: none !important;
		}

		&>li.menu-item.menu-item-has-children.opened .sub-menu {
			position: relative !important;
			display: block !important;
			inset: auto !important;
			background: transparent !important;
			box-shadow: none !important;
			border: none !important;
			margin: 20px 0 !important;

			&>li a {
				display: block !important;
				color: #fff !important;
				font-size: 17px;
				font-weight: 500;
				line-height: 1.2;
				letter-spacing: 2px;
				padding: 7px 0px !important;
				background: none !important;
			}

			&>li#menu-item-283 a {
				color: #FEEF88 !important;
			}

			&>li#menu-item-13217 a {
				color: #F8DAEA !important;
			}

			&>li#menu-item-13216 a {
				color: #C1DCF5 !important;
			}

			&>li#menu-item-13215 a {
				color: #BCD3C5 !important;
			}

			&>li#menu-item-13214 a {
				color: #CBB4E8 !important;
			}
		}


	}

	.what-sound {
		text-align: right;

		& a {
			color: #fff;
			font-family: 'Poppins';
			font-size: 13px;
			font-weight: 500;
			line-height: 1.5;
			letter-spacing: 2px;
		}
	}

	.mobile-menu-aside {
		flex: 1;
		display: flex;
		align-items: end;
		justify-content: space-between;

		& .mobile-socials {
			display: grid;
			gap: 15px;

			& a {
				color: #fff;
				font-family: 'Poppins';
				font-size: 13px;
				font-weight: 500;
				line-height: 1.5;
				text-decoration: underline;
			}
		}
	}
}



body.single-post .entry-content {
	& p {
		color: #2F2F2F;
		font-family: 'Poppins';
		font-size: 16px !important;
		font-weight: 400;
		line-height: 1.5em !important;
	}

	& strong {
		font-weight: 500;
	}

	& a {
		color: #2f2f2f;
		text-decoration: none;
		background: linear-gradient(to right, #2f2f2f);
		background-repeat: no-repeat;
		background-position: bottom left;
		background-size: 100% 1px;
		transition: background-size 500ms;

		&:hover {
			background-position: bottom right;
			background-size: 0% 1px;
		}
	}
}




footer .white-link a {
	color: #fff;
	text-decoration: none;
	background: linear-gradient(to right, #fff);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0% 1px;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom left;
		background-size: 100% 1px;
	}
}

footer .grey-link a {
	color: #bbbcbf;
	text-decoration: none;
	background: linear-gradient(to right, #bbbcbf);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0% 1px;
	transition: background-size 500ms;

	&:hover {
		background-position: bottom left;
		background-size: 100% 1px;
	}
}

#content .team-pics img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**
 * FAQ & SOUTENIR
 **/
body:is(.page-id-13076, .page-id-13275) #content .uagb-faq-questions {
	border-top: solid 1px #000;
	text-wrap: pretty;
}

body:is(.page-id-13076, .page-id-13275) #content .wp-block-uagb-faq-child:last-of-type .uagb-faq-questions,
body:is(.page-id-13076, .page-id-13275) #content .uagb-faq-item-active .uagb-faq-questions {
	border-bottom: solid 1px #000;
}



#content .white-faq .uagb-faq-questions {
	border-top: solid 1px #fff;
}

#content .white-faq .wp-block-uagb-faq-child:last-of-type .uagb-faq-questions,
#content .white-faq .uagb-faq-item-active .uagb-faq-questions {
	border-bottom: solid 1px #fff;
}

.faq-thematique .wp-block-uagb-faq-child {
	&.jeunesse {
		--thematique-clr: #FEEF88;
	}
	&.environnement {
		--thematique-clr: #BCD3C5;
	}
	&.artculture {
		--thematique-clr: #F8DAEA;
	}
	&.societe {
		--thematique-clr: #C1DCF5;
	}

	& .uagb-faq-questions {
		justify-content: space-between;

		& .uagb-question {
			width: fit-content;
			border: 1px solid #000;
			background: var(--thematique-clr);
			padding: 7px 15px;
			margin-bottom: 7px;
		}
	}
}

#content .donation-table {
	& thead {
		border: 1px solid #000;
		border-bottom: none;
	}
	& thead > tr {
		border: none;
		
		& th {
			border: 1px solid #000;
			border-bottom: none;
			border-radius: 0;
			padding: 15px 30px;

			color: #000;
			font-family: 'Poppins', sans-serif;
			font-size: 18px;
			font-weight: 600;
			
			& span {
				font-size: 11px;
				font-weight: 500;
			}
		}
		
		& > th:first-child {
			background: #feef88;
		}
		& > th:nth-child(2) {
			background: #d6e7f8;
			width: 40%;
		}
		& > th:last-child {
			background: #bcd3c5;
		}
	}
	& tbody > tr {
		background: #fff;

		& td {
			border: 1px solid #000;
			border-top: 0;
			border-radius: 0;
			padding: 30px;
			align-content: start;
		}

		& .donation-section__intro {
			font-family: 'Poppins', sans-serif;
			font-size: 14px;
			font-weight: 400;
			line-height: 1.4;
			margin-bottom: 35px;
		}
		
		& .donation-level {
			display: flex;
            flex-direction: row;
            justify-content: space-around;
            border: 1px solid #000;
            align-items: stretch;
			margin-bottom: 10px;
			
			& .donation-level__name {
				width: 63%;
                padding: 10px;
                line-height: 1;
                min-height: 100%;
                display: flex;
                align-items: center;
				
				color: #000;
				font-family: "Poppins", Sans-serif;
				font-size: 15px;
				font-weight: 500;
			}
			
			& .donation-level__amount {
				width: 37%;
                padding: 10px;
                line-height: 1;
                min-height: 100%;
                display: flex;
                align-items: center;
				border-left: 1px solid #000;
				
				color: #000;
				font-family: "Poppins", Sans-serif;
				font-size: 15px;
				font-weight: 600;
			}
		}
		
		& .donation-check__organization,
		& .donation-check__address {
			font-weight: 600;
			color: #000;
		}
		
		& .donation-check__organization {
			font-size: 16px;
			margin-bottom: 15px;
		}
		
		& > td:first-child {
			& .donation-level__name {
				width: 50%;
				background: #feef88;
			}
			& .donation-level__amount {
				width: 50%;
			}
		}
		& > td:nth-child(2) {
			& .donation-level__name {
				background: #d6e7f8;
			}
		}
		& > td:last-child {
			& .donation-level__name {
				background: #bcd3c5;
			}
		}
	}
}

@media screen and (width <= 767px) {
	#content .donation-table {
		margin: 0;

		& > table {
			width: 900px;
		}

		& thead > tr th {
			padding: 10px 15px;
		}

		& tbody > tr td {
			padding: 15px;
		}
	}
}