#B_tog_menu {
	margin:0 !important;
	padding: 10px 0 0 10px;
}
#B_tog_menu i {
	margin:0 !important;
}
#m_menu img {
	width:30px !important;
}
#m_menu .B_col {
	cursor:pointer;
	border-bottom:2px solid var(--awb-color4);
	padding-bottom:10px;
	margin-bottom:10px;
}
/* off canvas ------------------------- */
#z_delegue {
	
}
#z_delegue .qui {
	font-size:16px;
	line-height:21px
}

#z_delegue .col {
	float:left;
}
#z_delegue .col_1 {
	width: 25%;
	margin-right: 5%;
}
#z_delegue .col_2 {
	width: 70%;
}
#z_delegue img {
	border-radius:15px;
	
}
#z_delegue .col_3 {
	margin-top:20px;
  width:100%;
}
#z_delegue .action svg {
	width: 15px;
	margin-right: 7px;
	float: left;
}
#z_delegue .action span {
	margin-top: -4px;
	display: inline-block;
	float: left;
}

#z_delegue .action {
	font-size: 14px;
	cursor:pointer;
	border-radius:15px;
	background:var(--awb-color7);
	border-radius:20px;
	padding: 7px 10px 3px 10px;
	color:white;
}
#z_delegue .action:hover {
	background:var(--awb-color2);
}
#z_delegue #B_contact {
	float:left;
}
#z_delegue #B_call {
	float:right;
}

/* menu */
#c_menu {
	position:absolute;
	padding: 0 10px;
}
.s_menu .c_famille {
	float:left;
  border:3px solid !important;
	border-radius:10px;
}
#c_menu #B_menu {
	cursor:pointer;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
#c_menu #B_menu i {
	margin-right:10px;
}
#c_menu .T_menu {
	font-size: 21px;
	font-weight: 600;
	color:white;
	margin:0;
	padding: 10px;
  background:rgba(255,255,255,0.7);
}
#c_menu .T_menu svg {
	width:35px;
	margin: 0px 10px -5px 0;
}

#famille_1 .T_menu {
  color:var(--awb-color5) !important; 
}
#famille_2 .T_menu {
  color:#A9C542 !important; 
}
#famille_3 .T_menu {
  color:var(--awb-color2) !important; 
}
#c_menu .T_menu_intro {
	font-size: 14px;
	color:white;
	margin:0;
	padding: 10px;
}
#c_menu .T_menu img {
	margin: 5px 10px 0 0;
}
#c_menu .s_menu {
	float: left;
}
#c_menu .c_famille .z_sites {
  min-height: auto;
}
#c_menu .c_famille .logo img {
	width: 90% !important;
}

@media only screen and (min-width: 830px){
  .messagerie .modal-dialog {
    width: 600px !important;
  }
	#c_menu {
		padding: 0 30px;
	}

}