#add_don_form .description p {
	line-height: 16px;
	font-size: 16px;
	margin-bottom: 14px;
	color: #000000;
	font-weight: 400;
	text-align: left;
	margin-top: unset;
}

#add_don_form .left_part {
	position: relative;
}

#add_don_form .left_part:after {
	content: '';
	height: 60%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 20%;
	background-color: #c3c3c3;
}

@media screen and (min-width: 992px) {

	#add_don_form .left_part {
		padding-right: 5%;
	}

	#add_don_form .right_part {
		padding-left: 5%;
	}

	#ObjectCoeurBlanc.ClassWidth,
	#ObjectCoeurrose.ClassWidth {
		width: 20px;
	}

	#ObjectCoeurBlanc.ClassHeight,
	#ObjectCoeurrose.ClassHeight {
		height: 18px;
	}
}

#add_don_form #validate_reçus_fiscale {
	min-height: 50px;
	padding: 15px 25px;
}

form.don_form .montant_btn {
	border: none;
	border-radius: 40px;
	padding: 2px 10px;
	color: #fff;
	background-color: #b7acac;
	margin: 0 5px;
}

form.don_form .d-flex:has(>.active) .montant_btn.BonMONTANT {
	background-color: #b7acac !important;
}

form.don_form .d-flex:has(>.active) .montant_btn.BonMONTANT.active {
	background-color: #111974 !important;
}

form.don_form .montant_btn:first-child {
	margin-left: 0px;
}

form.don_form .montant_btn.active {
	background-color: #111974 !important;
}

#add_don_form #donateur_section .select2-container {
	margin-right: 10px;
	margin-bottom: 0px;
	flex-grow: 2;
}

.btn_download_recu {
	white-space: nowrap;
}

.btn_download_recu i {
	margin-right: 5px;
}

.text-center .btn_download_recu i {
	margin-right: 0px;
}

.list_all_dons_page .list_header form select {
	width: fit-content;
}

.list_all_dons_page .list_header form button {
	height: 60px;
}

.list_all_dons_page #years_select {
	min-width: 100px;
}

.list_all_dons_page #events_select {
	min-width: 200px;
}

.list_all_dons_page #types_select {
	min-width: 150px;
}

.list_all_dons_page .select_events_container {
	min-width: 200px;
}

.list_all_dons_page #dons_filters .error {
	margin-top: -20px;
}

#dons_filters .select2-container,
#dons_filters .formDon {
	border: 2px solid rgb(17 25 116) !important;
	border-radius: 5px !important;
}

.container_donation_home {
	background: none var(--first_main_color);
	padding: 20px 0;
}

.info_nombre {
	/* margin-bottom: 2px; */
	/* margin-top: 7px !important; */
	line-height: 19px;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;

}

.customDivDonation {
	white-space: nowrap;
}

.customDivNombre {
	padding-right: 20% !important;
}

.info_nombre span {
	font-weight: 600;
}

#container_info_nombre {
	font-family: var(--second_main_font) !important;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 156px);
	margin-bottom: -25px;
	position: relative;
	top: -33px;
	white-space: nowrap;
	align-items: center;
}

#container_info_nombre .info_nombre:nth-child(2) {
	margin: 0px 30px;
}

#container_chiffres_dons {
	display: block;
	line-height: 50px !important;
	letter-spacing: -1px;
	color: #000000;
	font-size: 25px;
	line-height: 35px;
	text-align: right;
	font-weight: 500;
	flex-direction: row;
	font-family: var(--second_main_font) !important;
	padding-left: 24px;
}

@media (max-width: 991px) {
	#container_chiffres_dons {
		padding-left: unset;
	}

}


.prgress_bar_chiffre_don_container {
	display: flex;
}

#total_dons {
	display: block;
	line-height: 19px !important;
	color: #fff;
	font-weight: bold;
	font-size: 37px;
	line-height: 35px;
	letter-spacing: -0.7px;
	white-space: nowrap;
}

#total_event_dons {
	white-space: nowrap;
}

.progress_bar_container {
	flex-grow: 2;
	flex-direction: column;
	display: flex;
	justify-content: space-around;

}

#fond_barre_progression {
	position: relative;
	margin: 0;
	height: 22px;
	border-radius: 25px;
	background: none #201f20;
	border: solid 0px #201f20;
	/* width: 100%; */
	width: fit-content;
	flex-grow: 2;
}

#barre_progression {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	border-radius: 22px;
	max-width: 100%;
	min-width: 25px;
	background: #fff;
}

#coeur_blanc {
	position: absolute;
	right: 3px;

}

#ObjectCoeurBlanc.ClassWidth,
#ObjectCoeurrose.ClassWidth {
	height: 100%;
}

#ObjectCoeurBlanc.ClassHeight,
#ObjectCoeurrose.ClassHeight {
	width: 100%;
}

#coeur_rose {
	position: absolute;
	right: 11px;

}

.customProgressBar {
	display: flex;
	justify-content: center;
}

#container_barre_progression {
	margin: 0 auto;
	max-width: 95%;
}

@media (max-width: 585px) {
	#total_dons {
		font-size: 40px !important;
	}

	#total_event_dons {
		font-size: 20px;
	}

	.info_nombre {
		font-size: 15px;
	}
}



#container_push_header {
	z-index: 70;
	position: fixed;
	left: 0;
	bottom: 210px;
}

.callage {
	width: 100%;
	height: 100%;
	position: relative;

}

