@media (max-width: 700px) {
	.logo {
		/* change display value to inline-block to show logo */
		display: block;
		float: none;
		padding: 10px;
	}
	.site-description h1 {
		margin-top: 5px !important;
	}
	#title_bottom_section {
		width:100% !important;
		font-size:26px !important;
	}
	#section_bottom_right img {

		width: 98%;
		max-width: 375px;
		height:auto;

	}
	.section_bottom_left {
		margin:0;
		padding:0;
	}
	
}
@media (max-width: 1090px) {
	#button_faire_don {
    	margin-top: -36px !important;
	}
}
@media (max-width: 530px) {
	#menu_footer {
		width:100%;
	}
	#menu_footer ul {
		width:100%;
		flex-direction: column;
	}
	#menu_footer ul li {
		display:block;
	}
	#menu_footer ul li::after {
		content:'';
	}
}