/*
/* Facebook Messenger - Custom CSS */
/*________________________________________________________________*/

/* Force chat box over site layout */
body > #absolute {
	z-index: 10000;
}

/* Icone messenger */
.fb_dialog{
	bottom: 6pt !important;
	right: 6pt !important;
}
/* Message box iframe */
.fb_customer_chat_bounce_in_v2{
	width: 279pt !important;
    bottom: 48pt !important;
    right: 6pt !important;
}



	.fb_customer_chat_bounce_in_v2 ._7acu {
		width: 332px !important;
	}
		body ._7acu .promptFooterContainer {
			padding: 9px !important;
		}
		
@media (max-width:  420px) 
{
	/* Message box iframe */
	.fb_customer_chat_bounce_in_v2{
		width: 270pt !important;
	}
}		
		
@media (max-width:  360px) 
{
/* Facebook Messenger script caché */
  .fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in,
  .fb-customerchat.fb_invisible_flow.fb_iframe_widget.fb_iframe_widget_fluid
  {
    display:none !important;
  }
}

@media (max-width: 480px){

	.fb_dialog iframe {
		margin: 0px 0px !important;
		bottom: 10px !important;
		width: 60px! important;
		right: 10px !important;
	}
}