/* xs */

/* sm */
@media screen and (min-width:576px) {
	
}

/* md */
@media screen and (min-width:768px) {
	#sidebar_content {
		padding-bottom:300px;
	}
}

/* lg */
@media screen and (max-width:991px) {
	#section_home1 #sh1_a {
		position:relative;
		top:0;
		padding:30px;
		background:white;
		color:#bd1d1d;
	}
}
@media screen and (min-width:992px) {
	form.wordpress-gdpr-form,
	div.alert {
		width:80%;
	}
	body.page-template-page_contact .wpcf7-form {
		max-width:75%;
	}
}

/* xl */
@media screen and (max-width:1199px) {
	#section_entete_inner {
		font-size:0.8em;
	}
}
@media screen and (min-width:1200px) {
	form.wordpress-gdpr-form,
	div.alert {
		width:70%;
	}
}


@media screen and (min-width:992px) and (max-width:1199px) {
	#navbar_cga ul > li > a {
		font-size:0.9em;
	}
}
@media (max-width:992px) {
	#navbar_cga{
		padding-top:15px;
		padding-bottom:25px;
	}
		#navbar_cga ul{
			padding-top:15px;
		}
	#navbar_cga ul.flex-row{
		flex-direction:column!important;
		-ms-flex-direction:column!important;
	}
	#navbar_cga ul.align-items-center{
		align-items:flex-start !important;
		-ms-align-items:flex-start !important;
	}
	#li_logo_cga {
		display:none !important;
	}
}







