/*
 Theme Name:   GMM Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      2.0.0
 Text Domain:  bricks
*/


#cmplz-manage-consent .cmplz-manage-consent {bottom: 0!important;}

/* Supprime le max-width de la page politique cookies */
#cmplz-document {
	max-width: inherit;
}

.cmplz-status-accepted, .cmplz-status-denied {
    margin: 1em 0;
}
button.cmplz-deny.cmplz-revoke-custom {
    margin-top: 1em;
}


/* Mobile adapt
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	#inner-content a {line-break: anywhere;}
}



