/* ************************* */
/* COOKIES NOTIFICATION		 */
/* ************************* */	

.ba-cookies-module{background-color:rgba(255,255,255,1); padding: 3rem 0; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030; transition: bottom 0.8s ease;}
.ba-cookies-module .container{ display: flex; align-items: flex-start;}
.ba-cookies-module .container:after, .ba-cookies-module .container:before{display: none;}
.ba-cookies-module .ba-cookies-inner-wrap{ margin-right:2rem; flex-grow:1;}
.ba-cookies-module .ba-cookies-inner-wrap .btn{margin-right:1rem;}
.ba-cookies-module .ba-cookies-icon{ background-color:rgba(0,0,0,0.1); width:4rem; height:4rem; border-radius:50%; display: flex; align-items: center; justify-content:center; font-size:2.3rem; line-height: 1; color:inherit; margin-right:2rem; flex:none; margin-top:-1rem;}
	
@media (max-width: 991px) {
	.ba-cookies-module .ba-cookies-icon{margin-left:1rem;}
}
@media (max-width: 767px) {
	.ba-cookies-module{padding:1.5rem 0;}
	.ba-cookies-module .ba-cookies-icon{width:3rem; height:3rem; font-size: 1.5rem; margin:-0.75rem 1rem 0 0;}
}
@media (max-width: 320px) {
	.ba-cookies-module .ba-cookies-inner-wrap .btn{margin:0 0 1rem 0; display: block;}
}
	