.callage a {
	max-height: 70px;
	position: relative;
	left: 13px;
	font-size: 18px;
	border: unset;
	padding: 11px 14px;
	display: block;
	margin: 10px 0;
	width: 100%;
	border-bottom-right-radius: 50px !important;
	border-top-right-radius: 50px !important;
	transform: translateX(-39px);
	transition: all 0.2s ease-in-out;
}

.callage .para_style {
	color: #ffffff;
	font-weight: 600;
	text-transform: lowercase;
	font-size: 18px;
	font-family: var(--first_main_font) !important;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-left: 30px;
	margin-right: 20px;
	line-height: 20px;
}

.callage .para_style::first-letter {
	text-transform: uppercase;
}

.callage .btn_container a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#firstBtn {
	justify-content: space-between;
	background-color: var(--first_main_color);
}

#secondBtn {
	justify-content: space-between;
	background-color: var(--second_main_color);

}

#thirdBtn {
	background-color: var(--first_main_color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 3px 3px 11px #0000001A;
}

.ImgBtn {
	padding-left: 0px;
}

.ImgBtn.ClassWidth {
	height: 33px;
}

.ImgBtn.ClassHeight {
	width: 33px;
}



#third_btn_image svg:hover {
	cursor: pointer;
}

.callage .btn_container:hover {
	cursor: pointer;
}

#first_btn_image_svg:hover {
	cursor: pointer;
}

.callage span {
	display: none;
}

@media (max-width: 991px) {
	.callage {
		top: 28px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.callage a {
		position: relative;
		left: -13px;
		font-size: 18px;
		border: unset;
		padding: 11px 10px !important;
		display: block;
		margin: 10px 0;
		width: 100%;
		transition: unset;
		border-radius: 50px !important;
		width: unset !important;
		transform: none !important;
	}

	#container_home_btn {
		z-index: 9;
		position: fixed;
		left: 0;
		bottom: 210px;
	}

	.thirdDiv {
		display: block !important;
		cursor: pointer;
	}

	.callage .thirdDiv a {
		left: 13px !important;
		top: 28px;
	}

	.callage .btn_container:first-child,
	.callage .btn_container:first-child a {
		width: fit-content !important;
	}

	.callage .btn_container:first-child .para_style {
		display: none;
	}

	.ImgBtn {
		padding-left: 0px !important;
		max-width: 33px !important;
		max-height: 33px !important;
	}

	#container_push_header {
		right: 0;
		left: unset !important;
	}

	.callage a:hover {
		transform: unset !important;
	}
}

@media (max-width: 576px) {
	.callage .thirdDiv a {
		top: unset;
	}
}

.home_slider {
	min-height: 100px;
	margin: 0 auto;
	/* margin-top: -98px !important; */
	margin-top: -190px !important;
	opacity: 0;
}


@media screen and (max-width: 991px) {
	.home_slider {
		transform: none;
		margin-bottom: unset;
		margin-top: 0 !important;

	}
}

.coeur_rose,
.coeur_blanc {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.msg_wait_payment {
	white-space: nowrap !important;
}

p.dontext {
	text-align: start !important;
	color: #111974 !important;
}

p.donsubtext {
	text-align: start !important;
	color: #000 !important;
}

.addDonBtn {
	display: flex;
	justify-content: end;
}

.don_checkbox,
.donAnonyme_checkbox {
	width: 20px !important;
	height: 20px !important;
	border-radius: 6px !important;
}

.custom_selectDon {
	max-width: 200px !important;
	min-width: 200px !important;
}

.custom_selectDon .form-label {
	padding: 17px 17px 17px 7px !important;
}

.don_etat {
	white-space: nowrap;
}






#add_don_form:has(> div #have_account_type:checked) .have_account_section,
#add_don_form:has(> div #guest_type:checked) .guest_section {
	display: block !important;
}

#add_don_form:has(> div #guest_type:checked) .have_account_section,
#add_don_form:has(> div #have_account_type:checked) .guest_section {
	display: none !important;
}

#add_don_form .have_account_section .divDonAdresse,
#add_don_form .have_account_section .user_name_row,
#add_don_form .have_account_section .address_fields {
	margin-left: calc(var(--bs-gutter-x) * -.5);
	margin-right: calc(var(--bs-gutter-x) * -.5);
}

@media (max-width: 585px) {
	.custom_selectDon {
		/*max-width: 100% !important;*/
		min-width: 100% !important;
	}

	.search_container.form-floating:has(>.white_box_tittle.list_header) {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td:has(>.text_long_width) {
	max-width: 150px !important;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td:has(>.td_custom_width) {
	min-width: 116px !important;
}

.text_long_width {
	overflow: hidden;
	text-overflow: ellipsis !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.td_custom_width {
	width: 100%;
	white-space: wrap;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.donateur_error {
	display: none;
}

#container_info_nombre .left-part-info{
	display: flex;
}
#container_info_nombre a.btn-add-don-header{
	font-family: var(--first_main_font) !important;
	color: var(--second_main_color) !important;
	padding: 2px 12px;
    border-radius: 25px;
    background: #fff;
	font-weight: 500;
	font-size: 17px;
	display: flex;
    justify-content: center;
    align-items: center;
}

#container_info_nombre a.btn-add-don-header svg{
	height: 20px;
	margin-right: 4px;
}

#container_info_nombre a.btn-add-don-header svg path{
	fill: var(--first_main_color) !important;
}

@media (max-width: 991px) {
	#container_info_nombre {
		justify-content: center;
		width: 100%;
	}

	#container_info_nombre a.btn-add-don-header{
		display: none;
	}

	.info_nombre {
		margin-top: 7px;
	}
}